mirror of https://github.com/astrit/css.gg.git
Msg → Mon Aug 26 23:43:55 CEST 2024
This commit is contained in:
parent
af5a5e2a00
commit
4106ee8fcb
File diff suppressed because one or more lines are too long
13
index.js
13
index.js
|
|
@ -1,11 +1,8 @@
|
|||
import * as CSS from "./icons/icons.css";
|
||||
export { CSS };
|
||||
|
||||
import * as SCSS from "./icons/icons.scss";
|
||||
export { SCSS };
|
||||
|
||||
import * as SVG from "./icons/icons.svg";
|
||||
export { SVG };
|
||||
export * from "./icons/icons.js";
|
||||
export * from "./icons/icons.d.ts";
|
||||
|
||||
export * from "./icons/icons.js";
|
||||
export * from "./icons/icons.d.ts";
|
||||
|
||||
import glyphs from "./glyphs/glyphs.json";
|
||||
export { glyphs };
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "css.gg",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"description": "700+ Pure CSS, SVG & Figma UI Icons, 6000+ glyphs, patterns, colors and layouts.",
|
||||
"main": "index.js",
|
||||
"module": "index.js",
|
||||
|
|
|
|||
Loading…
Reference in New Issue