@stemui/icons 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/README.md +21 -0
  2. package/dist/generated/HomeIcon.d.ts +3 -0
  3. package/dist/generated/HomeIcon.d.ts.map +1 -0
  4. package/dist/generated/HomeIcon.js +4 -0
  5. package/dist/generated/LineFileSaveIcon.d.ts +3 -0
  6. package/dist/generated/LineFileSaveIcon.d.ts.map +1 -0
  7. package/dist/generated/LineFileSaveIcon.js +4 -0
  8. package/dist/generated/LineHorizontalLineMenuIcon.d.ts +3 -0
  9. package/dist/generated/LineHorizontalLineMenuIcon.d.ts.map +1 -0
  10. package/dist/generated/LineHorizontalLineMenuIcon.js +4 -0
  11. package/dist/generated/LineMediaAccountIcon.d.ts +3 -0
  12. package/dist/generated/LineMediaAccountIcon.d.ts.map +1 -0
  13. package/dist/generated/LineMediaAccountIcon.js +4 -0
  14. package/dist/generated/LineTrashDeleteIcon.d.ts +3 -0
  15. package/dist/generated/LineTrashDeleteIcon.d.ts.map +1 -0
  16. package/dist/generated/LineTrashDeleteIcon.js +4 -0
  17. package/dist/generated/SearchIcon.d.ts +3 -0
  18. package/dist/generated/SearchIcon.d.ts.map +1 -0
  19. package/dist/generated/SearchIcon.js +4 -0
  20. package/dist/generated/SparklesIcon.d.ts +3 -0
  21. package/dist/generated/SparklesIcon.d.ts.map +1 -0
  22. package/dist/generated/SparklesIcon.js +4 -0
  23. package/dist/generated/index.d.ts +5 -0
  24. package/dist/generated/index.d.ts.map +1 -0
  25. package/dist/generated/index.js +4 -0
  26. package/dist/index.d.ts +6 -0
  27. package/dist/index.d.ts.map +1 -0
  28. package/dist/index.js +4 -0
  29. package/dist/types.d.ts +7 -0
  30. package/dist/types.d.ts.map +1 -0
  31. package/dist/types.js +1 -0
  32. package/package.json +44 -0
  33. package/svg/line_file_save.svg +4 -0
  34. package/svg/line_horizontal_line_menu.svg +3 -0
  35. package/svg/line_media_account.svg +3 -0
  36. package/svg/line_trash_delete.svg +3 -0
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # @stemui/icons
2
+
3
+ Preview icon package for the workspace monorepo.
4
+
5
+ ## Workflow
6
+
7
+ 1. Drop SVG files into `svg/`
8
+ 2. Run `npm run build:incremental --workspace @stemui/icons` for daily updates
9
+ 3. Import generated components from `@stemui/icons`
10
+
11
+ Use `npm run build --workspace @stemui/icons` for a full publish build.
12
+
13
+ ## Example
14
+
15
+ ```tsx
16
+ import { HomeIcon } from "@stemui/icons";
17
+
18
+ export function Example() {
19
+ return <HomeIcon size={20} />;
20
+ }
21
+ ```
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../types";
2
+ export declare function HomeIcon({ size, color, title, ...props }: IconProps): import("react").JSX.Element;
3
+ //# sourceMappingURL=HomeIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HomeIcon.d.ts","sourceRoot":"","sources":["../../src/generated/HomeIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,wBAAgB,QAAQ,CAAC,EAAE,IAAS,EAAE,KAAsB,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,+BAmBzF"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function HomeIcon({ size = 24, color = "currentColor", title, ...props }) {
3
+ return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", color: color, "aria-hidden": title ? undefined : true, role: title ? "img" : "presentation", focusable: "false", ...props, children: [title ? _jsx("title", { children: title }) : null, _jsx("path", { d: "M3 10.5 12 3l9 7.5" }), _jsx("path", { d: "M5.5 9.5V21h13V9.5" }), _jsx("path", { d: "M9.5 21v-6h5v6" })] }));
4
+ }
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../types";
2
+ export declare function LineFileSaveIcon({ size, color, title, ...props }: IconProps): import("react").JSX.Element;
3
+ //# sourceMappingURL=LineFileSaveIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LineFileSaveIcon.d.ts","sourceRoot":"","sources":["../../src/generated/LineFileSaveIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,wBAAgB,gBAAgB,CAAC,EAAE,IAAS,EAAE,KAAsB,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,+BAkBjG"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function LineFileSaveIcon({ size = 24, color = "currentColor", title, ...props }) {
3
+ return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", color: color, "aria-hidden": title ? undefined : true, role: title ? "img" : "presentation", focusable: "false", ...props, children: [title ? _jsx("title", { children: title }) : null, _jsx("path", { d: "M8.23395 3.43738C8.15903 3.43836 8.08504 3.45409 8.01621 3.48369C7.94737 3.51329 7.88505 3.55617 7.83281 3.60988C7.78057 3.66359 7.73942 3.72707 7.71173 3.79669C7.68405 3.86631 7.67036 3.94071 7.67145 4.01563V4.37488C7.67036 4.4498 7.68405 4.52419 7.71173 4.59382C7.73942 4.66344 7.78057 4.72692 7.83281 4.78062C7.88505 4.83433 7.94737 4.87721 8.01621 4.90681C8.08504 4.93641 8.15903 4.95215 8.23395 4.95313C8.54445 4.95313 8.79645 4.69363 8.79645 4.37488V4.01563C8.79754 3.94071 8.78385 3.86631 8.75616 3.79669C8.72847 3.72707 8.68733 3.66359 8.63508 3.60988C8.58284 3.55617 8.52052 3.51329 8.45169 3.48369C8.38286 3.45409 8.30887 3.43836 8.23395 3.43738Z", fill: "#111111" }), _jsx("path", { d: "M13.25 5.25113C13.25 5.22713 13.2395 5.20613 13.2365 5.18288C13.2484 5.09586 13.2403 5.00727 13.2126 4.92392C13.1849 4.84057 13.1384 4.76469 13.0767 4.70213L10.547 2.17313C10.4916 2.11773 10.4256 2.07415 10.3529 2.04501C10.2802 2.01588 10.2023 2.0018 10.124 2.00363C10.118 2.00363 10.1135 2.00063 10.1083 2.00063H9.65975L9.6575 1.99988L9.65225 2.00063H5.59775L5.5955 1.99988H2.57825L2.57 2.00138L2.5625 1.99988C2.43034 2.00205 2.30348 2.05216 2.2055 2.14088C2.19425 2.15138 2.1785 2.15663 2.168 2.16788C2.15525 2.17988 2.14925 2.19713 2.13875 2.21063C2.05144 2.30721 2.00214 2.4322 2 2.56238L2.0015 2.56988L2 2.57813V13.4216L2.0015 13.4314L2 13.4381C2 13.5791 2.05775 13.7036 2.14475 13.8011C2.153 13.8109 2.15825 13.8229 2.1665 13.8319C2.1815 13.8476 2.201 13.8551 2.2175 13.8686C2.31403 13.9507 2.43585 13.997 2.5625 13.9999L2.56925 13.9984L2.576 13.9999H12.674L12.6815 13.9984L12.6875 13.9999C12.8141 13.9972 12.9358 13.9506 13.0317 13.8679C13.0475 13.8544 13.0685 13.8469 13.0827 13.8311C13.0917 13.8221 13.097 13.8101 13.1045 13.8004C13.1954 13.7011 13.2466 13.5719 13.2485 13.4374L13.247 13.4299L13.2485 13.4209L13.25 5.25113ZM6.1565 3.12488H9.0935V5.39063H6.1565V3.12488ZM10.2897 12.8749H4.961V9.93338L5.69075 9.20363H9.55925L10.2897 9.93488V12.8749ZM12.125 12.8749H11.4148V9.74288C11.4148 9.73538 11.411 9.72788 11.4102 9.72188C11.413 9.64296 11.3995 9.56431 11.3705 9.49087C11.3414 9.41743 11.2975 9.35079 11.2415 9.29513L10.1967 8.25263C10.1415 8.19729 10.0756 8.15374 10.003 8.1246C9.93042 8.09547 9.85269 8.08136 9.7745 8.08313C9.76775 8.08313 9.76175 8.07938 9.7565 8.07938H5.501C5.4935 8.07938 5.48675 8.08313 5.47925 8.08388C5.40029 8.08115 5.32161 8.09465 5.24808 8.12355C5.17455 8.15244 5.10773 8.19612 5.05175 8.25188L4.00775 9.29513C3.95217 9.35154 3.90862 9.41865 3.87974 9.49239C3.85086 9.56613 3.83726 9.64497 3.83975 9.72413C3.83975 9.73013 3.836 9.73613 3.836 9.74288V12.8749H3.125V3.12488H5.0315V5.93738L5.033 5.94563L5.0315 5.95313C5.0315 6.08963 5.08775 6.21038 5.17175 6.30788C5.1815 6.32063 5.1875 6.33638 5.1995 6.34763C5.2115 6.35963 5.2265 6.36488 5.23925 6.37538C5.33706 6.46331 5.46325 6.5131 5.59475 6.51563L5.603 6.51413L5.60975 6.51563H9.6395L9.6485 6.51413L9.65675 6.51563C9.78832 6.51343 9.91462 6.4636 10.0122 6.37538C10.0258 6.36488 10.04 6.35963 10.052 6.34763C10.0648 6.33638 10.0693 6.31988 10.0798 6.30788C10.1678 6.21041 10.2179 6.08448 10.2207 5.95313L10.2192 5.94563L10.2207 5.93738V3.43538L12.125 5.34113V12.8749Z", fill: "#111111" })] }));
4
+ }
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../types";
2
+ export declare function LineHorizontalLineMenuIcon({ size, color, title, ...props }: IconProps): import("react").JSX.Element;
3
+ //# sourceMappingURL=LineHorizontalLineMenuIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LineHorizontalLineMenuIcon.d.ts","sourceRoot":"","sources":["../../src/generated/LineHorizontalLineMenuIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,wBAAgB,0BAA0B,CAAC,EAAE,IAAS,EAAE,KAAsB,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,+BAiB3G"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function LineHorizontalLineMenuIcon({ size = 24, color = "currentColor", title, ...props }) {
3
+ return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", color: color, "aria-hidden": title ? undefined : true, role: title ? "img" : "presentation", focusable: "false", ...props, children: [title ? _jsx("title", { children: title }) : null, _jsx("path", { d: "M2.16724 10.15V9.31678H13.8336V10.15H2.16724ZM2.16724 6.68318V5.84998H13.8336V6.68318H2.16724Z", fill: "#111111" })] }));
4
+ }
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../types";
2
+ export declare function LineMediaAccountIcon({ size, color, title, ...props }: IconProps): import("react").JSX.Element;
3
+ //# sourceMappingURL=LineMediaAccountIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LineMediaAccountIcon.d.ts","sourceRoot":"","sources":["../../src/generated/LineMediaAccountIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,wBAAgB,oBAAoB,CAAC,EAAE,IAAS,EAAE,KAAsB,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,+BAiBrG"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function LineMediaAccountIcon({ size = 24, color = "currentColor", title, ...props }) {
3
+ return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", color: color, "aria-hidden": title ? undefined : true, role: title ? "img" : "presentation", focusable: "false", ...props, children: [title ? _jsx("title", { children: title }) : null, _jsx("path", { d: "M10.2499 5.15038C10.5813 5.15038 10.8495 5.41862 10.8495 5.74998V8.56248C10.8495 8.85091 10.9649 9.12709 11.1689 9.33104C11.3728 9.53498 11.649 9.65037 11.9374 9.65038C12.2259 9.65038 12.502 9.53498 12.706 9.33104C12.9099 9.12709 13.0253 8.85091 13.0253 8.56248V7.99998C13.0253 6.8681 12.6427 5.76941 11.9404 4.88182C11.2379 3.99419 10.2559 3.36944 9.15424 3.10936C8.05261 2.84935 6.89527 2.9685 5.87006 3.44823C4.84477 3.92799 4.01203 4.74044 3.5058 5.75291C2.99956 6.76539 2.84963 7.91925 3.08099 9.02733C3.3124 10.1353 3.9112 11.1331 4.78021 11.8584C5.64918 12.5835 6.73769 12.9939 7.86908 13.0234C9.00068 13.0528 10.109 12.6987 11.0146 12.0195C11.2797 11.8207 11.6566 11.8745 11.8554 12.1396C12.0542 12.4047 12.0004 12.7816 11.7353 12.9805C10.6134 13.8218 9.23966 14.2591 7.83783 14.2226C6.43624 14.1861 5.08814 13.6776 4.01166 12.7793C2.93506 11.8808 2.19282 10.6451 1.90619 9.27245C1.61957 7.89975 1.80543 6.47006 2.43256 5.21581C3.05968 3.96178 4.09134 2.95559 5.36127 2.36131C6.6314 1.76698 8.06581 1.61921 9.4306 1.94139C10.7951 2.2636 12.0107 3.03737 12.8808 4.1367C13.751 5.23631 14.2245 6.59768 14.2245 7.99998V8.56248C14.2245 9.16917 13.9836 9.75068 13.5546 10.1797C13.1256 10.6087 12.5441 10.8496 11.9374 10.8496C11.3308 10.8496 10.7492 10.6087 10.3203 10.1797C10.2394 10.0989 10.1667 10.0117 10.0995 9.92088C9.57848 10.4901 8.83248 10.8496 7.99994 10.8496C6.42593 10.8496 5.15033 9.574 5.15033 7.99998C5.15034 6.42599 6.42594 5.15038 7.99994 5.15038C8.61828 5.15038 9.18912 5.34903 9.65619 5.68358C9.68936 5.3836 9.94111 5.15038 10.2499 5.15038ZM6.34955 7.99998C6.34955 8.91125 7.08867 9.65038 7.99994 9.65038C8.85419 9.65038 9.55695 9.00086 9.64154 8.16893L9.65033 7.99998L9.64154 7.83104C9.55693 6.99914 8.85417 6.34959 7.99994 6.34959C7.08868 6.34959 6.34956 7.08873 6.34955 7.99998Z", fill: "#111111" })] }));
4
+ }
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../types";
2
+ export declare function LineTrashDeleteIcon({ size, color, title, ...props }: IconProps): import("react").JSX.Element;
3
+ //# sourceMappingURL=LineTrashDeleteIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LineTrashDeleteIcon.d.ts","sourceRoot":"","sources":["../../src/generated/LineTrashDeleteIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,wBAAgB,mBAAmB,CAAC,EAAE,IAAS,EAAE,KAAsB,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,+BAiBpG"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function LineTrashDeleteIcon({ size = 24, color = "currentColor", title, ...props }) {
3
+ return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 16 16", fill: "none", color: color, "aria-hidden": title ? undefined : true, role: title ? "img" : "presentation", focusable: "false", ...props, children: [title ? _jsx("title", { children: title }) : null, _jsx("path", { d: "M12.8 5V12.8C12.8 13.4628 12.2628 14 11.6 14H4.4C3.73726 14 3.2 13.4628 3.2 12.8V5H2V3.8H14V5H12.8ZM4.4 5V12.8H11.6V5H4.4ZM7.4 6.2H8.6V7.4H7.4V6.2ZM7.4 8H8.6V9.2H7.4V8ZM7.4 9.8H8.6V11H7.4V9.8ZM5 2H11V3.2H5V2Z", fill: "#111111" })] }));
4
+ }
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../types";
2
+ export declare function SearchIcon({ size, color, title, ...props }: IconProps): import("react").JSX.Element;
3
+ //# sourceMappingURL=SearchIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchIcon.d.ts","sourceRoot":"","sources":["../../src/generated/SearchIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,wBAAgB,UAAU,CAAC,EAAE,IAAS,EAAE,KAAsB,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,+BAkB3F"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function SearchIcon({ size = 24, color = "currentColor", title, ...props }) {
3
+ return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", color: color, "aria-hidden": title ? undefined : true, role: title ? "img" : "presentation", focusable: "false", ...props, children: [title ? _jsx("title", { children: title }) : null, _jsx("circle", { cx: "11", cy: "11", r: "6.5" }), _jsx("path", { d: "m16 16 4.5 4.5" })] }));
4
+ }
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from "../types";
2
+ export declare function SparklesIcon({ size, color, title, ...props }: IconProps): import("react").JSX.Element;
3
+ //# sourceMappingURL=SparklesIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SparklesIcon.d.ts","sourceRoot":"","sources":["../../src/generated/SparklesIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,wBAAgB,YAAY,CAAC,EAAE,IAAS,EAAE,KAAsB,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,+BAmB7F"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function SparklesIcon({ size = 24, color = "currentColor", title, ...props }) {
3
+ return (_jsxs("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", color: color, "aria-hidden": title ? undefined : true, role: title ? "img" : "presentation", focusable: "false", ...props, children: [title ? _jsx("title", { children: title }) : null, _jsx("path", { d: "m12 3 1.3 3.7L17 8l-3.7 1.3L12 13l-1.3-3.7L7 8l3.7-1.3L12 3Z" }), _jsx("path", { d: "m18.5 13 0.8 2.2 2.2 0.8-2.2 0.8-0.8 2.2-0.8-2.2-2.2-0.8 2.2-0.8 0.8-2.2Z" }), _jsx("path", { d: "m6 14 1.1 3.1L10.2 18l-3.1 1.1L6 22.2l-1.1-3.1L1.8 18l3.1-0.9L6 14Z" })] }));
4
+ }
@@ -0,0 +1,5 @@
1
+ export { LineFileSaveIcon } from "./LineFileSaveIcon";
2
+ export { LineHorizontalLineMenuIcon } from "./LineHorizontalLineMenuIcon";
3
+ export { LineMediaAccountIcon } from "./LineMediaAccountIcon";
4
+ export { LineTrashDeleteIcon } from "./LineTrashDeleteIcon";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { LineFileSaveIcon } from "./LineFileSaveIcon";
2
+ export { LineHorizontalLineMenuIcon } from "./LineHorizontalLineMenuIcon";
3
+ export { LineMediaAccountIcon } from "./LineMediaAccountIcon";
4
+ export { LineTrashDeleteIcon } from "./LineTrashDeleteIcon";
@@ -0,0 +1,6 @@
1
+ export { LineFileSaveIcon } from "./generated/LineFileSaveIcon";
2
+ export { LineHorizontalLineMenuIcon } from "./generated/LineHorizontalLineMenuIcon";
3
+ export { LineMediaAccountIcon } from "./generated/LineMediaAccountIcon";
4
+ export { LineTrashDeleteIcon } from "./generated/LineTrashDeleteIcon";
5
+ export type { IconProps } from "./types";
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,oBAAoB,EAAE,MAAM,kCAAkC,CAAC;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AACtE,YAAY,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,4 @@
1
+ export { LineFileSaveIcon } from "./generated/LineFileSaveIcon";
2
+ export { LineHorizontalLineMenuIcon } from "./generated/LineHorizontalLineMenuIcon";
3
+ export { LineMediaAccountIcon } from "./generated/LineMediaAccountIcon";
4
+ export { LineTrashDeleteIcon } from "./generated/LineTrashDeleteIcon";
@@ -0,0 +1,7 @@
1
+ import type { SVGProps } from "react";
2
+ export type IconProps = Omit<SVGProps<SVGSVGElement>, "color"> & {
3
+ size?: number | string;
4
+ color?: string;
5
+ title?: string;
6
+ };
7
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,MAAM,MAAM,SAAS,GAAG,IAAI,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,OAAO,CAAC,GAAG;IAC7D,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
package/dist/types.js ADDED
@@ -0,0 +1 @@
1
+ export {};
package/package.json ADDED
@@ -0,0 +1,44 @@
1
+ {
2
+ "name": "@stemui/icons",
3
+ "version": "0.1.1",
4
+ "description": "Stem UI icon library generated from SVG sources.",
5
+ "type": "module",
6
+ "license": "MIT",
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "keywords": [
11
+ "react",
12
+ "icons",
13
+ "svg",
14
+ "ui",
15
+ "component"
16
+ ],
17
+ "main": "./dist/index.js",
18
+ "module": "./dist/index.js",
19
+ "types": "./dist/index.d.ts",
20
+ "exports": {
21
+ ".": {
22
+ "types": "./dist/index.d.ts",
23
+ "import": "./dist/index.js",
24
+ "default": "./dist/index.js"
25
+ }
26
+ },
27
+ "files": [
28
+ "dist",
29
+ "svg"
30
+ ],
31
+ "scripts": {
32
+ "generate": "node ./scripts/build-icons.mjs",
33
+ "generate:incremental": "node ./scripts/build-icons.mjs --incremental",
34
+ "dev": "node ./scripts/build-icons.mjs --incremental --watch",
35
+ "watch": "npm run dev",
36
+ "build": "npm run generate && tsc -p tsconfig.json",
37
+ "build:incremental": "npm run generate:incremental && tsc -p tsconfig.json --incremental",
38
+ "typecheck": "npm run generate && tsc -p tsconfig.json --noEmit",
39
+ "prepack": "npm run build"
40
+ },
41
+ "peerDependencies": {
42
+ "react": "^18.0.0 || ^19.0.0"
43
+ }
44
+ }
@@ -0,0 +1,4 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.23395 3.43738C8.15903 3.43836 8.08504 3.45409 8.01621 3.48369C7.94737 3.51329 7.88505 3.55617 7.83281 3.60988C7.78057 3.66359 7.73942 3.72707 7.71173 3.79669C7.68405 3.86631 7.67036 3.94071 7.67145 4.01563V4.37488C7.67036 4.4498 7.68405 4.52419 7.71173 4.59382C7.73942 4.66344 7.78057 4.72692 7.83281 4.78062C7.88505 4.83433 7.94737 4.87721 8.01621 4.90681C8.08504 4.93641 8.15903 4.95215 8.23395 4.95313C8.54445 4.95313 8.79645 4.69363 8.79645 4.37488V4.01563C8.79754 3.94071 8.78385 3.86631 8.75616 3.79669C8.72847 3.72707 8.68733 3.66359 8.63508 3.60988C8.58284 3.55617 8.52052 3.51329 8.45169 3.48369C8.38286 3.45409 8.30887 3.43836 8.23395 3.43738Z" fill="#111111"/>
3
+ <path d="M13.25 5.25113C13.25 5.22713 13.2395 5.20613 13.2365 5.18288C13.2484 5.09586 13.2403 5.00727 13.2126 4.92392C13.1849 4.84057 13.1384 4.76469 13.0767 4.70213L10.547 2.17313C10.4916 2.11773 10.4256 2.07415 10.3529 2.04501C10.2802 2.01588 10.2023 2.0018 10.124 2.00363C10.118 2.00363 10.1135 2.00063 10.1083 2.00063H9.65975L9.6575 1.99988L9.65225 2.00063H5.59775L5.5955 1.99988H2.57825L2.57 2.00138L2.5625 1.99988C2.43034 2.00205 2.30348 2.05216 2.2055 2.14088C2.19425 2.15138 2.1785 2.15663 2.168 2.16788C2.15525 2.17988 2.14925 2.19713 2.13875 2.21063C2.05144 2.30721 2.00214 2.4322 2 2.56238L2.0015 2.56988L2 2.57813V13.4216L2.0015 13.4314L2 13.4381C2 13.5791 2.05775 13.7036 2.14475 13.8011C2.153 13.8109 2.15825 13.8229 2.1665 13.8319C2.1815 13.8476 2.201 13.8551 2.2175 13.8686C2.31403 13.9507 2.43585 13.997 2.5625 13.9999L2.56925 13.9984L2.576 13.9999H12.674L12.6815 13.9984L12.6875 13.9999C12.8141 13.9972 12.9358 13.9506 13.0317 13.8679C13.0475 13.8544 13.0685 13.8469 13.0827 13.8311C13.0917 13.8221 13.097 13.8101 13.1045 13.8004C13.1954 13.7011 13.2466 13.5719 13.2485 13.4374L13.247 13.4299L13.2485 13.4209L13.25 5.25113ZM6.1565 3.12488H9.0935V5.39063H6.1565V3.12488ZM10.2897 12.8749H4.961V9.93338L5.69075 9.20363H9.55925L10.2897 9.93488V12.8749ZM12.125 12.8749H11.4148V9.74288C11.4148 9.73538 11.411 9.72788 11.4102 9.72188C11.413 9.64296 11.3995 9.56431 11.3705 9.49087C11.3414 9.41743 11.2975 9.35079 11.2415 9.29513L10.1967 8.25263C10.1415 8.19729 10.0756 8.15374 10.003 8.1246C9.93042 8.09547 9.85269 8.08136 9.7745 8.08313C9.76775 8.08313 9.76175 8.07938 9.7565 8.07938H5.501C5.4935 8.07938 5.48675 8.08313 5.47925 8.08388C5.40029 8.08115 5.32161 8.09465 5.24808 8.12355C5.17455 8.15244 5.10773 8.19612 5.05175 8.25188L4.00775 9.29513C3.95217 9.35154 3.90862 9.41865 3.87974 9.49239C3.85086 9.56613 3.83726 9.64497 3.83975 9.72413C3.83975 9.73013 3.836 9.73613 3.836 9.74288V12.8749H3.125V3.12488H5.0315V5.93738L5.033 5.94563L5.0315 5.95313C5.0315 6.08963 5.08775 6.21038 5.17175 6.30788C5.1815 6.32063 5.1875 6.33638 5.1995 6.34763C5.2115 6.35963 5.2265 6.36488 5.23925 6.37538C5.33706 6.46331 5.46325 6.5131 5.59475 6.51563L5.603 6.51413L5.60975 6.51563H9.6395L9.6485 6.51413L9.65675 6.51563C9.78832 6.51343 9.91462 6.4636 10.0122 6.37538C10.0258 6.36488 10.04 6.35963 10.052 6.34763C10.0648 6.33638 10.0693 6.31988 10.0798 6.30788C10.1678 6.21041 10.2179 6.08448 10.2207 5.95313L10.2192 5.94563L10.2207 5.93738V3.43538L12.125 5.34113V12.8749Z" fill="#111111"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.16724 10.15V9.31678H13.8336V10.15H2.16724ZM2.16724 6.68318V5.84998H13.8336V6.68318H2.16724Z" fill="#111111"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.2499 5.15038C10.5813 5.15038 10.8495 5.41862 10.8495 5.74998V8.56248C10.8495 8.85091 10.9649 9.12709 11.1689 9.33104C11.3728 9.53498 11.649 9.65037 11.9374 9.65038C12.2259 9.65038 12.502 9.53498 12.706 9.33104C12.9099 9.12709 13.0253 8.85091 13.0253 8.56248V7.99998C13.0253 6.8681 12.6427 5.76941 11.9404 4.88182C11.2379 3.99419 10.2559 3.36944 9.15424 3.10936C8.05261 2.84935 6.89527 2.9685 5.87006 3.44823C4.84477 3.92799 4.01203 4.74044 3.5058 5.75291C2.99956 6.76539 2.84963 7.91925 3.08099 9.02733C3.3124 10.1353 3.9112 11.1331 4.78021 11.8584C5.64918 12.5835 6.73769 12.9939 7.86908 13.0234C9.00068 13.0528 10.109 12.6987 11.0146 12.0195C11.2797 11.8207 11.6566 11.8745 11.8554 12.1396C12.0542 12.4047 12.0004 12.7816 11.7353 12.9805C10.6134 13.8218 9.23966 14.2591 7.83783 14.2226C6.43624 14.1861 5.08814 13.6776 4.01166 12.7793C2.93506 11.8808 2.19282 10.6451 1.90619 9.27245C1.61957 7.89975 1.80543 6.47006 2.43256 5.21581C3.05968 3.96178 4.09134 2.95559 5.36127 2.36131C6.6314 1.76698 8.06581 1.61921 9.4306 1.94139C10.7951 2.2636 12.0107 3.03737 12.8808 4.1367C13.751 5.23631 14.2245 6.59768 14.2245 7.99998V8.56248C14.2245 9.16917 13.9836 9.75068 13.5546 10.1797C13.1256 10.6087 12.5441 10.8496 11.9374 10.8496C11.3308 10.8496 10.7492 10.6087 10.3203 10.1797C10.2394 10.0989 10.1667 10.0117 10.0995 9.92088C9.57848 10.4901 8.83248 10.8496 7.99994 10.8496C6.42593 10.8496 5.15033 9.574 5.15033 7.99998C5.15034 6.42599 6.42594 5.15038 7.99994 5.15038C8.61828 5.15038 9.18912 5.34903 9.65619 5.68358C9.68936 5.3836 9.94111 5.15038 10.2499 5.15038ZM6.34955 7.99998C6.34955 8.91125 7.08867 9.65038 7.99994 9.65038C8.85419 9.65038 9.55695 9.00086 9.64154 8.16893L9.65033 7.99998L9.64154 7.83104C9.55693 6.99914 8.85417 6.34959 7.99994 6.34959C7.08868 6.34959 6.34956 7.08873 6.34955 7.99998Z" fill="#111111"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.8 5V12.8C12.8 13.4628 12.2628 14 11.6 14H4.4C3.73726 14 3.2 13.4628 3.2 12.8V5H2V3.8H14V5H12.8ZM4.4 5V12.8H11.6V5H4.4ZM7.4 6.2H8.6V7.4H7.4V6.2ZM7.4 8H8.6V9.2H7.4V8ZM7.4 9.8H8.6V11H7.4V9.8ZM5 2H11V3.2H5V2Z" fill="#111111"/>
3
+ </svg>