8000 GitHub - eibens/css.gg: 700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, NPM & API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ css.gg Public
forked from astrit/css.gg

700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, NPM & API

License

Notifications You must be signed in to change notification settings

eibens/css.gg

 
 

Repository files navigation

eibens/css.gg

This is a fork of css.gg.

Why?

Add the generate.ts script to generate TSX ES modules that are independent of the React implementation.

How?

Running this command will generate the TSX files under icons/tsx-esm.

deno run --allow-read --allow-write generate.ts

Add this to your import map:

{
  "imports": {
    "icons": "https://raw.githubusercontent.com/eibens/css.gg/main/icons/tsx-esm/"
  }
}

Then import the icons like this:

import { ArrowLeft } from "icons/ArrowLeft.tsx";

About

700+ Pure CSS, SVG & Figma UI Icons Available in SVG Sprite, styled-components, NPM & API

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 67.0%
  • CSS 30.3%
  • TypeScript 2.7%
0