@central-icons-react-native/round-outlined-radius-1-stroke-2 0.0.60 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const Icon3dBoxBottom: FC<CentralIconBaseProps>;
4
+ export default Icon3dBoxBottom;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var t in r)C(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of x(r))!d.call(o,e)&&e!==t&&C(o,e,{get:()=>r[e],enumerable:!(s=u(r,e))||s.enumerable});return o};var m=(o,r,t)=>(t=o!=null?i(I(o)):{},a(r||!o||!o.__esModule?C(t,"default",{value:o,enumerable:!0}):t,o)),g=o=>a(C({},"__esModule",{value:!0}),o);var L={};P(L,{Icon3dBoxBottom:()=>f,default:()=>h});module.exports=g(L);var n=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),B=({children:o,size:r=24,...t})=>l.default.createElement(c.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),f=o=>n.default.createElement(B,{...o},n.default.createElement(p.Path,{d:"M11.2001 21.5385C11.4915 21.7068 11.6373 21.7909 11.7922 21.8238C11.9293 21.853 12.0709 21.853 12.208 21.8238C12.3629 21.7909 12.5087 21.7068 12.8001 21.5385L19.8604 17.4623C20.1518 17.294 20.2975 17.2099 20.4035 17.0922C20.4973 16.988 20.5681 16.8653 20.6114 16.7321C20.6604 16.5814 20.6604 16.4132 20.6604 16.0766V7.92415C20.6604 7.58762 20.6604 7.41936 20.6114 7.26872C20.5681 7.13544 20.4973 7.01275 20.4035 6.90861C20.2975 6.79091 20.1518 6.70678 19.8604 6.53851L12.8001 2.46227C12.5087 2.29401 12.3629 2.20987 12.208 2.17694C12.0709 2.14781 11.9293 2.14781 11.7922 2.17694C11.6373 2.20987 11.4915 2.29401 11.2001 2.46227L4.13984 6.53851C3.8484 6.70678 3.70268 6.79091 3.5967 6.90861C3.50293 7.01275 3.43209 7.13544 3.38879 7.26872C3.33984 7.41936 3.33984 7.58762 3.33984 7.92415V16.0766C3.33984 16.4132 3.33984 16.5814 3.38879 16.7321C3.43209 16.8653 3.50293 16.988 3.5967 17.0922C3.70268 17.2099 3.8484 17.294 4.13984 17.4623L11.2001 21.5385Z",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Path,{d:"M3.33984 17L12.0001 12M12.0001 12L20.6604 17M12.0001 12V2",stroke:"currentColor",strokeWidth:"2"})),h=f;0&&(module.exports={Icon3dBoxBottom});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dBoxBottom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const Icon3dBoxBottom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.2001 21.5385C11.4915 21.7068 11.6373 21.7909 11.7922 21.8238C11.9293 21.853 12.0709 21.853 12.208 21.8238C12.3629 21.7909 12.5087 21.7068 12.8001 21.5385L19.8604 17.4623C20.1518 17.294 20.2975 17.2099 20.4035 17.0922C20.4973 16.988 20.5681 16.8653 20.6114 16.7321C20.6604 16.5814 20.6604 16.4132 20.6604 16.0766V7.92415C20.6604 7.58762 20.6604 7.41936 20.6114 7.26872C20.5681 7.13544 20.4973 7.01275 20.4035 6.90861C20.2975 6.79091 20.1518 6.70678 19.8604 6.53851L12.8001 2.46227C12.5087 2.29401 12.3629 2.20987 12.208 2.17694C12.0709 2.14781 11.9293 2.14781 11.7922 2.17694C11.6373 2.20987 11.4915 2.29401 11.2001 2.46227L4.13984 6.53851C3.8484 6.70678 3.70268 6.79091 3.5967 6.90861C3.50293 7.01275 3.43209 7.13544 3.38879 7.26872C3.33984 7.41936 3.33984 7.58762 3.33984 7.92415V16.0766C3.33984 16.4132 3.33984 16.5814 3.38879 16.7321C3.43209 16.8653 3.50293 16.988 3.5967 17.0922C3.70268 17.2099 3.8484 17.294 4.13984 17.4623L11.2001 21.5385Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M3.33984 17L12.0001 12M12.0001 12L20.6604 17M12.0001 12V2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxBottom;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,w7BACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4DACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["Icon3dBoxBottom_exports","__export","Icon3dBoxBottom","Icon3dBoxBottom_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","Icon3dBoxBottom","props","React","CentralIconBase","Icon3dBoxBottom_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(s,{...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 C}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(C,{d:"M11.2001 21.5385C11.4915 21.7068 11.6373 21.7909 11.7922 21.8238C11.9293 21.853 12.0709 21.853 12.208 21.8238C12.3629 21.7909 12.5087 21.7068 12.8001 21.5385L19.8604 17.4623C20.1518 17.294 20.2975 17.2099 20.4035 17.0922C20.4973 16.988 20.5681 16.8653 20.6114 16.7321C20.6604 16.5814 20.6604 16.4132 20.6604 16.0766V7.92415C20.6604 7.58762 20.6604 7.41936 20.6114 7.26872C20.5681 7.13544 20.4973 7.01275 20.4035 6.90861C20.2975 6.79091 20.1518 6.70678 19.8604 6.53851L12.8001 2.46227C12.5087 2.29401 12.3629 2.20987 12.208 2.17694C12.0709 2.14781 11.9293 2.14781 11.7922 2.17694C11.6373 2.20987 11.4915 2.29401 11.2001 2.46227L4.13984 6.53851C3.8484 6.70678 3.70268 6.79091 3.5967 6.90861C3.50293 7.01275 3.43209 7.13544 3.38879 7.26872C3.33984 7.41936 3.33984 7.58762 3.33984 7.92415V16.0766C3.33984 16.4132 3.33984 16.5814 3.38879 16.7321C3.43209 16.8653 3.50293 16.988 3.5967 17.0922C3.70268 17.2099 3.8484 17.294 4.13984 17.4623L11.2001 21.5385Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(C,{d:"M3.33984 17L12.0001 12M12.0001 12L20.6604 17M12.0001 12V2",stroke:"currentColor",strokeWidth:"2"})),d=a;export{a as Icon3dBoxBottom,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Icon3dBoxBottom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const Icon3dBoxBottom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.2001 21.5385C11.4915 21.7068 11.6373 21.7909 11.7922 21.8238C11.9293 21.853 12.0709 21.853 12.208 21.8238C12.3629 21.7909 12.5087 21.7068 12.8001 21.5385L19.8604 17.4623C20.1518 17.294 20.2975 17.2099 20.4035 17.0922C20.4973 16.988 20.5681 16.8653 20.6114 16.7321C20.6604 16.5814 20.6604 16.4132 20.6604 16.0766V7.92415C20.6604 7.58762 20.6604 7.41936 20.6114 7.26872C20.5681 7.13544 20.4973 7.01275 20.4035 6.90861C20.2975 6.79091 20.1518 6.70678 19.8604 6.53851L12.8001 2.46227C12.5087 2.29401 12.3629 2.20987 12.208 2.17694C12.0709 2.14781 11.9293 2.14781 11.7922 2.17694C11.6373 2.20987 11.4915 2.29401 11.2001 2.46227L4.13984 6.53851C3.8484 6.70678 3.70268 6.79091 3.5967 6.90861C3.50293 7.01275 3.43209 7.13544 3.38879 7.26872C3.33984 7.41936 3.33984 7.58762 3.33984 7.92415V16.0766C3.33984 16.4132 3.33984 16.5814 3.38879 16.7321C3.43209 16.8653 3.50293 16.988 3.5967 17.0922C3.70268 17.2099 3.8484 17.294 4.13984 17.4623L11.2001 21.5385Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M3.33984 17L12.0001 12M12.0001 12L20.6604 17M12.0001 12V2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxBottom;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,w7BACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4DACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Icon3dBoxBottom","props","React","CentralIconBase","Icon3dBoxBottom_default"]}
@@ -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 L=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=d(o,t))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?L(k(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var P={};I(P,{IconFlashcards:()=>u,default:()=>x});module.exports=h(P);var p=i(require("react"));var c=i(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...e})=>c.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(m,{...r},p.default.createElement(s.Path,{d:"M10.625 7.17734L10.9596 3.99419C11.0173 3.44493 11.5094 3.04646 12.0586 3.10419L20.0148 3.94042C20.564 3.99815 20.9625 4.49021 20.9048 5.03947L19.755 15.9792C19.6972 16.5285 19.2052 16.9269 18.6559 16.8692L14.0011 16.38",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M3.06025 9.03947C3.00252 8.49021 3.40098 7.99815 3.95024 7.94042L11.9064 7.10419C12.4557 7.04646 12.9477 7.44493 13.0055 7.99419L14.1553 18.9339C14.213 19.4832 13.8145 19.9752 13.2653 20.033L5.30911 20.8692C4.75985 20.9269 4.26779 20.5285 4.21006 19.9792L3.06025 9.03947Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=u;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=\"M10.625 7.17734L10.9596 3.99419C11.0173 3.44493 11.5094 3.04646 12.0586 3.10419L20.0148 3.94042C20.564 3.99815 20.9625 4.49021 20.9048 5.03947L19.755 15.9792C19.6972 16.5285 19.2052 16.9269 18.6559 16.8692L14.0011 16.38\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.06025 9.03947C3.00252 8.49021 3.40098 7.99815 3.95024 7.94042L11.9064 7.10419C12.4557 7.04646 12.9477 7.44493 13.0055 7.99419L14.1553 18.9339C14.213 19.4832 13.8145 19.9752 13.2653 20.033L5.30911 20.8692C4.75985 20.9269 4.26779 20.5285 4.21006 19.9792L3.06025 9.03947Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,8NACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kRACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 e from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>s.createElement(C,{...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=>e.createElement(t,{...o},e.createElement(n,{d:"M10.625 7.17734L10.9596 3.99419C11.0173 3.44493 11.5094 3.04646 12.0586 3.10419L20.0148 3.94042C20.564 3.99815 20.9625 4.49021 20.9048 5.03947L19.755 15.9792C19.6972 16.5285 19.2052 16.9269 18.6559 16.8692L14.0011 16.38",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M3.06025 9.03947C3.00252 8.49021 3.40098 7.99815 3.95024 7.94042L11.9064 7.10419C12.4557 7.04646 12.9477 7.44493 13.0055 7.99419L14.1553 18.9339C14.213 19.4832 13.8145 19.9752 13.2653 20.033L5.30911 20.8692C4.75985 20.9269 4.26779 20.5285 4.21006 19.9792L3.06025 9.03947Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconFlashcards,B 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=\"M10.625 7.17734L10.9596 3.99419C11.0173 3.44493 11.5094 3.04646 12.0586 3.10419L20.0148 3.94042C20.564 3.99815 20.9625 4.49021 20.9048 5.03947L19.755 15.9792C19.6972 16.5285 19.2052 16.9269 18.6559 16.8692L14.0011 16.38\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.06025 9.03947C3.00252 8.49021 3.40098 7.99815 3.95024 7.94042L11.9064 7.10419C12.4557 7.04646 12.9477 7.44493 13.0055 7.99419L14.1553 18.9339C14.213 19.4832 13.8145 19.9752 13.2653 20.033L5.30911 20.8692C4.75985 20.9269 4.26779 20.5285 4.21006 19.9792L3.06025 9.03947Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,8NACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kRACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!I.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=f(o,e))||C.enumerable});return r};var i=(r,o,t)=>(t=r!=null?d(k(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var x={};L(x,{IconPaintBrush:()=>l,default:()=>h});module.exports=P(x);var p=i(require("react"));var m=i(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(u.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 s=require("react-native-svg"),l=r=>p.default.createElement(c,{...r},p.default.createElement(s.Path,{d:"M19 13V4C19 3.44772 18.5523 3 18 3H11.5L10 5L8.5 3H6C5.44772 3 5 3.44771 5 4V13C5 13.5523 5.44772 14 6 14H9.5L9.19956 18.5066C9.09156 20.1266 10.3764 21.5 12 21.5C13.6236 21.5 14.9084 20.1266 14.8004 18.5066L14.5 14H18C18.5523 14 19 13.5523 19 13Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M5 10H19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=l;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=\"M19 13V4C19 3.44772 18.5523 3 18 3H11.5L10 5L8.5 3H6C5.44772 3 5 3.44771 5 4V13C5 13.5523 5.44772 14 6 14H9.5L9.19956 18.5066C9.09156 20.1266 10.3764 21.5 12 21.5C13.6236 21.5 14.9084 20.1266 14.8004 18.5066L14.5 14H18C18.5523 14 19 13.5523 19 13Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 10H19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,0PACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 s from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.createElement(C,{...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:"M19 13V4C19 3.44772 18.5523 3 18 3H11.5L10 5L8.5 3H6C5.44772 3 5 3.44771 5 4V13C5 13.5523 5.44772 14 6 14H9.5L9.19956 18.5066C9.09156 20.1266 10.3764 21.5 12 21.5C13.6236 21.5 14.9084 20.1266 14.8004 18.5066L14.5 14H18C18.5523 14 19 13.5523 19 13Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M5 10H19",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconPaintBrush,I 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=\"M19 13V4C19 3.44772 18.5523 3 18 3H11.5L10 5L8.5 3H6C5.44772 3 5 3.44771 5 4V13C5 13.5523 5.44772 14 6 14H9.5L9.19956 18.5066C9.09156 20.1266 10.3764 21.5 12 21.5C13.6236 21.5 14.9084 20.1266 14.8004 18.5066L14.5 14H18C18.5523 14 19 13.5523 19 13Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5 10H19\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,0PACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!h.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(i=m(o,n))||i.enumerable});return r};var u=(r,o,e)=>(e=r!=null?l(B(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(p({},"__esModule",{value:!0}),r);var L={};I(L,{IconPaintBucket:()=>c,default:()=>x});module.exports=P(L);var t=u(require("react"));var d=u(require("react")),a=require("react-native-svg"),k=({children:r,size:o=24,...e})=>d.default.createElement(a.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),c=r=>t.default.createElement(k,{...r},t.default.createElement(s.Path,{d:"M9 9V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 9V12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M4 9H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M19 20V10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10V20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),x=c;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 d=\"M9 9V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 9V12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 9H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 20V10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10V20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\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,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2HACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,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 o from"react";import p from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(i,{...s,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 C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M9 9V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 9V12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M4 9H20",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M19 20V10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10V20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),h=C;export{C as IconPaintBucket,h 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 d=\"M9 9V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 9V12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 9H20\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 20V10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10V20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\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,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,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 d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!L.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var i=(r,o,t)=>(t=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconPaintBucketDrop:()=>m,default:()=>x});module.exports=P(g);var n=i(require("react"));var l=i(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(u.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"),m=r=>n.default.createElement(c,{...r},n.default.createElement(C.Path,{d:"M10.5889 20.3564L19.8693 13.2151C20.3476 12.847 20.3933 12.1422 19.9665 11.7154L11.6774 3.42633C11.2506 2.99954 10.5459 3.04525 10.1778 3.5236L3.03653 12.804C2.11746 13.9984 2.22712 15.6892 3.29277 16.7549L6.63801 20.1001C7.70366 21.1658 9.39449 21.2754 10.5889 20.3564Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M12.5 11L3 6.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M22.5 19.6001C22.5 20.9256 21.4926 22.0001 20.25 22.0001C19.0074 22.0001 18 20.9256 18 19.6001C18 18.2128 19.3366 16.8254 19.9495 16.2622C20.1217 16.104 20.3783 16.104 20.5505 16.2622C21.1634 16.8254 22.5 18.2128 22.5 19.6001Z",fill:"currentColor"})),x=m;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=\"M10.5889 20.3564L19.8693 13.2151C20.3476 12.847 20.3933 12.1422 19.9665 11.7154L11.6774 3.42633C11.2506 2.99954 10.5459 3.04525 10.1778 3.5236L3.03653 12.804C2.11746 13.9984 2.22712 15.6892 3.29277 16.7549L6.63801 20.1001C7.70366 21.1658 9.39449 21.2754 10.5889 20.3564Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.5 11L3 6.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22.5 19.6001C22.5 20.9256 21.4926 22.0001 20.25 22.0001C19.0074 22.0001 18 20.9256 18 19.6001C18 18.2128 19.3366 16.8254 19.9495 16.2622C20.1217 16.104 20.3783 16.104 20.5505 16.2622C21.1634 16.8254 22.5 18.2128 22.5 19.6001Z\"\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,iRACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qOACF,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 o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...p})=>C.createElement(s,{...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:"M10.5889 20.3564L19.8693 13.2151C20.3476 12.847 20.3933 12.1422 19.9665 11.7154L11.6774 3.42633C11.2506 2.99954 10.5459 3.04525 10.1778 3.5236L3.03653 12.804C2.11746 13.9984 2.22712 15.6892 3.29277 16.7549L6.63801 20.1001C7.70366 21.1658 9.39449 21.2754 10.5889 20.3564Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12.5 11L3 6.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M22.5 19.6001C22.5 20.9256 21.4926 22.0001 20.25 22.0001C19.0074 22.0001 18 20.9256 18 19.6001C18 18.2128 19.3366 16.8254 19.9495 16.2622C20.1217 16.104 20.3783 16.104 20.5505 16.2622C21.1634 16.8254 22.5 18.2128 22.5 19.6001Z",fill:"currentColor"})),L=a;export{a as IconPaintBucketDrop,L as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPaintBucketDrop/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { 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=\"M10.5889 20.3564L19.8693 13.2151C20.3476 12.847 20.3933 12.1422 19.9665 11.7154L11.6774 3.42633C11.2506 2.99954 10.5459 3.04525 10.1778 3.5236L3.03653 12.804C2.11746 13.9984 2.22712 15.6892 3.29277 16.7549L6.63801 20.1001C7.70366 21.1658 9.39449 21.2754 10.5889 20.3564Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12.5 11L3 6.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M22.5 19.6001C22.5 20.9256 21.4926 22.0001 20.25 22.0001C19.0074 22.0001 18 20.9256 18 19.6001C18 18.2128 19.3366 16.8254 19.9495 16.2622C20.1217 16.104 20.3783 16.104 20.5505 16.2622C21.1634 16.8254 22.5 18.2128 22.5 19.6001Z\"\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,iRACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qOACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPaintBucketDrop","props","React","CentralIconBase","IconPaintBucketDrop_default"]}
package/README.md CHANGED
@@ -300,6 +300,7 @@ Below is a complete list of available icons:
300
300
 
301
301
  ### Augmented Reality
302
302
 
303
+ - Icon3dBoxBottom
303
304
  - Icon3dBoxTop
304
305
  - Icon3dSphere
305
306
  - IconAr
@@ -573,6 +574,9 @@ Below is a complete list of available icons:
573
574
  - IconMarkdown
574
575
  - IconMarker
575
576
  - IconMarkerCircle
577
+ - IconPaintBrush
578
+ - IconPaintBucket
579
+ - IconPaintBucketDrop
576
580
  - IconPencil
577
581
  - IconPencilLine
578
582
  - IconPencilWave
@@ -1529,6 +1533,7 @@ Below is a complete list of available icons:
1529
1533
  - IconFire3
1530
1534
  - IconFlag1
1531
1535
  - IconFlag2
1536
+ - IconFlashcards
1532
1537
  - IconFootsteps
1533
1538
  - IconForYou
1534
1539
  - IconGalaxy
@@ -1,5 +1,19 @@
1
1
  {
2
2
  "data": [
3
+ {
4
+ "category": "Augmented Reality",
5
+ "svg": "<path d=\"M11.2001 21.5385C11.4915 21.7068 11.6373 21.7909 11.7922 21.8238C11.9293 21.853 12.0709 21.853 12.208 21.8238C12.3629 21.7909 12.5087 21.7068 12.8001 21.5385L19.8604 17.4623C20.1518 17.294 20.2975 17.2099 20.4035 17.0922C20.4973 16.988 20.5681 16.8653 20.6114 16.7321C20.6604 16.5814 20.6604 16.4132 20.6604 16.0766V7.92415C20.6604 7.58762 20.6604 7.41936 20.6114 7.26872C20.5681 7.13544 20.4973 7.01275 20.4035 6.90861C20.2975 6.79091 20.1518 6.70678 19.8604 6.53851L12.8001 2.46227C12.5087 2.29401 12.3629 2.20987 12.208 2.17694C12.0709 2.14781 11.9293 2.14781 11.7922 2.17694C11.6373 2.20987 11.4915 2.29401 11.2001 2.46227L4.13984 6.53851C3.8484 6.70678 3.70268 6.79091 3.5967 6.90861C3.50293 7.01275 3.43209 7.13544 3.38879 7.26872C3.33984 7.41936 3.33984 7.58762 3.33984 7.92415V16.0766C3.33984 16.4132 3.33984 16.5814 3.38879 16.7321C3.43209 16.8653 3.50293 16.988 3.5967 17.0922C3.70268 17.2099 3.8484 17.294 4.13984 17.4623L11.2001 21.5385Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M3.33984 17L12.0001 12M12.0001 12L20.6604 17M12.0001 12V2\" stroke=\"currentColor\" stroke-width=\"2\"/>",
6
+ "iconName": "3d-box-bottom, shaders, model, room",
7
+ "variant": {
8
+ "join": "round",
9
+ "filled": "off",
10
+ "radius": "1",
11
+ "stroke": "2"
12
+ },
13
+ "createdAt": "2025-08-29T06:00:20.162384+00:00",
14
+ "packageName": "round-outlined-radius-1-stroke-2",
15
+ "componentName": "Icon3dBoxBottom"
16
+ },
3
17
  {
4
18
  "category": "Augmented Reality",
5
19
  "svg": "<path d=\"M11.2001 2.4619C11.4915 2.29364 11.6373 2.20951 11.7922 2.17658C11.9293 2.14744 12.0709 2.14744 12.208 2.17658C12.3629 2.20951 12.5087 2.29364 12.8001 2.4619L19.8604 6.53814C20.1518 6.70641 20.2975 6.79054 20.4035 6.90824C20.4973 7.01239 20.5681 7.13508 20.6114 7.26836C20.6604 7.41899 20.6604 7.58725 20.6604 7.92378V16.0763C20.6604 16.4128 20.6604 16.5811 20.6114 16.7317C20.5681 16.865 20.4973 16.9877 20.4035 17.0918C20.2975 17.2095 20.1518 17.2936 19.8604 17.4619L12.8001 21.5381C12.5087 21.7064 12.3629 21.7905 12.208 21.8235C12.0709 21.8526 11.9293 21.8526 11.7922 21.8235C11.6373 21.7905 11.4915 21.7064 11.2001 21.5381L4.13984 17.4619C3.8484 17.2936 3.70268 17.2095 3.5967 17.0918C3.50293 16.9877 3.43209 16.865 3.38879 16.7317C3.33984 16.5811 3.33984 16.4128 3.33984 16.0763V7.92378C3.33984 7.58725 3.33984 7.41899 3.38879 7.26836C3.43209 7.13508 3.50293 7.01239 3.5967 6.90824C3.70268 6.79054 3.8484 6.70641 4.13984 6.53814L11.2001 2.4619Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M20.6604 7L12.0001 12M12.0001 22V12M3.33984 7L12.0001 12\" stroke=\"currentColor\" stroke-width=\"2\"/>",
@@ -9184,6 +9198,20 @@
9184
9198
  "packageName": "round-outlined-radius-1-stroke-2",
9185
9199
  "componentName": "IconFlag2"
9186
9200
  },
9201
+ {
9202
+ "category": "Things",
9203
+ "svg": "<path d=\"M10.625 7.17734L10.9596 3.99419C11.0173 3.44493 11.5094 3.04646 12.0586 3.10419L20.0148 3.94042C20.564 3.99815 20.9625 4.49021 20.9048 5.03947L19.755 15.9792C19.6972 16.5285 19.2052 16.9269 18.6559 16.8692L14.0011 16.38\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.06025 9.03947C3.00252 8.49021 3.40098 7.99815 3.95024 7.94042L11.9064 7.10419C12.4557 7.04646 12.9477 7.44493 13.0055 7.99419L14.1553 18.9339C14.213 19.4832 13.8145 19.9752 13.2653 20.033L5.30911 20.8692C4.75985 20.9269 4.26779 20.5285 4.21006 19.9792L3.06025 9.03947Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
9204
+ "iconName": "flashcards, cards, pages",
9205
+ "variant": {
9206
+ "join": "round",
9207
+ "filled": "off",
9208
+ "radius": "1",
9209
+ "stroke": "2"
9210
+ },
9211
+ "createdAt": "2025-09-02T09:30:11.696823+00:00",
9212
+ "packageName": "round-outlined-radius-1-stroke-2",
9213
+ "componentName": "IconFlashcards"
9214
+ },
9187
9215
  {
9188
9216
  "category": "Folders & Files",
9189
9217
  "svg": "<path d=\"M8 4V7C8 7.55228 8.44772 8 9 8H15C15.5523 8 16 7.55228 16 7V4M20 7.41421V19C20 19.5523 19.5523 20 19 20H5C4.44772 20 4 19.5523 4 19V5C4 4.44772 4.44772 4 5 4H16.5858C16.851 4 17.1054 4.10536 17.2929 4.29289L19.7071 6.70711C19.8946 6.89464 20 7.149 20 7.41421ZM8 14V19C8 19.5523 8.44772 20 9 20H15C15.5523 20 16 19.5523 16 19V14C16 13.4477 15.5523 13 15 13H9C8.44772 13 8 13.4477 8 14Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -14042,6 +14070,48 @@
14042
14070
  "packageName": "round-outlined-radius-1-stroke-2",
14043
14071
  "componentName": "IconPageTextSearch"
14044
14072
  },
14073
+ {
14074
+ "category": "Edit",
14075
+ "svg": "<path d=\"M19 13V4C19 3.44772 18.5523 3 18 3H11.5L10 5L8.5 3H6C5.44772 3 5 3.44771 5 4V13C5 13.5523 5.44772 14 6 14H9.5L9.19956 18.5066C9.09156 20.1266 10.3764 21.5 12 21.5C13.6236 21.5 14.9084 20.1266 14.8004 18.5066L14.5 14H18C18.5523 14 19 13.5523 19 13Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5 10H19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
14076
+ "iconName": "paint-brush, design, color, appearance",
14077
+ "variant": {
14078
+ "join": "round",
14079
+ "filled": "off",
14080
+ "radius": "1",
14081
+ "stroke": "2"
14082
+ },
14083
+ "createdAt": "2025-09-02T09:00:11.443912+00:00",
14084
+ "packageName": "round-outlined-radius-1-stroke-2",
14085
+ "componentName": "IconPaintBrush"
14086
+ },
14087
+ {
14088
+ "category": "Edit",
14089
+ "svg": "<path d=\"M9 9V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 9V12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 9H20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 20V10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10V20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
14090
+ "iconName": "paint-bucket, design, color, appearance",
14091
+ "variant": {
14092
+ "join": "round",
14093
+ "filled": "off",
14094
+ "radius": "1",
14095
+ "stroke": "2"
14096
+ },
14097
+ "createdAt": "2025-09-02T09:00:11.443912+00:00",
14098
+ "packageName": "round-outlined-radius-1-stroke-2",
14099
+ "componentName": "IconPaintBucket"
14100
+ },
14101
+ {
14102
+ "category": "Edit",
14103
+ "svg": "<path d=\"M10.5889 20.3564L19.8693 13.2151C20.3476 12.847 20.3933 12.1422 19.9665 11.7154L11.6774 3.42633C11.2506 2.99954 10.5459 3.04525 10.1778 3.5236L3.03653 12.804C2.11746 13.9984 2.22712 15.6892 3.29277 16.7549L6.63801 20.1001C7.70366 21.1658 9.39449 21.2754 10.5889 20.3564Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12.5 11L3 6.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22.5 19.6001C22.5 20.9256 21.4926 22.0001 20.25 22.0001C19.0074 22.0001 18 20.9256 18 19.6001C18 18.2128 19.3366 16.8254 19.9495 16.2622C20.1217 16.104 20.3783 16.104 20.5505 16.2622C21.1634 16.8254 22.5 18.2128 22.5 19.6001Z\" fill=\"currentColor\"/>",
14104
+ "iconName": "paint-bucket-drop",
14105
+ "variant": {
14106
+ "join": "round",
14107
+ "filled": "off",
14108
+ "radius": "1",
14109
+ "stroke": "2"
14110
+ },
14111
+ "createdAt": "2025-09-02T09:30:11.696823+00:00",
14112
+ "packageName": "round-outlined-radius-1-stroke-2",
14113
+ "componentName": "IconPaintBucketDrop"
14114
+ },
14045
14115
  {
14046
14116
  "category": "Food",
14047
14117
  "svg": "<path d=\"M16 12H19C19.5523 12 20 11.5523 20 11V9.5C20 8.94772 19.5523 8.5 19 8.5H18M8 12H4C3.44772 12 3 11.5523 3 11V9.5C3 8.94772 3.44772 8.5 4 8.5H7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 8.5H19C19.5523 8.5 20 8.05228 20 7.5V6C20 5.44772 19.5523 5 19 5H5C4.44772 5 4 5.44772 4 6V7.5C4 8.05228 4.44772 8.5 5 8.5H7C7.55228 8.5 8 8.94772 8 9.5V14C8 15.1046 8.89543 16 10 16C11.1046 16 12 15.1046 12 14V11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 12H20C20.5523 12 21 12.4477 21 13V14.5C21 15.0523 20.5523 15.5 20 15.5H12M8 12H5C4.44772 12 4 12.4477 4 13V14.5C4 15.0523 4.44772 15.5 5 15.5H8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 15.5H5C4.44772 15.5 4 15.9477 4 16.5V18C4 18.5523 4.44772 19 5 19H19C19.5523 19 20 18.5523 20 18V16.5C20 15.9477 19.5523 15.5 19 15.5H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 8.5H17C16.4477 8.5 16 8.94772 16 9.5V11C16 12.1046 15.1046 13 14 13C12.8954 13 12 12.1046 12 11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2 19H22\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export type CentralIconName =
2
+ | "Icon3dBoxBottom"
2
3
  | "Icon3dBoxTop"
3
4
  | "Icon3dSphere"
4
5
  | "Icon4k"
@@ -655,6 +656,7 @@ export type CentralIconName =
655
656
  | "IconFistbump"
656
657
  | "IconFlag1"
657
658
  | "IconFlag2"
659
+ | "IconFlashcards"
658
660
  | "IconFloppyDisk1"
659
661
  | "IconFloppyDisk2"
660
662
  | "IconFocusAuto"
@@ -1002,6 +1004,9 @@ export type CentralIconName =
1002
1004
  | "IconPageTextLock"
1003
1005
  | "IconPageTextPieChart"
1004
1006
  | "IconPageTextSearch"
1007
+ | "IconPaintBrush"
1008
+ | "IconPaintBucket"
1009
+ | "IconPaintBucketDrop"
1005
1010
  | "IconPancakes"
1006
1011
  | "IconPanoramaView"
1007
1012
  | "IconPaperclip1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-2",
3
- "version": "0.0.60",
3
+ "version": "1.0.0",
4
4
  "style": "round-outlined-radius-1-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 1513,
14
+ "totalIcons": 1518,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 32,
@@ -178,8 +178,9 @@
178
178
  ]
179
179
  },
180
180
  "Augmented Reality": {
181
- "count": 16,
181
+ "count": 17,
182
182
  "icons": [
183
+ "Icon3dBoxBottom",
183
184
  "Icon3dBoxTop",
184
185
  "Icon3dSphere",
185
186
  "IconAr",
@@ -426,7 +427,7 @@
426
427
  ]
427
428
  },
428
429
  "Edit": {
429
- "count": 62,
430
+ "count": 65,
430
431
  "icons": [
431
432
  "IconAddKeyframe",
432
433
  "IconBezier",
@@ -467,6 +468,9 @@
467
468
  "IconMarkdown",
468
469
  "IconMarker",
469
470
  "IconMarkerCircle",
471
+ "IconPaintBrush",
472
+ "IconPaintBucket",
473
+ "IconPaintBucketDrop",
470
474
  "IconPencil",
471
475
  "IconPencilLine",
472
476
  "IconPencilWave",
@@ -1418,7 +1422,7 @@
1418
1422
  ]
1419
1423
  },
1420
1424
  "Things": {
1421
- "count": 118,
1425
+ "count": 119,
1422
1426
  "icons": [
1423
1427
  "IconAlien",
1424
1428
  "IconBackpack",
@@ -1463,6 +1467,7 @@
1463
1467
  "IconFire3",
1464
1468
  "IconFlag1",
1465
1469
  "IconFlag2",
1470
+ "IconFlashcards",
1466
1471
  "IconFootsteps",
1467
1472
  "IconForYou",
1468
1473
  "IconGalaxy",
@@ -1703,6 +1708,7 @@
1703
1708
  }
1704
1709
  },
1705
1710
  "iconAliases": {
1711
+ "Icon3dBoxBottom": "3d-box-bottom, shaders, model, room",
1706
1712
  "Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
1707
1713
  "Icon3dSphere": "3d-sphere",
1708
1714
  "Icon4k": "4k",
@@ -2359,6 +2365,7 @@
2359
2365
  "IconFistbump": "fistbump, boom, hands, friends",
2360
2366
  "IconFlag1": "flag-1, priority",
2361
2367
  "IconFlag2": "flag-2, priority",
2368
+ "IconFlashcards": "flashcards, cards, pages",
2362
2369
  "IconFloppyDisk1": "floppy-disk-1, save",
2363
2370
  "IconFloppyDisk2": "floppy-disk-2, save",
2364
2371
  "IconFocusAuto": "focus-auto",
@@ -2706,6 +2713,9 @@
2706
2713
  "IconPageTextLock": "page-text-lock",
2707
2714
  "IconPageTextPieChart": "page-text-pie-chart",
2708
2715
  "IconPageTextSearch": "page-text-search",
2716
+ "IconPaintBrush": "paint-brush, design, color, appearance",
2717
+ "IconPaintBucket": "paint-bucket, design, color, appearance",
2718
+ "IconPaintBucketDrop": "paint-bucket-drop",
2709
2719
  "IconPancakes": "pancakes, maple-syrup, breakfast",
2710
2720
  "IconPanoramaView": "panorama-view",
2711
2721
  "IconPaperclip1": "paperclip-1, attachment",
package/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/round-outlined-radius-1-stroke-2",
21
- version: "0.0.60",
21
+ version: "1.0.0",
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-outlined-radius-1-stroke-2",
3
- "version": "0.0.60",
3
+ "version": "1.0.0",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "data": [
3
+ {
4
+ "svg": "<Path d=\"M11.2001 21.5385C11.4915 21.7068 11.6373 21.7909 11.7922 21.8238C11.9293 21.853 12.0709 21.853 12.208 21.8238C12.3629 21.7909 12.5087 21.7068 12.8001 21.5385L19.8604 17.4623C20.1518 17.294 20.2975 17.2099 20.4035 17.0922C20.4973 16.988 20.5681 16.8653 20.6114 16.7321C20.6604 16.5814 20.6604 16.4132 20.6604 16.0766V7.92415C20.6604 7.58762 20.6604 7.41936 20.6114 7.26872C20.5681 7.13544 20.4973 7.01275 20.4035 6.90861C20.2975 6.79091 20.1518 6.70678 19.8604 6.53851L12.8001 2.46227C12.5087 2.29401 12.3629 2.20987 12.208 2.17694C12.0709 2.14781 11.9293 2.14781 11.7922 2.17694C11.6373 2.20987 11.4915 2.29401 11.2001 2.46227L4.13984 6.53851C3.8484 6.70678 3.70268 6.79091 3.5967 6.90861C3.50293 7.01275 3.43209 7.13544 3.38879 7.26872C3.33984 7.41936 3.33984 7.58762 3.33984 7.92415V16.0766C3.33984 16.4132 3.33984 16.5814 3.38879 16.7321C3.43209 16.8653 3.50293 16.988 3.5967 17.0922C3.70268 17.2099 3.8484 17.294 4.13984 17.4623L11.2001 21.5385Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M3.33984 17L12.0001 12M12.0001 12L20.6604 17M12.0001 12V2\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
5
+ "tags": "Path",
6
+ "componentName": "Icon3dBoxBottom",
7
+ "iconName": "3d-box-bottom, shaders, model, room",
8
+ "pathname": "src/Icon3dBoxBottom"
9
+ },
3
10
  {
4
11
  "svg": "<Path d=\"M11.2001 2.4619C11.4915 2.29364 11.6373 2.20951 11.7922 2.17658C11.9293 2.14744 12.0709 2.14744 12.208 2.17658C12.3629 2.20951 12.5087 2.29364 12.8001 2.4619L19.8604 6.53814C20.1518 6.70641 20.2975 6.79054 20.4035 6.90824C20.4973 7.01239 20.5681 7.13508 20.6114 7.26836C20.6604 7.41899 20.6604 7.58725 20.6604 7.92378V16.0763C20.6604 16.4128 20.6604 16.5811 20.6114 16.7317C20.5681 16.865 20.4973 16.9877 20.4035 17.0918C20.2975 17.2095 20.1518 17.2936 19.8604 17.4619L12.8001 21.5381C12.5087 21.7064 12.3629 21.7905 12.208 21.8235C12.0709 21.8526 11.9293 21.8526 11.7922 21.8235C11.6373 21.7905 11.4915 21.7064 11.2001 21.5381L4.13984 17.4619C3.8484 17.2936 3.70268 17.2095 3.5967 17.0918C3.50293 16.9877 3.43209 16.865 3.38879 16.7317C3.33984 16.5811 3.33984 16.4128 3.33984 16.0763V7.92378C3.33984 7.58725 3.33984 7.41899 3.38879 7.26836C3.43209 7.13508 3.50293 7.01239 3.5967 6.90824C3.70268 6.79054 3.8484 6.70641 4.13984 6.53814L11.2001 2.4619Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M20.6604 7L12.0001 12M12.0001 22V12M3.33984 7L12.0001 12\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
5
12
  "tags": "Path",
@@ -4592,6 +4599,13 @@
4592
4599
  "iconName": "flag-2, priority",
4593
4600
  "pathname": "src/IconFlag2"
4594
4601
  },
4602
+ {
4603
+ "svg": "<Path d=\"M10.625 7.17734L10.9596 3.99419C11.0173 3.44493 11.5094 3.04646 12.0586 3.10419L20.0148 3.94042C20.564 3.99815 20.9625 4.49021 20.9048 5.03947L19.755 15.9792C19.6972 16.5285 19.2052 16.9269 18.6559 16.8692L14.0011 16.38\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.06025 9.03947C3.00252 8.49021 3.40098 7.99815 3.95024 7.94042L11.9064 7.10419C12.4557 7.04646 12.9477 7.44493 13.0055 7.99419L14.1553 18.9339C14.213 19.4832 13.8145 19.9752 13.2653 20.033L5.30911 20.8692C4.75985 20.9269 4.26779 20.5285 4.21006 19.9792L3.06025 9.03947Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4604
+ "tags": "Path",
4605
+ "componentName": "IconFlashcards",
4606
+ "iconName": "flashcards, cards, pages",
4607
+ "pathname": "src/IconFlashcards"
4608
+ },
4595
4609
  {
4596
4610
  "svg": "<Path d=\"M8 4V7C8 7.55228 8.44772 8 9 8H15C15.5523 8 16 7.55228 16 7V4M20 7.41421V19C20 19.5523 19.5523 20 19 20H5C4.44772 20 4 19.5523 4 19V5C4 4.44772 4.44772 4 5 4H16.5858C16.851 4 17.1054 4.10536 17.2929 4.29289L19.7071 6.70711C19.8946 6.89464 20 7.149 20 7.41421ZM8 14V19C8 19.5523 8.44772 20 9 20H15C15.5523 20 16 19.5523 16 19V14C16 13.4477 15.5523 13 15 13H9C8.44772 13 8 13.4477 8 14Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4597
4611
  "tags": "Path",
@@ -7021,6 +7035,27 @@
7021
7035
  "iconName": "page-text-search",
7022
7036
  "pathname": "src/IconPageTextSearch"
7023
7037
  },
7038
+ {
7039
+ "svg": "<Path d=\"M19 13V4C19 3.44772 18.5523 3 18 3H11.5L10 5L8.5 3H6C5.44772 3 5 3.44771 5 4V13C5 13.5523 5.44772 14 6 14H9.5L9.19956 18.5066C9.09156 20.1266 10.3764 21.5 12 21.5C13.6236 21.5 14.9084 20.1266 14.8004 18.5066L14.5 14H18C18.5523 14 19 13.5523 19 13Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5 10H19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
7040
+ "tags": "Path",
7041
+ "componentName": "IconPaintBrush",
7042
+ "iconName": "paint-brush, design, color, appearance",
7043
+ "pathname": "src/IconPaintBrush"
7044
+ },
7045
+ {
7046
+ "svg": "<Path d=\"M9 9V14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 9V12\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 9H20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19 20V10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10V20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
7047
+ "tags": "Path",
7048
+ "componentName": "IconPaintBucket",
7049
+ "iconName": "paint-bucket, design, color, appearance",
7050
+ "pathname": "src/IconPaintBucket"
7051
+ },
7052
+ {
7053
+ "svg": "<Path d=\"M10.5889 20.3564L19.8693 13.2151C20.3476 12.847 20.3933 12.1422 19.9665 11.7154L11.6774 3.42633C11.2506 2.99954 10.5459 3.04525 10.1778 3.5236L3.03653 12.804C2.11746 13.9984 2.22712 15.6892 3.29277 16.7549L6.63801 20.1001C7.70366 21.1658 9.39449 21.2754 10.5889 20.3564Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12.5 11L3 6.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M22.5 19.6001C22.5 20.9256 21.4926 22.0001 20.25 22.0001C19.0074 22.0001 18 20.9256 18 19.6001C18 18.2128 19.3366 16.8254 19.9495 16.2622C20.1217 16.104 20.3783 16.104 20.5505 16.2622C21.1634 16.8254 22.5 18.2128 22.5 19.6001Z\" fill=\"currentColor\"/>",
7054
+ "tags": "Path",
7055
+ "componentName": "IconPaintBucketDrop",
7056
+ "iconName": "paint-bucket-drop",
7057
+ "pathname": "src/IconPaintBucketDrop"
7058
+ },
7024
7059
  {
7025
7060
  "svg": "<Path d=\"M16 12H19C19.5523 12 20 11.5523 20 11V9.5C20 8.94772 19.5523 8.5 19 8.5H18M8 12H4C3.44772 12 3 11.5523 3 11V9.5C3 8.94772 3.44772 8.5 4 8.5H7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18 8.5H19C19.5523 8.5 20 8.05228 20 7.5V6C20 5.44772 19.5523 5 19 5H5C4.44772 5 4 5.44772 4 6V7.5C4 8.05228 4.44772 8.5 5 8.5H7C7.55228 8.5 8 8.94772 8 9.5V14C8 15.1046 8.89543 16 10 16C11.1046 16 12 15.1046 12 14V11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 12H20C20.5523 12 21 12.4477 21 13V14.5C21 15.0523 20.5523 15.5 20 15.5H12M8 12H5C4.44772 12 4 12.4477 4 13V14.5C4 15.0523 4.44772 15.5 5 15.5H8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 15.5H5C4.44772 15.5 4 15.9477 4 16.5V18C4 18.5523 4.44772 19 5 19H19C19.5523 19 20 18.5523 20 18V16.5C20 15.9477 19.5523 15.5 19 15.5H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19 8.5H17C16.4477 8.5 16 8.94772 16 9.5V11C16 12.1046 15.1046 13 14 13C12.8954 13 12 12.1046 12 11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2 19H22\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
7026
7061
  "tags": "Path",