Skip to content

Commit

Permalink
2.1 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
astrit committed Jun 23, 2023
1 parent 5aedfc8 commit 299d073
Show file tree
Hide file tree
Showing 11 changed files with 24,930 additions and 224 deletions.
530 changes: 314 additions & 216 deletions README.md

Large diffs are not rendered by default.

24,608 changes: 24,608 additions & 0 deletions glyphs/glyphs.json

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
16 changes: 8 additions & 8 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import * as CSS from './icons/all.css'
export { CSS }
import * as CSS from "./icons/icons.css";
export { CSS };

import * as SCSS from './icons/all.scss'
export { SCSS }
import * as SCSS from "./icons/icons.scss";
export { SCSS };

import * as SVG from './icons/all.svg'
export { SVG }
import * as SVG from "./icons/icons.svg";
export { SVG };

export * from './icons/all.js'
export * from './icons/all.d.ts'
export * from "./icons/icons.js";
export * from "./icons/icons.d.ts";

0 comments on commit 299d073

Please sign in to comment.