Coder Social home page Coder Social logo

iconicicons's People

Contributors

dependabot[bot] avatar gilbitron avatar jptksc avatar martonlederer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

iconicicons's Issues

Icon color not editable

It would be very nice if you could change the icon color by adding a for example Tailwind class to the icon object.

Example:

<log-in-icon class="h-6 w-6 text-green-400"/>

Currently that doenst work, since the rendered output contains stroke="#141414", it should be currentColor in order to apply the text classes.

Semi-Transparent Color Overlapping at Path Intersections

Hello,

I have stumbled upon an issue while using semi-transparent colors, such as rgba(255, 255, 255, 0.4). I noticed a color overlap at the intersections of paths due to the presence of multiple paths, resulting in a visible discrepancy in color at these intersections compared to other areas.

Utilizing the mergePaths plugin for SVGO has been somewhat effective as it consolidates multiple paths into one. However, it doesn't manage to "flatten" the SVG successfully when the icon features shapes that overlap with paths, as in the 'atSign' icon.

Original:
screenshot

After 'mergePaths'
screenshot2

svgo.config.js

module.exports = {
	js2svg: {
		indent: 2,
		pretty: true,
	},
	plugins: [
		'removeXMLNS',
		'sortAttrs',
		'mergePaths',
		{
			name: 'convertColors',
			params: {
				currentColor: true,
			},
		},
	],
};

Pro icons in React

Hi all! Is there a way to directly consume the pro icons via the React library?

Thanks for making such a nice icon library! ☺️

Open source license

This is a really nice icon set, but current “do wtf you want with” license is not a valid open source license, making it impossible to use icon set in open source projects.

Can you change it to something else, like dual license it with your license and MIT license, similar to how Icons8 releases their open source icon sets?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.