@central-icons-react-native/round-filled-radius-2-stroke-1.5 0.0.61 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFlashcards: FC<CentralIconBaseProps>;
4
+ export default IconFlashcards;
@@ -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.28872 10.7798C3.12997 9.26938 4.22574 7.91621 5.73621 7.75745L10.2116 7.28707C11.722 7.12832 13.0752 8.22409 13.2339 9.73456L14.1258 18.2199C14.2845 19.7304 13.1888 21.0836 11.6783 21.2423L7.20296 21.7127C5.6925 21.8715 4.33933 20.7757 4.18057 19.2652L3.28872 10.7798Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M13.9026 2.28673L18.3782 2.75743C19.8887 2.91619 20.9842 4.26943 20.8255 5.77989L19.9339 14.2652C19.7751 15.7757 18.4219 16.8713 16.9114 16.7125L15.4593 16.5592L14.7259 9.57775C14.506 7.48528 12.8027 5.90858 10.7708 5.78087L10.8802 4.73497C11.0389 3.22461 12.3923 2.12816 13.9026 2.28673Z",fill:"currentColor"})),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.28872 10.7798C3.12997 9.26938 4.22574 7.91621 5.73621 7.75745L10.2116 7.28707C11.722 7.12832 13.0752 8.22409 13.2339 9.73456L14.1258 18.2199C14.2845 19.7304 13.1888 21.0836 11.6783 21.2423L7.20296 21.7127C5.6925 21.8715 4.33933 20.7757 4.18057 19.2652L3.28872 10.7798Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.9026 2.28673L18.3782 2.75743C19.8887 2.91619 20.9842 4.26943 20.8255 5.77989L19.9339 14.2652C19.7751 15.7757 18.4219 16.8713 16.9114 16.7125L15.4593 16.5592L14.7259 9.57775C14.506 7.48528 12.8027 5.90858 10.7708 5.78087L10.8802 4.73497C11.0389 3.22461 12.3923 2.12816 13.9026 2.28673Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlashcards;\n","import React, { 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,kRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mSACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFlashcards_exports","__export","IconFlashcards","IconFlashcards_default","__toCommonJS","import_react","import_react","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.28872 10.7798C3.12997 9.26938 4.22574 7.91621 5.73621 7.75745L10.2116 7.28707C11.722 7.12832 13.0752 8.22409 13.2339 9.73456L14.1258 18.2199C14.2845 19.7304 13.1888 21.0836 11.6783 21.2423L7.20296 21.7127C5.6925 21.8715 4.33933 20.7757 4.18057 19.2652L3.28872 10.7798Z",fill:"currentColor"}),t.createElement(n,{d:"M13.9026 2.28673L18.3782 2.75743C19.8887 2.91619 20.9842 4.26943 20.8255 5.77989L19.9339 14.2652C19.7751 15.7757 18.4219 16.8713 16.9114 16.7125L15.4593 16.5592L14.7259 9.57775C14.506 7.48528 12.8027 5.90858 10.7708 5.78087L10.8802 4.73497C11.0389 3.22461 12.3923 2.12816 13.9026 2.28673Z",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.28872 10.7798C3.12997 9.26938 4.22574 7.91621 5.73621 7.75745L10.2116 7.28707C11.722 7.12832 13.0752 8.22409 13.2339 9.73456L14.1258 18.2199C14.2845 19.7304 13.1888 21.0836 11.6783 21.2423L7.20296 21.7127C5.6925 21.8715 4.33933 20.7757 4.18057 19.2652L3.28872 10.7798Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.9026 2.28673L18.3782 2.75743C19.8887 2.91619 20.9842 4.26943 20.8255 5.77989L19.9339 14.2652C19.7751 15.7757 18.4219 16.8713 16.9114 16.7125L15.4593 16.5592L14.7259 9.57775C14.506 7.48528 12.8027 5.90858 10.7708 5.78087L10.8802 4.73497C11.0389 3.22461 12.3923 2.12816 13.9026 2.28673Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlashcards;\n","import React, { 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,kRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mSACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFlashcards","props","React","CentralIconBase","IconFlashcards_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPaintBrush: FC<CentralIconBaseProps>;
4
+ export default IconPaintBrush;
@@ -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 C=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 p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M20 12.25C20 13.7688 18.7688 15 17.25 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H6.75C5.23122 15 4 13.7688 4 12.25V12H20V12.25Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.75 2H8.125Z",fill:"currentColor"})),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 12.25C20 13.7688 18.7688 15 17.25 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H6.75C5.23122 15 4 13.7688 4 12.25V12H20V12.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.75 2H8.125Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBrush;\n","import React, { 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,wMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+OACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPaintBrush_exports","__export","IconPaintBrush","IconPaintBrush_default","__toCommonJS","import_react","import_react","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 p from"react";import{Svg as l}from"react-native-svg";var n=({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 e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M20 12.25C20 13.7688 18.7688 15 17.25 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H6.75C5.23122 15 4 13.7688 4 12.25V12H20V12.25Z",fill:"currentColor"}),t.createElement(e,{d:"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.75 2H8.125Z",fill:"currentColor"})),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 12.25C20 13.7688 18.7688 15 17.25 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H6.75C5.23122 15 4 13.7688 4 12.25V12H20V12.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.75 2H8.125Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBrush;\n","import React, { 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,wMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+OACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPaintBrush","props","React","CentralIconBase","IconPaintBrush_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPaintBucket: FC<CentralIconBaseProps>;
4
+ export default IconPaintBucket;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(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 H(r))!P.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(I(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),v=o=>l(n({},"__esModule",{value:!0}),o);var g={};d(g,{IconPaintBucket:()=>i,default:()=>x});module.exports=v(g);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.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z",fill:"currentColor"})),x=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.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucket;\n","import React, { 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,uhBACF,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.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z",fill:"currentColor"})),P=a;export{a 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 2C15.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucket;\n","import React, { 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,uhBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPaintBucket","props","React","CentralIconBase","IconPaintBucket_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPaintBucketDrop: FC<CentralIconBaseProps>;
4
+ export default IconPaintBucketDrop;
@@ -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.9492 16.2617C20.1214 16.1036 20.3786 16.1036 20.5508 16.2617C21.1636 16.8249 22.5 18.2132 22.5 19.6006C22.4998 20.9258 21.4925 22 20.25 22C19.0075 22 18.0002 20.9258 18 19.6006C18 18.2132 19.3364 16.8249 19.9492 16.2617Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M9.87304 3.3154C10.8905 2.01569 12.8172 1.89922 13.9844 3.06638L20.6894 9.77145C21.8564 10.9387 21.7391 12.8644 20.4394 13.8818L11.2891 21.0449C9.79648 22.2129 7.66647 22.0831 6.32617 20.7431L3.01171 17.4287C1.67192 16.0884 1.54308 13.9593 2.71093 12.4668L4.68847 9.93942L10.6523 13.0634C11.0192 13.2556 11.4728 13.1139 11.665 12.747C11.8418 12.4092 11.735 11.9991 11.4307 11.7861L2.40039 7.05563C2.03351 6.86346 1.8919 6.41081 2.08398 6.04392C2.27621 5.67717 2.72886 5.53546 3.0957 5.72751L6.5625 7.54294L9.87304 3.3154Z",fill:"currentColor"})),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.9492 16.2617C20.1214 16.1036 20.3786 16.1036 20.5508 16.2617C21.1636 16.8249 22.5 18.2132 22.5 19.6006C22.4998 20.9258 21.4925 22 20.25 22C19.0075 22 18.0002 20.9258 18 19.6006C18 18.2132 19.3364 16.8249 19.9492 16.2617Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.87304 3.3154C10.8905 2.01569 12.8172 1.89922 13.9844 3.06638L20.6894 9.77145C21.8564 10.9387 21.7391 12.8644 20.4394 13.8818L11.2891 21.0449C9.79648 22.2129 7.66647 22.0831 6.32617 20.7431L3.01171 17.4287C1.67192 16.0884 1.54308 13.9593 2.71093 12.4668L4.68847 9.93942L10.6523 13.0634C11.0192 13.2556 11.4728 13.1139 11.665 12.747C11.8418 12.4092 11.735 11.9991 11.4307 11.7861L2.40039 7.05563C2.03351 6.86346 1.8919 6.41081 2.08398 6.04392C2.27621 5.67717 2.72886 5.53546 3.0957 5.72751L6.5625 7.54294L9.87304 3.3154Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucketDrop;\n","import React, { 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,mOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4gBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPaintBucketDrop_exports","__export","IconPaintBucketDrop","IconPaintBucketDrop_default","__toCommonJS","import_react","import_react","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.9492 16.2617C20.1214 16.1036 20.3786 16.1036 20.5508 16.2617C21.1636 16.8249 22.5 18.2132 22.5 19.6006C22.4998 20.9258 21.4925 22 20.25 22C19.0075 22 18.0002 20.9258 18 19.6006C18 18.2132 19.3364 16.8249 19.9492 16.2617Z",fill:"currentColor"}),t.createElement(n,{d:"M9.87304 3.3154C10.8905 2.01569 12.8172 1.89922 13.9844 3.06638L20.6894 9.77145C21.8564 10.9387 21.7391 12.8644 20.4394 13.8818L11.2891 21.0449C9.79648 22.2129 7.66647 22.0831 6.32617 20.7431L3.01171 17.4287C1.67192 16.0884 1.54308 13.9593 2.71093 12.4668L4.68847 9.93942L10.6523 13.0634C11.0192 13.2556 11.4728 13.1139 11.665 12.747C11.8418 12.4092 11.735 11.9991 11.4307 11.7861L2.40039 7.05563C2.03351 6.86346 1.8919 6.41081 2.08398 6.04392C2.27621 5.67717 2.72886 5.53546 3.0957 5.72751L6.5625 7.54294L9.87304 3.3154Z",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.9492 16.2617C20.1214 16.1036 20.3786 16.1036 20.5508 16.2617C21.1636 16.8249 22.5 18.2132 22.5 19.6006C22.4998 20.9258 21.4925 22 20.25 22C19.0075 22 18.0002 20.9258 18 19.6006C18 18.2132 19.3364 16.8249 19.9492 16.2617Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.87304 3.3154C10.8905 2.01569 12.8172 1.89922 13.9844 3.06638L20.6894 9.77145C21.8564 10.9387 21.7391 12.8644 20.4394 13.8818L11.2891 21.0449C9.79648 22.2129 7.66647 22.0831 6.32617 20.7431L3.01171 17.4287C1.67192 16.0884 1.54308 13.9593 2.71093 12.4668L4.68847 9.93942L10.6523 13.0634C11.0192 13.2556 11.4728 13.1139 11.665 12.747C11.8418 12.4092 11.735 11.9991 11.4307 11.7861L2.40039 7.05563C2.03351 6.86346 1.8919 6.41081 2.08398 6.04392C2.27621 5.67717 2.72886 5.53546 3.0957 5.72751L6.5625 7.54294L9.87304 3.3154Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucketDrop;\n","import React, { 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,mOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4gBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPaintBucketDrop","props","React","CentralIconBase","IconPaintBucketDrop_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShaderEffect: FC<CentralIconBaseProps>;
4
+ export default IconShaderEffect;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)p(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&&p(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var f=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var v={};d(v,{IconShaderEffect:()=>i,default:()=>h});module.exports=g(v);var n=f(require("react"));var m=f(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 C=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(C.Path,{d:"M20.2227 3.83691C20.7029 4.33201 21 5.00577 21 5.75V18.25C21 19.7688 19.7688 21 18.25 21H5.75C5.00577 21 4.33201 20.7029 3.83691 20.2227L20.2227 3.83691Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M18.25 3C18.4623 3 18.6687 3.02574 18.8672 3.07129L3.07129 18.8672C3.02574 18.6687 3 18.4623 3 18.25V13.0605L13.0605 3H18.25Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M3 10.9395V5.75C3 4.23122 4.23122 3 5.75 3H10.9395L3 10.9395Z",fill:"currentColor"})),h=i;0&&(module.exports={IconShaderEffect});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconShaderEffect/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 IconShaderEffect: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.2227 3.83691C20.7029 4.33201 21 5.00577 21 5.75V18.25C21 19.7688 19.7688 21 18.25 21H5.75C5.00577 21 4.33201 20.7029 3.83691 20.2227L20.2227 3.83691Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.25 3C18.4623 3 18.6687 3.02574 18.8672 3.07129L3.07129 18.8672C3.02574 18.6687 3 18.4623 3 18.25V13.0605L13.0605 3H18.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 10.9395V5.75C3 4.23122 4.23122 3 5.75 3H10.9395L3 10.9395Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShaderEffect;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gIACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShaderEffect_exports","__export","IconShaderEffect","IconShaderEffect_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShaderEffect","props","React","CentralIconBase","IconShaderEffect_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import C from"react";import{Svg as l}from"react-native-svg";var n=({children:t,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"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M20.2227 3.83691C20.7029 4.33201 21 5.00577 21 5.75V18.25C21 19.7688 19.7688 21 18.25 21H5.75C5.00577 21 4.33201 20.7029 3.83691 20.2227L20.2227 3.83691Z",fill:"currentColor"}),o.createElement(e,{d:"M18.25 3C18.4623 3 18.6687 3.02574 18.8672 3.07129L3.07129 18.8672C3.02574 18.6687 3 18.4623 3 18.25V13.0605L13.0605 3H18.25Z",fill:"currentColor"}),o.createElement(e,{d:"M3 10.9395V5.75C3 4.23122 4.23122 3 5.75 3H10.9395L3 10.9395Z",fill:"currentColor"})),P=a;export{a as IconShaderEffect,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconShaderEffect/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 IconShaderEffect: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.2227 3.83691C20.7029 4.33201 21 5.00577 21 5.75V18.25C21 19.7688 19.7688 21 18.25 21H5.75C5.00577 21 4.33201 20.7029 3.83691 20.2227L20.2227 3.83691Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.25 3C18.4623 3 18.6687 3.02574 18.8672 3.07129L3.07129 18.8672C3.02574 18.6687 3 18.4623 3 18.25V13.0605L13.0605 3H18.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 10.9395V5.75C3 4.23122 4.23122 3 5.75 3H10.9395L3 10.9395Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShaderEffect;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gEACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShaderEffect","props","React","CentralIconBase","IconShaderEffect_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
@@ -585,6 +588,7 @@ Below is a complete list of available icons:
585
588
  - IconRewrite1
586
589
  - IconRewrite2
587
590
  - IconRuler
591
+ - IconShaderEffect
588
592
  - IconShaders
589
593
  - IconSignature
590
594
  - IconSlice
@@ -1530,6 +1534,7 @@ Below is a complete list of available icons:
1530
1534
  - IconFire3
1531
1535
  - IconFlag1
1532
1536
  - IconFlag2
1537
+ - IconFlashcards
1533
1538
  - IconFootsteps
1534
1539
  - IconForYou
1535
1540
  - IconGalaxy
@@ -9198,6 +9198,20 @@
9198
9198
  "packageName": "round-filled-radius-2-stroke-1.5",
9199
9199
  "componentName": "IconFlag2"
9200
9200
  },
9201
+ {
9202
+ "category": "Things",
9203
+ "svg": "<path d=\"M3.28872 10.7798C3.12997 9.26938 4.22574 7.91621 5.73621 7.75745L10.2116 7.28707C11.722 7.12832 13.0752 8.22409 13.2339 9.73456L14.1258 18.2199C14.2845 19.7304 13.1888 21.0836 11.6783 21.2423L7.20296 21.7127C5.6925 21.8715 4.33933 20.7757 4.18057 19.2652L3.28872 10.7798Z\" fill=\"currentColor\"/><path d=\"M13.9026 2.28673L18.3782 2.75743C19.8887 2.91619 20.9842 4.26943 20.8255 5.77989L19.9339 14.2652C19.7751 15.7757 18.4219 16.8713 16.9114 16.7125L15.4593 16.5592L14.7259 9.57775C14.506 7.48528 12.8027 5.90858 10.7708 5.78087L10.8802 4.73497C11.0389 3.22461 12.3923 2.12816 13.9026 2.28673Z\" fill=\"currentColor\"/>",
9204
+ "iconName": "flashcards, cards, pages",
9205
+ "variant": {
9206
+ "join": "round",
9207
+ "filled": "on",
9208
+ "radius": "2",
9209
+ "stroke": "1.5"
9210
+ },
9211
+ "createdAt": "2025-09-02T09:30:11.696823+00:00",
9212
+ "packageName": "round-filled-radius-2-stroke-1.5",
9213
+ "componentName": "IconFlashcards"
9214
+ },
9201
9215
  {
9202
9216
  "category": "Folders & Files",
9203
9217
  "svg": "<path d=\"M7 3H5.75C4.23122 3 3 4.23122 3 5.75V18.25C3 19.7688 4.23122 21 5.75 21H7V12.75C7 12.3358 7.33579 12 7.75 12H16.25C16.6642 12 17 12.3358 17 12.75V21H18.25C19.7688 21 21 19.7688 21 18.25V7.57843C21 6.84908 20.7103 6.14961 20.1945 5.63388L18.3661 3.80546C17.989 3.4283 17.5135 3.172 17 3.06151V8.25C17 8.66421 16.6642 9 16.25 9H7.75C7.33579 9 7 8.66421 7 8.25V3Z\" fill=\"currentColor\"/><path d=\"M15.5 3H8.5V7.5H15.5V3Z\" fill=\"currentColor\"/><path d=\"M15.5 21V13.5H8.5V21H15.5Z\" fill=\"currentColor\"/>",
@@ -14056,6 +14070,48 @@
14056
14070
  "packageName": "round-filled-radius-2-stroke-1.5",
14057
14071
  "componentName": "IconPageTextSearch"
14058
14072
  },
14073
+ {
14074
+ "category": "Edit",
14075
+ "svg": "<path d=\"M20 12.25C20 13.7688 18.7688 15 17.25 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H6.75C5.23122 15 4 13.7688 4 12.25V12H20V12.25Z\" fill=\"currentColor\"/><path d=\"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.75 2H8.125Z\" fill=\"currentColor\"/>",
14076
+ "iconName": "paint-brush, design, color, appearance",
14077
+ "variant": {
14078
+ "join": "round",
14079
+ "filled": "on",
14080
+ "radius": "2",
14081
+ "stroke": "1.5"
14082
+ },
14083
+ "createdAt": "2025-09-02T09:00:11.443912+00:00",
14084
+ "packageName": "round-filled-radius-2-stroke-1.5",
14085
+ "componentName": "IconPaintBrush"
14086
+ },
14087
+ {
14088
+ "category": "Edit",
14089
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C15.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z\" fill=\"currentColor\"/>",
14090
+ "iconName": "paint-bucket, design, color, appearance",
14091
+ "variant": {
14092
+ "join": "round",
14093
+ "filled": "on",
14094
+ "radius": "2",
14095
+ "stroke": "1.5"
14096
+ },
14097
+ "createdAt": "2025-09-02T09:00:11.443912+00:00",
14098
+ "packageName": "round-filled-radius-2-stroke-1.5",
14099
+ "componentName": "IconPaintBucket"
14100
+ },
14101
+ {
14102
+ "category": "Edit",
14103
+ "svg": "<path d=\"M19.9492 16.2617C20.1214 16.1036 20.3786 16.1036 20.5508 16.2617C21.1636 16.8249 22.5 18.2132 22.5 19.6006C22.4998 20.9258 21.4925 22 20.25 22C19.0075 22 18.0002 20.9258 18 19.6006C18 18.2132 19.3364 16.8249 19.9492 16.2617Z\" fill=\"currentColor\"/><path d=\"M9.87304 3.3154C10.8905 2.01569 12.8172 1.89922 13.9844 3.06638L20.6894 9.77145C21.8564 10.9387 21.7391 12.8644 20.4394 13.8818L11.2891 21.0449C9.79648 22.2129 7.66647 22.0831 6.32617 20.7431L3.01171 17.4287C1.67192 16.0884 1.54308 13.9593 2.71093 12.4668L4.68847 9.93942L10.6523 13.0634C11.0192 13.2556 11.4728 13.1139 11.665 12.747C11.8418 12.4092 11.735 11.9991 11.4307 11.7861L2.40039 7.05563C2.03351 6.86346 1.8919 6.41081 2.08398 6.04392C2.27621 5.67717 2.72886 5.53546 3.0957 5.72751L6.5625 7.54294L9.87304 3.3154Z\" fill=\"currentColor\"/>",
14104
+ "iconName": "paint-bucket-drop",
14105
+ "variant": {
14106
+ "join": "round",
14107
+ "filled": "on",
14108
+ "radius": "2",
14109
+ "stroke": "1.5"
14110
+ },
14111
+ "createdAt": "2025-09-02T09:30:11.696823+00:00",
14112
+ "packageName": "round-filled-radius-2-stroke-1.5",
14113
+ "componentName": "IconPaintBucketDrop"
14114
+ },
14059
14115
  {
14060
14116
  "category": "Food",
14061
14117
  "svg": "<path d=\"M21 5.05C21 4.4701 20.5299 4 19.95 4H4.05C3.4701 4 3 4.4701 3 5.05C3 5.6299 3.4701 6.1 4.05 6.1H5.25C6.76878 6.1 8 7.33122 8 8.85V14.5C8 15.3284 8.67157 16 9.5 16C10.3284 16 11 15.3284 11 14.5V10.5C11 11.3284 11.6716 12 12.5 12C13.3284 12 14 11.3284 14 10.5V8.85C14 7.33122 15.2312 6.1 16.75 6.1H19.95C20.5299 6.1 21 5.6299 21 5.05Z\" fill=\"currentColor\"/><path d=\"M5.25 7.6001C5.94036 7.6001 6.5 8.15974 6.5 8.8501V9.7001H3.05C2.4701 9.7001 2 9.23 2 8.6501C2 8.0702 2.4701 7.6001 3.05 7.6001H5.25Z\" fill=\"currentColor\"/><path d=\"M15.4179 11.2001C15.1872 12.1649 14.4905 12.9486 13.579 13.3001H20.95C21.5299 13.3001 22 12.83 22 12.2501C22 11.6702 21.5299 11.2001 20.95 11.2001H15.4179Z\" fill=\"currentColor\"/><path d=\"M6.5 13.3001V11.2001H4.05C3.4701 11.2001 3 11.6702 3 12.2501C3 12.83 3.4701 13.3001 4.05 13.3001H6.5Z\" fill=\"currentColor\"/><path d=\"M7.69977 16.9C7.04641 16.4092 6.59999 15.6578 6.51482 14.8H4.05C3.4701 14.8 3 15.2701 3 15.85C3 16.4299 3.4701 16.9 4.05 16.9H7.69977Z\" fill=\"currentColor\"/><path d=\"M12.4852 14.8C12.4 15.6578 11.9536 16.4092 11.3002 16.9H19.95C20.5299 16.9 21 16.4299 21 15.85C21 15.2701 20.5299 14.8 19.95 14.8H12.4852Z\" fill=\"currentColor\"/><path d=\"M16.75 7.6001C16.0596 7.6001 15.5 8.15974 15.5 8.8501V9.7001H19.95C20.5299 9.7001 21 9.23 21 8.6501C21 8.0702 20.5299 7.6001 19.95 7.6001H16.75Z\" fill=\"currentColor\"/><path d=\"M1.75 18.5001C1.33579 18.5001 1 18.8359 1 19.2501C1 19.6643 1.33579 20.0001 1.75 20.0001H22.25C22.6642 20.0001 23 19.6643 23 19.2501C23 18.8359 22.6642 18.5001 22.25 18.5001H1.75Z\" fill=\"currentColor\"/>",
@@ -16506,6 +16562,20 @@
16506
16562
  "packageName": "round-filled-radius-2-stroke-1.5",
16507
16563
  "componentName": "IconSettingsToggle2"
16508
16564
  },
16565
+ {
16566
+ "category": "Edit",
16567
+ "svg": "<path d=\"M20.2227 3.83691C20.7029 4.33201 21 5.00577 21 5.75V18.25C21 19.7688 19.7688 21 18.25 21H5.75C5.00577 21 4.33201 20.7029 3.83691 20.2227L20.2227 3.83691Z\" fill=\"currentColor\"/><path d=\"M18.25 3C18.4623 3 18.6687 3.02574 18.8672 3.07129L3.07129 18.8672C3.02574 18.6687 3 18.4623 3 18.25V13.0605L13.0605 3H18.25Z\" fill=\"currentColor\"/><path d=\"M3 10.9395V5.75C3 4.23122 4.23122 3 5.75 3H10.9395L3 10.9395Z\" fill=\"currentColor\"/>",
16568
+ "iconName": "shader-effect, material",
16569
+ "variant": {
16570
+ "join": "round",
16571
+ "filled": "on",
16572
+ "radius": "2",
16573
+ "stroke": "1.5"
16574
+ },
16575
+ "createdAt": "2025-09-02T10:30:34.835537+00:00",
16576
+ "packageName": "round-filled-radius-2-stroke-1.5",
16577
+ "componentName": "IconShaderEffect"
16578
+ },
16509
16579
  {
16510
16580
  "category": "Edit",
16511
16581
  "svg": "<path d=\"M3 17.6191C3.68379 17.3337 4.42944 17.1606 5.23926 17.2988C5.5575 17.3532 5.92293 17.574 6.37598 18.0322C6.82571 18.4871 7.27117 19.0788 7.78809 19.752C8.09418 20.1505 8.4288 20.5786 8.79395 21H5.75C4.23122 21 3 19.7688 3 18.25V17.6191Z\" fill=\"currentColor\"/><path d=\"M5.82812 11.8398C6.53166 11.6509 6.96992 11.7779 7.35938 12.0459C7.81931 12.3624 8.22465 12.8798 8.80078 13.6016C9.34852 14.2878 10.0098 15.0978 10.9238 15.7852C11.643 16.326 12.4291 16.6726 13.1572 16.9629C13.9129 17.2641 14.5683 17.4921 15.1826 17.8164C15.7739 18.1286 16.2707 18.5045 16.6582 19.0518C16.9843 19.5122 17.2568 20.1302 17.4219 21H10.8994C10.2316 20.436 9.61664 19.6698 8.97852 18.8389C8.48707 18.1989 7.97419 17.5154 7.44238 16.9775C6.91392 16.443 6.27355 15.9539 5.49121 15.8203C4.56708 15.6626 3.72685 15.7905 3 16.0225V13.4248C4.25445 12.488 5.15717 12.0201 5.82812 11.8398Z\" fill=\"currentColor\"/><path d=\"M11.168 3C11.0886 4.87431 11.4742 6.22482 12.25 7.23242C13.1459 8.39587 14.4666 8.96666 15.6924 9.43555C16.9746 9.92599 18.1753 10.3163 19.21 11.0615C19.912 11.5672 20.5394 12.2444 21 13.2559V18.25C21 19.5342 20.1187 20.6085 18.9287 20.9111C18.7375 19.7774 18.3814 18.8911 17.8818 18.1855C17.3195 17.3914 16.6139 16.8762 15.8828 16.4902C15.1747 16.1163 14.3872 15.8381 13.7129 15.5693C13.0112 15.2896 12.3795 15.002 11.8262 14.5859C11.0781 14.0234 10.5178 13.3489 9.97266 12.666C9.45597 12.0187 8.89685 11.2822 8.20996 10.8096C7.45249 10.2884 6.56021 10.0906 5.43945 10.3916C4.72721 10.5829 3.9286 10.9757 3 11.5908V5.75C3 4.23122 4.23122 3 5.75 3H11.168Z\" fill=\"currentColor\"/><path d=\"M18.25 3C19.7688 3 21 4.23122 21 5.75V10.625C20.7133 10.3334 20.4073 10.0755 20.0869 9.84473C18.8508 8.95439 17.4037 8.48467 16.2285 8.03516C14.9969 7.56405 14.0512 7.11316 13.4385 6.31738C12.934 5.66224 12.5866 4.67281 12.668 3H18.25Z\" 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"
@@ -1178,6 +1182,7 @@ export type CentralIconName =
1178
1182
  | "IconSettingsSliderVer"
1179
1183
  | "IconSettingsToggle1"
1180
1184
  | "IconSettingsToggle2"
1185
+ | "IconShaderEffect"
1181
1186
  | "IconShaders"
1182
1187
  | "IconShadows"
1183
1188
  | "IconShaka1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-1.5",
3
- "version": "0.0.61",
3
+ "version": "1.0.1",
4
4
  "style": "round-filled-radius-2-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1.5/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": 1514,
14
+ "totalIcons": 1519,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 32,
@@ -427,7 +427,7 @@
427
427
  ]
428
428
  },
429
429
  "Edit": {
430
- "count": 62,
430
+ "count": 66,
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",
@@ -479,6 +482,7 @@
479
482
  "IconRewrite1",
480
483
  "IconRewrite2",
481
484
  "IconRuler",
485
+ "IconShaderEffect",
482
486
  "IconShaders",
483
487
  "IconSignature",
484
488
  "IconSlice",
@@ -1419,7 +1423,7 @@
1419
1423
  ]
1420
1424
  },
1421
1425
  "Things": {
1422
- "count": 118,
1426
+ "count": 119,
1423
1427
  "icons": [
1424
1428
  "IconAlien",
1425
1429
  "IconBackpack",
@@ -1464,6 +1468,7 @@
1464
1468
  "IconFire3",
1465
1469
  "IconFlag1",
1466
1470
  "IconFlag2",
1471
+ "IconFlashcards",
1467
1472
  "IconFootsteps",
1468
1473
  "IconForYou",
1469
1474
  "IconGalaxy",
@@ -2361,6 +2366,7 @@
2361
2366
  "IconFistbump": "fistbump, boom, hands, friends",
2362
2367
  "IconFlag1": "flag-1, priority",
2363
2368
  "IconFlag2": "flag-2, priority",
2369
+ "IconFlashcards": "flashcards, cards, pages",
2364
2370
  "IconFloppyDisk1": "floppy-disk-1, save",
2365
2371
  "IconFloppyDisk2": "floppy-disk-2, save",
2366
2372
  "IconFocusAuto": "focus-auto",
@@ -2708,6 +2714,9 @@
2708
2714
  "IconPageTextLock": "page-text-lock",
2709
2715
  "IconPageTextPieChart": "page-text-pie-chart",
2710
2716
  "IconPageTextSearch": "page-text-search",
2717
+ "IconPaintBrush": "paint-brush, design, color, appearance",
2718
+ "IconPaintBucket": "paint-bucket, design, color, appearance",
2719
+ "IconPaintBucketDrop": "paint-bucket-drop",
2711
2720
  "IconPancakes": "pancakes, maple-syrup, breakfast",
2712
2721
  "IconPanoramaView": "panorama-view",
2713
2722
  "IconPaperclip1": "paperclip-1, attachment",
@@ -2883,6 +2892,7 @@
2883
2892
  "IconSettingsSliderVer": "settings-slider-ver",
2884
2893
  "IconSettingsToggle1": "settings-toggle-1",
2885
2894
  "IconSettingsToggle2": "settings-toggle-2",
2895
+ "IconShaderEffect": "shader-effect, material",
2886
2896
  "IconShaders": "shaders, material, effect",
2887
2897
  "IconShadows": "shadows",
2888
2898
  "IconShaka1": "shaka-1, call me, hang-ten",
package/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/round-filled-radius-2-stroke-1.5",
21
- version: "0.0.61",
21
+ version: "1.0.1",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-filled-radius-2-stroke-1.5",
3
- "version": "0.0.61",
3
+ "version": "1.0.1",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
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.28872 10.7798C3.12997 9.26938 4.22574 7.91621 5.73621 7.75745L10.2116 7.28707C11.722 7.12832 13.0752 8.22409 13.2339 9.73456L14.1258 18.2199C14.2845 19.7304 13.1888 21.0836 11.6783 21.2423L7.20296 21.7127C5.6925 21.8715 4.33933 20.7757 4.18057 19.2652L3.28872 10.7798Z\" fill=\"currentColor\"/><Path d=\"M13.9026 2.28673L18.3782 2.75743C19.8887 2.91619 20.9842 4.26943 20.8255 5.77989L19.9339 14.2652C19.7751 15.7757 18.4219 16.8713 16.9114 16.7125L15.4593 16.5592L14.7259 9.57775C14.506 7.48528 12.8027 5.90858 10.7708 5.78087L10.8802 4.73497C11.0389 3.22461 12.3923 2.12816 13.9026 2.28673Z\" fill=\"currentColor\"/>",
4604
+ "tags": "Path",
4605
+ "componentName": "IconFlashcards",
4606
+ "iconName": "flashcards, cards, pages",
4607
+ "pathname": "src/IconFlashcards"
4608
+ },
4602
4609
  {
4603
4610
  "svg": "<Path d=\"M7 3H5.75C4.23122 3 3 4.23122 3 5.75V18.25C3 19.7688 4.23122 21 5.75 21H7V12.75C7 12.3358 7.33579 12 7.75 12H16.25C16.6642 12 17 12.3358 17 12.75V21H18.25C19.7688 21 21 19.7688 21 18.25V7.57843C21 6.84908 20.7103 6.14961 20.1945 5.63388L18.3661 3.80546C17.989 3.4283 17.5135 3.172 17 3.06151V8.25C17 8.66421 16.6642 9 16.25 9H7.75C7.33579 9 7 8.66421 7 8.25V3Z\" fill=\"currentColor\"/><Path d=\"M15.5 3H8.5V7.5H15.5V3Z\" fill=\"currentColor\"/><Path d=\"M15.5 21V13.5H8.5V21H15.5Z\" 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 12.25C20 13.7688 18.7688 15 17.25 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H6.75C5.23122 15 4 13.7688 4 12.25V12H20V12.25Z\" fill=\"currentColor\"/><Path d=\"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.75 2H8.125Z\" fill=\"currentColor\"/>",
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.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z\" fill=\"currentColor\"/>",
7047
+ "tags": "Path",
7048
+ "componentName": "IconPaintBucket",
7049
+ "iconName": "paint-bucket, design, color, appearance",
7050
+ "pathname": "src/IconPaintBucket"
7051
+ },
7052
+ {
7053
+ "svg": "<Path d=\"M19.9492 16.2617C20.1214 16.1036 20.3786 16.1036 20.5508 16.2617C21.1636 16.8249 22.5 18.2132 22.5 19.6006C22.4998 20.9258 21.4925 22 20.25 22C19.0075 22 18.0002 20.9258 18 19.6006C18 18.2132 19.3364 16.8249 19.9492 16.2617Z\" fill=\"currentColor\"/><Path d=\"M9.87304 3.3154C10.8905 2.01569 12.8172 1.89922 13.9844 3.06638L20.6894 9.77145C21.8564 10.9387 21.7391 12.8644 20.4394 13.8818L11.2891 21.0449C9.79648 22.2129 7.66647 22.0831 6.32617 20.7431L3.01171 17.4287C1.67192 16.0884 1.54308 13.9593 2.71093 12.4668L4.68847 9.93942L10.6523 13.0634C11.0192 13.2556 11.4728 13.1139 11.665 12.747C11.8418 12.4092 11.735 11.9991 11.4307 11.7861L2.40039 7.05563C2.03351 6.86346 1.8919 6.41081 2.08398 6.04392C2.27621 5.67717 2.72886 5.53546 3.0957 5.72751L6.5625 7.54294L9.87304 3.3154Z\" fill=\"currentColor\"/>",
7054
+ "tags": "Path",
7055
+ "componentName": "IconPaintBucketDrop",
7056
+ "iconName": "paint-bucket-drop",
7057
+ "pathname": "src/IconPaintBucketDrop"
7058
+ },
7031
7059
  {
7032
7060
  "svg": "<Path d=\"M21 5.05C21 4.4701 20.5299 4 19.95 4H4.05C3.4701 4 3 4.4701 3 5.05C3 5.6299 3.4701 6.1 4.05 6.1H5.25C6.76878 6.1 8 7.33122 8 8.85V14.5C8 15.3284 8.67157 16 9.5 16C10.3284 16 11 15.3284 11 14.5V10.5C11 11.3284 11.6716 12 12.5 12C13.3284 12 14 11.3284 14 10.5V8.85C14 7.33122 15.2312 6.1 16.75 6.1H19.95C20.5299 6.1 21 5.6299 21 5.05Z\" fill=\"currentColor\"/><Path d=\"M5.25 7.6001C5.94036 7.6001 6.5 8.15974 6.5 8.8501V9.7001H3.05C2.4701 9.7001 2 9.23 2 8.6501C2 8.0702 2.4701 7.6001 3.05 7.6001H5.25Z\" fill=\"currentColor\"/><Path d=\"M15.4179 11.2001C15.1872 12.1649 14.4905 12.9486 13.579 13.3001H20.95C21.5299 13.3001 22 12.83 22 12.2501C22 11.6702 21.5299 11.2001 20.95 11.2001H15.4179Z\" fill=\"currentColor\"/><Path d=\"M6.5 13.3001V11.2001H4.05C3.4701 11.2001 3 11.6702 3 12.2501C3 12.83 3.4701 13.3001 4.05 13.3001H6.5Z\" fill=\"currentColor\"/><Path d=\"M7.69977 16.9C7.04641 16.4092 6.59999 15.6578 6.51482 14.8H4.05C3.4701 14.8 3 15.2701 3 15.85C3 16.4299 3.4701 16.9 4.05 16.9H7.69977Z\" fill=\"currentColor\"/><Path d=\"M12.4852 14.8C12.4 15.6578 11.9536 16.4092 11.3002 16.9H19.95C20.5299 16.9 21 16.4299 21 15.85C21 15.2701 20.5299 14.8 19.95 14.8H12.4852Z\" fill=\"currentColor\"/><Path d=\"M16.75 7.6001C16.0596 7.6001 15.5 8.15974 15.5 8.8501V9.7001H19.95C20.5299 9.7001 21 9.23 21 8.6501C21 8.0702 20.5299 7.6001 19.95 7.6001H16.75Z\" fill=\"currentColor\"/><Path d=\"M1.75 18.5001C1.33579 18.5001 1 18.8359 1 19.2501C1 19.6643 1.33579 20.0001 1.75 20.0001H22.25C22.6642 20.0001 23 19.6643 23 19.2501C23 18.8359 22.6642 18.5001 22.25 18.5001H1.75Z\" fill=\"currentColor\"/>",
7033
7061
  "tags": "Path",
@@ -8253,6 +8281,13 @@
8253
8281
  "iconName": "settings-toggle-2",
8254
8282
  "pathname": "src/IconSettingsToggle2"
8255
8283
  },
8284
+ {
8285
+ "svg": "<Path d=\"M20.2227 3.83691C20.7029 4.33201 21 5.00577 21 5.75V18.25C21 19.7688 19.7688 21 18.25 21H5.75C5.00577 21 4.33201 20.7029 3.83691 20.2227L20.2227 3.83691Z\" fill=\"currentColor\"/><Path d=\"M18.25 3C18.4623 3 18.6687 3.02574 18.8672 3.07129L3.07129 18.8672C3.02574 18.6687 3 18.4623 3 18.25V13.0605L13.0605 3H18.25Z\" fill=\"currentColor\"/><Path d=\"M3 10.9395V5.75C3 4.23122 4.23122 3 5.75 3H10.9395L3 10.9395Z\" fill=\"currentColor\"/>",
8286
+ "tags": "Path",
8287
+ "componentName": "IconShaderEffect",
8288
+ "iconName": "shader-effect, material",
8289
+ "pathname": "src/IconShaderEffect"
8290
+ },
8256
8291
  {
8257
8292
  "svg": "<Path d=\"M3 17.6191C3.68379 17.3337 4.42944 17.1606 5.23926 17.2988C5.5575 17.3532 5.92293 17.574 6.37598 18.0322C6.82571 18.4871 7.27117 19.0788 7.78809 19.752C8.09418 20.1505 8.4288 20.5786 8.79395 21H5.75C4.23122 21 3 19.7688 3 18.25V17.6191Z\" fill=\"currentColor\"/><Path d=\"M5.82812 11.8398C6.53166 11.6509 6.96992 11.7779 7.35938 12.0459C7.81931 12.3624 8.22465 12.8798 8.80078 13.6016C9.34852 14.2878 10.0098 15.0978 10.9238 15.7852C11.643 16.326 12.4291 16.6726 13.1572 16.9629C13.9129 17.2641 14.5683 17.4921 15.1826 17.8164C15.7739 18.1286 16.2707 18.5045 16.6582 19.0518C16.9843 19.5122 17.2568 20.1302 17.4219 21H10.8994C10.2316 20.436 9.61664 19.6698 8.97852 18.8389C8.48707 18.1989 7.97419 17.5154 7.44238 16.9775C6.91392 16.443 6.27355 15.9539 5.49121 15.8203C4.56708 15.6626 3.72685 15.7905 3 16.0225V13.4248C4.25445 12.488 5.15717 12.0201 5.82812 11.8398Z\" fill=\"currentColor\"/><Path d=\"M11.168 3C11.0886 4.87431 11.4742 6.22482 12.25 7.23242C13.1459 8.39587 14.4666 8.96666 15.6924 9.43555C16.9746 9.92599 18.1753 10.3163 19.21 11.0615C19.912 11.5672 20.5394 12.2444 21 13.2559V18.25C21 19.5342 20.1187 20.6085 18.9287 20.9111C18.7375 19.7774 18.3814 18.8911 17.8818 18.1855C17.3195 17.3914 16.6139 16.8762 15.8828 16.4902C15.1747 16.1163 14.3872 15.8381 13.7129 15.5693C13.0112 15.2896 12.3795 15.002 11.8262 14.5859C11.0781 14.0234 10.5178 13.3489 9.97266 12.666C9.45597 12.0187 8.89685 11.2822 8.20996 10.8096C7.45249 10.2884 6.56021 10.0906 5.43945 10.3916C4.72721 10.5829 3.9286 10.9757 3 11.5908V5.75C3 4.23122 4.23122 3 5.75 3H11.168Z\" fill=\"currentColor\"/><Path d=\"M18.25 3C19.7688 3 21 4.23122 21 5.75V10.625C20.7133 10.3334 20.4073 10.0755 20.0869 9.84473C18.8508 8.95439 17.4037 8.48467 16.2285 8.03516C14.9969 7.56405 14.0512 7.11316 13.4385 6.31738C12.934 5.66224 12.5866 4.67281 12.668 3H18.25Z\" fill=\"currentColor\"/>",
8258
8293
  "tags": "Path",