@central-icons-react-native/square-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.
- package/Icon3dBoxBottom/index.d.ts +4 -0
- package/Icon3dBoxBottom/index.js +2 -0
- package/Icon3dBoxBottom/index.js.map +1 -0
- package/Icon3dBoxBottom/index.mjs +2 -0
- package/Icon3dBoxBottom/index.mjs.map +1 -0
- 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 +5 -0
- package/filtered-icons.json +70 -0
- package/icons/index.d.ts +5 -0
- package/icons-index.json +15 -5
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +35 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var p=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,m)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of u(o))!I.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(m=i(o,n))||m.enumerable});return r};var a=(r,o,t)=>(t=r!=null?L(x(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>C(p({},"__esModule",{value:!0}),r);var v={};P(v,{Icon3dBoxBottom:()=>B,default:()=>g});module.exports=d(v);var e=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),B=r=>e.default.createElement(c,{...r},e.default.createElement(l.Path,{d:"M11.5 11.7119V1.46191L2.87305 6.44238L2.62305 6.58594V16.8379L11.5 11.7119Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M21.377 6.58594L21.127 6.44238L12.5 1.46191V11.7119L21.377 16.8379V6.58594Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M20.875 17.7031L11.999 12.5781L3.12305 17.7031L12 22.8271L20.875 17.7031Z",fill:"currentColor"})),g=B;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const Icon3dBoxBottom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 11.7119V1.46191L2.87305 6.44238L2.62305 6.58594V16.8379L11.5 11.7119Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.377 6.58594L21.127 6.44238L12.5 1.46191V11.7119L21.377 16.8379V6.58594Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.875 17.7031L11.999 12.5781L3.12305 17.7031L12 22.8271L20.875 17.7031Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxBottom;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4EACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["Icon3dBoxBottom_exports","__export","Icon3dBoxBottom","Icon3dBoxBottom_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","Icon3dBoxBottom","props","React","CentralIconBase","Icon3dBoxBottom_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as m}from"react-native-svg";var e=({children:t,size:r=24,...p})=>l.createElement(m,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var C=t=>o.createElement(e,{...t},o.createElement(n,{d:"M11.5 11.7119V1.46191L2.87305 6.44238L2.62305 6.58594V16.8379L11.5 11.7119Z",fill:"currentColor"}),o.createElement(n,{d:"M21.377 6.58594L21.127 6.44238L12.5 1.46191V11.7119L21.377 16.8379V6.58594Z",fill:"currentColor"}),o.createElement(n,{d:"M20.875 17.7031L11.999 12.5781L3.12305 17.7031L12 22.8271L20.875 17.7031Z",fill:"currentColor"})),I=C;export{C as Icon3dBoxBottom,I 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const Icon3dBoxBottom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 11.7119V1.46191L2.87305 6.44238L2.62305 6.58594V16.8379L11.5 11.7119Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.377 6.58594L21.127 6.44238L12.5 1.46191V11.7119L21.377 16.8379V6.58594Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.875 17.7031L11.999 12.5781L3.12305 17.7031L12 22.8271L20.875 17.7031Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxBottom;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4EACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Icon3dBoxBottom","props","React","CentralIconBase","Icon3dBoxBottom_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=u(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(I(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconFlashcards:()=>L,default:()=>d});module.exports=g(h);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>C.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),L=r=>p.default.createElement(f,{...r},p.default.createElement(l.Path,{d:"M3 8.04528L12.9452 7L14.412 20.9553L4.46676 22.0005L3 8.04528Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M21.1123 3.04492L19.6455 17.001L14.9492 16.5068L13.835 5.90137L10.7227 6.22754L11.167 2L21.1123 3.04492Z",fill:"currentColor"})),d=L;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFlashcards: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 8.04528L12.9452 7L14.412 20.9553L4.46676 22.0005L3 8.04528Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.1123 3.04492L19.6455 17.001L14.9492 16.5068L13.835 5.90137L10.7227 6.22754L11.167 2L21.1123 3.04492Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlashcards;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2GACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFlashcards_exports","__export","IconFlashcards","IconFlashcards_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFlashcards","props","React","CentralIconBase","IconFlashcards_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import l from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(n,{d:"M3 8.04528L12.9452 7L14.412 20.9553L4.46676 22.0005L3 8.04528Z",fill:"currentColor"}),t.createElement(n,{d:"M21.1123 3.04492L19.6455 17.001L14.9492 16.5068L13.835 5.90137L10.7227 6.22754L11.167 2L21.1123 3.04492Z",fill:"currentColor"})),x=s;export{s as IconFlashcards,x 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFlashcards: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3 8.04528L12.9452 7L14.412 20.9553L4.46676 22.0005L3 8.04528Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.1123 3.04492L19.6455 17.001L14.9492 16.5068L13.835 5.90137L10.7227 6.22754L11.167 2L21.1123 3.04492Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlashcards;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2GACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFlashcards","props","React","CentralIconBase","IconFlashcards_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(a=B(o,n))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(P(r)):{},C(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>C(e({},"__esModule",{value:!0}),r);var v={};g(v,{IconPaintBrush:()=>i,default:()=>h});module.exports=H(v);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M20 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 15H4V12H20V15Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M8.5 2L10 4L11.5 2H20V11H4V2H8.5Z",fill:"currentColor"})),h=i;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBrush: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 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 15H4V12H20V15Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8.5 2L10 4L11.5 2H20V11H4V2H8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBrush;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,oCAAoC,KAAK,eAAe,CAClE,EAIGE,EAAQJ","names":["IconPaintBrush_exports","__export","IconPaintBrush","IconPaintBrush_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPaintBrush","props","React","CentralIconBase","IconPaintBrush_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import l from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>l.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var C=o=>t.createElement(n,{...o},t.createElement(e,{d:"M20 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 15H4V12H20V15Z",fill:"currentColor"}),t.createElement(e,{d:"M8.5 2L10 4L11.5 2H20V11H4V2H8.5Z",fill:"currentColor"})),x=C;export{C as IconPaintBrush,x 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBrush: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 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 15H4V12H20V15Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M8.5 2L10 4L11.5 2H20V11H4V2H8.5Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBrush;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,oCAAoC,KAAK,eAAe,CAClE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPaintBrush","props","React","CentralIconBase","IconPaintBrush_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var V=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!P.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(l=H(r,t))||l.enumerable});return o};var C=(o,r,e)=>(e=o!=null?u(I(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),d=o=>a(n({},"__esModule",{value:!0}),o);var x={};V(x,{IconPaintBucket:()=>i,default:()=>v});module.exports=d(x);var p=C(require("react"));var m=C(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>p.default.createElement(s,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C16.4183 2 20 5.58172 20 10H21V11H20V22H4V11H3V10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V15H9V10H10V13H11V10H19C19 6.13401 15.866 3 12 3Z",fill:"currentColor"})),v=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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBucket: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C16.4183 2 20 5.58172 20 10H21V11H20V22H4V11H3V10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V15H9V10H10V13H11V10H19C19 6.13401 15.866 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucket;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,sKACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPaintBucket_exports","__export","IconPaintBucket","IconPaintBucket_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPaintBucket","props","React","CentralIconBase","IconPaintBucket_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var C=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C16.4183 2 20 5.58172 20 10H21V11H20V22H4V11H3V10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V15H9V10H10V13H11V10H19C19 6.13401 15.866 3 12 3Z",fill:"currentColor"})),P=C;export{C as IconPaintBucket,P 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBucket: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C16.4183 2 20 5.58172 20 10H21V11H20V22H4V11H3V10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V15H9V10H10V13H11V10H19C19 6.13401 15.866 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucket;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,sKACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPaintBucket","props","React","CentralIconBase","IconPaintBucket_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!P.call(r,C)&&C!==t&&e(r,C,{get:()=>o[C],enumerable:!(l=u(o,C))||l.enumerable});return r};var L=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var d={};x(d,{IconPaintBucketDrop:()=>f,default:()=>v});module.exports=g(d);var n=L(require("react"));var m=L(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),f=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M20.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.1201L19.7509 15.8418L20.0761 16.1201Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M10.9755 2.34668L21.6327 13.0039L10.8154 21.2754C9.42195 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.24707L11.7685 12.7998L12.2284 11.9219L1.76849 6.44336L2.23333 5.55664L6.21282 7.64062L10.5722 1.94238L10.9755 2.34668Z",fill:"currentColor"})),v=f;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBucketDrop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.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.1201L19.7509 15.8418L20.0761 16.1201Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.9755 2.34668L21.6327 13.0039L10.8154 21.2754C9.42195 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.24707L11.7685 12.7998L12.2284 11.9219L1.76849 6.44336L2.23333 5.55664L6.21282 7.64062L10.5722 1.94238L10.9755 2.34668Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucketDrop;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,yBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gtBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iSACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPaintBucketDrop_exports","__export","IconPaintBucketDrop","IconPaintBucketDrop_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPaintBucketDrop","props","React","CentralIconBase","IconPaintBucketDrop_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>t.createElement(C,{...o},t.createElement(e,{d:"M20.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.1201L19.7509 15.8418L20.0761 16.1201Z",fill:"currentColor"}),t.createElement(e,{d:"M10.9755 2.34668L21.6327 13.0039L10.8154 21.2754C9.42195 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.24707L11.7685 12.7998L12.2284 11.9219L1.76849 6.44336L2.23333 5.55664L6.21282 7.64062L10.5722 1.94238L10.9755 2.34668Z",fill:"currentColor"})),P=a;export{a as IconPaintBucketDrop,P 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBucketDrop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.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.1201L19.7509 15.8418L20.0761 16.1201Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.9755 2.34668L21.6327 13.0039L10.8154 21.2754C9.42195 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.24707L11.7685 12.7998L12.2284 11.9219L1.76849 6.44336L2.23333 5.55664L6.21282 7.64062L10.5722 1.94238L10.9755 2.34668Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucketDrop;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\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 >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gtBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iSACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPaintBucketDrop","props","React","CentralIconBase","IconPaintBucketDrop_default"]}
|
package/README.md
CHANGED
|
@@ -300,6 +300,7 @@ Below is a complete list of available icons:
|
|
|
300
300
|
|
|
301
301
|
### Augmented Reality
|
|
302
302
|
|
|
303
|
+
- Icon3dBoxBottom
|
|
303
304
|
- Icon3dBoxTop
|
|
304
305
|
- Icon3dSphere
|
|
305
306
|
- IconAr
|
|
@@ -573,6 +574,9 @@ Below is a complete list of available icons:
|
|
|
573
574
|
- IconMarkdown
|
|
574
575
|
- IconMarker
|
|
575
576
|
- IconMarkerCircle
|
|
577
|
+
- IconPaintBrush
|
|
578
|
+
- IconPaintBucket
|
|
579
|
+
- IconPaintBucketDrop
|
|
576
580
|
- IconPencil
|
|
577
581
|
- IconPencilLine
|
|
578
582
|
- IconPencilWave
|
|
@@ -1529,6 +1533,7 @@ Below is a complete list of available icons:
|
|
|
1529
1533
|
- IconFire3
|
|
1530
1534
|
- IconFlag1
|
|
1531
1535
|
- IconFlag2
|
|
1536
|
+
- IconFlashcards
|
|
1532
1537
|
- IconFootsteps
|
|
1533
1538
|
- IconForYou
|
|
1534
1539
|
- IconGalaxy
|
package/filtered-icons.json
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"data": [
|
|
3
|
+
{
|
|
4
|
+
"category": "Augmented Reality",
|
|
5
|
+
"svg": "<path d=\"M11.5 11.7119V1.46191L2.87305 6.44238L2.62305 6.58594V16.8379L11.5 11.7119Z\" fill=\"currentColor\"/><path d=\"M21.377 6.58594L21.127 6.44238L12.5 1.46191V11.7119L21.377 16.8379V6.58594Z\" fill=\"currentColor\"/><path d=\"M20.875 17.7031L11.999 12.5781L3.12305 17.7031L12 22.8271L20.875 17.7031Z\" fill=\"currentColor\"/>",
|
|
6
|
+
"iconName": "3d-box-bottom, shaders, model, room",
|
|
7
|
+
"variant": {
|
|
8
|
+
"join": "square",
|
|
9
|
+
"filled": "on",
|
|
10
|
+
"radius": "0",
|
|
11
|
+
"stroke": "1"
|
|
12
|
+
},
|
|
13
|
+
"createdAt": "2025-08-29T06:00:20.162384+00:00",
|
|
14
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
15
|
+
"componentName": "Icon3dBoxBottom"
|
|
16
|
+
},
|
|
3
17
|
{
|
|
4
18
|
"category": "Augmented Reality",
|
|
5
19
|
"svg": "<path d=\"M11.5 12.2881V22.5381L2.87305 17.5576L2.62305 17.4141V7.16211L11.5 12.2881Z\" fill=\"currentColor\"/><path d=\"M21.377 17.4141L21.127 17.5576L12.5 22.5381V12.2881L21.377 7.16211V17.4141Z\" fill=\"currentColor\"/><path d=\"M20.875 6.29688L11.999 11.4219L3.12305 6.29688L12 1.17285L20.875 6.29688Z\" fill=\"currentColor\"/>",
|
|
@@ -9184,6 +9198,20 @@
|
|
|
9184
9198
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
9185
9199
|
"componentName": "IconFlag2"
|
|
9186
9200
|
},
|
|
9201
|
+
{
|
|
9202
|
+
"category": "Things",
|
|
9203
|
+
"svg": "<path d=\"M3 8.04528L12.9452 7L14.412 20.9553L4.46676 22.0005L3 8.04528Z\" fill=\"currentColor\"/><path d=\"M21.1123 3.04492L19.6455 17.001L14.9492 16.5068L13.835 5.90137L10.7227 6.22754L11.167 2L21.1123 3.04492Z\" fill=\"currentColor\"/>",
|
|
9204
|
+
"iconName": "flashcards, cards, pages",
|
|
9205
|
+
"variant": {
|
|
9206
|
+
"join": "square",
|
|
9207
|
+
"filled": "on",
|
|
9208
|
+
"radius": "0",
|
|
9209
|
+
"stroke": "1"
|
|
9210
|
+
},
|
|
9211
|
+
"createdAt": "2025-09-02T09:30:11.696823+00:00",
|
|
9212
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
9213
|
+
"componentName": "IconFlashcards"
|
|
9214
|
+
},
|
|
9187
9215
|
{
|
|
9188
9216
|
"category": "Folders & Files",
|
|
9189
9217
|
"svg": "<path d=\"M17 3H17.7071L21 6.29289V21H17V12H7V21H3V3H7V9H17V3Z\" fill=\"currentColor\"/><path d=\"M16 3H8V8H16V3Z\" fill=\"currentColor\"/><path d=\"M8 21H16V13H8V21Z\" fill=\"currentColor\"/>",
|
|
@@ -14042,6 +14070,48 @@
|
|
|
14042
14070
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
14043
14071
|
"componentName": "IconPageTextSearch"
|
|
14044
14072
|
},
|
|
14073
|
+
{
|
|
14074
|
+
"category": "Edit",
|
|
14075
|
+
"svg": "<path d=\"M20 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 15H4V12H20V15Z\" fill=\"currentColor\"/><path d=\"M8.5 2L10 4L11.5 2H20V11H4V2H8.5Z\" fill=\"currentColor\"/>",
|
|
14076
|
+
"iconName": "paint-brush, design, color, appearance",
|
|
14077
|
+
"variant": {
|
|
14078
|
+
"join": "square",
|
|
14079
|
+
"filled": "on",
|
|
14080
|
+
"radius": "0",
|
|
14081
|
+
"stroke": "1"
|
|
14082
|
+
},
|
|
14083
|
+
"createdAt": "2025-09-02T09:00:11.443912+00:00",
|
|
14084
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
14085
|
+
"componentName": "IconPaintBrush"
|
|
14086
|
+
},
|
|
14087
|
+
{
|
|
14088
|
+
"category": "Edit",
|
|
14089
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C16.4183 2 20 5.58172 20 10H21V11H20V22H4V11H3V10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V15H9V10H10V13H11V10H19C19 6.13401 15.866 3 12 3Z\" fill=\"currentColor\"/>",
|
|
14090
|
+
"iconName": "paint-bucket, design, color, appearance",
|
|
14091
|
+
"variant": {
|
|
14092
|
+
"join": "square",
|
|
14093
|
+
"filled": "on",
|
|
14094
|
+
"radius": "0",
|
|
14095
|
+
"stroke": "1"
|
|
14096
|
+
},
|
|
14097
|
+
"createdAt": "2025-09-02T09:00:11.443912+00:00",
|
|
14098
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
14099
|
+
"componentName": "IconPaintBucket"
|
|
14100
|
+
},
|
|
14101
|
+
{
|
|
14102
|
+
"category": "Edit",
|
|
14103
|
+
"svg": "<path d=\"M20.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.1201L19.7509 15.8418L20.0761 16.1201Z\" fill=\"currentColor\"/><path d=\"M10.9755 2.34668L21.6327 13.0039L10.8154 21.2754C9.42195 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.24707L11.7685 12.7998L12.2284 11.9219L1.76849 6.44336L2.23333 5.55664L6.21282 7.64062L10.5722 1.94238L10.9755 2.34668Z\" fill=\"currentColor\"/>",
|
|
14104
|
+
"iconName": "paint-bucket-drop",
|
|
14105
|
+
"variant": {
|
|
14106
|
+
"join": "square",
|
|
14107
|
+
"filled": "on",
|
|
14108
|
+
"radius": "0",
|
|
14109
|
+
"stroke": "1"
|
|
14110
|
+
},
|
|
14111
|
+
"createdAt": "2025-09-02T09:30:11.696823+00:00",
|
|
14112
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
14113
|
+
"componentName": "IconPaintBucketDrop"
|
|
14114
|
+
},
|
|
14045
14115
|
{
|
|
14046
14116
|
"category": "Food",
|
|
14047
14117
|
"svg": "<path d=\"M21 4H3V6H7V13.5C7 14.3284 7.67157 15 8.5 15C9.32843 15 10 14.3284 10 13.5V10.5C10 11.3284 10.6716 12 11.5 12C12.3284 12 13 11.3284 13 10.5V6H21V4Z\" fill=\"currentColor\"/><path d=\"M14 9V7H21V9H14Z\" fill=\"currentColor\"/><path d=\"M13.5002 12C13.814 11.5822 14 11.0628 14 10.5V10H21V12H13.5002Z\" fill=\"currentColor\"/><path d=\"M11 13V13.5C11 14.0628 10.814 14.5822 10.5002 15H22V13H11Z\" fill=\"currentColor\"/><path d=\"M2 7H6V9H2V7Z\" fill=\"currentColor\"/><path d=\"M3 10H6V12H3V10Z\" fill=\"currentColor\"/><path d=\"M3 13H6V13.5C6 14.0628 6.18597 14.5822 6.49982 15H3V13Z\" fill=\"currentColor\"/><path d=\"M3 16H21V18H3V16Z\" fill=\"currentColor\"/><path d=\"M1 19V20H23V19H1Z\" fill=\"currentColor\"/>",
|
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"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1518,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 32,
|
|
@@ -178,8 +178,9 @@
|
|
|
178
178
|
]
|
|
179
179
|
},
|
|
180
180
|
"Augmented Reality": {
|
|
181
|
-
"count":
|
|
181
|
+
"count": 17,
|
|
182
182
|
"icons": [
|
|
183
|
+
"Icon3dBoxBottom",
|
|
183
184
|
"Icon3dBoxTop",
|
|
184
185
|
"Icon3dSphere",
|
|
185
186
|
"IconAr",
|
|
@@ -426,7 +427,7 @@
|
|
|
426
427
|
]
|
|
427
428
|
},
|
|
428
429
|
"Edit": {
|
|
429
|
-
"count":
|
|
430
|
+
"count": 65,
|
|
430
431
|
"icons": [
|
|
431
432
|
"IconAddKeyframe",
|
|
432
433
|
"IconBezier",
|
|
@@ -467,6 +468,9 @@
|
|
|
467
468
|
"IconMarkdown",
|
|
468
469
|
"IconMarker",
|
|
469
470
|
"IconMarkerCircle",
|
|
471
|
+
"IconPaintBrush",
|
|
472
|
+
"IconPaintBucket",
|
|
473
|
+
"IconPaintBucketDrop",
|
|
470
474
|
"IconPencil",
|
|
471
475
|
"IconPencilLine",
|
|
472
476
|
"IconPencilWave",
|
|
@@ -1418,7 +1422,7 @@
|
|
|
1418
1422
|
]
|
|
1419
1423
|
},
|
|
1420
1424
|
"Things": {
|
|
1421
|
-
"count":
|
|
1425
|
+
"count": 119,
|
|
1422
1426
|
"icons": [
|
|
1423
1427
|
"IconAlien",
|
|
1424
1428
|
"IconBackpack",
|
|
@@ -1463,6 +1467,7 @@
|
|
|
1463
1467
|
"IconFire3",
|
|
1464
1468
|
"IconFlag1",
|
|
1465
1469
|
"IconFlag2",
|
|
1470
|
+
"IconFlashcards",
|
|
1466
1471
|
"IconFootsteps",
|
|
1467
1472
|
"IconForYou",
|
|
1468
1473
|
"IconGalaxy",
|
|
@@ -1703,6 +1708,7 @@
|
|
|
1703
1708
|
}
|
|
1704
1709
|
},
|
|
1705
1710
|
"iconAliases": {
|
|
1711
|
+
"Icon3dBoxBottom": "3d-box-bottom, shaders, model, room",
|
|
1706
1712
|
"Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
|
|
1707
1713
|
"Icon3dSphere": "3d-sphere",
|
|
1708
1714
|
"Icon4k": "4k",
|
|
@@ -2359,6 +2365,7 @@
|
|
|
2359
2365
|
"IconFistbump": "fistbump, boom, hands, friends",
|
|
2360
2366
|
"IconFlag1": "flag-1, priority",
|
|
2361
2367
|
"IconFlag2": "flag-2, priority",
|
|
2368
|
+
"IconFlashcards": "flashcards, cards, pages",
|
|
2362
2369
|
"IconFloppyDisk1": "floppy-disk-1, save",
|
|
2363
2370
|
"IconFloppyDisk2": "floppy-disk-2, save",
|
|
2364
2371
|
"IconFocusAuto": "focus-auto",
|
|
@@ -2706,6 +2713,9 @@
|
|
|
2706
2713
|
"IconPageTextLock": "page-text-lock",
|
|
2707
2714
|
"IconPageTextPieChart": "page-text-pie-chart",
|
|
2708
2715
|
"IconPageTextSearch": "page-text-search",
|
|
2716
|
+
"IconPaintBrush": "paint-brush, design, color, appearance",
|
|
2717
|
+
"IconPaintBucket": "paint-bucket, design, color, appearance",
|
|
2718
|
+
"IconPaintBucketDrop": "paint-bucket-drop",
|
|
2709
2719
|
"IconPancakes": "pancakes, maple-syrup, breakfast",
|
|
2710
2720
|
"IconPanoramaView": "panorama-view",
|
|
2711
2721
|
"IconPaperclip1": "paperclip-1, attachment",
|
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"data": [
|
|
3
|
+
{
|
|
4
|
+
"svg": "<Path d=\"M11.5 11.7119V1.46191L2.87305 6.44238L2.62305 6.58594V16.8379L11.5 11.7119Z\" fill=\"currentColor\"/><Path d=\"M21.377 6.58594L21.127 6.44238L12.5 1.46191V11.7119L21.377 16.8379V6.58594Z\" fill=\"currentColor\"/><Path d=\"M20.875 17.7031L11.999 12.5781L3.12305 17.7031L12 22.8271L20.875 17.7031Z\" fill=\"currentColor\"/>",
|
|
5
|
+
"tags": "Path",
|
|
6
|
+
"componentName": "Icon3dBoxBottom",
|
|
7
|
+
"iconName": "3d-box-bottom, shaders, model, room",
|
|
8
|
+
"pathname": "src/Icon3dBoxBottom"
|
|
9
|
+
},
|
|
3
10
|
{
|
|
4
11
|
"svg": "<Path d=\"M11.5 12.2881V22.5381L2.87305 17.5576L2.62305 17.4141V7.16211L11.5 12.2881Z\" fill=\"currentColor\"/><Path d=\"M21.377 17.4141L21.127 17.5576L12.5 22.5381V12.2881L21.377 7.16211V17.4141Z\" fill=\"currentColor\"/><Path d=\"M20.875 6.29688L11.999 11.4219L3.12305 6.29688L12 1.17285L20.875 6.29688Z\" fill=\"currentColor\"/>",
|
|
5
12
|
"tags": "Path",
|
|
@@ -4592,6 +4599,13 @@
|
|
|
4592
4599
|
"iconName": "flag-2, priority",
|
|
4593
4600
|
"pathname": "src/IconFlag2"
|
|
4594
4601
|
},
|
|
4602
|
+
{
|
|
4603
|
+
"svg": "<Path d=\"M3 8.04528L12.9452 7L14.412 20.9553L4.46676 22.0005L3 8.04528Z\" fill=\"currentColor\"/><Path d=\"M21.1123 3.04492L19.6455 17.001L14.9492 16.5068L13.835 5.90137L10.7227 6.22754L11.167 2L21.1123 3.04492Z\" fill=\"currentColor\"/>",
|
|
4604
|
+
"tags": "Path",
|
|
4605
|
+
"componentName": "IconFlashcards",
|
|
4606
|
+
"iconName": "flashcards, cards, pages",
|
|
4607
|
+
"pathname": "src/IconFlashcards"
|
|
4608
|
+
},
|
|
4595
4609
|
{
|
|
4596
4610
|
"svg": "<Path d=\"M17 3H17.7071L21 6.29289V21H17V12H7V21H3V3H7V9H17V3Z\" fill=\"currentColor\"/><Path d=\"M16 3H8V8H16V3Z\" fill=\"currentColor\"/><Path d=\"M8 21H16V13H8V21Z\" fill=\"currentColor\"/>",
|
|
4597
4611
|
"tags": "Path",
|
|
@@ -7021,6 +7035,27 @@
|
|
|
7021
7035
|
"iconName": "page-text-search",
|
|
7022
7036
|
"pathname": "src/IconPageTextSearch"
|
|
7023
7037
|
},
|
|
7038
|
+
{
|
|
7039
|
+
"svg": "<Path d=\"M20 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 15H4V12H20V15Z\" fill=\"currentColor\"/><Path d=\"M8.5 2L10 4L11.5 2H20V11H4V2H8.5Z\" fill=\"currentColor\"/>",
|
|
7040
|
+
"tags": "Path",
|
|
7041
|
+
"componentName": "IconPaintBrush",
|
|
7042
|
+
"iconName": "paint-brush, design, color, appearance",
|
|
7043
|
+
"pathname": "src/IconPaintBrush"
|
|
7044
|
+
},
|
|
7045
|
+
{
|
|
7046
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C16.4183 2 20 5.58172 20 10H21V11H20V22H4V11H3V10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V15H9V10H10V13H11V10H19C19 6.13401 15.866 3 12 3Z\" fill=\"currentColor\"/>",
|
|
7047
|
+
"tags": "Path",
|
|
7048
|
+
"componentName": "IconPaintBucket",
|
|
7049
|
+
"iconName": "paint-bucket, design, color, appearance",
|
|
7050
|
+
"pathname": "src/IconPaintBucket"
|
|
7051
|
+
},
|
|
7052
|
+
{
|
|
7053
|
+
"svg": "<Path d=\"M20.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.1201L19.7509 15.8418L20.0761 16.1201Z\" fill=\"currentColor\"/><Path d=\"M10.9755 2.34668L21.6327 13.0039L10.8154 21.2754C9.42195 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.24707L11.7685 12.7998L12.2284 11.9219L1.76849 6.44336L2.23333 5.55664L6.21282 7.64062L10.5722 1.94238L10.9755 2.34668Z\" fill=\"currentColor\"/>",
|
|
7054
|
+
"tags": "Path",
|
|
7055
|
+
"componentName": "IconPaintBucketDrop",
|
|
7056
|
+
"iconName": "paint-bucket-drop",
|
|
7057
|
+
"pathname": "src/IconPaintBucketDrop"
|
|
7058
|
+
},
|
|
7024
7059
|
{
|
|
7025
7060
|
"svg": "<Path d=\"M21 4H3V6H7V13.5C7 14.3284 7.67157 15 8.5 15C9.32843 15 10 14.3284 10 13.5V10.5C10 11.3284 10.6716 12 11.5 12C12.3284 12 13 11.3284 13 10.5V6H21V4Z\" fill=\"currentColor\"/><Path d=\"M14 9V7H21V9H14Z\" fill=\"currentColor\"/><Path d=\"M13.5002 12C13.814 11.5822 14 11.0628 14 10.5V10H21V12H13.5002Z\" fill=\"currentColor\"/><Path d=\"M11 13V13.5C11 14.0628 10.814 14.5822 10.5002 15H22V13H11Z\" fill=\"currentColor\"/><Path d=\"M2 7H6V9H2V7Z\" fill=\"currentColor\"/><Path d=\"M3 10H6V12H3V10Z\" fill=\"currentColor\"/><Path d=\"M3 13H6V13.5C6 14.0628 6.18597 14.5822 6.49982 15H3V13Z\" fill=\"currentColor\"/><Path d=\"M3 16H21V18H3V16Z\" fill=\"currentColor\"/><Path d=\"M1 19V20H23V19H1Z\" fill=\"currentColor\"/>",
|
|
7026
7061
|
"tags": "Path",
|