Msg → Mon Aug 26 23:43:55 CEST 2024

This commit is contained in:
astrit 2024-08-26 23:43:55 +02:00
parent af5a5e2a00
commit 4106ee8fcb
3 changed files with 6 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,8 @@
import * as CSS from "./icons/icons.css"; export * from "./icons/icons.js";
export { CSS }; export * from "./icons/icons.d.ts";
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.js";
export * from "./icons/icons.d.ts"; export * from "./icons/icons.d.ts";
import glyphs from "./glyphs/glyphs.json";
export { glyphs };

View File

@ -1,6 +1,6 @@
{ {
"name": "css.gg", "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.", "description": "700+ Pure CSS, SVG & Figma UI Icons, 6000+ glyphs, patterns, colors and layouts.",
"main": "index.js", "main": "index.js",
"module": "index.js", "module": "index.js",