@central-icons-react-native/round-filled-radius-0-stroke-2 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/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +12 -4
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +28 -0
|
@@ -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})},a=(r,o,t,l)=>{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:!(l=u(o,e))||l.enumerable});return r};var s=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconFlashcards:()=>L,default:()=>d});module.exports=g(h);var p=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.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 C=require("react-native-svg"),L=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M3.10322 9.04017C3.04549 8.49091 3.44395 7.99885 3.99321 7.94112L11.9494 7.10489C12.4986 7.04716 12.9907 7.44562 13.0484 7.99488L14.3061 19.9611C14.3639 20.5104 13.9654 21.0024 13.4161 21.0601L5.45997 21.8964C4.91071 21.9541 4.41864 21.5556 4.36091 21.0064L3.10322 9.04017Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M12.1598 2.10516L20.1159 2.9411C20.665 2.99881 21.064 3.49066 21.0065 4.03973L19.7487 16.0065C19.6909 16.5557 19.1983 16.9539 18.6491 16.8962L15.6598 16.5817L14.7389 7.81708C14.5926 6.42693 13.4159 5.39422 12.0475 5.39911L11.7721 5.41473L10.7956 5.51727L11.0612 2.99481C11.119 2.44563 11.6106 2.04748 12.1598 2.10516Z",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.10322 9.04017C3.04549 8.49091 3.44395 7.99885 3.99321 7.94112L11.9494 7.10489C12.4986 7.04716 12.9907 7.44562 13.0484 7.99488L14.3061 19.9611C14.3639 20.5104 13.9654 21.0024 13.4161 21.0601L5.45997 21.8964C4.91071 21.9541 4.41864 21.5556 4.36091 21.0064L3.10322 9.04017Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1598 2.10516L20.1159 2.9411C20.665 2.99881 21.064 3.49066 21.0065 4.03973L19.7487 16.0065C19.6909 16.5557 19.1983 16.9539 18.6491 16.8962L15.6598 16.5817L14.7389 7.81708C14.5926 6.42693 13.4159 5.39422 12.0475 5.39911L11.7721 5.41473L10.7956 5.51727L11.0612 2.99481C11.119 2.44563 11.6106 2.04748 12.1598 2.10516Z\"\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,oRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gUACF,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 C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...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 a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M3.10322 9.04017C3.04549 8.49091 3.44395 7.99885 3.99321 7.94112L11.9494 7.10489C12.4986 7.04716 12.9907 7.44562 13.0484 7.99488L14.3061 19.9611C14.3639 20.5104 13.9654 21.0024 13.4161 21.0601L5.45997 21.8964C4.91071 21.9541 4.41864 21.5556 4.36091 21.0064L3.10322 9.04017Z",fill:"currentColor"}),t.createElement(n,{d:"M12.1598 2.10516L20.1159 2.9411C20.665 2.99881 21.064 3.49066 21.0065 4.03973L19.7487 16.0065C19.6909 16.5557 19.1983 16.9539 18.6491 16.8962L15.6598 16.5817L14.7389 7.81708C14.5926 6.42693 13.4159 5.39422 12.0475 5.39911L11.7721 5.41473L10.7956 5.51727L11.0612 2.99481C11.119 2.44563 11.6106 2.04748 12.1598 2.10516Z",fill:"currentColor"})),x=a;export{a 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.10322 9.04017C3.04549 8.49091 3.44395 7.99885 3.99321 7.94112L11.9494 7.10489C12.4986 7.04716 12.9907 7.44562 13.0484 7.99488L14.3061 19.9611C14.3639 20.5104 13.9654 21.0024 13.4161 21.0601L5.45997 21.8964C4.91071 21.9541 4.41864 21.5556 4.36091 21.0064L3.10322 9.04017Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.1598 2.10516L20.1159 2.9411C20.665 2.99881 21.064 3.49066 21.0065 4.03973L19.7487 16.0065C19.6909 16.5557 19.1983 16.9539 18.6491 16.8962L15.6598 16.5817L14.7389 7.81708C14.5926 6.42693 13.4159 5.39422 12.0475 5.39911L11.7721 5.41473L10.7956 5.51727L11.0612 2.99481C11.119 2.44563 11.6106 2.04748 12.1598 2.10516Z\"\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,oRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gUACF,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})},a=(r,o,t,l)=>{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:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>a(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 C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M20 14C20 14.5523 19.5523 15 19 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 15H5C4.44772 15 4 14.5523 4 14V12H20V14Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M8 2C8.31476 2 8.61095 2.14858 8.7998 2.40039L10 4L11.2002 2.40039C11.3891 2.14858 11.6852 2 12 2H19C19.5523 2 20 2.44772 20 3V10H4V3C4 2.44772 4.44772 2 5 2H8Z",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 14C20 14.5523 19.5523 15 19 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 15H5C4.44772 15 4 14.5523 4 14V12H20V14Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 2C8.31476 2 8.61095 2.14858 8.7998 2.40039L10 4L11.2002 2.40039C11.3891 2.14858 11.6852 2 12 2H19C19.5523 2 20 2.44772 20 3V10H4V3C4 2.44772 4.44772 2 5 2H8Z\"\n fill=\"currentColor\"\n />\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,yLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mKACF,KAAK,eACP,CACF,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 C from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(l,{...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 a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M20 14C20 14.5523 19.5523 15 19 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 15H5C4.44772 15 4 14.5523 4 14V12H20V14Z",fill:"currentColor"}),t.createElement(e,{d:"M8 2C8.31476 2 8.61095 2.14858 8.7998 2.40039L10 4L11.2002 2.40039C11.3891 2.14858 11.6852 2 12 2H19C19.5523 2 20 2.44772 20 3V10H4V3C4 2.44772 4.44772 2 5 2H8Z",fill:"currentColor"})),x=a;export{a 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 14C20 14.5523 19.5523 15 19 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 15H5C4.44772 15 4 14.5523 4 14V12H20V14Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 2C8.31476 2 8.61095 2.14858 8.7998 2.40039L10 4L11.2002 2.40039C11.3891 2.14858 11.6852 2 12 2H19C19.5523 2 20 2.44772 20 3V10H4V3C4 2.44772 4.44772 2 5 2H8Z\"\n fill=\"currentColor\"\n />\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,yLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mKACF,KAAK,eACP,CACF,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 B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!d.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(P(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var H={};v(H,{IconPaintBucket:()=>i,default:()=>g});module.exports=x(H);var C=a(require("react"));var m=a(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=>C.default.createElement(s,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C15.7277 2 18.86 4.54954 19.748 8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V10C3.44772 10 3 9.55228 3 9C3 8.44772 3.44772 8 4 8H4.25195C5.14003 4.54954 8.27231 2 12 2ZM12 4C9.38772 4 7.16657 5.66984 6.34277 8H8V13C8 13.5523 8.44772 14 9 14C9.55228 14 10 13.5523 10 13V8H11V11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11V8H17.6572C16.8334 5.66984 14.6123 4 12 4Z",fill:"currentColor"})),g=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 2C15.7277 2 18.86 4.54954 19.748 8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V10C3.44772 10 3 9.55228 3 9C3 8.44772 3.44772 8 4 8H4.25195C5.14003 4.54954 8.27231 2 12 2ZM12 4C9.38772 4 7.16657 5.66984 6.34277 8H8V13C8 13.5523 8.44772 14 9 14C9.55228 14 10 13.5523 10 13V8H11V11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11V8H17.6572C16.8334 5.66984 14.6123 4 12 4Z\"\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,ucACF,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 C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...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 l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C15.7277 2 18.86 4.54954 19.748 8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V10C3.44772 10 3 9.55228 3 9C3 8.44772 3.44772 8 4 8H4.25195C5.14003 4.54954 8.27231 2 12 2ZM12 4C9.38772 4 7.16657 5.66984 6.34277 8H8V13C8 13.5523 8.44772 14 9 14C9.55228 14 10 13.5523 10 13V8H11V11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11V8H17.6572C16.8334 5.66984 14.6123 4 12 4Z",fill:"currentColor"})),d=a;export{a 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, { 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 2C15.7277 2 18.86 4.54954 19.748 8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V10C3.44772 10 3 9.55228 3 9C3 8.44772 3.44772 8 4 8H4.25195C5.14003 4.54954 8.27231 2 12 2ZM12 4C9.38772 4 7.16657 5.66984 6.34277 8H8V13C8 13.5523 8.44772 14 9 14C9.55228 14 10 13.5523 10 13V8H11V11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11V8H17.6572C16.8334 5.66984 14.6123 4 12 4Z\"\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,ucACF,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 u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var d={};x(d,{IconPaintBucketDrop:()=>i,default:()=>v});module.exports=g(d);var C=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.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 p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M19.9507 16.2625C20.1229 16.1043 20.3791 16.1042 20.5513 16.2625C21.1642 16.8257 22.5005 18.2131 22.5005 19.6004C22.5004 20.9257 21.4931 21.9998 20.2505 21.9998C19.0081 21.9996 18.0006 20.9256 18.0005 19.6004C18.0005 18.213 19.3379 16.8257 19.9507 16.2625Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M10.5571 1.87283C10.8443 1.85418 11.1271 1.96035 11.3306 2.16384L21.23 12.0633C21.4333 12.2668 21.5387 12.5487 21.52 12.8357C21.501 13.1229 21.3587 13.3891 21.1304 13.5642L11.1958 21.1609C9.6034 22.3786 7.35466 22.2296 5.93702 20.8123L2.58156 17.4568C1.16394 16.0392 1.0151 13.7906 2.23292 12.198L3.7798 10.1736L10.2144 13.2224C10.7133 13.4587 11.3099 13.2457 11.5464 12.7469C11.7613 12.2922 11.6021 11.7574 11.1948 11.4871L2.57277 7.4031C2.07397 7.16657 1.86092 6.57101 2.09718 6.07205C2.33352 5.5731 2.92922 5.36043 3.42823 5.59646L6.25538 6.93533L9.82863 2.26345C10.0037 2.035 10.27 1.89201 10.5571 1.87283Z",fill:"currentColor"})),v=i;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=\"M19.9507 16.2625C20.1229 16.1043 20.3791 16.1042 20.5513 16.2625C21.1642 16.8257 22.5005 18.2131 22.5005 19.6004C22.5004 20.9257 21.4931 21.9998 20.2505 21.9998C19.0081 21.9996 18.0006 20.9256 18.0005 19.6004C18.0005 18.213 19.3379 16.8257 19.9507 16.2625Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.5571 1.87283C10.8443 1.85418 11.1271 1.96035 11.3306 2.16384L21.23 12.0633C21.4333 12.2668 21.5387 12.5487 21.52 12.8357C21.501 13.1229 21.3587 13.3891 21.1304 13.5642L11.1958 21.1609C9.6034 22.3786 7.35466 22.2296 5.93702 20.8123L2.58156 17.4568C1.16394 16.0392 1.0151 13.7906 2.23292 12.198L3.7798 10.1736L10.2144 13.2224C10.7133 13.4587 11.3099 13.2457 11.5464 12.7469C11.7613 12.2922 11.6021 11.7574 11.1948 11.4871L2.57277 7.4031C2.07397 7.16657 1.86092 6.57101 2.09718 6.07205C2.33352 5.5731 2.92922 5.36043 3.42823 5.59646L6.25538 6.93533L9.82863 2.26345C10.0037 2.035 10.27 1.89201 10.5571 1.87283Z\"\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,mQACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qmBACF,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 e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,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 a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M19.9507 16.2625C20.1229 16.1043 20.3791 16.1042 20.5513 16.2625C21.1642 16.8257 22.5005 18.2131 22.5005 19.6004C22.5004 20.9257 21.4931 21.9998 20.2505 21.9998C19.0081 21.9996 18.0006 20.9256 18.0005 19.6004C18.0005 18.213 19.3379 16.8257 19.9507 16.2625Z",fill:"currentColor"}),t.createElement(n,{d:"M10.5571 1.87283C10.8443 1.85418 11.1271 1.96035 11.3306 2.16384L21.23 12.0633C21.4333 12.2668 21.5387 12.5487 21.52 12.8357C21.501 13.1229 21.3587 13.3891 21.1304 13.5642L11.1958 21.1609C9.6034 22.3786 7.35466 22.2296 5.93702 20.8123L2.58156 17.4568C1.16394 16.0392 1.0151 13.7906 2.23292 12.198L3.7798 10.1736L10.2144 13.2224C10.7133 13.4587 11.3099 13.2457 11.5464 12.7469C11.7613 12.2922 11.6021 11.7574 11.1948 11.4871L2.57277 7.4031C2.07397 7.16657 1.86092 6.57101 2.09718 6.07205C2.33352 5.5731 2.92922 5.36043 3.42823 5.59646L6.25538 6.93533L9.82863 2.26345C10.0037 2.035 10.27 1.89201 10.5571 1.87283Z",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=\"M19.9507 16.2625C20.1229 16.1043 20.3791 16.1042 20.5513 16.2625C21.1642 16.8257 22.5005 18.2131 22.5005 19.6004C22.5004 20.9257 21.4931 21.9998 20.2505 21.9998C19.0081 21.9996 18.0006 20.9256 18.0005 19.6004C18.0005 18.213 19.3379 16.8257 19.9507 16.2625Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.5571 1.87283C10.8443 1.85418 11.1271 1.96035 11.3306 2.16384L21.23 12.0633C21.4333 12.2668 21.5387 12.5487 21.52 12.8357C21.501 13.1229 21.3587 13.3891 21.1304 13.5642L11.1958 21.1609C9.6034 22.3786 7.35466 22.2296 5.93702 20.8123L2.58156 17.4568C1.16394 16.0392 1.0151 13.7906 2.23292 12.198L3.7798 10.1736L10.2144 13.2224C10.7133 13.4587 11.3099 13.2457 11.5464 12.7469C11.7613 12.2922 11.6021 11.7574 11.1948 11.4871L2.57277 7.4031C2.07397 7.16657 1.86092 6.57101 2.09718 6.07205C2.33352 5.5731 2.92922 5.36043 3.42823 5.59646L6.25538 6.93533L9.82863 2.26345C10.0037 2.035 10.27 1.89201 10.5571 1.87283Z\"\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,mQACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qmBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPaintBucketDrop","props","React","CentralIconBase","IconPaintBucketDrop_default"]}
|
package/README.md
CHANGED
|
@@ -574,6 +574,9 @@ Below is a complete list of available icons:
|
|
|
574
574
|
- IconMarkdown
|
|
575
575
|
- IconMarker
|
|
576
576
|
- IconMarkerCircle
|
|
577
|
+
- IconPaintBrush
|
|
578
|
+
- IconPaintBucket
|
|
579
|
+
- IconPaintBucketDrop
|
|
577
580
|
- IconPencil
|
|
578
581
|
- IconPencilLine
|
|
579
582
|
- IconPencilWave
|
|
@@ -1530,6 +1533,7 @@ Below is a complete list of available icons:
|
|
|
1530
1533
|
- IconFire3
|
|
1531
1534
|
- IconFlag1
|
|
1532
1535
|
- IconFlag2
|
|
1536
|
+
- IconFlashcards
|
|
1533
1537
|
- IconFootsteps
|
|
1534
1538
|
- IconForYou
|
|
1535
1539
|
- IconGalaxy
|
package/filtered-icons.json
CHANGED
|
@@ -9198,6 +9198,20 @@
|
|
|
9198
9198
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
9199
9199
|
"componentName": "IconFlag2"
|
|
9200
9200
|
},
|
|
9201
|
+
{
|
|
9202
|
+
"category": "Things",
|
|
9203
|
+
"svg": "<path d=\"M3.10322 9.04017C3.04549 8.49091 3.44395 7.99885 3.99321 7.94112L11.9494 7.10489C12.4986 7.04716 12.9907 7.44562 13.0484 7.99488L14.3061 19.9611C14.3639 20.5104 13.9654 21.0024 13.4161 21.0601L5.45997 21.8964C4.91071 21.9541 4.41864 21.5556 4.36091 21.0064L3.10322 9.04017Z\" fill=\"currentColor\"/><path d=\"M12.1598 2.10516L20.1159 2.9411C20.665 2.99881 21.064 3.49066 21.0065 4.03973L19.7487 16.0065C19.6909 16.5557 19.1983 16.9539 18.6491 16.8962L15.6598 16.5817L14.7389 7.81708C14.5926 6.42693 13.4159 5.39422 12.0475 5.39911L11.7721 5.41473L10.7956 5.51727L11.0612 2.99481C11.119 2.44563 11.6106 2.04748 12.1598 2.10516Z\" fill=\"currentColor\"/>",
|
|
9204
|
+
"iconName": "flashcards, cards, pages",
|
|
9205
|
+
"variant": {
|
|
9206
|
+
"join": "round",
|
|
9207
|
+
"filled": "on",
|
|
9208
|
+
"radius": "0",
|
|
9209
|
+
"stroke": "2"
|
|
9210
|
+
},
|
|
9211
|
+
"createdAt": "2025-09-02T09:30:11.696823+00:00",
|
|
9212
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
9213
|
+
"componentName": "IconFlashcards"
|
|
9214
|
+
},
|
|
9201
9215
|
{
|
|
9202
9216
|
"category": "Folders & Files",
|
|
9203
9217
|
"svg": "<path d=\"M7 3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H7V13C7 12.4477 7.44772 12 8 12H16C16.5523 12 17 12.4477 17 13V21H20C20.5523 21 21 20.5523 21 20V7C21 6.73478 20.8946 6.48043 20.7071 6.29289L17.7071 3.29289C17.5196 3.10536 17.2652 3 17 3V8C17 8.55228 16.5523 9 16 9H8C7.44772 9 7 8.55228 7 8V3Z\" fill=\"currentColor\"/><path d=\"M15 3H9V7H15V3Z\" fill=\"currentColor\"/><path d=\"M15 21V14H9V21H15Z\" fill=\"currentColor\"/>",
|
|
@@ -14056,6 +14070,48 @@
|
|
|
14056
14070
|
"packageName": "round-filled-radius-0-stroke-2",
|
|
14057
14071
|
"componentName": "IconPageTextSearch"
|
|
14058
14072
|
},
|
|
14073
|
+
{
|
|
14074
|
+
"category": "Edit",
|
|
14075
|
+
"svg": "<path d=\"M20 14C20 14.5523 19.5523 15 19 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 15H5C4.44772 15 4 14.5523 4 14V12H20V14Z\" fill=\"currentColor\"/><path d=\"M8 2C8.31476 2 8.61095 2.14858 8.7998 2.40039L10 4L11.2002 2.40039C11.3891 2.14858 11.6852 2 12 2H19C19.5523 2 20 2.44772 20 3V10H4V3C4 2.44772 4.44772 2 5 2H8Z\" fill=\"currentColor\"/>",
|
|
14076
|
+
"iconName": "paint-brush, design, color, appearance",
|
|
14077
|
+
"variant": {
|
|
14078
|
+
"join": "round",
|
|
14079
|
+
"filled": "on",
|
|
14080
|
+
"radius": "0",
|
|
14081
|
+
"stroke": "2"
|
|
14082
|
+
},
|
|
14083
|
+
"createdAt": "2025-09-02T09:00:11.443912+00:00",
|
|
14084
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
14085
|
+
"componentName": "IconPaintBrush"
|
|
14086
|
+
},
|
|
14087
|
+
{
|
|
14088
|
+
"category": "Edit",
|
|
14089
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C15.7277 2 18.86 4.54954 19.748 8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V10C3.44772 10 3 9.55228 3 9C3 8.44772 3.44772 8 4 8H4.25195C5.14003 4.54954 8.27231 2 12 2ZM12 4C9.38772 4 7.16657 5.66984 6.34277 8H8V13C8 13.5523 8.44772 14 9 14C9.55228 14 10 13.5523 10 13V8H11V11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11V8H17.6572C16.8334 5.66984 14.6123 4 12 4Z\" fill=\"currentColor\"/>",
|
|
14090
|
+
"iconName": "paint-bucket, design, color, appearance",
|
|
14091
|
+
"variant": {
|
|
14092
|
+
"join": "round",
|
|
14093
|
+
"filled": "on",
|
|
14094
|
+
"radius": "0",
|
|
14095
|
+
"stroke": "2"
|
|
14096
|
+
},
|
|
14097
|
+
"createdAt": "2025-09-02T09:00:11.443912+00:00",
|
|
14098
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
14099
|
+
"componentName": "IconPaintBucket"
|
|
14100
|
+
},
|
|
14101
|
+
{
|
|
14102
|
+
"category": "Edit",
|
|
14103
|
+
"svg": "<path d=\"M19.9507 16.2625C20.1229 16.1043 20.3791 16.1042 20.5513 16.2625C21.1642 16.8257 22.5005 18.2131 22.5005 19.6004C22.5004 20.9257 21.4931 21.9998 20.2505 21.9998C19.0081 21.9996 18.0006 20.9256 18.0005 19.6004C18.0005 18.213 19.3379 16.8257 19.9507 16.2625Z\" fill=\"currentColor\"/><path d=\"M10.5571 1.87283C10.8443 1.85418 11.1271 1.96035 11.3306 2.16384L21.23 12.0633C21.4333 12.2668 21.5387 12.5487 21.52 12.8357C21.501 13.1229 21.3587 13.3891 21.1304 13.5642L11.1958 21.1609C9.6034 22.3786 7.35466 22.2296 5.93702 20.8123L2.58156 17.4568C1.16394 16.0392 1.0151 13.7906 2.23292 12.198L3.7798 10.1736L10.2144 13.2224C10.7133 13.4587 11.3099 13.2457 11.5464 12.7469C11.7613 12.2922 11.6021 11.7574 11.1948 11.4871L2.57277 7.4031C2.07397 7.16657 1.86092 6.57101 2.09718 6.07205C2.33352 5.5731 2.92922 5.36043 3.42823 5.59646L6.25538 6.93533L9.82863 2.26345C10.0037 2.035 10.27 1.89201 10.5571 1.87283Z\" fill=\"currentColor\"/>",
|
|
14104
|
+
"iconName": "paint-bucket-drop",
|
|
14105
|
+
"variant": {
|
|
14106
|
+
"join": "round",
|
|
14107
|
+
"filled": "on",
|
|
14108
|
+
"radius": "0",
|
|
14109
|
+
"stroke": "2"
|
|
14110
|
+
},
|
|
14111
|
+
"createdAt": "2025-09-02T09:30:11.696823+00:00",
|
|
14112
|
+
"packageName": "round-filled-radius-0-stroke-2",
|
|
14113
|
+
"componentName": "IconPaintBucketDrop"
|
|
14114
|
+
},
|
|
14059
14115
|
{
|
|
14060
14116
|
"category": "Food",
|
|
14061
14117
|
"svg": "<path d=\"M3 4.5C3 4.22386 3.22386 4 3.5 4H20.5C20.7761 4 21 4.22386 21 4.5V5.5C21 5.77614 20.7761 6 20.5 6H14V10.5C14 11.3284 13.3284 12 12.5 12C11.6716 12 11 11.3284 11 10.5V14.5C11 15.3284 10.3284 16 9.5 16C8.67157 16 8 15.3284 8 14.5V6H3.5C3.22386 6 3 5.77614 3 5.5V4.5Z\" fill=\"currentColor\"/><path d=\"M21 8C21 7.72386 20.7761 7.5 20.5 7.5H16V9.5H20.5C20.7761 9.5 21 9.27614 21 9V8Z\" fill=\"currentColor\"/><path d=\"M15.9646 11C15.8532 11.7788 15.4854 12.4749 14.9495 13H21.5C21.7761 13 22 12.7761 22 12.5V11.5C22 11.2239 21.7761 11 21.5 11H15.9646Z\" fill=\"currentColor\"/><path d=\"M6 7.5H2.5C2.22386 7.5 2 7.72386 2 8V9C2 9.27614 2.22386 9.5 2.5 9.5H6V7.5Z\" fill=\"currentColor\"/><path d=\"M6 11H3.5C3.22386 11 3 11.2239 3 11.5V12.5C3 12.7761 3.22386 13 3.5 13H6V11Z\" fill=\"currentColor\"/><path d=\"M6 14.5H3.5C3.22386 14.5 3 14.7239 3 15V16C3 16.2761 3.22386 16.5 3.5 16.5H6.62734C6.23191 15.9331 6 15.2436 6 14.5Z\" fill=\"currentColor\"/><path d=\"M12.3727 16.5C12.7681 15.9331 13 15.2436 13 14.5H20.5C20.7761 14.5 21 14.7239 21 15V16C21 16.2761 20.7761 16.5 20.5 16.5H12.3727Z\" fill=\"currentColor\"/><path d=\"M23 19C23 18.4477 22.5523 18 22 18H2C1.44772 18 1 18.4477 1 19C1 19.5523 1.44772 20 2 20H22C22.5523 20 23 19.5523 23 19Z\" fill=\"currentColor\"/>",
|
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"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-2/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,
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
]
|
|
428
428
|
},
|
|
429
429
|
"Edit": {
|
|
430
|
-
"count":
|
|
430
|
+
"count": 65,
|
|
431
431
|
"icons": [
|
|
432
432
|
"IconAddKeyframe",
|
|
433
433
|
"IconBezier",
|
|
@@ -468,6 +468,9 @@
|
|
|
468
468
|
"IconMarkdown",
|
|
469
469
|
"IconMarker",
|
|
470
470
|
"IconMarkerCircle",
|
|
471
|
+
"IconPaintBrush",
|
|
472
|
+
"IconPaintBucket",
|
|
473
|
+
"IconPaintBucketDrop",
|
|
471
474
|
"IconPencil",
|
|
472
475
|
"IconPencilLine",
|
|
473
476
|
"IconPencilWave",
|
|
@@ -1419,7 +1422,7 @@
|
|
|
1419
1422
|
]
|
|
1420
1423
|
},
|
|
1421
1424
|
"Things": {
|
|
1422
|
-
"count":
|
|
1425
|
+
"count": 119,
|
|
1423
1426
|
"icons": [
|
|
1424
1427
|
"IconAlien",
|
|
1425
1428
|
"IconBackpack",
|
|
@@ -1464,6 +1467,7 @@
|
|
|
1464
1467
|
"IconFire3",
|
|
1465
1468
|
"IconFlag1",
|
|
1466
1469
|
"IconFlag2",
|
|
1470
|
+
"IconFlashcards",
|
|
1467
1471
|
"IconFootsteps",
|
|
1468
1472
|
"IconForYou",
|
|
1469
1473
|
"IconGalaxy",
|
|
@@ -2361,6 +2365,7 @@
|
|
|
2361
2365
|
"IconFistbump": "fistbump, boom, hands, friends",
|
|
2362
2366
|
"IconFlag1": "flag-1, priority",
|
|
2363
2367
|
"IconFlag2": "flag-2, priority",
|
|
2368
|
+
"IconFlashcards": "flashcards, cards, pages",
|
|
2364
2369
|
"IconFloppyDisk1": "floppy-disk-1, save",
|
|
2365
2370
|
"IconFloppyDisk2": "floppy-disk-2, save",
|
|
2366
2371
|
"IconFocusAuto": "focus-auto",
|
|
@@ -2708,6 +2713,9 @@
|
|
|
2708
2713
|
"IconPageTextLock": "page-text-lock",
|
|
2709
2714
|
"IconPageTextPieChart": "page-text-pie-chart",
|
|
2710
2715
|
"IconPageTextSearch": "page-text-search",
|
|
2716
|
+
"IconPaintBrush": "paint-brush, design, color, appearance",
|
|
2717
|
+
"IconPaintBucket": "paint-bucket, design, color, appearance",
|
|
2718
|
+
"IconPaintBucketDrop": "paint-bucket-drop",
|
|
2711
2719
|
"IconPancakes": "pancakes, maple-syrup, breakfast",
|
|
2712
2720
|
"IconPanoramaView": "panorama-view",
|
|
2713
2721
|
"IconPaperclip1": "paperclip-1, attachment",
|
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -4599,6 +4599,13 @@
|
|
|
4599
4599
|
"iconName": "flag-2, priority",
|
|
4600
4600
|
"pathname": "src/IconFlag2"
|
|
4601
4601
|
},
|
|
4602
|
+
{
|
|
4603
|
+
"svg": "<Path d=\"M3.10322 9.04017C3.04549 8.49091 3.44395 7.99885 3.99321 7.94112L11.9494 7.10489C12.4986 7.04716 12.9907 7.44562 13.0484 7.99488L14.3061 19.9611C14.3639 20.5104 13.9654 21.0024 13.4161 21.0601L5.45997 21.8964C4.91071 21.9541 4.41864 21.5556 4.36091 21.0064L3.10322 9.04017Z\" fill=\"currentColor\"/><Path d=\"M12.1598 2.10516L20.1159 2.9411C20.665 2.99881 21.064 3.49066 21.0065 4.03973L19.7487 16.0065C19.6909 16.5557 19.1983 16.9539 18.6491 16.8962L15.6598 16.5817L14.7389 7.81708C14.5926 6.42693 13.4159 5.39422 12.0475 5.39911L11.7721 5.41473L10.7956 5.51727L11.0612 2.99481C11.119 2.44563 11.6106 2.04748 12.1598 2.10516Z\" fill=\"currentColor\"/>",
|
|
4604
|
+
"tags": "Path",
|
|
4605
|
+
"componentName": "IconFlashcards",
|
|
4606
|
+
"iconName": "flashcards, cards, pages",
|
|
4607
|
+
"pathname": "src/IconFlashcards"
|
|
4608
|
+
},
|
|
4602
4609
|
{
|
|
4603
4610
|
"svg": "<Path d=\"M7 3H4C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H7V13C7 12.4477 7.44772 12 8 12H16C16.5523 12 17 12.4477 17 13V21H20C20.5523 21 21 20.5523 21 20V7C21 6.73478 20.8946 6.48043 20.7071 6.29289L17.7071 3.29289C17.5196 3.10536 17.2652 3 17 3V8C17 8.55228 16.5523 9 16 9H8C7.44772 9 7 8.55228 7 8V3Z\" fill=\"currentColor\"/><Path d=\"M15 3H9V7H15V3Z\" fill=\"currentColor\"/><Path d=\"M15 21V14H9V21H15Z\" fill=\"currentColor\"/>",
|
|
4604
4611
|
"tags": "Path",
|
|
@@ -7028,6 +7035,27 @@
|
|
|
7028
7035
|
"iconName": "page-text-search",
|
|
7029
7036
|
"pathname": "src/IconPageTextSearch"
|
|
7030
7037
|
},
|
|
7038
|
+
{
|
|
7039
|
+
"svg": "<Path d=\"M20 14C20 14.5523 19.5523 15 19 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 15H5C4.44772 15 4 14.5523 4 14V12H20V14Z\" fill=\"currentColor\"/><Path d=\"M8 2C8.31476 2 8.61095 2.14858 8.7998 2.40039L10 4L11.2002 2.40039C11.3891 2.14858 11.6852 2 12 2H19C19.5523 2 20 2.44772 20 3V10H4V3C4 2.44772 4.44772 2 5 2H8Z\" 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 2C15.7277 2 18.86 4.54954 19.748 8H20C20.5523 8 21 8.44772 21 9C21 9.55228 20.5523 10 20 10V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V10C3.44772 10 3 9.55228 3 9C3 8.44772 3.44772 8 4 8H4.25195C5.14003 4.54954 8.27231 2 12 2ZM12 4C9.38772 4 7.16657 5.66984 6.34277 8H8V13C8 13.5523 8.44772 14 9 14C9.55228 14 10 13.5523 10 13V8H11V11C11 11.5523 11.4477 12 12 12C12.5523 12 13 11.5523 13 11V8H17.6572C16.8334 5.66984 14.6123 4 12 4Z\" 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=\"M19.9507 16.2625C20.1229 16.1043 20.3791 16.1042 20.5513 16.2625C21.1642 16.8257 22.5005 18.2131 22.5005 19.6004C22.5004 20.9257 21.4931 21.9998 20.2505 21.9998C19.0081 21.9996 18.0006 20.9256 18.0005 19.6004C18.0005 18.213 19.3379 16.8257 19.9507 16.2625Z\" fill=\"currentColor\"/><Path d=\"M10.5571 1.87283C10.8443 1.85418 11.1271 1.96035 11.3306 2.16384L21.23 12.0633C21.4333 12.2668 21.5387 12.5487 21.52 12.8357C21.501 13.1229 21.3587 13.3891 21.1304 13.5642L11.1958 21.1609C9.6034 22.3786 7.35466 22.2296 5.93702 20.8123L2.58156 17.4568C1.16394 16.0392 1.0151 13.7906 2.23292 12.198L3.7798 10.1736L10.2144 13.2224C10.7133 13.4587 11.3099 13.2457 11.5464 12.7469C11.7613 12.2922 11.6021 11.7574 11.1948 11.4871L2.57277 7.4031C2.07397 7.16657 1.86092 6.57101 2.09718 6.07205C2.33352 5.5731 2.92922 5.36043 3.42823 5.59646L6.25538 6.93533L9.82863 2.26345C10.0037 2.035 10.27 1.89201 10.5571 1.87283Z\" fill=\"currentColor\"/>",
|
|
7054
|
+
"tags": "Path",
|
|
7055
|
+
"componentName": "IconPaintBucketDrop",
|
|
7056
|
+
"iconName": "paint-bucket-drop",
|
|
7057
|
+
"pathname": "src/IconPaintBucketDrop"
|
|
7058
|
+
},
|
|
7031
7059
|
{
|
|
7032
7060
|
"svg": "<Path d=\"M3 4.5C3 4.22386 3.22386 4 3.5 4H20.5C20.7761 4 21 4.22386 21 4.5V5.5C21 5.77614 20.7761 6 20.5 6H14V10.5C14 11.3284 13.3284 12 12.5 12C11.6716 12 11 11.3284 11 10.5V14.5C11 15.3284 10.3284 16 9.5 16C8.67157 16 8 15.3284 8 14.5V6H3.5C3.22386 6 3 5.77614 3 5.5V4.5Z\" fill=\"currentColor\"/><Path d=\"M21 8C21 7.72386 20.7761 7.5 20.5 7.5H16V9.5H20.5C20.7761 9.5 21 9.27614 21 9V8Z\" fill=\"currentColor\"/><Path d=\"M15.9646 11C15.8532 11.7788 15.4854 12.4749 14.9495 13H21.5C21.7761 13 22 12.7761 22 12.5V11.5C22 11.2239 21.7761 11 21.5 11H15.9646Z\" fill=\"currentColor\"/><Path d=\"M6 7.5H2.5C2.22386 7.5 2 7.72386 2 8V9C2 9.27614 2.22386 9.5 2.5 9.5H6V7.5Z\" fill=\"currentColor\"/><Path d=\"M6 11H3.5C3.22386 11 3 11.2239 3 11.5V12.5C3 12.7761 3.22386 13 3.5 13H6V11Z\" fill=\"currentColor\"/><Path d=\"M6 14.5H3.5C3.22386 14.5 3 14.7239 3 15V16C3 16.2761 3.22386 16.5 3.5 16.5H6.62734C6.23191 15.9331 6 15.2436 6 14.5Z\" fill=\"currentColor\"/><Path d=\"M12.3727 16.5C12.7681 15.9331 13 15.2436 13 14.5H20.5C20.7761 14.5 21 14.7239 21 15V16C21 16.2761 20.7761 16.5 20.5 16.5H12.3727Z\" fill=\"currentColor\"/><Path d=\"M23 19C23 18.4477 22.5523 18 22 18H2C1.44772 18 1 18.4477 1 19C1 19.5523 1.44772 20 2 20H22C22.5523 20 23 19.5523 23 19Z\" fill=\"currentColor\"/>",
|
|
7033
7061
|
"tags": "Path",
|