@central-icons-react/round-filled-radius-0-stroke-1 0.0.60 → 1.0.0

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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const Icon3dBoxBottom: React.FC<CentralIconBaseProps>;
4
+ export default Icon3dBoxBottom;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var L=(o,r)=>{for(var t in r)p(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of x(r))!h.call(o,e)&&e!==t&&p(o,e,{get:()=>r[e],enumerable:!(l=u(r,e))||l.enumerable});return o};var s=(o,r,t)=>(t=o!=null?d(B(o)):{},a(r||!o||!o.__esModule?p(t,"default",{value:o,enumerable:!0}):t,o)),g=o=>a(p({},"__esModule",{value:!0}),o);var V={};L(V,{Icon3dBoxBottom:()=>i,default:()=>I});module.exports=g(V);var n=s(require("react"));var C=s(require("react")),m=({children:o,size:r=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:c,...f})=>C.default.createElement("svg",{...f,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...c}},t&&!e&&C.default.createElement("title",null,t),o);var i=o=>n.default.createElement(m,{...o,ariaLabel:"3d-box-bottom, shaders, model, room"},n.default.createElement("path",{d:"M11.25 11.8564C11.4047 11.7671 11.5 11.602 11.5 11.4234V2.32808C11.5 1.94318 11.0833 1.70262 10.75 1.89506L2.87305 6.44255C2.7184 6.53135 2.62305 6.69606 2.62305 6.87439V15.972C2.62305 16.3569 3.03975 16.5974 3.37308 16.405L11.25 11.8564Z",fill:"currentColor"}),n.default.createElement("path",{d:"M21.377 6.87439C21.377 6.69606 21.2816 6.53135 21.127 6.44255L13.25 1.89506C12.9167 1.70262 12.5 1.94318 12.5 2.32808V11.4234C12.5 11.602 12.5953 11.7671 12.75 11.8564L20.6269 16.405C20.9603 16.5974 21.377 16.3569 21.377 15.972V6.87439Z",fill:"currentColor"}),n.default.createElement("path",{d:"M20.125 18.1363C20.4584 17.9438 20.4584 17.4627 20.1251 17.2703L12.249 12.7226C12.0943 12.6333 11.9037 12.6333 11.749 12.7226L3.87308 17.2702C3.53974 17.4627 3.53977 17.9438 3.87313 18.1363L11.75 22.683C11.9047 22.7723 12.0953 22.7723 12.25 22.683L20.125 18.1363Z",fill:"currentColor"})),I=i;0&&(module.exports={Icon3dBoxBottom});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dBoxBottom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const Icon3dBoxBottom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"3d-box-bottom, shaders, model, room\">\n <path\n d=\"M11.25 11.8564C11.4047 11.7671 11.5 11.602 11.5 11.4234V2.32808C11.5 1.94318 11.0833 1.70262 10.75 1.89506L2.87305 6.44255C2.7184 6.53135 2.62305 6.69606 2.62305 6.87439V15.972C2.62305 16.3569 3.03975 16.5974 3.37308 16.405L11.25 11.8564Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.377 6.87439C21.377 6.69606 21.2816 6.53135 21.127 6.44255L13.25 1.89506C12.9167 1.70262 12.5 1.94318 12.5 2.32808V11.4234C12.5 11.602 12.5953 11.7671 12.75 11.8564L20.6269 16.405C20.9603 16.5974 21.377 16.3569 21.377 15.972V6.87439Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.125 18.1363C20.4584 17.9438 20.4584 17.4627 20.1251 17.2703L12.249 12.7226C12.0943 12.6333 11.9037 12.6333 11.749 12.7226L3.87308 17.2702C3.53974 17.4627 3.53977 17.9438 3.87313 18.1363L11.75 22.683C11.9047 22.7723 12.0953 22.7723 12.25 22.683L20.125 18.1363Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxBottom;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,iPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0QACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["Icon3dBoxBottom_exports","__export","Icon3dBoxBottom","Icon3dBoxBottom_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","Icon3dBoxBottom","props","React","CentralIconBase","Icon3dBoxBottom_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import l from"react";var p=({children:t,size:o=24,ariaLabel:n,color:C,ariaHidden:e=!0,style:a,...s})=>l.createElement("svg",{...s,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...a}},n&&!e&&l.createElement("title",null,n),t);var m=t=>r.createElement(p,{...t,ariaLabel:"3d-box-bottom, shaders, model, room"},r.createElement("path",{d:"M11.25 11.8564C11.4047 11.7671 11.5 11.602 11.5 11.4234V2.32808C11.5 1.94318 11.0833 1.70262 10.75 1.89506L2.87305 6.44255C2.7184 6.53135 2.62305 6.69606 2.62305 6.87439V15.972C2.62305 16.3569 3.03975 16.5974 3.37308 16.405L11.25 11.8564Z",fill:"currentColor"}),r.createElement("path",{d:"M21.377 6.87439C21.377 6.69606 21.2816 6.53135 21.127 6.44255L13.25 1.89506C12.9167 1.70262 12.5 1.94318 12.5 2.32808V11.4234C12.5 11.602 12.5953 11.7671 12.75 11.8564L20.6269 16.405C20.9603 16.5974 21.377 16.3569 21.377 15.972V6.87439Z",fill:"currentColor"}),r.createElement("path",{d:"M20.125 18.1363C20.4584 17.9438 20.4584 17.4627 20.1251 17.2703L12.249 12.7226C12.0943 12.6333 11.9037 12.6333 11.749 12.7226L3.87308 17.2702C3.53974 17.4627 3.53977 17.9438 3.87313 18.1363L11.75 22.683C11.9047 22.7723 12.0953 22.7723 12.25 22.683L20.125 18.1363Z",fill:"currentColor"})),u=m;export{m as Icon3dBoxBottom,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dBoxBottom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const Icon3dBoxBottom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"3d-box-bottom, shaders, model, room\">\n <path\n d=\"M11.25 11.8564C11.4047 11.7671 11.5 11.602 11.5 11.4234V2.32808C11.5 1.94318 11.0833 1.70262 10.75 1.89506L2.87305 6.44255C2.7184 6.53135 2.62305 6.69606 2.62305 6.87439V15.972C2.62305 16.3569 3.03975 16.5974 3.37308 16.405L11.25 11.8564Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.377 6.87439C21.377 6.69606 21.2816 6.53135 21.127 6.44255L13.25 1.89506C12.9167 1.70262 12.5 1.94318 12.5 2.32808V11.4234C12.5 11.602 12.5953 11.7671 12.75 11.8564L20.6269 16.405C20.9603 16.5974 21.377 16.3569 21.377 15.972V6.87439Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.125 18.1363C20.4584 17.9438 20.4584 17.4627 20.1251 17.2703L12.249 12.7226C12.0943 12.6333 11.9037 12.6333 11.749 12.7226L3.87308 17.2702C3.53974 17.4627 3.53977 17.9438 3.87313 18.1363L11.75 22.683C11.9047 22.7723 12.0953 22.7723 12.25 22.683L20.125 18.1363Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxBottom;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,uCACpCC,EAAA,cAAC,QACC,EAAE,iPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,+OACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,0QACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","Icon3dBoxBottom","props","React","CentralIconBase","Icon3dBoxBottom_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFlashcards: React.FC<CentralIconBaseProps>;
4
+ export default IconFlashcards;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var a=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,e)=>{for(var t in e)a(r,t,{get:e[t],enumerable:!0})},s=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of d(e))!h.call(r,o)&&o!==t&&a(r,o,{get:()=>e[o],enumerable:!(n=u(e,o))||n.enumerable});return r};var C=(r,e,t)=>(t=r!=null?f(g(r)):{},s(e||!r||!r.__esModule?a(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>s(a({},"__esModule",{value:!0}),r);var w={};x(w,{IconFlashcards:()=>m,default:()=>I});module.exports=B(w);var l=C(require("react"));var p=C(require("react")),c=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:i,...L})=>p.default.createElement("svg",{...L,"aria-hidden":o,role:o?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...i}},t&&!o&&p.default.createElement("title",null,t),r);var m=r=>l.default.createElement(c,{...r,ariaLabel:"flashcards, cards, pages"},l.default.createElement("path",{d:"M3.05356 8.5424C3.0247 8.26777 3.22393 8.02174 3.49856 7.99288L12.4493 7.05212C12.7239 7.02325 12.9699 7.22249 12.9988 7.49712L14.361 20.4578C14.3899 20.7325 14.1906 20.9785 13.916 21.0074L4.96531 21.9481C4.69068 21.977 4.44465 21.7778 4.41579 21.5031L3.05356 8.5424Z",fill:"currentColor"}),l.default.createElement("path",{d:"M11.6654 2.05259L20.6156 2.99302C20.8902 3.02188 21.0897 3.26819 21.0609 3.54282L19.6986 16.5028C19.6697 16.7774 19.4234 16.977 19.1488 16.9481L14.9515 16.5067L13.9935 7.39243L13.97 7.24107C13.8251 6.54642 13.2079 6.04731 12.4984 6.04966L12.345 6.05747L10.724 6.22739L11.1156 2.49693C11.1445 2.22238 11.3908 2.02373 11.6654 2.05259Z",fill:"currentColor"})),I=m;0&&(module.exports={IconFlashcards});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFlashcards/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFlashcards: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"flashcards, cards, pages\">\n <path\n d=\"M3.05356 8.5424C3.0247 8.26777 3.22393 8.02174 3.49856 7.99288L12.4493 7.05212C12.7239 7.02325 12.9699 7.22249 12.9988 7.49712L14.361 20.4578C14.3899 20.7325 14.1906 20.9785 13.916 21.0074L4.96531 21.9481C4.69068 21.977 4.44465 21.7778 4.41579 21.5031L3.05356 8.5424Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.6654 2.05259L20.6156 2.99302C20.8902 3.02188 21.0897 3.26819 21.0609 3.54282L19.6986 16.5028C19.6697 16.7774 19.4234 16.977 19.1488 16.9481L14.9515 16.5067L13.9935 7.39243L13.97 7.24107C13.8251 6.54642 13.2079 6.04731 12.4984 6.04966L12.345 6.05747L10.724 6.22739L11.1156 2.49693C11.1445 2.22238 11.3908 2.02373 11.6654 2.05259Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlashcards;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,4BACpC,EAAAC,QAAA,cAAC,QACC,EAAE,8QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+UACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFlashcards_exports","__export","IconFlashcards","IconFlashcards_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconFlashcards","props","React","CentralIconBase","IconFlashcards_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import a from"react";var l=({children:e,size:r=24,ariaLabel:n,color:p,ariaHidden:t=!0,style:s,...C})=>a.createElement("svg",{...C,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...s}},n&&!t&&a.createElement("title",null,n),e);var c=e=>o.createElement(l,{...e,ariaLabel:"flashcards, cards, pages"},o.createElement("path",{d:"M3.05356 8.5424C3.0247 8.26777 3.22393 8.02174 3.49856 7.99288L12.4493 7.05212C12.7239 7.02325 12.9699 7.22249 12.9988 7.49712L14.361 20.4578C14.3899 20.7325 14.1906 20.9785 13.916 21.0074L4.96531 21.9481C4.69068 21.977 4.44465 21.7778 4.41579 21.5031L3.05356 8.5424Z",fill:"currentColor"}),o.createElement("path",{d:"M11.6654 2.05259L20.6156 2.99302C20.8902 3.02188 21.0897 3.26819 21.0609 3.54282L19.6986 16.5028C19.6697 16.7774 19.4234 16.977 19.1488 16.9481L14.9515 16.5067L13.9935 7.39243L13.97 7.24107C13.8251 6.54642 13.2079 6.04731 12.4984 6.04966L12.345 6.05747L10.724 6.22739L11.1156 2.49693C11.1445 2.22238 11.3908 2.02373 11.6654 2.05259Z",fill:"currentColor"})),u=c;export{c as IconFlashcards,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFlashcards/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconFlashcards: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"flashcards, cards, pages\">\n <path\n d=\"M3.05356 8.5424C3.0247 8.26777 3.22393 8.02174 3.49856 7.99288L12.4493 7.05212C12.7239 7.02325 12.9699 7.22249 12.9988 7.49712L14.361 20.4578C14.3899 20.7325 14.1906 20.9785 13.916 21.0074L4.96531 21.9481C4.69068 21.977 4.44465 21.7778 4.41579 21.5031L3.05356 8.5424Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.6654 2.05259L20.6156 2.99302C20.8902 3.02188 21.0897 3.26819 21.0609 3.54282L19.6986 16.5028C19.6697 16.7774 19.4234 16.977 19.1488 16.9481L14.9515 16.5067L13.9935 7.39243L13.97 7.24107C13.8251 6.54642 13.2079 6.04731 12.4984 6.04966L12.345 6.05747L10.724 6.22739L11.1156 2.49693C11.1445 2.22238 11.3908 2.02373 11.6654 2.05259Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlashcards;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,4BACpCC,EAAA,cAAC,QACC,EAAE,8QACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,+UACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconFlashcards","props","React","CentralIconBase","IconFlashcards_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPaintBrush: React.FC<CentralIconBaseProps>;
4
+ export default IconPaintBrush;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var I=(r,e)=>{for(var t in e)p(r,t,{get:e[t],enumerable:!0})},s=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let o of h(e))!x.call(r,o)&&o!==t&&p(r,o,{get:()=>e[o],enumerable:!(n=g(e,o))||n.enumerable});return r};var C=(r,e,t)=>(t=r!=null?f(B(r)):{},s(e||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>s(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconPaintBrush:()=>c,default:()=>d});module.exports=V(P);var a=C(require("react"));var l=C(require("react")),i=({children:r,size:e=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:m,...u})=>l.default.createElement("svg",{...u,"aria-hidden":o,role:o?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...m}},t&&!o&&l.default.createElement("title",null,t),r);var c=r=>a.default.createElement(i,{...r,ariaLabel:"paint-brush, design, color, appearance"},a.default.createElement("path",{d:"M20 14.5C20 14.7761 19.7761 15 19.5 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H4.5C4.22386 15 4 14.7761 4 14.5V12H20V14.5Z",fill:"currentColor"}),a.default.createElement("path",{d:"M8.25 2C8.40738 2 8.55596 2.07429 8.65039 2.2002L10 4L11.3496 2.2002C11.444 2.07429 11.5926 2 11.75 2H19.5C19.7761 2 20 2.22386 20 2.5V11H4V2.5C4 2.22386 4.22386 2 4.5 2H8.25Z",fill:"currentColor"})),d=c;0&&(module.exports={IconPaintBrush});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPaintBrush/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPaintBrush: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"paint-brush, design, color, appearance\"\n >\n <path\n d=\"M20 14.5C20 14.7761 19.7761 15 19.5 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H4.5C4.22386 15 4 14.7761 4 14.5V12H20V14.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.25 2C8.40738 2 8.55596 2.07429 8.65039 2.2002L10 4L11.3496 2.2002C11.444 2.07429 11.5926 2 11.75 2H19.5C19.7761 2 20 2.22386 20 2.5V11H4V2.5C4 2.22386 4.22386 2 4.5 2H8.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBrush;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,0CAEV,EAAAC,QAAA,cAAC,QACC,EAAE,mMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPaintBrush_exports","__export","IconPaintBrush","IconPaintBrush_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPaintBrush","props","React","CentralIconBase","IconPaintBrush_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";var a=({children:e,size:r=24,ariaLabel:n,color:l,ariaHidden:t=!0,style:s,...C})=>p.createElement("svg",{...C,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...s}},n&&!t&&p.createElement("title",null,n),e);var i=e=>o.createElement(a,{...e,ariaLabel:"paint-brush, design, color, appearance"},o.createElement("path",{d:"M20 14.5C20 14.7761 19.7761 15 19.5 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H4.5C4.22386 15 4 14.7761 4 14.5V12H20V14.5Z",fill:"currentColor"}),o.createElement("path",{d:"M8.25 2C8.40738 2 8.55596 2.07429 8.65039 2.2002L10 4L11.3496 2.2002C11.444 2.07429 11.5926 2 11.75 2H19.5C19.7761 2 20 2.22386 20 2.5V11H4V2.5C4 2.22386 4.22386 2 4.5 2H8.25Z",fill:"currentColor"})),g=i;export{i as IconPaintBrush,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPaintBrush/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPaintBrush: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"paint-brush, design, color, appearance\"\n >\n <path\n d=\"M20 14.5C20 14.7761 19.7761 15 19.5 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H4.5C4.22386 15 4 14.7761 4 14.5V12H20V14.5Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.25 2C8.40738 2 8.55596 2.07429 8.65039 2.2002L10 4L11.3496 2.2002C11.444 2.07429 11.5926 2 11.75 2H19.5C19.7761 2 20 2.22386 20 2.5V11H4V2.5C4 2.22386 4.22386 2 4.5 2H8.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBrush;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,0CAEVC,EAAA,cAAC,QACC,EAAE,mMACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,kLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPaintBrush","props","React","CentralIconBase","IconPaintBrush_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPaintBucket: React.FC<CentralIconBaseProps>;
4
+ export default IconPaintBucket;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var x=(e,t)=>{for(var r in t)l(e,r,{get:t[r],enumerable:!0})},C=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of V(t))!B.call(e,o)&&o!==r&&l(e,o,{get:()=>t[o],enumerable:!(n=d(t,o))||n.enumerable});return e};var s=(e,t,r)=>(r=e!=null?f(g(e)):{},C(t||!e||!e.__esModule?l(r,"default",{value:e,enumerable:!0}):r,e)),I=e=>C(l({},"__esModule",{value:!0}),e);var P={};x(P,{IconPaintBucket:()=>i,default:()=>H});module.exports=I(P);var a=s(require("react"));var p=s(require("react")),c=({children:e,size:t=24,ariaLabel:r,color:n,ariaHidden:o=!0,style:m,...u})=>p.default.createElement("svg",{...u,"aria-hidden":o,role:o?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...m}},r&&!o&&p.default.createElement("title",null,r),e);var i=e=>a.default.createElement(c,{...e,ariaLabel:"paint-bucket, design, color, appearance"},a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C16.4183 2 20 5.58172 20 10H20.5C20.7761 10 21 10.2239 21 10.5C21 10.7761 20.7761 11 20.5 11H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V11H3.5C3.22386 11 3 10.7761 3 10.5C3 10.2239 3.22386 10 3.5 10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V14.5C8 14.7761 8.22386 15 8.5 15C8.77614 15 9 14.7761 9 14.5V10H10V12.5C10 12.7761 10.2239 13 10.5 13C10.7761 13 11 12.7761 11 12.5V10H19C19 6.13401 15.866 3 12 3Z",fill:"currentColor"})),H=i;0&&(module.exports={IconPaintBucket});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPaintBucket/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPaintBucket: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"paint-bucket, design, color, appearance\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C16.4183 2 20 5.58172 20 10H20.5C20.7761 10 21 10.2239 21 10.5C21 10.7761 20.7761 11 20.5 11H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V11H3.5C3.22386 11 3 10.7761 3 10.5C3 10.2239 3.22386 10 3.5 10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V14.5C8 14.7761 8.22386 15 8.5 15C8.77614 15 9 14.7761 9 14.5V10H10V12.5C10 12.7761 10.2239 13 10.5 13C10.7761 13 11 12.7761 11 12.5V10H19C19 6.13401 15.866 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucket;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,2CAEV,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ycACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPaintBucket_exports","__export","IconPaintBucket","IconPaintBucket_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPaintBucket","props","React","CentralIconBase","IconPaintBucket_default"]}
@@ -0,0 +1,2 @@
1
+ import p from"react";import n from"react";var l=({children:t,size:e=24,ariaLabel:o,color:a,ariaHidden:r=!0,style:C,...s})=>n.createElement("svg",{...s,"aria-hidden":r,role:r?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:a,...C}},o&&!r&&n.createElement("title",null,o),t);var c=t=>p.createElement(l,{...t,ariaLabel:"paint-bucket, design, color, appearance"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C16.4183 2 20 5.58172 20 10H20.5C20.7761 10 21 10.2239 21 10.5C21 10.7761 20.7761 11 20.5 11H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V11H3.5C3.22386 11 3 10.7761 3 10.5C3 10.2239 3.22386 10 3.5 10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V14.5C8 14.7761 8.22386 15 8.5 15C8.77614 15 9 14.7761 9 14.5V10H10V12.5C10 12.7761 10.2239 13 10.5 13C10.7761 13 11 12.7761 11 12.5V10H19C19 6.13401 15.866 3 12 3Z",fill:"currentColor"})),d=c;export{c as IconPaintBucket,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPaintBucket/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPaintBucket: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"paint-bucket, design, color, appearance\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C16.4183 2 20 5.58172 20 10H20.5C20.7761 10 21 10.2239 21 10.5C21 10.7761 20.7761 11 20.5 11H20V21.5C20 21.7761 19.7761 22 19.5 22H4.5C4.22386 22 4 21.7761 4 21.5V11H3.5C3.22386 11 3 10.7761 3 10.5C3 10.2239 3.22386 10 3.5 10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V14.5C8 14.7761 8.22386 15 8.5 15C8.77614 15 9 14.7761 9 14.5V10H10V12.5C10 12.7761 10.2239 13 10.5 13C10.7761 13 11 12.7761 11 12.5V10H19C19 6.13401 15.866 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucket;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,2CAEVC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ycACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPaintBucket","props","React","CentralIconBase","IconPaintBucket_default"]}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPaintBucketDrop: React.FC<CentralIconBaseProps>;
4
+ export default IconPaintBucketDrop;
@@ -0,0 +1,2 @@
1
+ "use strict";var L=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var I=(r,t)=>{for(var e in t)C(r,e,{get:t[e],enumerable:!0})},a=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of B(t))!x.call(r,o)&&o!==e&&C(r,o,{get:()=>t[o],enumerable:!(n=f(t,o))||n.enumerable});return r};var s=(r,t,e)=>(e=r!=null?L(g(r)):{},a(t||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(C({},"__esModule",{value:!0}),r);var P={};I(P,{IconPaintBucketDrop:()=>c,default:()=>h});module.exports=d(P);var p=s(require("react"));var l=s(require("react")),i=({children:r,size:t=24,ariaLabel:e,color:n,ariaHidden:o=!0,style:m,...u})=>l.default.createElement("svg",{...u,"aria-hidden":o,role:o?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...m}},e&&!o&&l.default.createElement("title",null,e),r);var c=r=>p.default.createElement(i,{...r,ariaLabel:"paint-bucket-drop"},p.default.createElement("path",{d:"M19.4257 16.1201C19.6129 15.96 19.889 15.96 20.0761 16.1201L20.079 16.123C20.079 16.123 20.0821 16.1254 20.0839 16.127C20.0882 16.1307 20.095 16.136 20.1025 16.1426C20.1174 16.1558 20.1378 16.1752 20.164 16.1992C20.2165 16.2474 20.2903 16.3167 20.3779 16.4043C20.5525 16.5789 20.7858 16.8292 21.0204 17.1309C21.4733 17.7131 22.0009 18.5758 22.0009 19.5C22.0009 20.8159 21.0541 22 19.7509 22C18.4476 22 17.5009 20.8159 17.5009 19.5C17.5009 18.5758 18.0286 17.7131 18.4814 17.1309C18.716 16.8292 18.9494 16.5789 19.124 16.4043C19.2115 16.3167 19.2854 16.2474 19.3378 16.1992C19.364 16.1752 19.3844 16.1558 19.3993 16.1426C19.4068 16.136 19.4136 16.1307 19.4179 16.127C19.4198 16.1253 19.4228 16.123 19.4228 16.123L19.4257 16.1201Z",fill:"currentColor"}),p.default.createElement("path",{d:"M10.9755 2.34668L21.6327 13.0039L10.8154 21.2754C9.42194 22.3409 7.45422 22.211 6.2138 20.9707L2.6054 17.3613C1.36499 16.1209 1.23414 14.1532 2.29974 12.7598L4.98528 9.24609L11.0888 12.4434C11.3332 12.571 11.6355 12.4767 11.7636 12.2324C11.8771 12.0157 11.8154 11.7536 11.6298 11.6074L2.26849 6.70508C2.02398 6.5769 1.92944 6.27386 2.05755 6.0293C2.18573 5.78481 2.48877 5.69026 2.73333 5.81836L6.21282 7.64062L10.5722 1.94238L10.9755 2.34668Z",fill:"currentColor"})),h=c;0&&(module.exports={IconPaintBucketDrop});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPaintBucketDrop/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPaintBucketDrop: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"paint-bucket-drop\">\n <path\n d=\"M19.4257 16.1201C19.6129 15.96 19.889 15.96 20.0761 16.1201L20.079 16.123C20.079 16.123 20.0821 16.1254 20.0839 16.127C20.0882 16.1307 20.095 16.136 20.1025 16.1426C20.1174 16.1558 20.1378 16.1752 20.164 16.1992C20.2165 16.2474 20.2903 16.3167 20.3779 16.4043C20.5525 16.5789 20.7858 16.8292 21.0204 17.1309C21.4733 17.7131 22.0009 18.5758 22.0009 19.5C22.0009 20.8159 21.0541 22 19.7509 22C18.4476 22 17.5009 20.8159 17.5009 19.5C17.5009 18.5758 18.0286 17.7131 18.4814 17.1309C18.716 16.8292 18.9494 16.5789 19.124 16.4043C19.2115 16.3167 19.2854 16.2474 19.3378 16.1992C19.364 16.1752 19.3844 16.1558 19.3993 16.1426C19.4068 16.136 19.4136 16.1307 19.4179 16.127C19.4198 16.1253 19.4228 16.123 19.4228 16.123L19.4257 16.1201Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.9755 2.34668L21.6327 13.0039L10.8154 21.2754C9.42194 22.3409 7.45422 22.211 6.2138 20.9707L2.6054 17.3613C1.36499 16.1209 1.23414 14.1532 2.29974 12.7598L4.98528 9.24609L11.0888 12.4434C11.3332 12.571 11.6355 12.4767 11.7636 12.2324C11.8771 12.0157 11.8154 11.7536 11.6298 11.6074L2.26849 6.70508C2.02398 6.5769 1.92944 6.27386 2.05755 6.0293C2.18573 5.78481 2.48877 5.69026 2.73333 5.81836L6.21282 7.64062L10.5722 1.94238L10.9755 2.34668Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucketDrop;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,yBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,qBACpC,EAAAC,QAAA,cAAC,QACC,EAAE,2tBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8bACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPaintBucketDrop_exports","__export","IconPaintBucketDrop","IconPaintBucketDrop_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPaintBucketDrop","props","React","CentralIconBase","IconPaintBucketDrop_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import C from"react";var p=({children:t,size:r=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:a,...s})=>C.createElement("svg",{...s,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...a}},n&&!e&&C.createElement("title",null,n),t);var i=t=>o.createElement(p,{...t,ariaLabel:"paint-bucket-drop"},o.createElement("path",{d:"M19.4257 16.1201C19.6129 15.96 19.889 15.96 20.0761 16.1201L20.079 16.123C20.079 16.123 20.0821 16.1254 20.0839 16.127C20.0882 16.1307 20.095 16.136 20.1025 16.1426C20.1174 16.1558 20.1378 16.1752 20.164 16.1992C20.2165 16.2474 20.2903 16.3167 20.3779 16.4043C20.5525 16.5789 20.7858 16.8292 21.0204 17.1309C21.4733 17.7131 22.0009 18.5758 22.0009 19.5C22.0009 20.8159 21.0541 22 19.7509 22C18.4476 22 17.5009 20.8159 17.5009 19.5C17.5009 18.5758 18.0286 17.7131 18.4814 17.1309C18.716 16.8292 18.9494 16.5789 19.124 16.4043C19.2115 16.3167 19.2854 16.2474 19.3378 16.1992C19.364 16.1752 19.3844 16.1558 19.3993 16.1426C19.4068 16.136 19.4136 16.1307 19.4179 16.127C19.4198 16.1253 19.4228 16.123 19.4228 16.123L19.4257 16.1201Z",fill:"currentColor"}),o.createElement("path",{d:"M10.9755 2.34668L21.6327 13.0039L10.8154 21.2754C9.42194 22.3409 7.45422 22.211 6.2138 20.9707L2.6054 17.3613C1.36499 16.1209 1.23414 14.1532 2.29974 12.7598L4.98528 9.24609L11.0888 12.4434C11.3332 12.571 11.6355 12.4767 11.7636 12.2324C11.8771 12.0157 11.8154 11.7536 11.6298 11.6074L2.26849 6.70508C2.02398 6.5769 1.92944 6.27386 2.05755 6.0293C2.18573 5.78481 2.48877 5.69026 2.73333 5.81836L6.21282 7.64062L10.5722 1.94238L10.9755 2.34668Z",fill:"currentColor"})),f=i;export{i as IconPaintBucketDrop,f as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPaintBucketDrop/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPaintBucketDrop: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"paint-bucket-drop\">\n <path\n d=\"M19.4257 16.1201C19.6129 15.96 19.889 15.96 20.0761 16.1201L20.079 16.123C20.079 16.123 20.0821 16.1254 20.0839 16.127C20.0882 16.1307 20.095 16.136 20.1025 16.1426C20.1174 16.1558 20.1378 16.1752 20.164 16.1992C20.2165 16.2474 20.2903 16.3167 20.3779 16.4043C20.5525 16.5789 20.7858 16.8292 21.0204 17.1309C21.4733 17.7131 22.0009 18.5758 22.0009 19.5C22.0009 20.8159 21.0541 22 19.7509 22C18.4476 22 17.5009 20.8159 17.5009 19.5C17.5009 18.5758 18.0286 17.7131 18.4814 17.1309C18.716 16.8292 18.9494 16.5789 19.124 16.4043C19.2115 16.3167 19.2854 16.2474 19.3378 16.1992C19.364 16.1752 19.3844 16.1558 19.3993 16.1426C19.4068 16.136 19.4136 16.1307 19.4179 16.127C19.4198 16.1253 19.4228 16.123 19.4228 16.123L19.4257 16.1201Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.9755 2.34668L21.6327 13.0039L10.8154 21.2754C9.42194 22.3409 7.45422 22.211 6.2138 20.9707L2.6054 17.3613C1.36499 16.1209 1.23414 14.1532 2.29974 12.7598L4.98528 9.24609L11.0888 12.4434C11.3332 12.571 11.6355 12.4767 11.7636 12.2324C11.8771 12.0157 11.8154 11.7536 11.6298 11.6074L2.26849 6.70508C2.02398 6.5769 1.92944 6.27386 2.05755 6.0293C2.18573 5.78481 2.48877 5.69026 2.73333 5.81836L6.21282 7.64062L10.5722 1.94238L10.9755 2.34668Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucketDrop;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,qBACpCC,EAAA,cAAC,QACC,EAAE,2tBACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,8bACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPaintBucketDrop","props","React","CentralIconBase","IconPaintBucketDrop_default"]}
package/README.md CHANGED
@@ -334,6 +334,7 @@ Below is a complete list of available icons:
334
334
 
