@central-icons-react-native/round-outlined-radius-3-stroke-1.5 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 d=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!k.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(s=L(r,e))||s.enumerable});return o};var i=(o,r,t)=>(t=o!=null?d(f(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),I=o=>a(n({},"__esModule",{value:!0}),o);var g={};x(g,{Icon3dBoxBottom:()=>u,default:()=>P});module.exports=I(g);var C=i(require("react"));var m=i(require("react")),c=require("react-native-svg"),l=({children:o,size:r=24,...t})=>m.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"),u=o=>C.default.createElement(l,{...o},C.default.createElement(p.Path,{d:"M9.59981 20.8646C10.4741 21.3694 10.9113 21.6218 11.3761 21.7206C11.7873 21.808 12.2123 21.808 12.6235 21.7206C13.0883 21.6218 13.5255 21.3694 14.3998 20.8646L18.4766 18.5109C19.3509 18.0061 19.7881 17.7537 20.106 17.4006C20.3873 17.0882 20.5998 16.7201 20.7297 16.3203C20.8766 15.8684 20.8766 15.3636 20.8766 14.354V9.64653C20.8766 8.63695 20.8766 8.13215 20.7297 7.68025C20.5998 7.28041 20.3873 6.91234 20.106 6.59991C19.7881 6.2468 19.3509 5.99441 18.4766 5.48961L14.3998 3.13589C13.5255 2.6311 13.0883 2.3787 12.6235 2.27991C12.2123 2.1925 11.7873 2.1925 11.3761 2.27991C10.9113 2.3787 10.4741 2.6311 9.59981 3.13589L5.52305 5.48961C4.64872 5.99441 4.21155 6.2468 3.89361 6.59991C3.6123 6.91234 3.39979 7.28041 3.26988 7.68025C3.12305 8.13215 3.12305 8.63695 3.12305 9.64653V14.354C3.12305 15.3636 3.12305 15.8684 3.26988 16.3203C3.39979 16.7201 3.6123 17.0882 3.89361 17.4006C4.21155 17.7537 4.64872 18.0061 5.52305 18.5109L9.59981 20.8646Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),C.default.createElement(p.Path,{d:"M3.70703 16.7871L11.9994 11.9995M11.9994 11.9995L20.2917 16.7871M11.9994 11.9995L11.9995 2.45477",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;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=\"M9.59981 20.8646C10.4741 21.3694 10.9113 21.6218 11.3761 21.7206C11.7873 21.808 12.2123 21.808 12.6235 21.7206C13.0883 21.6218 13.5255 21.3694 14.3998 20.8646L18.4766 18.5109C19.3509 18.0061 19.7881 17.7537 20.106 17.4006C20.3873 17.0882 20.5998 16.7201 20.7297 16.3203C20.8766 15.8684 20.8766 15.3636 20.8766 14.354V9.64653C20.8766 8.63695 20.8766 8.13215 20.7297 7.68025C20.5998 7.28041 20.3873 6.91234 20.106 6.59991C19.7881 6.2468 19.3509 5.99441 18.4766 5.48961L14.3998 3.13589C13.5255 2.6311 13.0883 2.3787 12.6235 2.27991C12.2123 2.1925 11.7873 2.1925 11.3761 2.27991C10.9113 2.3787 10.4741 2.6311 9.59981 3.13589L5.52305 5.48961C4.64872 5.99441 4.21155 6.2468 3.89361 6.59991C3.6123 6.91234 3.39979 7.28041 3.26988 7.68025C3.12305 8.13215 3.12305 8.63695 3.12305 9.64653V14.354C3.12305 15.3636 3.12305 15.8684 3.26988 16.3203C3.39979 16.7201 3.6123 17.0882 3.89361 17.4006C4.21155 17.7537 4.64872 18.0061 5.52305 18.5109L9.59981 20.8646Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.70703 16.7871L11.9994 11.9995M11.9994 11.9995L20.2917 16.7871M11.9994 11.9995L11.9995 2.45477\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,o7BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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,...C})=>p.createElement(s,{...C,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 n}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(n,{d:"M9.59981 20.8646C10.4741 21.3694 10.9113 21.6218 11.3761 21.7206C11.7873 21.808 12.2123 21.808 12.6235 21.7206C13.0883 21.6218 13.5255 21.3694 14.3998 20.8646L18.4766 18.5109C19.3509 18.0061 19.7881 17.7537 20.106 17.4006C20.3873 17.0882 20.5998 16.7201 20.7297 16.3203C20.8766 15.8684 20.8766 15.3636 20.8766 14.354V9.64653C20.8766 8.63695 20.8766 8.13215 20.7297 7.68025C20.5998 7.28041 20.3873 6.91234 20.106 6.59991C19.7881 6.2468 19.3509 5.99441 18.4766 5.48961L14.3998 3.13589C13.5255 2.6311 13.0883 2.3787 12.6235 2.27991C12.2123 2.1925 11.7873 2.1925 11.3761 2.27991C10.9113 2.3787 10.4741 2.6311 9.59981 3.13589L5.52305 5.48961C4.64872 5.99441 4.21155 6.2468 3.89361 6.59991C3.6123 6.91234 3.39979 7.28041 3.26988 7.68025C3.12305 8.13215 3.12305 8.63695 3.12305 9.64653V14.354C3.12305 15.3636 3.12305 15.8684 3.26988 16.3203C3.39979 16.7201 3.6123 17.0882 3.89361 17.4006C4.21155 17.7537 4.64872 18.0061 5.52305 18.5109L9.59981 20.8646Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M3.70703 16.7871L11.9994 11.9995M11.9994 11.9995L20.2917 16.7871M11.9994 11.9995L11.9995 2.45477",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),k=a;export{a as Icon3dBoxBottom,k 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=\"M9.59981 20.8646C10.4741 21.3694 10.9113 21.6218 11.3761 21.7206C11.7873 21.808 12.2123 21.808 12.6235 21.7206C13.0883 21.6218 13.5255 21.3694 14.3998 20.8646L18.4766 18.5109C19.3509 18.0061 19.7881 17.7537 20.106 17.4006C20.3873 17.0882 20.5998 16.7201 20.7297 16.3203C20.8766 15.8684 20.8766 15.3636 20.8766 14.354V9.64653C20.8766 8.63695 20.8766 8.13215 20.7297 7.68025C20.5998 7.28041 20.3873 6.91234 20.106 6.59991C19.7881 6.2468 19.3509 5.99441 18.4766 5.48961L14.3998 3.13589C13.5255 2.6311 13.0883 2.3787 12.6235 2.27991C12.2123 2.1925 11.7873 2.1925 11.3761 2.27991C10.9113 2.3787 10.4741 2.6311 9.59981 3.13589L5.52305 5.48961C4.64872 5.99441 4.21155 6.2468 3.89361 6.59991C3.6123 6.91234 3.39979 7.28041 3.26988 7.68025C3.12305 8.13215 3.12305 8.63695 3.12305 9.64653V14.354C3.12305 15.3636 3.12305 15.8684 3.26988 16.3203C3.39979 16.7201 3.6123 17.0882 3.89361 17.4006C4.21155 17.7537 4.64872 18.0061 5.52305 18.5109L9.59981 20.8646Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.70703 16.7871L11.9994 11.9995M11.9994 11.9995L20.2917 16.7871M11.9994 11.9995L11.9995 2.45477\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,o7BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,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.17745L10.7505 5.98357C10.9237 4.33579 12.3999 3.1404 14.0476 3.31359L18.0257 3.7317C19.6735 3.90489 20.8689 5.38107 20.6957 7.02885L19.964 13.9905C19.7908 15.6383 18.3146 16.8337 16.6669 16.6605L14.0021 16.3804",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M3.26671 11.0288C3.09352 9.38107 4.28891 7.90489 5.93669 7.7317L9.91478 7.31359C11.5626 7.1404 13.0387 8.33579 13.2119 9.98357L13.9436 16.9452C14.1168 18.593 12.9214 20.0692 11.2736 20.2424L7.29556 20.6605C5.64778 20.8337 4.1716 19.6383 3.99841 17.9905L3.26671 11.0288Z",stroke:"currentColor",strokeWidth:"1.5",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.17745L10.7505 5.98357C10.9237 4.33579 12.3999 3.1404 14.0476 3.31359L18.0257 3.7317C19.6735 3.90489 20.8689 5.38107 20.6957 7.02885L19.964 13.9905C19.7908 15.6383 18.3146 16.8337 16.6669 16.6605L14.0021 16.3804\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.26671 11.0288C3.09352 9.38107 4.28891 7.90489 5.93669 7.7317L9.91478 7.31359C11.5626 7.1404 13.0387 8.33579 13.2119 9.98357L13.9436 16.9452C14.1168 18.593 12.9214 20.0692 11.2736 20.2424L7.29556 20.6605C5.64778 20.8337 4.1716 19.6383 3.99841 17.9905L3.26671 11.0288Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,+NACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gRACF,OAAO,eACP,YAAY,MACZ,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.17745L10.7505 5.98357C10.9237 4.33579 12.3999 3.1404 14.0476 3.31359L18.0257 3.7317C19.6735 3.90489 20.8689 5.38107 20.6957 7.02885L19.964 13.9905C19.7908 15.6383 18.3146 16.8337 16.6669 16.6605L14.0021 16.3804",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M3.26671 11.0288C3.09352 9.38107 4.28891 7.90489 5.93669 7.7317L9.91478 7.31359C11.5626 7.1404 13.0387 8.33579 13.2119 9.98357L13.9436 16.9452C14.1168 18.593 12.9214 20.0692 11.2736 20.2424L7.29556 20.6605C5.64778 20.8337 4.1716 19.6383 3.99841 17.9905L3.26671 11.0288Z",stroke:"currentColor",strokeWidth:"1.5",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.17745L10.7505 5.98357C10.9237 4.33579 12.3999 3.1404 14.0476 3.31359L18.0257 3.7317C19.6735 3.90489 20.8689 5.38107 20.6957 7.02885L19.964 13.9905C19.7908 15.6383 18.3146 16.8337 16.6669 16.6605L14.0021 16.3804\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.26671 11.0288C3.09352 9.38107 4.28891 7.90489 5.93669 7.7317L9.91478 7.31359C11.5626 7.1404 13.0387 8.33579 13.2119 9.98357L13.9436 16.9452C14.1168 18.593 12.9214 20.0692 11.2736 20.2424L7.29556 20.6605C5.64778 20.8337 4.1716 19.6383 3.99841 17.9905L3.26671 11.0288Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,+NACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gRACF,OAAO,eACP,YAAY,MACZ,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.25 10.75V3.75C19.25 3.19772 18.8023 2.75 18.25 2.75H11.5L10 4.75L8.5 2.75H5.75C5.19772 2.75 4.75 3.19771 4.75 3.75V10.75C4.75 12.4069 6.09315 13.75 7.75 13.75H9.75L9.42705 18.7557C9.33117 20.2419 10.5107 21.5 12 21.5C13.4893 21.5 14.6688 20.2419 14.5729 18.7557L14.25 13.75H16.25C17.9069 13.75 19.25 12.4069 19.25 10.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M4.75 10.25H19.25",stroke:"currentColor",strokeWidth:"1.5",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.25 10.75V3.75C19.25 3.19772 18.8023 2.75 18.25 2.75H11.5L10 4.75L8.5 2.75H5.75C5.19772 2.75 4.75 3.19771 4.75 3.75V10.75C4.75 12.4069 6.09315 13.75 7.75 13.75H9.75L9.42705 18.7557C9.33117 20.2419 10.5107 21.5 12 21.5C13.4893 21.5 14.6688 20.2419 14.5729 18.7557L14.25 13.75H16.25C17.9069 13.75 19.25 12.4069 19.25 10.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.75 10.25H19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,uUACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,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.25 10.75V3.75C19.25 3.19772 18.8023 2.75 18.25 2.75H11.5L10 4.75L8.5 2.75H5.75C5.19772 2.75 4.75 3.19771 4.75 3.75V10.75C4.75 12.4069 6.09315 13.75 7.75 13.75H9.75L9.42705 18.7557C9.33117 20.2419 10.5107 21.5 12 21.5C13.4893 21.5 14.6688 20.2419 14.5729 18.7557L14.25 13.75H16.25C17.9069 13.75 19.25 12.4069 19.25 10.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M4.75 10.25H19.25",stroke:"currentColor",strokeWidth:"1.5",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.25 10.75V3.75C19.25 3.19772 18.8023 2.75 18.25 2.75H11.5L10 4.75L8.5 2.75H5.75C5.19772 2.75 4.75 3.19771 4.75 3.75V10.75C4.75 12.4069 6.09315 13.75 7.75 13.75H9.75L9.42705 18.7557C9.33117 20.2419 10.5107 21.5 12 21.5C13.4893 21.5 14.6688 20.2419 14.5729 18.7557L14.25 13.75H16.25C17.9069 13.75 19.25 12.4069 19.25 10.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.75 10.25H19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,uUACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,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 k=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!h.call(r,n)&&n!==t&&s(r,n,{get:()=>o[n],enumerable:!(C=m(o,n))||C.enumerable});return r};var i=(r,o,t)=>(t=r!=null?k(B(r)):{},a(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(s({},"__esModule",{value:!0}),r);var g={};I(g,{IconPaintBucket:()=>l,default:()=>x});module.exports=P(g);var e=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...t})=>u.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"),l=r=>e.default.createElement(d,{...r},e.default.createElement(p.Path,{d:"M8.75 9.5V14.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),e.default.createElement(p.Path,{d:"M11.75 10V12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),e.default.createElement(p.Path,{d:"M3.75 9.25H20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),e.default.createElement(p.Path,{d:"M19.25 18.25V10C19.25 5.99594 16.0041 2.75 12 2.75C7.99594 2.75 4.75 5.99594 4.75 10V18.25C4.75 19.9069 6.09315 21.25 7.75 21.25H16.25C17.9069 21.25 19.25 19.9069 19.25 18.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),x=l;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=\"M8.75 9.5V14.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M11.75 10V12.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M3.75 9.25H20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M19.25 18.25V10C19.25 5.99594 16.0041 2.75 12 2.75C7.99594 2.75 4.75 5.99594 4.75 10V18.25C4.75 19.9069 6.09315 21.25 7.75 21.25H16.25C17.9069 21.25 19.25 19.9069 19.25 18.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kLACF,OAAO,eACP,YAAY,MACZ,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 s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,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"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M8.75 9.5V14.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(t,{d:"M11.75 10V12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(t,{d:"M3.75 9.25H20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(t,{d:"M19.25 18.25V10C19.25 5.99594 16.0041 2.75 12 2.75C7.99594 2.75 4.75 5.99594 4.75 10V18.25C4.75 19.9069 6.09315 21.25 7.75 21.25H16.25C17.9069 21.25 19.25 19.9069 19.25 18.25Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"})),h=a;export{a 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=\"M8.75 9.5V14.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M11.75 10V12.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M3.75 9.25H20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M19.25 18.25V10C19.25 5.99594 16.0041 2.75 12 2.75C7.99594 2.75 4.75 5.99594 4.75 10V18.25C4.75 19.9069 6.09315 21.25 7.75 21.25H16.25C17.9069 21.25 19.25 19.9069 19.25 18.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kLACF,OAAO,eACP,YAAY,MACZ,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 f=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var k=(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 B(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(s=d(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var g={};k(g,{IconPaintBucketDrop:()=>u,default:()=>L});module.exports=x(g);var n=l(require("react"));var i=l(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...t})=>i.default.createElement(m.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"),u=r=>n.default.createElement(c,{...r},n.default.createElement(C.Path,{d:"M12.0007 11.2381L2.74805 6.39148",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),n.default.createElement(C.Path,{d:"M10.8273 20.4544L19.9777 13.2917C20.923 12.5517 21.008 11.1514 20.1591 10.3026L13.4536 3.59705C12.6047 2.74816 11.2045 2.83316 10.4645 3.77848L3.30176 12.9289C2.36699 14.1231 2.47042 15.8271 3.54277 16.8994L6.85676 20.2134C7.92911 21.2857 9.63308 21.3892 10.8273 20.4544Z",stroke:"currentColor",strokeWidth:"1.5",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"})),L=u;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=\"M12.0007 11.2381L2.74805 6.39148\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M10.8273 20.4544L19.9777 13.2917C20.923 12.5517 21.008 11.1514 20.1591 10.3026L13.4536 3.59705C12.6047 2.74816 11.2045 2.83316 10.4645 3.77848L3.30176 12.9289C2.36699 14.1231 2.47042 15.8271 3.54277 16.8994L6.85676 20.2134C7.92911 21.2857 9.63308 21.3892 10.8273 20.4544Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,mCACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kRACF,OAAO,eACP,YAAY,MACZ,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:"M12.0007 11.2381L2.74805 6.39148",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(e,{d:"M10.8273 20.4544L19.9777 13.2917C20.923 12.5517 21.008 11.1514 20.1591 10.3026L13.4536 3.59705C12.6047 2.74816 11.2045 2.83316 10.4645 3.77848L3.30176 12.9289C2.36699 14.1231 2.47042 15.8271 3.54277 16.8994L6.85676 20.2134C7.92911 21.2857 9.63308 21.3892 10.8273 20.4544Z",stroke:"currentColor",strokeWidth:"1.5",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"})),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=\"M12.0007 11.2381L2.74805 6.39148\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M10.8273 20.4544L19.9777 13.2917C20.923 12.5517 21.008 11.1514 20.1591 10.3026L13.4536 3.59705C12.6047 2.74816 11.2045 2.83316 10.4645 3.77848L3.30176 12.9289C2.36699 14.1231 2.47042 15.8271 3.54277 16.8994L6.85676 20.2134C7.92911 21.2857 9.63308 21.3892 10.8273 20.4544Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,mCACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kRACF,OAAO,eACP,YAAY,MACZ,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=\"M9.59981 20.8646C10.4741 21.3694 10.9113 21.6218 11.3761 21.7206C11.7873 21.808 12.2123 21.808 12.6235 21.7206C13.0883 21.6218 13.5255 21.3694 14.3998 20.8646L18.4766 18.5109C19.3509 18.0061 19.7881 17.7537 20.106 17.4006C20.3873 17.0882 20.5998 16.7201 20.7297 16.3203C20.8766 15.8684 20.8766 15.3636 20.8766 14.354V9.64653C20.8766 8.63695 20.8766 8.13215 20.7297 7.68025C20.5998 7.28041 20.3873 6.91234 20.106 6.59991C19.7881 6.2468 19.3509 5.99441 18.4766 5.48961L14.3998 3.13589C13.5255 2.6311 13.0883 2.3787 12.6235 2.27991C12.2123 2.1925 11.7873 2.1925 11.3761 2.27991C10.9113 2.3787 10.4741 2.6311 9.59981 3.13589L5.52305 5.48961C4.64872 5.99441 4.21155 6.2468 3.89361 6.59991C3.6123 6.91234 3.39979 7.28041 3.26988 7.68025C3.12305 8.13215 3.12305 8.63695 3.12305 9.64653V14.354C3.12305 15.3636 3.12305 15.8684 3.26988 16.3203C3.39979 16.7201 3.6123 17.0882 3.89361 17.4006C4.21155 17.7537 4.64872 18.0061 5.52305 18.5109L9.59981 20.8646Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.70703 16.7871L11.9994 11.9995M11.9994 11.9995L20.2917 16.7871M11.9994 11.9995L11.9995 2.45477\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6
+ "iconName": "3d-box-bottom, shaders, model, room",
7
+ "variant": {
8
+ "join": "round",
9
+ "filled": "off",
10
+ "radius": "3",
11
+ "stroke": "1.5"
12
+ },
13
+ "createdAt": "2025-08-29T06:00:20.162384+00:00",
14
+ "packageName": "round-outlined-radius-3-stroke-1.5",
15
+ "componentName": "Icon3dBoxBottom"
16
+ },
3
17
  {
4
18
  "category": "Augmented Reality",
5
19
  "svg": "<path d=\"M9.59981 3.13565C10.4741 2.63086 10.9113 2.37846 11.3761 2.27967C11.7873 2.19226 12.2123 2.19226 12.6235 2.27967C13.0883 2.37846 13.5255 2.63086 14.3998 3.13565L18.4766 5.48937C19.3509 5.99416 19.7881 6.24656 20.106 6.59967C20.3873 6.9121 20.5998 7.28017 20.7297 7.68001C20.8766 8.13191 20.8766 8.6367 20.8766 9.64629V14.3537C20.8766 15.3633 20.8766 15.8681 20.7297 16.32C20.5998 16.7199 20.3873 17.0879 20.106 17.4004C19.7881 17.7535 19.3509 18.0059 18.4766 18.5107L14.3998 20.8644C13.5255 21.3692 13.0883 21.6216 12.6235 21.7204C12.2123 21.8078 11.7873 21.8078 11.3761 21.7204C10.9113 21.6216 10.4741 21.3692 9.59981 20.8644L5.52305 18.5107C4.64872 18.0059 4.21155 17.7535 3.89361 17.4004C3.6123 17.0879 3.39979 16.7199 3.26988 16.32C3.12305 15.8681 3.12305 15.3633 3.12305 14.3537V9.64629C3.12305 8.6367 3.12305 8.13191 3.26988 7.68001C3.39979 7.28017 3.6123 6.9121 3.89361 6.59967C4.21155 6.24656 4.64872 5.99416 5.52305 5.48937L9.59981 3.13565Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9994 12L3.70703 7.2124M11.9994 12L20.2917 7.2124M11.9994 12L11.9995 21.5447\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -9184,6 +9198,20 @@
9184
9198
  "packageName": "round-outlined-radius-3-stroke-1.5",
9185
9199
  "componentName": "IconFlag2"
9186
9200
  },
9201
+ {
9202
+ "category": "Things",
9203
+ "svg": "<path d=\"M10.625 7.17745L10.7505 5.98357C10.9237 4.33579 12.3999 3.1404 14.0476 3.31359L18.0257 3.7317C19.6735 3.90489 20.8689 5.38107 20.6957 7.02885L19.964 13.9905C19.7908 15.6383 18.3146 16.8337 16.6669 16.6605L14.0021 16.3804\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.26671 11.0288C3.09352 9.38107 4.28891 7.90489 5.93669 7.7317L9.91478 7.31359C11.5626 7.1404 13.0387 8.33579 13.2119 9.98357L13.9436 16.9452C14.1168 18.593 12.9214 20.0692 11.2736 20.2424L7.29556 20.6605C5.64778 20.8337 4.1716 19.6383 3.99841 17.9905L3.26671 11.0288Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
9204
+ "iconName": "flashcards, cards, pages",
9205
+ "variant": {
9206
+ "join": "round",
9207
+ "filled": "off",
9208
+ "radius": "3",
9209
+ "stroke": "1.5"
9210
+ },
9211
+ "createdAt": "2025-09-02T09:30:11.696823+00:00",
9212
+ "packageName": "round-outlined-radius-3-stroke-1.5",
9213
+ "componentName": "IconFlashcards"
9214
+ },
9187
9215
  {
9188
9216
  "category": "Folders & Files",
9189
9217
  "svg": "<path d=\"M7.75 3.75V7.25C7.75 7.80228 8.19772 8.25 8.75 8.25H15.25C15.8023 8.25 16.25 7.80228 16.25 7.25V3.75M20.25 7.99264V17.25C20.25 18.9069 18.9069 20.25 17.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V6.75C3.75 5.09315 5.09315 3.75 6.75 3.75H16.0074C16.803 3.75 17.5661 4.06607 18.1287 4.62868L19.3713 5.87132C19.9339 6.43393 20.25 7.19699 20.25 7.99264ZM7.75 13.75V19.25C7.75 19.8023 8.19772 20.25 8.75 20.25H15.25C15.8023 20.25 16.25 19.8023 16.25 19.25V13.75C16.25 13.1977 15.8023 12.75 15.25 12.75H8.75C8.19772 12.75 7.75 13.1977 7.75 13.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -14042,6 +14070,48 @@
14042
14070
  "packageName": "round-outlined-radius-3-stroke-1.5",
14043
14071
  "componentName": "IconPageTextSearch"
14044
14072
  },
14073
+ {
14074
+ "category": "Edit",
14075
+ "svg": "<path d=\"M19.25 10.75V3.75C19.25 3.19772 18.8023 2.75 18.25 2.75H11.5L10 4.75L8.5 2.75H5.75C5.19772 2.75 4.75 3.19771 4.75 3.75V10.75C4.75 12.4069 6.09315 13.75 7.75 13.75H9.75L9.42705 18.7557C9.33117 20.2419 10.5107 21.5 12 21.5C13.4893 21.5 14.6688 20.2419 14.5729 18.7557L14.25 13.75H16.25C17.9069 13.75 19.25 12.4069 19.25 10.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.75 10.25H19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
14076
+ "iconName": "paint-brush, design, color, appearance",
14077
+ "variant": {
14078
+ "join": "round",
14079
+ "filled": "off",
14080
+ "radius": "3",
14081
+ "stroke": "1.5"
14082
+ },
14083
+ "createdAt": "2025-09-02T09:00:11.443912+00:00",
14084
+ "packageName": "round-outlined-radius-3-stroke-1.5",
14085
+ "componentName": "IconPaintBrush"
14086
+ },
14087
+ {
14088
+ "category": "Edit",
14089
+ "svg": "<path d=\"M8.75 9.5V14.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M11.75 10V12.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M3.75 9.25H20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M19.25 18.25V10C19.25 5.99594 16.0041 2.75 12 2.75C7.99594 2.75 4.75 5.99594 4.75 10V18.25C4.75 19.9069 6.09315 21.25 7.75 21.25H16.25C17.9069 21.25 19.25 19.9069 19.25 18.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/>",
14090
+ "iconName": "paint-bucket, design, color, appearance",
14091
+ "variant": {
14092
+ "join": "round",
14093
+ "filled": "off",
14094
+ "radius": "3",
14095
+ "stroke": "1.5"
14096
+ },
14097
+ "createdAt": "2025-09-02T09:00:11.443912+00:00",
14098
+ "packageName": "round-outlined-radius-3-stroke-1.5",
14099
+ "componentName": "IconPaintBucket"
14100
+ },
14101
+ {
14102
+ "category": "Edit",
14103
+ "svg": "<path d=\"M12.0007 11.2381L2.74805 6.39148\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M10.8273 20.4544L19.9777 13.2917C20.923 12.5517 21.008 11.1514 20.1591 10.3026L13.4536 3.59705C12.6047 2.74816 11.2045 2.83316 10.4645 3.77848L3.30176 12.9289C2.36699 14.1231 2.47042 15.8271 3.54277 16.8994L6.85676 20.2134C7.92911 21.2857 9.63308 21.3892 10.8273 20.4544Z\" stroke=\"currentColor\" stroke-width=\"1.5\" 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": "3",
14109
+ "stroke": "1.5"
14110
+ },
14111
+ "createdAt": "2025-09-02T09:30:11.696823+00:00",
14112
+ "packageName": "round-outlined-radius-3-stroke-1.5",
14113
+ "componentName": "IconPaintBucketDrop"
14114
+ },
14045
14115
  {
14046
14116
  "category": "Food",
14047
14117
  "svg": "<path d=\"M22.25 19.25H1.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 8.375H18.4375C19.4385 8.375 20.25 9.18648 20.25 10.1875C20.25 11.1885 19.4385 12 18.4375 12H14M5.375 8.375H4.5625C3.56148 8.375 2.75 9.18648 2.75 10.1875C2.75 11.1885 3.56148 12 4.5625 12H7.375M13 15.625H18.4375C19.4385 15.625 20.25 16.4365 20.25 17.4375C20.25 18.4385 19.4385 19.25 18.4375 19.25H5.5625C4.56148 19.25 3.75 18.4385 3.75 17.4375C3.75 16.4365 4.56148 15.625 5.5625 15.625H7.375\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 12H19.4375C20.4385 12 21.25 12.8115 21.25 13.8125C21.25 14.8135 20.4385 15.625 19.4375 15.625H11M7.375 12H5.5625C4.56148 12 3.75 12.8115 3.75 13.8125C3.75 14.8135 4.56148 15.625 5.5625 15.625H7.375\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 8.375H18.4375C19.4385 8.375 20.25 7.56352 20.25 6.5625V6.5625C20.25 5.56148 19.4385 4.75 18.4375 4.75H5.5625C4.56148 4.75 3.75 5.56148 3.75 6.5625V6.5625C3.75 7.56352 4.56148 8.375 5.5625 8.375H5.75C6.85457 8.375 7.75 9.27043 7.75 10.375V15C7.75 15.8284 8.42157 16.5 9.25 16.5C10.0784 16.5 10.75 15.8284 10.75 15V12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 8.37988H16.75C15.0931 8.37988 13.75 9.72303 13.75 11.3799V11.9999C13.75 12.8283 13.0784 13.4999 12.25 13.4999C11.4216 13.4999 10.75 12.8283 10.75 11.9999\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"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-3-stroke-1.5",
3
- "version": "0.0.60",
3
+ "version": "1.0.0",
4
4
  "style": "round-outlined-radius-3-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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": 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
@@ -19,7 +19,7 @@ const licenseCheck = async () => {
19
19
  body: JSON.stringify({
20
20
  package:
21
21
  "central-icons-react-native/round-outlined-radius-3-stroke-1.5",
22
- version: "0.0.60",
22
+ version: "1.0.0",
23
23
  }),
24
24
  signal: controller.signal,
25
25
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-3-stroke-1.5",
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=\"M9.59981 20.8646C10.4741 21.3694 10.9113 21.6218 11.3761 21.7206C11.7873 21.808 12.2123 21.808 12.6235 21.7206C13.0883 21.6218 13.5255 21.3694 14.3998 20.8646L18.4766 18.5109C19.3509 18.0061 19.7881 17.7537 20.106 17.4006C20.3873 17.0882 20.5998 16.7201 20.7297 16.3203C20.8766 15.8684 20.8766 15.3636 20.8766 14.354V9.64653C20.8766 8.63695 20.8766 8.13215 20.7297 7.68025C20.5998 7.28041 20.3873 6.91234 20.106 6.59991C19.7881 6.2468 19.3509 5.99441 18.4766 5.48961L14.3998 3.13589C13.5255 2.6311 13.0883 2.3787 12.6235 2.27991C12.2123 2.1925 11.7873 2.1925 11.3761 2.27991C10.9113 2.3787 10.4741 2.6311 9.59981 3.13589L5.52305 5.48961C4.64872 5.99441 4.21155 6.2468 3.89361 6.59991C3.6123 6.91234 3.39979 7.28041 3.26988 7.68025C3.12305 8.13215 3.12305 8.63695 3.12305 9.64653V14.354C3.12305 15.3636 3.12305 15.8684 3.26988 16.3203C3.39979 16.7201 3.6123 17.0882 3.89361 17.4006C4.21155 17.7537 4.64872 18.0061 5.52305 18.5109L9.59981 20.8646Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.70703 16.7871L11.9994 11.9995M11.9994 11.9995L20.2917 16.7871M11.9994 11.9995L11.9995 2.45477\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
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=\"M9.59981 3.13565C10.4741 2.63086 10.9113 2.37846 11.3761 2.27967C11.7873 2.19226 12.2123 2.19226 12.6235 2.27967C13.0883 2.37846 13.5255 2.63086 14.3998 3.13565L18.4766 5.48937C19.3509 5.99416 19.7881 6.24656 20.106 6.59967C20.3873 6.9121 20.5998 7.28017 20.7297 7.68001C20.8766 8.13191 20.8766 8.6367 20.8766 9.64629V14.3537C20.8766 15.3633 20.8766 15.8681 20.7297 16.32C20.5998 16.7199 20.3873 17.0879 20.106 17.4004C19.7881 17.7535 19.3509 18.0059 18.4766 18.5107L14.3998 20.8644C13.5255 21.3692 13.0883 21.6216 12.6235 21.7204C12.2123 21.8078 11.7873 21.8078 11.3761 21.7204C10.9113 21.6216 10.4741 21.3692 9.59981 20.8644L5.52305 18.5107C4.64872 18.0059 4.21155 17.7535 3.89361 17.4004C3.6123 17.0879 3.39979 16.7199 3.26988 16.32C3.12305 15.8681 3.12305 15.3633 3.12305 14.3537V9.64629C3.12305 8.6367 3.12305 8.13191 3.26988 7.68001C3.39979 7.28017 3.6123 6.9121 3.89361 6.59967C4.21155 6.24656 4.64872 5.99416 5.52305 5.48937L9.59981 3.13565Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11.9994 12L3.70703 7.2124M11.9994 12L20.2917 7.2124M11.9994 12L11.9995 21.5447\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
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.17745L10.7505 5.98357C10.9237 4.33579 12.3999 3.1404 14.0476 3.31359L18.0257 3.7317C19.6735 3.90489 20.8689 5.38107 20.6957 7.02885L19.964 13.9905C19.7908 15.6383 18.3146 16.8337 16.6669 16.6605L14.0021 16.3804\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.26671 11.0288C3.09352 9.38107 4.28891 7.90489 5.93669 7.7317L9.91478 7.31359C11.5626 7.1404 13.0387 8.33579 13.2119 9.98357L13.9436 16.9452C14.1168 18.593 12.9214 20.0692 11.2736 20.2424L7.29556 20.6605C5.64778 20.8337 4.1716 19.6383 3.99841 17.9905L3.26671 11.0288Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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=\"M7.75 3.75V7.25C7.75 7.80228 8.19772 8.25 8.75 8.25H15.25C15.8023 8.25 16.25 7.80228 16.25 7.25V3.75M20.25 7.99264V17.25C20.25 18.9069 18.9069 20.25 17.25 20.25H6.75C5.09315 20.25 3.75 18.9069 3.75 17.25V6.75C3.75 5.09315 5.09315 3.75 6.75 3.75H16.0074C16.803 3.75 17.5661 4.06607 18.1287 4.62868L19.3713 5.87132C19.9339 6.43393 20.25 7.19699 20.25 7.99264ZM7.75 13.75V19.25C7.75 19.8023 8.19772 20.25 8.75 20.25H15.25C15.8023 20.25 16.25 19.8023 16.25 19.25V13.75C16.25 13.1977 15.8023 12.75 15.25 12.75H8.75C8.19772 12.75 7.75 13.1977 7.75 13.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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.25 10.75V3.75C19.25 3.19772 18.8023 2.75 18.25 2.75H11.5L10 4.75L8.5 2.75H5.75C5.19772 2.75 4.75 3.19771 4.75 3.75V10.75C4.75 12.4069 6.09315 13.75 7.75 13.75H9.75L9.42705 18.7557C9.33117 20.2419 10.5107 21.5 12 21.5C13.4893 21.5 14.6688 20.2419 14.5729 18.7557L14.25 13.75H16.25C17.9069 13.75 19.25 12.4069 19.25 10.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.75 10.25H19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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=\"M8.75 9.5V14.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/><Path d=\"M11.75 10V12.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/><Path d=\"M3.75 9.25H20.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/><Path d=\"M19.25 18.25V10C19.25 5.99594 16.0041 2.75 12 2.75C7.99594 2.75 4.75 5.99594 4.75 10V18.25C4.75 19.9069 6.09315 21.25 7.75 21.25H16.25C17.9069 21.25 19.25 19.9069 19.25 18.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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=\"M12.0007 11.2381L2.74805 6.39148\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/><Path d=\"M10.8273 20.4544L19.9777 13.2917C20.923 12.5517 21.008 11.1514 20.1591 10.3026L13.4536 3.59705C12.6047 2.74816 11.2045 2.83316 10.4645 3.77848L3.30176 12.9289C2.36699 14.1231 2.47042 15.8271 3.54277 16.8994L6.85676 20.2134C7.92911 21.2857 9.63308 21.3892 10.8273 20.4544Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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=\"M22.25 19.25H1.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18 8.375H18.4375C19.4385 8.375 20.25 9.18648 20.25 10.1875C20.25 11.1885 19.4385 12 18.4375 12H14M5.375 8.375H4.5625C3.56148 8.375 2.75 9.18648 2.75 10.1875C2.75 11.1885 3.56148 12 4.5625 12H7.375M13 15.625H18.4375C19.4385 15.625 20.25 16.4365 20.25 17.4375C20.25 18.4385 19.4385 19.25 18.4375 19.25H5.5625C4.56148 19.25 3.75 18.4385 3.75 17.4375C3.75 16.4365 4.56148 15.625 5.5625 15.625H7.375\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14 12H19.4375C20.4385 12 21.25 12.8115 21.25 13.8125C21.25 14.8135 20.4385 15.625 19.4375 15.625H11M7.375 12H5.5625C4.56148 12 3.75 12.8115 3.75 13.8125C3.75 14.8135 4.56148 15.625 5.5625 15.625H7.375\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 8.375H18.4375C19.4385 8.375 20.25 7.56352 20.25 6.5625V6.5625C20.25 5.56148 19.4385 4.75 18.4375 4.75H5.5625C4.56148 4.75 3.75 5.56148 3.75 6.5625V6.5625C3.75 7.56352 4.56148 8.375 5.5625 8.375H5.75C6.85457 8.375 7.75 9.27043 7.75 10.375V15C7.75 15.8284 8.42157 16.5 9.25 16.5C10.0784 16.5 10.75 15.8284 10.75 15V12\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 8.37988H16.75C15.0931 8.37988 13.75 9.72303 13.75 11.3799V11.9999C13.75 12.8283 13.0784 13.4999 12.25 13.4999C11.4216 13.4999 10.75 12.8283 10.75 11.9999\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
7026
7061
  "tags": "Path",