Code Monkey home page Code Monkey logo

cssicon's Introduction

cssicon

icon set made with pure css code, no dependencies, "grab and go" icons

cssicon's People

Contributors

wentin avatar wentin-adobe 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  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

cssicon's Issues

Delete old app directories?

Considering old directories (old and app-old) are useless now, just delete them. They only complicate the directory structure and slow the repository clone and push operations.

Create a singular file for each icon

I've noticed there's an "all" CSS file called icons.css, and each icon has a before and after and a "main" CSS, but no individual icon file with all the css for that icon?

License

I see this project is licensed under CC 1.0 terms.

I'm building a WordPress plugin where I think these icons would be very useful. But CC 1.0 license is not compatible with with WordPress GPL license (but CC 4.0 is)

Read more about it here - https://make.wordpress.org/plugins/2015/11/06/creative-commons-licenses-in-the-plugin-directory/

Would you be willing to change the license type if at all?
(Just to let you know, GPL requires a credit attribution to the original creator as well)

I look forward to hear from you!

antialiasing at small sizes ?

Rendering is not antialiased at small sizes, is there some way to fix that ?
Tested using chromium, firefox, safari...

Request: Pin/Unpin

Thank you for CSS ICON - absolutely wonderful!

It would be useful t have icons for pin / unpin, perhaps some simplified version of these
pins

Thank you.

CSS icon accessibility

Since these icons are not accessible by default, you could make them so through the CSS "alt" or older "-webkit-alt" from an older draft of CSS Generated Content Level 3 or 4, or the newer / syntax of the content property.(Commenting from mobile; hit back if you have trouble finding a link.)

.class::before {
    content: "" / "search"; /* alt text for gen content */
    alt: "search"; /* older syntax */
    -webkit-alt: "search"; /* legacy support */
}

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.