@central-icons-react/round-filled-radius-0-stroke-1.5 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 11.7116C11.1547 11.6222 11.25 11.4572 11.25 11.2785V2.18324C11.25 1.79834 10.8333 1.55778 10.5 1.75023L2.74805 6.22572C2.516 6.35969 2.37305 6.60729 2.37305 6.87524V15.8262C2.37305 16.2111 2.78971 16.4517 3.12304 16.2592L11 11.7116Z",fill:"currentColor"}),n.default.createElement("path",{d:"M21.627 6.87524C21.627 6.60729 21.484 6.35969 21.2519 6.22572L13.5 1.75023C13.1667 1.55778 12.75 1.79834 12.75 2.18324V11.2785C12.75 11.4572 12.8453 11.6222 13 11.7116L20.877 16.2592C21.2103 16.4517 21.627 16.2111 21.627 15.8262V6.87524Z",fill:"currentColor"}),n.default.createElement("path",{d:"M20.1261 18.4241C20.4594 18.2316 20.4594 17.7505 20.1261 17.5581L12.25 13.0104C12.0953 12.9211 11.9047 12.9211 11.75 13.0104L3.87307 17.558C3.53973 17.7505 3.53973 18.2316 3.87307 18.4241L11.625 22.8995C11.857 23.0335 12.143 23.0335 12.375 22.8995L20.1261 18.4241Z",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 11.7116C11.1547 11.6222 11.25 11.4572 11.25 11.2785V2.18324C11.25 1.79834 10.8333 1.55778 10.5 1.75023L2.74805 6.22572C2.516 6.35969 2.37305 6.60729 2.37305 6.87524V15.8262C2.37305 16.2111 2.78971 16.4517 3.12304 16.2592L11 11.7116Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.627 6.87524C21.627 6.60729 21.484 6.35969 21.2519 6.22572L13.5 1.75023C13.1667 1.55778 12.75 1.79834 12.75 2.18324V11.2785C12.75 11.4572 12.8453 11.6222 13 11.7116L20.877 16.2592C21.2103 16.4517 21.627 16.2111 21.627 15.8262V6.87524Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.1261 18.4241C20.4594 18.2316 20.4594 17.7505 20.1261 17.5581L12.25 13.0104C12.0953 12.9211 11.9047 12.9211 11.75 13.0104L3.87307 17.558C3.53973 17.7505 3.53973 18.2316 3.87307 18.4241L11.625 22.8995C11.857 23.0335 12.143 23.0335 12.375 22.8995L20.1261 18.4241Z\"\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,+OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2QACF,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 11.7116C11.1547 11.6222 11.25 11.4572 11.25 11.2785V2.18324C11.25 1.79834 10.8333 1.55778 10.5 1.75023L2.74805 6.22572C2.516 6.35969 2.37305 6.60729 2.37305 6.87524V15.8262C2.37305 16.2111 2.78971 16.4517 3.12304 16.2592L11 11.7116Z",fill:"currentColor"}),r.createElement("path",{d:"M21.627 6.87524C21.627 6.60729 21.484 6.35969 21.2519 6.22572L13.5 1.75023C13.1667 1.55778 12.75 1.79834 12.75 2.18324V11.2785C12.75 11.4572 12.8453 11.6222 13 11.7116L20.877 16.2592C21.2103 16.4517 21.627 16.2111 21.627 15.8262V6.87524Z",fill:"currentColor"}),r.createElement("path",{d:"M20.1261 18.4241C20.4594 18.2316 20.4594 17.7505 20.1261 17.5581L12.25 13.0104C12.0953 12.9211 11.9047 12.9211 11.75 13.0104L3.87307 17.558C3.53973 17.7505 3.53973 18.2316 3.87307 18.4241L11.625 22.8995C11.857 23.0335 12.143 23.0335 12.375 22.8995L20.1261 18.4241Z",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 11.7116C11.1547 11.6222 11.25 11.4572 11.25 11.2785V2.18324C11.25 1.79834 10.8333 1.55778 10.5 1.75023L2.74805 6.22572C2.516 6.35969 2.37305 6.60729 2.37305 6.87524V15.8262C2.37305 16.2111 2.78971 16.4517 3.12304 16.2592L11 11.7116Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M21.627 6.87524C21.627 6.60729 21.484 6.35969 21.2519 6.22572L13.5 1.75023C13.1667 1.55778 12.75 1.79834 12.75 2.18324V11.2785C12.75 11.4572 12.8453 11.6222 13 11.7116L20.877 16.2592C21.2103 16.4517 21.627 16.2111 21.627 15.8262V6.87524Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20.1261 18.4241C20.4594 18.2316 20.4594 17.7505 20.1261 17.5581L12.25 13.0104C12.0953 12.9211 11.9047 12.9211 11.75 13.0104L3.87307 17.558C3.53973 17.7505 3.53973 18.2316 3.87307 18.4241L11.625 22.8995C11.857 23.0335 12.143 23.0335 12.375 22.8995L20.1261 18.4241Z\"\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,+OACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,2QACF,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.07839 8.79143C3.03509 8.37949 3.33394 8.01044 3.74588 7.96715L12.1993 7.07865C12.6113 7.03536 12.9803 7.3342 13.0236 7.74615L14.3336 20.2096C14.3769 20.6216 14.078 20.9906 13.6661 21.0339L5.21264 21.9224C4.80069 21.9657 4.43165 21.6668 4.38835 21.2549L3.07839 8.79143Z",fill:"currentColor"}),l.default.createElement("path",{d:"M11.9131 2.07838L20.3662 2.96705C20.778 3.01043 21.0764 3.37943 21.0332 3.79127L19.7236 16.2551C19.6802 16.6669 19.3112 16.9654 18.8994 16.9221L15.458 16.5598L14.5156 7.58912L14.4795 7.36159C14.2617 6.31979 13.3368 5.5707 12.2725 5.57448L12.043 5.58717L10.7754 5.71998L11.0879 2.74635C11.1312 2.33441 11.5011 2.03509 11.9131 2.07838Z",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.07839 8.79143C3.03509 8.37949 3.33394 8.01044 3.74588 7.96715L12.1993 7.07865C12.6113 7.03536 12.9803 7.3342 13.0236 7.74615L14.3336 20.2096C14.3769 20.6216 14.078 20.9906 13.6661 21.0339L5.21264 21.9224C4.80069 21.9657 4.43165 21.6668 4.38835 21.2549L3.07839 8.79143Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.9131 2.07838L20.3662 2.96705C20.778 3.01043 21.0764 3.37943 21.0332 3.79127L19.7236 16.2551C19.6802 16.6669 19.3112 16.9654 18.8994 16.9221L15.458 16.5598L14.5156 7.58912L14.4795 7.36159C14.2617 6.31979 13.3368 5.5707 12.2725 5.57448L12.043 5.58717L10.7754 5.71998L11.0879 2.74635C11.1312 2.33441 11.5011 2.03509 11.9131 2.07838Z\"\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,kRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gVACF,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.07839 8.79143C3.03509 8.37949 3.33394 8.01044 3.74588 7.96715L12.1993 7.07865C12.6113 7.03536 12.9803 7.3342 13.0236 7.74615L14.3336 20.2096C14.3769 20.6216 14.078 20.9906 13.6661 21.0339L5.21264 21.9224C4.80069 21.9657 4.43165 21.6668 4.38835 21.2549L3.07839 8.79143Z",fill:"currentColor"}),o.createElement("path",{d:"M11.9131 2.07838L20.3662 2.96705C20.778 3.01043 21.0764 3.37943 21.0332 3.79127L19.7236 16.2551C19.6802 16.6669 19.3112 16.9654 18.8994 16.9221L15.458 16.5598L14.5156 7.58912L14.4795 7.36159C14.2617 6.31979 13.3368 5.5707 12.2725 5.57448L12.043 5.58717L10.7754 5.71998L11.0879 2.74635C11.1312 2.33441 11.5011 2.03509 11.9131 2.07838Z",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.07839 8.79143C3.03509 8.37949 3.33394 8.01044 3.74588 7.96715L12.1993 7.07865C12.6113 7.03536 12.9803 7.3342 13.0236 7.74615L14.3336 20.2096C14.3769 20.6216 14.078 20.9906 13.6661 21.0339L5.21264 21.9224C4.80069 21.9657 4.43165 21.6668 4.38835 21.2549L3.07839 8.79143Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M11.9131 2.07838L20.3662 2.96705C20.778 3.01043 21.0764 3.37943 21.0332 3.79127L19.7236 16.2551C19.6802 16.6669 19.3112 16.9654 18.8994 16.9221L15.458 16.5598L14.5156 7.58912L14.4795 7.36159C14.2617 6.31979 13.3368 5.5707 12.2725 5.57448L12.043 5.58717L10.7754 5.71998L11.0879 2.74635C11.1312 2.33441 11.5011 2.03509 11.9131 2.07838Z\"\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,kRACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,gVACF,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.25C20 14.6642 19.6642 15 19.25 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.75C4.33579 15 4 14.6642 4 14.25V12H20V14.25Z",fill:"currentColor"}),a.default.createElement("path",{d:"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.40039 3.2002C9.70039 3.59978 10.2996 3.59978 10.5996 3.2002L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H19.25C19.6642 2 20 2.33579 20 2.75V10.5H4V2.75C4 2.33579 4.33579 2 4.75 2H8.125Z",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.25C20 14.6642 19.6642 15 19.25 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.75C4.33579 15 4 14.6642 4 14.25V12H20V14.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.40039 3.2002C9.70039 3.59978 10.2996 3.59978 10.5996 3.2002L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H19.25C19.6642 2 20 2.33579 20 2.75V10.5H4V2.75C4 2.33579 4.33579 2 4.75 2H8.125Z\"\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,wMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oPACF,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.25C20 14.6642 19.6642 15 19.25 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.75C4.33579 15 4 14.6642 4 14.25V12H20V14.25Z",fill:"currentColor"}),o.createElement("path",{d:"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.40039 3.2002C9.70039 3.59978 10.2996 3.59978 10.5996 3.2002L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H19.25C19.6642 2 20 2.33579 20 2.75V10.5H4V2.75C4 2.33579 4.33579 2 4.75 2H8.125Z",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.25C20 14.6642 19.6642 15 19.25 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.75C4.33579 15 4 14.6642 4 14.25V12H20V14.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.40039 3.2002C9.70039 3.59978 10.2996 3.59978 10.5996 3.2002L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H19.25C19.6642 2 20 2.33579 20 2.75V10.5H4V2.75C4 2.33579 4.33579 2 4.75 2H8.125Z\"\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,wMACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oPACF,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 2C15.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V21.25C20 21.6642 19.6642 22 19.25 22H4.75C4.33579 22 4 21.6642 4 21.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z",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 2C15.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V21.25C20 21.6642 19.6642 22 19.25 22H4.75C4.33579 22 4 21.6642 4 21.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z\"\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,uhBACF,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 2C15.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V21.25C20 21.6642 19.6642 22 19.25 22H4.75C4.33579 22 4 21.6642 4 21.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z",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 2C15.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V21.25C20 21.6642 19.6642 22 19.25 22H4.75C4.33579 22 4 21.6642 4 21.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z\"\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,uhBACF,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 f=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var I=(r,t)=>{for(var e in t)p(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&&p(r,o,{get:()=>t[o],enumerable:!(n=L(t,o))||n.enumerable});return r};var s=(r,t,e)=>(e=r!=null?f(g(r)):{},a(t||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconPaintBucketDrop:()=>c,default:()=>h});module.exports=d(P);var C=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=>C.default.createElement(i,{...r,ariaLabel:"paint-bucket-drop"},C.default.createElement("path",{d:"M19.9491 16.262C20.1213 16.1038 20.3785 16.1038 20.5507 16.262C21.1635 16.8252 22.4998 18.2126 22.4999 19.5999C22.4999 20.9254 21.4925 22.0003 20.2499 22.0003C19.0072 22.0003 17.9999 20.9254 17.9999 19.5999C18 18.2126 19.3363 16.8252 19.9491 16.262Z",fill:"currentColor"}),C.default.createElement("path",{d:"M10.8065 2.25028C11.0221 2.23601 11.2338 2.31627 11.3866 2.46903L21.286 12.3684L21.3397 12.428C21.4571 12.5738 21.5172 12.7599 21.5048 12.9485C21.4903 13.1639 21.3822 13.3632 21.2108 13.4944L11.2772 21.0921C9.78443 22.2332 7.67642 22.0924 6.34754 20.764L2.9911 17.4075C1.66255 16.0787 1.52186 13.9707 2.66297 12.4778L4.62782 9.90751L10.6522 13.0638C11.019 13.2558 11.4727 13.114 11.6649 12.7474C11.8408 12.4111 11.7356 12.0031 11.4345 11.7893L2.3993 7.05595C2.03274 6.86378 1.8912 6.41097 2.08289 6.04423C2.27503 5.67743 2.72776 5.53591 3.09461 5.72782L6.47157 7.49638L10.2606 2.54423C10.3919 2.37272 10.591 2.26466 10.8065 2.25028Z",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.9491 16.262C20.1213 16.1038 20.3785 16.1038 20.5507 16.262C21.1635 16.8252 22.4998 18.2126 22.4999 19.5999C22.4999 20.9254 21.4925 22.0003 20.2499 22.0003C19.0072 22.0003 17.9999 20.9254 17.9999 19.5999C18 18.2126 19.3363 16.8252 19.9491 16.262Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.8065 2.25028C11.0221 2.23601 11.2338 2.31627 11.3866 2.46903L21.286 12.3684L21.3397 12.428C21.4571 12.5738 21.5172 12.7599 21.5048 12.9485C21.4903 13.1639 21.3822 13.3632 21.2108 13.4944L11.2772 21.0921C9.78443 22.2332 7.67642 22.0924 6.34754 20.764L2.9911 17.4075C1.66255 16.0787 1.52186 13.9707 2.66297 12.4778L4.62782 9.90751L10.6522 13.0638C11.019 13.2558 11.4727 13.114 11.6649 12.7474C11.8408 12.4111 11.7356 12.0031 11.4345 11.7893L2.3993 7.05595C2.03274 6.86378 1.8912 6.41097 2.08289 6.04423C2.27503 5.67743 2.72776 5.53591 3.09461 5.72782L6.47157 7.49638L10.2606 2.54423C10.3919 2.37272 10.591 2.26466 10.8065 2.25028Z\"\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,4PACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2nBACF,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 p from"react";var C=({children:t,size:r=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:a,...s})=>p.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&&p.createElement("title",null,n),t);var i=t=>o.createElement(C,{...t,ariaLabel:"paint-bucket-drop"},o.createElement("path",{d:"M19.9491 16.262C20.1213 16.1038 20.3785 16.1038 20.5507 16.262C21.1635 16.8252 22.4998 18.2126 22.4999 19.5999C22.4999 20.9254 21.4925 22.0003 20.2499 22.0003C19.0072 22.0003 17.9999 20.9254 17.9999 19.5999C18 18.2126 19.3363 16.8252 19.9491 16.262Z",fill:"currentColor"}),o.createElement("path",{d:"M10.8065 2.25028C11.0221 2.23601 11.2338 2.31627 11.3866 2.46903L21.286 12.3684L21.3397 12.428C21.4571 12.5738 21.5172 12.7599 21.5048 12.9485C21.4903 13.1639 21.3822 13.3632 21.2108 13.4944L11.2772 21.0921C9.78443 22.2332 7.67642 22.0924 6.34754 20.764L2.9911 17.4075C1.66255 16.0787 1.52186 13.9707 2.66297 12.4778L4.62782 9.90751L10.6522 13.0638C11.019 13.2558 11.4727 13.114 11.6649 12.7474C11.8408 12.4111 11.7356 12.0031 11.4345 11.7893L2.3993 7.05595C2.03274 6.86378 1.8912 6.41097 2.08289 6.04423C2.27503 5.67743 2.72776 5.53591 3.09461 5.72782L6.47157 7.49638L10.2606 2.54423C10.3919 2.37272 10.591 2.26466 10.8065 2.25028Z",fill:"currentColor"})),L=i;export{i as IconPaintBucketDrop,L 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.9491 16.262C20.1213 16.1038 20.3785 16.1038 20.5507 16.262C21.1635 16.8252 22.4998 18.2126 22.4999 19.5999C22.4999 20.9254 21.4925 22.0003 20.2499 22.0003C19.0072 22.0003 17.9999 20.9254 17.9999 19.5999C18 18.2126 19.3363 16.8252 19.9491 16.262Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10.8065 2.25028C11.0221 2.23601 11.2338 2.31627 11.3866 2.46903L21.286 12.3684L21.3397 12.428C21.4571 12.5738 21.5172 12.7599 21.5048 12.9485C21.4903 13.1639 21.3822 13.3632 21.2108 13.4944L11.2772 21.0921C9.78443 22.2332 7.67642 22.0924 6.34754 20.764L2.9911 17.4075C1.66255 16.0787 1.52186 13.9707 2.66297 12.4778L4.62782 9.90751L10.6522 13.0638C11.019 13.2558 11.4727 13.114 11.6649 12.7474C11.8408 12.4111 11.7356 12.0031 11.4345 11.7893L2.3993 7.05595C2.03274 6.86378 1.8912 6.41097 2.08289 6.04423C2.27503 5.67743 2.72776 5.53591 3.09461 5.72782L6.47157 7.49638L10.2606 2.54423C10.3919 2.37272 10.591 2.26466 10.8065 2.25028Z\"\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,4PACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,2nBACF,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"