@central-icons-react/round-filled-radius-2-stroke-1.5 0.0.61 → 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.
- package/IconFlashcards/index.d.ts +4 -0
- package/IconFlashcards/index.js +2 -0
- package/IconFlashcards/index.js.map +1 -0
- package/IconFlashcards/index.mjs +2 -0
- package/IconFlashcards/index.mjs.map +1 -0
- package/IconPaintBrush/index.d.ts +4 -0
- package/IconPaintBrush/index.js +2 -0
- package/IconPaintBrush/index.js.map +1 -0
- package/IconPaintBrush/index.mjs +2 -0
- package/IconPaintBrush/index.mjs.map +1 -0
- package/IconPaintBucket/index.d.ts +4 -0
- package/IconPaintBucket/index.js +2 -0
- package/IconPaintBucket/index.js.map +1 -0
- package/IconPaintBucket/index.mjs +2 -0
- package/IconPaintBucket/index.mjs.map +1 -0
- package/IconPaintBucketDrop/index.d.ts +4 -0
- package/IconPaintBucketDrop/index.js +2 -0
- package/IconPaintBucketDrop/index.js.map +1 -0
- package/IconPaintBucketDrop/index.mjs +2 -0
- package/IconPaintBucketDrop/index.mjs.map +1 -0
- package/README.md +4 -0
- package/icons/index.d.ts +4 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +12 -4
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var a=Object.defineProperty;var L=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=L(e,o))||n.enumerable});return r};var C=(r,e,t)=>(t=r!=null?u(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,...f})=>p.default.createElement("svg",{...f,"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.28872 10.7798C3.12997 9.26938 4.22574 7.91621 5.73621 7.75745L10.2116 7.28707C11.722 7.12832 13.0752 8.22409 13.2339 9.73456L14.1258 18.2199C14.2845 19.7304 13.1888 21.0836 11.6783 21.2423L7.20296 21.7127C5.6925 21.8715 4.33933 20.7757 4.18057 19.2652L3.28872 10.7798Z",fill:"currentColor"}),l.default.createElement("path",{d:"M13.9026 2.28673L18.3782 2.75743C19.8887 2.91619 20.9842 4.26943 20.8255 5.77989L19.9339 14.2652C19.7751 15.7757 18.4219 16.8713 16.9114 16.7125L15.4593 16.5592L14.7259 9.57775C14.506 7.48528 12.8027 5.90858 10.7708 5.78087L10.8802 4.73497C11.0389 3.22461 12.3923 2.12816 13.9026 2.28673Z",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.28872 10.7798C3.12997 9.26938 4.22574 7.91621 5.73621 7.75745L10.2116 7.28707C11.722 7.12832 13.0752 8.22409 13.2339 9.73456L14.1258 18.2199C14.2845 19.7304 13.1888 21.0836 11.6783 21.2423L7.20296 21.7127C5.6925 21.8715 4.33933 20.7757 4.18057 19.2652L3.28872 10.7798Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.9026 2.28673L18.3782 2.75743C19.8887 2.91619 20.9842 4.26943 20.8255 5.77989L19.9339 14.2652C19.7751 15.7757 18.4219 16.8713 16.9114 16.7125L15.4593 16.5592L14.7259 9.57775C14.506 7.48528 12.8027 5.90858 10.7708 5.78087L10.8802 4.73497C11.0389 3.22461 12.3923 2.12816 13.9026 2.28673Z\"\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,mSACF,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.28872 10.7798C3.12997 9.26938 4.22574 7.91621 5.73621 7.75745L10.2116 7.28707C11.722 7.12832 13.0752 8.22409 13.2339 9.73456L14.1258 18.2199C14.2845 19.7304 13.1888 21.0836 11.6783 21.2423L7.20296 21.7127C5.6925 21.8715 4.33933 20.7757 4.18057 19.2652L3.28872 10.7798Z",fill:"currentColor"}),o.createElement("path",{d:"M13.9026 2.28673L18.3782 2.75743C19.8887 2.91619 20.9842 4.26943 20.8255 5.77989L19.9339 14.2652C19.7751 15.7757 18.4219 16.8713 16.9114 16.7125L15.4593 16.5592L14.7259 9.57775C14.506 7.48528 12.8027 5.90858 10.7708 5.78087L10.8802 4.73497C11.0389 3.22461 12.3923 2.12816 13.9026 2.28673Z",fill:"currentColor"})),L=c;export{c as IconFlashcards,L 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.28872 10.7798C3.12997 9.26938 4.22574 7.91621 5.73621 7.75745L10.2116 7.28707C11.722 7.12832 13.0752 8.22409 13.2339 9.73456L14.1258 18.2199C14.2845 19.7304 13.1888 21.0836 11.6783 21.2423L7.20296 21.7127C5.6925 21.8715 4.33933 20.7757 4.18057 19.2652L3.28872 10.7798Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M13.9026 2.28673L18.3782 2.75743C19.8887 2.91619 20.9842 4.26943 20.8255 5.77989L19.9339 14.2652C19.7751 15.7757 18.4219 16.8713 16.9114 16.7125L15.4593 16.5592L14.7259 9.57775C14.506 7.48528 12.8027 5.90858 10.7708 5.78087L10.8802 4.73497C11.0389 3.22461 12.3923 2.12816 13.9026 2.28673Z\"\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,mSACF,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,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 12.25C20 13.7688 18.7688 15 17.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 15H6.75C5.23122 15 4 13.7688 4 12.25V12H20V12.25Z",fill:"currentColor"}),a.default.createElement("path",{d:"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.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 12.25C20 13.7688 18.7688 15 17.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 15H6.75C5.23122 15 4 13.7688 4 12.25V12H20V12.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.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,+OACF,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 12.25C20 13.7688 18.7688 15 17.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 15H6.75C5.23122 15 4 13.7688 4 12.25V12H20V12.25Z",fill:"currentColor"}),o.createElement("path",{d:"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.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 12.25C20 13.7688 18.7688 15 17.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 15H6.75C5.23122 15 4 13.7688 4 12.25V12H20V12.25Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.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,+OACF,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,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 10H20V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.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 10H20V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.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 10H20V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.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 10H20V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.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,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var L=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 L(t))!x.call(r,o)&&o!==e&&p(r,o,{get:()=>t[o],enumerable:!(n=B(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 l=s(require("react"));var C=s(require("react")),i=({children:r,size:t=24,ariaLabel:e,color:n,ariaHidden:o=!0,style:m,...u})=>C.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&&C.default.createElement("title",null,e),r);var c=r=>l.default.createElement(i,{...r,ariaLabel:"paint-bucket-drop"},l.default.createElement("path",{d:"M19.9492 16.2617C20.1214 16.1036 20.3786 16.1036 20.5508 16.2617C21.1636 16.8249 22.5 18.2132 22.5 19.6006C22.4998 20.9258 21.4925 22 20.25 22C19.0075 22 18.0002 20.9258 18 19.6006C18 18.2132 19.3364 16.8249 19.9492 16.2617Z",fill:"currentColor"}),l.default.createElement("path",{d:"M9.87304 3.3154C10.8905 2.01569 12.8172 1.89922 13.9844 3.06638L20.6894 9.77145C21.8564 10.9387 21.7391 12.8644 20.4394 13.8818L11.2891 21.0449C9.79648 22.2129 7.66647 22.0831 6.32617 20.7431L3.01171 17.4287C1.67192 16.0884 1.54308 13.9593 2.71093 12.4668L4.68847 9.93942L10.6523 13.0634C11.0192 13.2556 11.4728 13.1139 11.665 12.747C11.8418 12.4092 11.735 11.9991 11.4307 11.7861L2.40039 7.05563C2.03351 6.86346 1.8919 6.41081 2.08398 6.04392C2.27621 5.67717 2.72886 5.53546 3.0957 5.72751L6.5625 7.54294L9.87304 3.3154Z",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.9492 16.2617C20.1214 16.1036 20.3786 16.1036 20.5508 16.2617C21.1636 16.8249 22.5 18.2132 22.5 19.6006C22.4998 20.9258 21.4925 22 20.25 22C19.0075 22 18.0002 20.9258 18 19.6006C18 18.2132 19.3364 16.8249 19.9492 16.2617Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.87304 3.3154C10.8905 2.01569 12.8172 1.89922 13.9844 3.06638L20.6894 9.77145C21.8564 10.9387 21.7391 12.8644 20.4394 13.8818L11.2891 21.0449C9.79648 22.2129 7.66647 22.0831 6.32617 20.7431L3.01171 17.4287C1.67192 16.0884 1.54308 13.9593 2.71093 12.4668L4.68847 9.93942L10.6523 13.0634C11.0192 13.2556 11.4728 13.1139 11.665 12.747C11.8418 12.4092 11.735 11.9991 11.4307 11.7861L2.40039 7.05563C2.03351 6.86346 1.8919 6.41081 2.08398 6.04392C2.27621 5.67717 2.72886 5.53546 3.0957 5.72751L6.5625 7.54294L9.87304 3.3154Z\"\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,mOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4gBACF,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 l=({children:t,size:r=24,ariaLabel:n,color:C,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:C,...a}},n&&!e&&p.createElement("title",null,n),t);var i=t=>o.createElement(l,{...t,ariaLabel:"paint-bucket-drop"},o.createElement("path",{d:"M19.9492 16.2617C20.1214 16.1036 20.3786 16.1036 20.5508 16.2617C21.1636 16.8249 22.5 18.2132 22.5 19.6006C22.4998 20.9258 21.4925 22 20.25 22C19.0075 22 18.0002 20.9258 18 19.6006C18 18.2132 19.3364 16.8249 19.9492 16.2617Z",fill:"currentColor"}),o.createElement("path",{d:"M9.87304 3.3154C10.8905 2.01569 12.8172 1.89922 13.9844 3.06638L20.6894 9.77145C21.8564 10.9387 21.7391 12.8644 20.4394 13.8818L11.2891 21.0449C9.79648 22.2129 7.66647 22.0831 6.32617 20.7431L3.01171 17.4287C1.67192 16.0884 1.54308 13.9593 2.71093 12.4668L4.68847 9.93942L10.6523 13.0634C11.0192 13.2556 11.4728 13.1139 11.665 12.747C11.8418 12.4092 11.735 11.9991 11.4307 11.7861L2.40039 7.05563C2.03351 6.86346 1.8919 6.41081 2.08398 6.04392C2.27621 5.67717 2.72886 5.53546 3.0957 5.72751L6.5625 7.54294L9.87304 3.3154Z",fill:"currentColor"})),B=i;export{i as IconPaintBucketDrop,B 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.9492 16.2617C20.1214 16.1036 20.3786 16.1036 20.5508 16.2617C21.1636 16.8249 22.5 18.2132 22.5 19.6006C22.4998 20.9258 21.4925 22 20.25 22C19.0075 22 18.0002 20.9258 18 19.6006C18 18.2132 19.3364 16.8249 19.9492 16.2617Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M9.87304 3.3154C10.8905 2.01569 12.8172 1.89922 13.9844 3.06638L20.6894 9.77145C21.8564 10.9387 21.7391 12.8644 20.4394 13.8818L11.2891 21.0449C9.79648 22.2129 7.66647 22.0831 6.32617 20.7431L3.01171 17.4287C1.67192 16.0884 1.54308 13.9593 2.71093 12.4668L4.68847 9.93942L10.6523 13.0634C11.0192 13.2556 11.4728 13.1139 11.665 12.747C11.8418 12.4092 11.735 11.9991 11.4307 11.7861L2.40039 7.05563C2.03351 6.86346 1.8919 6.41081 2.08398 6.04392C2.27621 5.67717 2.72886 5.53546 3.0957 5.72751L6.5625 7.54294L9.87304 3.3154Z\"\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,mOACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,4gBACF,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
|
@@ -608,6 +608,9 @@ Below is a complete list of available icons:
|
|
|
608
608
|
- IconMarkdown
|
|
609
609
|
- IconMarker
|
|
610
610
|
- IconMarkerCircle
|
|
611
|
+
- IconPaintBrush
|
|
612
|
+
- IconPaintBucket
|
|
613
|
+
- IconPaintBucketDrop
|
|
611
614
|
- IconPencil
|
|
612
615
|
- IconPencilLine
|
|
613
616
|
- IconPencilWave
|
|
@@ -1564,6 +1567,7 @@ Below is a complete list of available icons:
|
|
|
1564
1567
|
- IconFire3
|
|
1565
1568
|
- IconFlag1
|
|
1566
1569
|
- IconFlag2
|
|
1570
|
+
- IconFlashcards
|
|
1567
1571
|
- IconFootsteps
|
|
1568
1572
|
- IconForYou
|
|
1569
1573
|
- IconGalaxy
|
package/icons/index.d.ts
CHANGED
|
@@ -656,6 +656,7 @@ export type CentralIconName =
|
|
|
656
656
|
| "IconFistbump"
|
|
657
657
|
| "IconFlag1"
|
|
658
658
|
| "IconFlag2"
|
|
659
|
+
| "IconFlashcards"
|
|
659
660
|
| "IconFloppyDisk1"
|
|
660
661
|
| "IconFloppyDisk2"
|
|
661
662
|
| "IconFocusAuto"
|
|
@@ -1003,6 +1004,9 @@ export type CentralIconName =
|
|
|
1003
1004
|
| "IconPageTextLock"
|
|
1004
1005
|
| "IconPageTextPieChart"
|
|
1005
1006
|
| "IconPageTextSearch"
|
|
1007
|
+
| "IconPaintBrush"
|
|
1008
|
+
| "IconPaintBucket"
|
|
1009
|
+
| "IconPaintBucketDrop"
|
|
1006
1010
|
| "IconPancakes"
|
|
1007
1011
|
| "IconPanoramaView"
|
|
1008
1012
|
| "IconPaperclip1"
|