335
335
  ### Augmented Reality
336
336
 
337
+ - Icon3dBoxBottom
337
338
  - Icon3dBoxTop
338
339
  - Icon3dSphere
339
340
  - IconAr
@@ -607,6 +608,9 @@ Below is a complete list of available icons:
607
608
  - IconMarkdown
608
609
  - IconMarker
609
610
  - IconMarkerCircle
611
+ - IconPaintBrush
612
+ - IconPaintBucket
613
+ - IconPaintBucketDrop
610
614
  - IconPencil
611
615
  - IconPencilLine
612
616
  - IconPencilWave
@@ -1563,6 +1567,7 @@ Below is a complete list of available icons:
1563
1567
  - IconFire3
1564
1568
  - IconFlag1
1565
1569
  - IconFlag2
1570
+ - IconFlashcards
1566
1571
  - IconFootsteps
1567
1572
  - IconForYou
1568
1573
  - IconGalaxy
package/icons/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export type CentralIconName =
2
+ | "Icon3dBoxBottom"
2
3
  | "Icon3dBoxTop"
3
4
  | "Icon3dSphere"
4
5
  | "Icon4k"
@@ -655,6 +656,7 @@ export type CentralIconName =
655
656
  | "IconFistbump"
656
657
  | "IconFlag1"
657
658
  | "IconFlag2"
659
+ | "IconFlashcards"
658
660
  | "IconFloppyDisk1"
659
661
  | "IconFloppyDisk2"
660
662
  | "IconFocusAuto"
@@ -1002,6 +1004,9 @@ export type CentralIconName =
1002
1004
  | "IconPageTextLock"
1003
1005
  | "IconPageTextPieChart"
1004
1006
  | "IconPageTextSearch"
1007
+ | "IconPaintBrush"
1008
+ | "IconPaintBucket"
1009
+ | "IconPaintBucketDrop"
1005
1010
  | "IconPancakes"
1006
1011
  | "IconPanoramaView"
1007
1012
  | "IconPaperclip1"