@central-icons-react-native/round-filled-radius-1-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.
- package/Icon3dBoxBottom/index.d.ts +4 -0
- package/Icon3dBoxBottom/index.js +2 -0
- package/Icon3dBoxBottom/index.js.map +1 -0
- package/Icon3dBoxBottom/index.mjs +2 -0
- package/Icon3dBoxBottom/index.mjs.map +1 -0
- package/IconFlashcards/index.d.ts +4 -0
- package/IconFlashcards/index.js +2 -0
- package/IconFlashcards/index.js.map +1 -0
- package/IconFlashcards/index.mjs +2 -0
- package/IconFlashcards/index.mjs.map +1 -0
- package/IconPaintBrush/index.d.ts +4 -0
- package/IconPaintBrush/index.js +2 -0
- package/IconPaintBrush/index.js.map +1 -0
- package/IconPaintBrush/index.mjs +2 -0
- package/IconPaintBrush/index.mjs.map +1 -0
- package/IconPaintBucket/index.d.ts +4 -0
- package/IconPaintBucket/index.js +2 -0
- package/IconPaintBucket/index.js.map +1 -0
- package/IconPaintBucket/index.mjs +2 -0
- package/IconPaintBucket/index.mjs.map +1 -0
- package/IconPaintBucketDrop/index.d.ts +4 -0
- package/IconPaintBucketDrop/index.js +2 -0
- package/IconPaintBucketDrop/index.js.map +1 -0
- package/IconPaintBucketDrop/index.mjs +2 -0
- package/IconPaintBucketDrop/index.mjs.map +1 -0
- package/README.md +5 -0
- package/filtered-icons.json +70 -0
- package/icons/index.d.ts +5 -0
- package/icons-index.json +15 -5
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +35 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var C=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},m=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of x(o))!L.call(r,n)&&n!==t&&C(r,n,{get:()=>o[n],enumerable:!(l=u(o,n))||l.enumerable});return r};var a=(r,o,t)=>(t=r!=null?i(I(r)):{},m(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>m(C({},"__esModule",{value:!0}),r);var v={};P(v,{Icon3dBoxBottom:()=>B,default:()=>g});module.exports=d(v);var e=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>f.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),B=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M11 11.7119C11.1547 11.6226 11.25 11.4575 11.25 11.2789V2.18361C11.25 1.79871 10.8333 1.55815 10.5 1.75059L3.24806 5.93741C2.7066 6.25002 2.37305 6.82774 2.37305 7.45296V15.8266C2.37305 16.2115 2.78971 16.452 3.12304 16.2596L11 11.7119Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M21.627 7.45296C21.627 6.82774 21.2934 6.25002 20.7519 5.93741L13.5 1.75059C13.1667 1.55815 12.75 1.79871 12.75 2.18361V11.2789C12.75 11.4575 12.8453 11.6226 13 11.7119L20.877 16.2596C21.2103 16.452 21.627 16.2115 21.627 15.8266V7.45296Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M20.1261 18.4244C20.4594 18.232 20.4594 17.7509 20.1261 17.5584L12.25 13.0108C12.0953 12.9214 11.9047 12.9214 11.75 13.0108L3.87307 17.5584C3.53973 17.7509 3.53973 18.232 3.87307 18.4244L11.125 22.6112C11.6664 22.9238 12.3336 22.9238 12.875 22.6112L20.1261 18.4244Z",fill:"currentColor"})),g=B;0&&(module.exports={Icon3dBoxBottom});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/Icon3dBoxBottom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const Icon3dBoxBottom: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 11.7119C11.1547 11.6226 11.25 11.4575 11.25 11.2789V2.18361C11.25 1.79871 10.8333 1.55815 10.5 1.75059L3.24806 5.93741C2.7066 6.25002 2.37305 6.82774 2.37305 7.45296V15.8266C2.37305 16.2115 2.78971 16.452 3.12304 16.2596L11 11.7119Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.627 7.45296C21.627 6.82774 21.2934 6.25002 20.7519 5.93741L13.5 1.75059C13.1667 1.55815 12.75 1.79871 12.75 2.18361V11.2789C12.75 11.4575 12.8453 11.6226 13 11.7119L20.877 16.2596C21.2103 16.452 21.627 16.2115 21.627 15.8266V7.45296Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.1261 18.4244C20.4594 18.232 20.4594 17.7509 20.1261 17.5584L12.25 13.0108C12.0953 12.9214 11.9047 12.9214 11.75 13.0108L3.87307 17.5584C3.53973 17.7509 3.53973 18.232 3.87307 18.4244L11.125 22.6112C11.6664 22.9238 12.3336 22.9238 12.875 22.6112L20.1261 18.4244Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxBottom;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4QACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["Icon3dBoxBottom_exports","__export","Icon3dBoxBottom","Icon3dBoxBottom_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","Icon3dBoxBottom","props","React","CentralIconBase","Icon3dBoxBottom_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var m=t=>o.createElement(e,{...t},o.createElement(n,{d:"M11 11.7119C11.1547 11.6226 11.25 11.4575 11.25 11.2789V2.18361C11.25 1.79871 10.8333 1.55815 10.5 1.75059L3.24806 5.93741C2.7066 6.25002 2.37305 6.82774 2.37305 7.45296V15.8266C2.37305 16.2115 2.78971 16.452 3.12304 16.2596L11 11.7119Z",fill:"currentColor"}),o.createElement(n,{d:"M21.627 7.45296C21.627 6.82774 21.2934 6.25002 20.7519 5.93741L13.5 1.75059C13.1667 1.55815 12.75 1.79871 12.75 2.18361V11.2789C12.75 11.4575 12.8453 11.6226 13 11.7119L20.877 16.2596C21.2103 16.452 21.627 16.2115 21.627 15.8266V7.45296Z",fill:"currentColor"}),o.createElement(n,{d:"M20.1261 18.4244C20.4594 18.232 20.4594 17.7509 20.1261 17.5584L12.25 13.0108C12.0953 12.9214 11.9047 12.9214 11.75 13.0108L3.87307 17.5584C3.53973 17.7509 3.53973 18.232 3.87307 18.4244L11.125 22.6112C11.6664 22.9238 12.3336 22.9238 12.875 22.6112L20.1261 18.4244Z",fill:"currentColor"})),L=m;export{m as Icon3dBoxBottom,L 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 11.7119C11.1547 11.6226 11.25 11.4575 11.25 11.2789V2.18361C11.25 1.79871 10.8333 1.55815 10.5 1.75059L3.24806 5.93741C2.7066 6.25002 2.37305 6.82774 2.37305 7.45296V15.8266C2.37305 16.2115 2.78971 16.452 3.12304 16.2596L11 11.7119Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.627 7.45296C21.627 6.82774 21.2934 6.25002 20.7519 5.93741L13.5 1.75059C13.1667 1.55815 12.75 1.79871 12.75 2.18361V11.2789C12.75 11.4575 12.8453 11.6226 13 11.7119L20.877 16.2596C21.2103 16.452 21.627 16.2115 21.627 15.8266V7.45296Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.1261 18.4244C20.4594 18.232 20.4594 17.7509 20.1261 17.5584L12.25 13.0108C12.0953 12.9214 11.9047 12.9214 11.75 13.0108L3.87307 17.5584C3.53973 17.7509 3.53973 18.232 3.87307 18.4244L11.125 22.6112C11.6664 22.9238 12.3336 22.9238 12.875 22.6112L20.1261 18.4244Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default Icon3dBoxBottom;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4QACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Icon3dBoxBottom","props","React","CentralIconBase","Icon3dBoxBottom_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var s=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconFlashcards:()=>L,default:()=>d});module.exports=g(h);var p=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),L=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M3.1816 9.78566C3.08058 8.82445 3.77789 7.96335 4.73909 7.86232L11.2035 7.18288C12.1647 7.08186 13.0258 7.77917 13.1268 8.74037L14.2277 19.2148C14.3288 20.176 13.6314 21.0371 12.6702 21.1381L6.20585 21.8176C5.24464 21.9186 4.38354 21.2213 4.28251 20.2601L3.1816 9.78566Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M12.9059 2.18258L19.3698 2.86226C20.331 2.96329 21.0284 3.82489 20.9274 4.78609L19.8268 15.2597C19.7258 16.2209 18.8642 16.9184 17.903 16.8173L15.4567 16.5595L14.6188 8.58394C14.4312 6.79885 12.8316 5.50374 11.0465 5.69137L10.7741 5.71969L10.9821 3.74019C11.0832 2.77906 11.9447 2.08155 12.9059 2.18258Z",fill:"currentColor"})),d=L;0&&(module.exports={IconFlashcards});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFlashcards/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFlashcards: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.1816 9.78566C3.08058 8.82445 3.77789 7.96335 4.73909 7.86232L11.2035 7.18288C12.1647 7.08186 13.0258 7.77917 13.1268 8.74037L14.2277 19.2148C14.3288 20.176 13.6314 21.0371 12.6702 21.1381L6.20585 21.8176C5.24464 21.9186 4.38354 21.2213 4.28251 20.2601L3.1816 9.78566Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.9059 2.18258L19.3698 2.86226C20.331 2.96329 21.0284 3.82489 20.9274 4.78609L19.8268 15.2597C19.7258 16.2209 18.8642 16.9184 17.903 16.8173L15.4567 16.5595L14.6188 8.58394C14.4312 6.79885 12.8316 5.50374 11.0465 5.69137L10.7741 5.71969L10.9821 3.74019C11.0832 2.77906 11.9447 2.08155 12.9059 2.18258Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlashcards;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kTACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconFlashcards_exports","__export","IconFlashcards","IconFlashcards_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFlashcards","props","React","CentralIconBase","IconFlashcards_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M3.1816 9.78566C3.08058 8.82445 3.77789 7.96335 4.73909 7.86232L11.2035 7.18288C12.1647 7.08186 13.0258 7.77917 13.1268 8.74037L14.2277 19.2148C14.3288 20.176 13.6314 21.0371 12.6702 21.1381L6.20585 21.8176C5.24464 21.9186 4.38354 21.2213 4.28251 20.2601L3.1816 9.78566Z",fill:"currentColor"}),t.createElement(n,{d:"M12.9059 2.18258L19.3698 2.86226C20.331 2.96329 21.0284 3.82489 20.9274 4.78609L19.8268 15.2597C19.7258 16.2209 18.8642 16.9184 17.903 16.8173L15.4567 16.5595L14.6188 8.58394C14.4312 6.79885 12.8316 5.50374 11.0465 5.69137L10.7741 5.71969L10.9821 3.74019C11.0832 2.77906 11.9447 2.08155 12.9059 2.18258Z",fill:"currentColor"})),x=a;export{a as IconFlashcards,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFlashcards/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFlashcards: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.1816 9.78566C3.08058 8.82445 3.77789 7.96335 4.73909 7.86232L11.2035 7.18288C12.1647 7.08186 13.0258 7.77917 13.1268 8.74037L14.2277 19.2148C14.3288 20.176 13.6314 21.0371 12.6702 21.1381L6.20585 21.8176C5.24464 21.9186 4.38354 21.2213 4.28251 20.2601L3.1816 9.78566Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.9059 2.18258L19.3698 2.86226C20.331 2.96329 21.0284 3.82489 20.9274 4.78609L19.8268 15.2597C19.7258 16.2209 18.8642 16.9184 17.903 16.8173L15.4567 16.5595L14.6188 8.58394C14.4312 6.79885 12.8316 5.50374 11.0465 5.69137L10.7741 5.71969L10.9821 3.74019C11.0832 2.77906 11.9447 2.08155 12.9059 2.18258Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlashcards;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kTACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFlashcards","props","React","CentralIconBase","IconFlashcards_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>a(e({},"__esModule",{value:!0}),r);var v={};g(v,{IconPaintBrush:()=>i,default:()=>h});module.exports=H(v);var C=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(c,{...r},C.default.createElement(p.Path,{d:"M20 13.25C20 14.2165 19.2165 15 18.25 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H5.75C4.7835 15 4 14.2165 4 13.25V12H20V13.25Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.75 2H8.125Z",fill:"currentColor"})),h=i;0&&(module.exports={IconPaintBrush});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPaintBrush/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBrush: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 13.25C20 14.2165 19.2165 15 18.25 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H5.75C4.7835 15 4 14.2165 4 13.25V12H20V13.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.75 2H8.125Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBrush;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+OACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPaintBrush_exports","__export","IconPaintBrush","IconPaintBrush_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPaintBrush","props","React","CentralIconBase","IconPaintBrush_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M20 13.25C20 14.2165 19.2165 15 18.25 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H5.75C4.7835 15 4 14.2165 4 13.25V12H20V13.25Z",fill:"currentColor"}),t.createElement(e,{d:"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.75 2H8.125Z",fill:"currentColor"})),x=a;export{a as IconPaintBrush,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPaintBrush/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBrush: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 13.25C20 14.2165 19.2165 15 18.25 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H5.75C4.7835 15 4 14.2165 4 13.25V12H20V13.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.75 2H8.125Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBrush;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+OACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPaintBrush","props","React","CentralIconBase","IconPaintBrush_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of H(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=u(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconPaintBucket:()=>B,default:()=>V});module.exports=g(v);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M12 2C15.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V20.25C20 21.2165 19.2165 22 18.25 22H5.75C4.7835 22 4 21.2165 4 20.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z",fill:"currentColor"})),V=B;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=\"M12 2C15.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V20.25C20 21.2165 19.2165 22 18.25 22H5.75C4.7835 22 4 21.2165 4 20.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucket;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,shBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPaintBucket_exports","__export","IconPaintBucket","IconPaintBucket_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPaintBucket","props","React","CentralIconBase","IconPaintBucket_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 2C15.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V20.25C20 21.2165 19.2165 22 18.25 22H5.75C4.7835 22 4 21.2165 4 20.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z",fill:"currentColor"})),P=l;export{l as IconPaintBucket,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPaintBucket/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBucket: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2C15.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V20.25C20 21.2165 19.2165 22 18.25 22H5.75C4.7835 22 4 21.2165 4 20.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPaintBucket;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,shBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPaintBucket","props","React","CentralIconBase","IconPaintBucket_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var d={};x(d,{IconPaintBucketDrop:()=>i,default:()=>v});module.exports=g(d);var C=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M19.9492 16.2619C20.1214 16.1037 20.3786 16.1037 20.5508 16.2619C21.1635 16.825 22.4998 18.2125 22.5 19.5998C22.5 20.9253 21.4926 22.0002 20.25 22.0002C19.0073 22.0002 18 20.9253 18 19.5998C18.0002 18.2125 19.3364 16.825 19.9492 16.2619Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M10.0693 2.93866C10.7147 2.10538 11.9451 2.0273 12.6904 2.77264L20.9834 11.0666C21.7282 11.812 21.6505 13.0425 20.8174 13.6877L11.2842 21.0676C9.79156 22.2227 7.67179 22.0882 6.33689 20.7541L3.0029 17.4201C1.66807 16.0853 1.53319 13.9647 2.68845 12.4719L4.66013 9.92401L10.6523 13.0637C11.0191 13.2557 11.4727 13.1139 11.665 12.7473C11.8407 12.4117 11.7371 12.0035 11.4375 11.7892L2.40036 7.05584C2.03349 6.86367 1.89187 6.41102 2.08396 6.04413C2.27614 5.67728 2.72879 5.53564 3.09567 5.72772L6.52048 7.52167L10.0693 2.93866Z",fill:"currentColor"})),v=i;0&&(module.exports={IconPaintBucketDrop});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPaintBucketDrop/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBucketDrop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.9492 16.2619C20.1214 16.1037 20.3786 16.1037 20.5508 16.2619C21.1635 16.825 22.4998 18.2125 22.5 19.5998C22.5 20.9253 21.4926 22.0002 20.25 22.0002C19.0073 22.0002 18 20.9253 18 19.5998C18.0002 18.2125 19.3364 16.825 19.9492 16.2619Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.0693 2.93866C10.7147 2.10538 11.9451 2.0273 12.6904 2.77264L20.9834 11.0666C21.7282 11.812 21.6505 13.0425 20.8174 13.6877L11.2842 21.0676C9.79156 22.2227 7.67179 22.0882 6.33689 20.7541L3.0029 17.4201C1.66807 16.0853 1.53319 13.9647 2.68845 12.4719L4.66013 9.92401L10.6523 13.0637C11.0191 13.2557 11.4727 13.1139 11.665 12.7473C11.8407 12.4117 11.7371 12.0035 11.4375 11.7892L2.40036 7.05584C2.03349 6.86367 1.89187 6.41102 2.08396 6.04413C2.27614 5.67728 2.72879 5.53564 3.09567 5.72772L6.52048 7.52167L10.0693 2.93866Z\"\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,gPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ghBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPaintBucketDrop_exports","__export","IconPaintBucketDrop","IconPaintBucketDrop_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPaintBucketDrop","props","React","CentralIconBase","IconPaintBucketDrop_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M19.9492 16.2619C20.1214 16.1037 20.3786 16.1037 20.5508 16.2619C21.1635 16.825 22.4998 18.2125 22.5 19.5998C22.5 20.9253 21.4926 22.0002 20.25 22.0002C19.0073 22.0002 18 20.9253 18 19.5998C18.0002 18.2125 19.3364 16.825 19.9492 16.2619Z",fill:"currentColor"}),t.createElement(n,{d:"M10.0693 2.93866C10.7147 2.10538 11.9451 2.0273 12.6904 2.77264L20.9834 11.0666C21.7282 11.812 21.6505 13.0425 20.8174 13.6877L11.2842 21.0676C9.79156 22.2227 7.67179 22.0882 6.33689 20.7541L3.0029 17.4201C1.66807 16.0853 1.53319 13.9647 2.68845 12.4719L4.66013 9.92401L10.6523 13.0637C11.0191 13.2557 11.4727 13.1139 11.665 12.7473C11.8407 12.4117 11.7371 12.0035 11.4375 11.7892L2.40036 7.05584C2.03349 6.86367 1.89187 6.41102 2.08396 6.04413C2.27614 5.67728 2.72879 5.53564 3.09567 5.72772L6.52048 7.52167L10.0693 2.93866Z",fill:"currentColor"})),P=a;export{a as IconPaintBucketDrop,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPaintBucketDrop/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBucketDrop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.9492 16.2619C20.1214 16.1037 20.3786 16.1037 20.5508 16.2619C21.1635 16.825 22.4998 18.2125 22.5 19.5998C22.5 20.9253 21.4926 22.0002 20.25 22.0002C19.0073 22.0002 18 20.9253 18 19.5998C18.0002 18.2125 19.3364 16.825 19.9492 16.2619Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.0693 2.93866C10.7147 2.10538 11.9451 2.0273 12.6904 2.77264L20.9834 11.0666C21.7282 11.812 21.6505 13.0425 20.8174 13.6877L11.2842 21.0676C9.79156 22.2227 7.67179 22.0882 6.33689 20.7541L3.0029 17.4201C1.66807 16.0853 1.53319 13.9647 2.68845 12.4719L4.66013 9.92401L10.6523 13.0637C11.0191 13.2557 11.4727 13.1139 11.665 12.7473C11.8407 12.4117 11.7371 12.0035 11.4375 11.7892L2.40036 7.05584C2.03349 6.86367 1.89187 6.41102 2.08396 6.04413C2.27614 5.67728 2.72879 5.53564 3.09567 5.72772L6.52048 7.52167L10.0693 2.93866Z\"\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,gPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ghBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPaintBucketDrop","props","React","CentralIconBase","IconPaintBucketDrop_default"]}
|
package/README.md
CHANGED
|
@@ -300,6 +300,7 @@ Below is a complete list of available icons:
|
|
|
300
300
|
|
|
301
301
|
### Augmented Reality
|
|
302
302
|
|
|
303
|
+
- Icon3dBoxBottom
|
|
303
304
|
- Icon3dBoxTop
|
|
304
305
|
- Icon3dSphere
|
|
305
306
|
- IconAr
|
|
@@ -573,6 +574,9 @@ Below is a complete list of available icons:
|
|
|
573
574
|
- IconMarkdown
|
|
574
575
|
- IconMarker
|
|
575
576
|
- IconMarkerCircle
|
|
577
|
+
- IconPaintBrush
|
|
578
|
+
- IconPaintBucket
|
|
579
|
+
- IconPaintBucketDrop
|
|
576
580
|
- IconPencil
|
|
577
581
|
- IconPencilLine
|
|
578
582
|
- IconPencilWave
|
|
@@ -1529,6 +1533,7 @@ Below is a complete list of available icons:
|
|
|
1529
1533
|
- IconFire3
|
|
1530
1534
|
- IconFlag1
|
|
1531
1535
|
- IconFlag2
|
|
1536
|
+
- IconFlashcards
|
|
1532
1537
|
- IconFootsteps
|
|
1533
1538
|
- IconForYou
|
|
1534
1539
|
- IconGalaxy
|
package/filtered-icons.json
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"data": [
|
|
3
|
+
{
|
|
4
|
+
"category": "Augmented Reality",
|
|
5
|
+
"svg": "<path d=\"M11 11.7119C11.1547 11.6226 11.25 11.4575 11.25 11.2789V2.18361C11.25 1.79871 10.8333 1.55815 10.5 1.75059L3.24806 5.93741C2.7066 6.25002 2.37305 6.82774 2.37305 7.45296V15.8266C2.37305 16.2115 2.78971 16.452 3.12304 16.2596L11 11.7119Z\" fill=\"currentColor\"/><path d=\"M21.627 7.45296C21.627 6.82774 21.2934 6.25002 20.7519 5.93741L13.5 1.75059C13.1667 1.55815 12.75 1.79871 12.75 2.18361V11.2789C12.75 11.4575 12.8453 11.6226 13 11.7119L20.877 16.2596C21.2103 16.452 21.627 16.2115 21.627 15.8266V7.45296Z\" fill=\"currentColor\"/><path d=\"M20.1261 18.4244C20.4594 18.232 20.4594 17.7509 20.1261 17.5584L12.25 13.0108C12.0953 12.9214 11.9047 12.9214 11.75 13.0108L3.87307 17.5584C3.53973 17.7509 3.53973 18.232 3.87307 18.4244L11.125 22.6112C11.6664 22.9238 12.3336 22.9238 12.875 22.6112L20.1261 18.4244Z\" fill=\"currentColor\"/>",
|
|
6
|
+
"iconName": "3d-box-bottom, shaders, model, room",
|
|
7
|
+
"variant": {
|
|
8
|
+
"join": "round",
|
|
9
|
+
"filled": "on",
|
|
10
|
+
"radius": "1",
|
|
11
|
+
"stroke": "1.5"
|
|
12
|
+
},
|
|
13
|
+
"createdAt": "2025-08-29T06:00:20.162384+00:00",
|
|
14
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
15
|
+
"componentName": "Icon3dBoxBottom"
|
|
16
|
+
},
|
|
3
17
|
{
|
|
4
18
|
"category": "Augmented Reality",
|
|
5
19
|
"svg": "<path d=\"M11 12.2883C11.1547 12.3776 11.25 12.5427 11.25 12.7213V21.8166C11.25 22.2015 10.8333 22.4421 10.5 22.2496L3.24806 18.0628C2.7066 17.7502 2.37305 17.1725 2.37305 16.5473V8.17364C2.37305 7.78874 2.78971 7.54818 3.12304 7.74063L11 12.2883Z\" fill=\"currentColor\"/><path d=\"M21.627 16.5473C21.627 17.1725 21.2934 17.7502 20.7519 18.0628L13.5 22.2496C13.1667 22.4421 12.75 22.2015 12.75 21.8166V12.7213C12.75 12.5427 12.8453 12.3776 13 12.2883L20.877 7.74063C21.2103 7.54818 21.627 7.78874 21.627 8.17364V16.5473Z\" fill=\"currentColor\"/><path d=\"M20.1261 5.5758C20.4594 5.76825 20.4594 6.24935 20.1261 6.4418L12.25 10.9894C12.0953 11.0788 11.9047 11.0788 11.75 10.9895L3.87307 6.44181C3.53973 6.24936 3.53973 5.76823 3.87307 5.57578L11.125 1.38899C11.6664 1.07638 12.3336 1.07639 12.875 1.38903L20.1261 5.5758Z\" fill=\"currentColor\"/>",
|
|
@@ -9184,6 +9198,20 @@
|
|
|
9184
9198
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
9185
9199
|
"componentName": "IconFlag2"
|
|
9186
9200
|
},
|
|
9201
|
+
{
|
|
9202
|
+
"category": "Things",
|
|
9203
|
+
"svg": "<path d=\"M3.1816 9.78566C3.08058 8.82445 3.77789 7.96335 4.73909 7.86232L11.2035 7.18288C12.1647 7.08186 13.0258 7.77917 13.1268 8.74037L14.2277 19.2148C14.3288 20.176 13.6314 21.0371 12.6702 21.1381L6.20585 21.8176C5.24464 21.9186 4.38354 21.2213 4.28251 20.2601L3.1816 9.78566Z\" fill=\"currentColor\"/><path d=\"M12.9059 2.18258L19.3698 2.86226C20.331 2.96329 21.0284 3.82489 20.9274 4.78609L19.8268 15.2597C19.7258 16.2209 18.8642 16.9184 17.903 16.8173L15.4567 16.5595L14.6188 8.58394C14.4312 6.79885 12.8316 5.50374 11.0465 5.69137L10.7741 5.71969L10.9821 3.74019C11.0832 2.77906 11.9447 2.08155 12.9059 2.18258Z\" fill=\"currentColor\"/>",
|
|
9204
|
+
"iconName": "flashcards, cards, pages",
|
|
9205
|
+
"variant": {
|
|
9206
|
+
"join": "round",
|
|
9207
|
+
"filled": "on",
|
|
9208
|
+
"radius": "1",
|
|
9209
|
+
"stroke": "1.5"
|
|
9210
|
+
},
|
|
9211
|
+
"createdAt": "2025-09-02T09:30:11.696823+00:00",
|
|
9212
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
9213
|
+
"componentName": "IconFlashcards"
|
|
9214
|
+
},
|
|
9187
9215
|
{
|
|
9188
9216
|
"category": "Folders & Files",
|
|
9189
9217
|
"svg": "<path d=\"M7 3H4.75C3.7835 3 3 3.7835 3 4.75V19.25C3 20.2165 3.7835 21 4.75 21H7V12.75C7 12.3358 7.33579 12 7.75 12H16.25C16.6642 12 17 12.3358 17 12.75V21H19.25C20.2165 21 21 20.2165 21 19.25V7.16421C21 6.70008 20.8156 6.25497 20.4874 5.92678L18.0732 3.51256C17.784 3.22331 17.4039 3.04577 17 3.00772V8.25C17 8.66421 16.6642 9 16.25 9H7.75C7.33579 9 7 8.66421 7 8.25V3Z\" fill=\"currentColor\"/><path d=\"M15.5 3H8.5V7.5H15.5V3Z\" fill=\"currentColor\"/><path d=\"M15.5 21V13.5H8.5V21H15.5Z\" fill=\"currentColor\"/>",
|
|
@@ -14042,6 +14070,48 @@
|
|
|
14042
14070
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
14043
14071
|
"componentName": "IconPageTextSearch"
|
|
14044
14072
|
},
|
|
14073
|
+
{
|
|
14074
|
+
"category": "Edit",
|
|
14075
|
+
"svg": "<path d=\"M20 13.25C20 14.2165 19.2165 15 18.25 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H5.75C4.7835 15 4 14.2165 4 13.25V12H20V13.25Z\" fill=\"currentColor\"/><path d=\"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.75 2H8.125Z\" fill=\"currentColor\"/>",
|
|
14076
|
+
"iconName": "paint-brush, design, color, appearance",
|
|
14077
|
+
"variant": {
|
|
14078
|
+
"join": "round",
|
|
14079
|
+
"filled": "on",
|
|
14080
|
+
"radius": "1",
|
|
14081
|
+
"stroke": "1.5"
|
|
14082
|
+
},
|
|
14083
|
+
"createdAt": "2025-09-02T09:00:11.443912+00:00",
|
|
14084
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
14085
|
+
"componentName": "IconPaintBrush"
|
|
14086
|
+
},
|
|
14087
|
+
{
|
|
14088
|
+
"category": "Edit",
|
|
14089
|
+
"svg": "<path d=\"M12 2C15.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V20.25C20 21.2165 19.2165 22 18.25 22H5.75C4.7835 22 4 21.2165 4 20.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z\" fill=\"currentColor\"/>",
|
|
14090
|
+
"iconName": "paint-bucket, design, color, appearance",
|
|
14091
|
+
"variant": {
|
|
14092
|
+
"join": "round",
|
|
14093
|
+
"filled": "on",
|
|
14094
|
+
"radius": "1",
|
|
14095
|
+
"stroke": "1.5"
|
|
14096
|
+
},
|
|
14097
|
+
"createdAt": "2025-09-02T09:00:11.443912+00:00",
|
|
14098
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
14099
|
+
"componentName": "IconPaintBucket"
|
|
14100
|
+
},
|
|
14101
|
+
{
|
|
14102
|
+
"category": "Edit",
|
|
14103
|
+
"svg": "<path d=\"M19.9492 16.2619C20.1214 16.1037 20.3786 16.1037 20.5508 16.2619C21.1635 16.825 22.4998 18.2125 22.5 19.5998C22.5 20.9253 21.4926 22.0002 20.25 22.0002C19.0073 22.0002 18 20.9253 18 19.5998C18.0002 18.2125 19.3364 16.825 19.9492 16.2619Z\" fill=\"currentColor\"/><path d=\"M10.0693 2.93866C10.7147 2.10538 11.9451 2.0273 12.6904 2.77264L20.9834 11.0666C21.7282 11.812 21.6505 13.0425 20.8174 13.6877L11.2842 21.0676C9.79156 22.2227 7.67179 22.0882 6.33689 20.7541L3.0029 17.4201C1.66807 16.0853 1.53319 13.9647 2.68845 12.4719L4.66013 9.92401L10.6523 13.0637C11.0191 13.2557 11.4727 13.1139 11.665 12.7473C11.8407 12.4117 11.7371 12.0035 11.4375 11.7892L2.40036 7.05584C2.03349 6.86367 1.89187 6.41102 2.08396 6.04413C2.27614 5.67728 2.72879 5.53564 3.09567 5.72772L6.52048 7.52167L10.0693 2.93866Z\" fill=\"currentColor\"/>",
|
|
14104
|
+
"iconName": "paint-bucket-drop",
|
|
14105
|
+
"variant": {
|
|
14106
|
+
"join": "round",
|
|
14107
|
+
"filled": "on",
|
|
14108
|
+
"radius": "1",
|
|
14109
|
+
"stroke": "1.5"
|
|
14110
|
+
},
|
|
14111
|
+
"createdAt": "2025-09-02T09:30:11.696823+00:00",
|
|
14112
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
14113
|
+
"componentName": "IconPaintBucketDrop"
|
|
14114
|
+
},
|
|
14045
14115
|
{
|
|
14046
14116
|
"category": "Food",
|
|
14047
14117
|
"svg": "<path d=\"M21 5C21 4.44772 20.5523 4 20 4H4C3.44772 4 3 4.44772 3 5V5.1C3 5.65228 3.44772 6.1 4 6.1H6.25C7.2165 6.1 8 6.8835 8 7.85V14.5C8 15.3284 8.67157 16 9.5 16C10.3284 16 11 15.3284 11 14.5V10.5C11 11.3284 11.6716 12 12.5 12C13.3284 12 14 11.3284 14 10.5V7.85C14 6.8835 14.7835 6.1 15.75 6.1H20C20.5523 6.1 21 5.65228 21 5.1V5Z\" fill=\"currentColor\"/><path d=\"M6 7.6001C6.27614 7.6001 6.5 7.82396 6.5 8.1001V9.7001H3C2.44772 9.7001 2 9.25238 2 8.7001V8.6001C2 8.04781 2.44772 7.6001 3 7.6001H6Z\" fill=\"currentColor\"/><path d=\"M15.4179 11.2001C15.1872 12.1649 14.4905 12.9486 13.579 13.3001H21C21.5523 13.3001 22 12.8524 22 12.3001V12.2001C22 11.6478 21.5523 11.2001 21 11.2001H15.4179Z\" fill=\"currentColor\"/><path d=\"M6.5 13.3001V11.2001H4C3.44772 11.2001 3 11.6478 3 12.2001V12.3001C3 12.8524 3.44772 13.3001 4 13.3001H6.5Z\" fill=\"currentColor\"/><path d=\"M7.69977 16.9C7.04641 16.4092 6.59999 15.6578 6.51482 14.8H4C3.44772 14.8 3 15.2478 3 15.8V15.9C3 16.4523 3.44772 16.9 4 16.9H7.69977Z\" fill=\"currentColor\"/><path d=\"M12.4852 14.8C12.4 15.6578 11.9536 16.4092 11.3002 16.9H20C20.5523 16.9 21 16.4523 21 15.9V15.8C21 15.2478 20.5523 14.8 20 14.8H12.4852Z\" fill=\"currentColor\"/><path d=\"M16 7.6001C15.7239 7.6001 15.5 7.82396 15.5 8.1001V9.7001H20C20.5523 9.7001 21 9.25238 21 8.7001V8.6001C21 8.04781 20.5523 7.6001 20 7.6001H16Z\" fill=\"currentColor\"/><path d=\"M1.75 18.5001C1.33579 18.5001 1 18.8359 1 19.2501C1 19.6643 1.33579 20.0001 1.75 20.0001H22.25C22.6642 20.0001 23 19.6643 23 19.2501C23 18.8359 22.6642 18.5001 22.25 18.5001H1.75Z\" fill=\"currentColor\"/>",
|
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-filled-radius-1-stroke-1.5",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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":
|
|
14
|
+
"totalIcons": 1518,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 32,
|
|
@@ -178,8 +178,9 @@
|
|
|
178
178
|
]
|
|
179
179
|
},
|
|
180
180
|
"Augmented Reality": {
|
|
181
|
-
"count":
|
|
181
|
+
"count": 17,
|
|
182
182
|
"icons": [
|
|
183
|
+
"Icon3dBoxBottom",
|
|
183
184
|
"Icon3dBoxTop",
|
|
184
185
|
"Icon3dSphere",
|
|
185
186
|
"IconAr",
|
|
@@ -426,7 +427,7 @@
|
|
|
426
427
|
]
|
|
427
428
|
},
|
|
428
429
|
"Edit": {
|
|
429
|
-
"count":
|
|
430
|
+
"count": 65,
|
|
430
431
|
"icons": [
|
|
431
432
|
"IconAddKeyframe",
|
|
432
433
|
"IconBezier",
|
|
@@ -467,6 +468,9 @@
|
|
|
467
468
|
"IconMarkdown",
|
|
468
469
|
"IconMarker",
|
|
469
470
|
"IconMarkerCircle",
|
|
471
|
+
"IconPaintBrush",
|
|
472
|
+
"IconPaintBucket",
|
|
473
|
+
"IconPaintBucketDrop",
|
|
470
474
|
"IconPencil",
|
|
471
475
|
"IconPencilLine",
|
|
472
476
|
"IconPencilWave",
|
|
@@ -1418,7 +1422,7 @@
|
|
|
1418
1422
|
]
|
|
1419
1423
|
},
|
|
1420
1424
|
"Things": {
|
|
1421
|
-
"count":
|
|
1425
|
+
"count": 119,
|
|
1422
1426
|
"icons": [
|
|
1423
1427
|
"IconAlien",
|
|
1424
1428
|
"IconBackpack",
|
|
@@ -1463,6 +1467,7 @@
|
|
|
1463
1467
|
"IconFire3",
|
|
1464
1468
|
"IconFlag1",
|
|
1465
1469
|
"IconFlag2",
|
|
1470
|
+
"IconFlashcards",
|
|
1466
1471
|
"IconFootsteps",
|
|
1467
1472
|
"IconForYou",
|
|
1468
1473
|
"IconGalaxy",
|
|
@@ -1703,6 +1708,7 @@
|
|
|
1703
1708
|
}
|
|
1704
1709
|
},
|
|
1705
1710
|
"iconAliases": {
|
|
1711
|
+
"Icon3dBoxBottom": "3d-box-bottom, shaders, model, room",
|
|
1706
1712
|
"Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
|
|
1707
1713
|
"Icon3dSphere": "3d-sphere",
|
|
1708
1714
|
"Icon4k": "4k",
|
|
@@ -2359,6 +2365,7 @@
|
|
|
2359
2365
|
"IconFistbump": "fistbump, boom, hands, friends",
|
|
2360
2366
|
"IconFlag1": "flag-1, priority",
|
|
2361
2367
|
"IconFlag2": "flag-2, priority",
|
|
2368
|
+
"IconFlashcards": "flashcards, cards, pages",
|
|
2362
2369
|
"IconFloppyDisk1": "floppy-disk-1, save",
|
|
2363
2370
|
"IconFloppyDisk2": "floppy-disk-2, save",
|
|
2364
2371
|
"IconFocusAuto": "focus-auto",
|
|
@@ -2706,6 +2713,9 @@
|
|
|
2706
2713
|
"IconPageTextLock": "page-text-lock",
|
|
2707
2714
|
"IconPageTextPieChart": "page-text-pie-chart",
|
|
2708
2715
|
"IconPageTextSearch": "page-text-search",
|
|
2716
|
+
"IconPaintBrush": "paint-brush, design, color, appearance",
|
|
2717
|
+
"IconPaintBucket": "paint-bucket, design, color, appearance",
|
|
2718
|
+
"IconPaintBucketDrop": "paint-bucket-drop",
|
|
2709
2719
|
"IconPancakes": "pancakes, maple-syrup, breakfast",
|
|
2710
2720
|
"IconPanoramaView": "panorama-view",
|
|
2711
2721
|
"IconPaperclip1": "paperclip-1, attachment",
|
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"data": [
|
|
3
|
+
{
|
|
4
|
+
"svg": "<Path d=\"M11 11.7119C11.1547 11.6226 11.25 11.4575 11.25 11.2789V2.18361C11.25 1.79871 10.8333 1.55815 10.5 1.75059L3.24806 5.93741C2.7066 6.25002 2.37305 6.82774 2.37305 7.45296V15.8266C2.37305 16.2115 2.78971 16.452 3.12304 16.2596L11 11.7119Z\" fill=\"currentColor\"/><Path d=\"M21.627 7.45296C21.627 6.82774 21.2934 6.25002 20.7519 5.93741L13.5 1.75059C13.1667 1.55815 12.75 1.79871 12.75 2.18361V11.2789C12.75 11.4575 12.8453 11.6226 13 11.7119L20.877 16.2596C21.2103 16.452 21.627 16.2115 21.627 15.8266V7.45296Z\" fill=\"currentColor\"/><Path d=\"M20.1261 18.4244C20.4594 18.232 20.4594 17.7509 20.1261 17.5584L12.25 13.0108C12.0953 12.9214 11.9047 12.9214 11.75 13.0108L3.87307 17.5584C3.53973 17.7509 3.53973 18.232 3.87307 18.4244L11.125 22.6112C11.6664 22.9238 12.3336 22.9238 12.875 22.6112L20.1261 18.4244Z\" fill=\"currentColor\"/>",
|
|
5
|
+
"tags": "Path",
|
|
6
|
+
"componentName": "Icon3dBoxBottom",
|
|
7
|
+
"iconName": "3d-box-bottom, shaders, model, room",
|
|
8
|
+
"pathname": "src/Icon3dBoxBottom"
|
|
9
|
+
},
|
|
3
10
|
{
|
|
4
11
|
"svg": "<Path d=\"M11 12.2883C11.1547 12.3776 11.25 12.5427 11.25 12.7213V21.8166C11.25 22.2015 10.8333 22.4421 10.5 22.2496L3.24806 18.0628C2.7066 17.7502 2.37305 17.1725 2.37305 16.5473V8.17364C2.37305 7.78874 2.78971 7.54818 3.12304 7.74063L11 12.2883Z\" fill=\"currentColor\"/><Path d=\"M21.627 16.5473C21.627 17.1725 21.2934 17.7502 20.7519 18.0628L13.5 22.2496C13.1667 22.4421 12.75 22.2015 12.75 21.8166V12.7213C12.75 12.5427 12.8453 12.3776 13 12.2883L20.877 7.74063C21.2103 7.54818 21.627 7.78874 21.627 8.17364V16.5473Z\" fill=\"currentColor\"/><Path d=\"M20.1261 5.5758C20.4594 5.76825 20.4594 6.24935 20.1261 6.4418L12.25 10.9894C12.0953 11.0788 11.9047 11.0788 11.75 10.9895L3.87307 6.44181C3.53973 6.24936 3.53973 5.76823 3.87307 5.57578L11.125 1.38899C11.6664 1.07638 12.3336 1.07639 12.875 1.38903L20.1261 5.5758Z\" fill=\"currentColor\"/>",
|
|
5
12
|
"tags": "Path",
|
|
@@ -4592,6 +4599,13 @@
|
|
|
4592
4599
|
"iconName": "flag-2, priority",
|
|
4593
4600
|
"pathname": "src/IconFlag2"
|
|
4594
4601
|
},
|
|
4602
|
+
{
|
|
4603
|
+
"svg": "<Path d=\"M3.1816 9.78566C3.08058 8.82445 3.77789 7.96335 4.73909 7.86232L11.2035 7.18288C12.1647 7.08186 13.0258 7.77917 13.1268 8.74037L14.2277 19.2148C14.3288 20.176 13.6314 21.0371 12.6702 21.1381L6.20585 21.8176C5.24464 21.9186 4.38354 21.2213 4.28251 20.2601L3.1816 9.78566Z\" fill=\"currentColor\"/><Path d=\"M12.9059 2.18258L19.3698 2.86226C20.331 2.96329 21.0284 3.82489 20.9274 4.78609L19.8268 15.2597C19.7258 16.2209 18.8642 16.9184 17.903 16.8173L15.4567 16.5595L14.6188 8.58394C14.4312 6.79885 12.8316 5.50374 11.0465 5.69137L10.7741 5.71969L10.9821 3.74019C11.0832 2.77906 11.9447 2.08155 12.9059 2.18258Z\" fill=\"currentColor\"/>",
|
|
4604
|
+
"tags": "Path",
|
|
4605
|
+
"componentName": "IconFlashcards",
|
|
4606
|
+
"iconName": "flashcards, cards, pages",
|
|
4607
|
+
"pathname": "src/IconFlashcards"
|
|
4608
|
+
},
|
|
4595
4609
|
{
|
|
4596
4610
|
"svg": "<Path d=\"M7 3H4.75C3.7835 3 3 3.7835 3 4.75V19.25C3 20.2165 3.7835 21 4.75 21H7V12.75C7 12.3358 7.33579 12 7.75 12H16.25C16.6642 12 17 12.3358 17 12.75V21H19.25C20.2165 21 21 20.2165 21 19.25V7.16421C21 6.70008 20.8156 6.25497 20.4874 5.92678L18.0732 3.51256C17.784 3.22331 17.4039 3.04577 17 3.00772V8.25C17 8.66421 16.6642 9 16.25 9H7.75C7.33579 9 7 8.66421 7 8.25V3Z\" fill=\"currentColor\"/><Path d=\"M15.5 3H8.5V7.5H15.5V3Z\" fill=\"currentColor\"/><Path d=\"M15.5 21V13.5H8.5V21H15.5Z\" fill=\"currentColor\"/>",
|
|
4597
4611
|
"tags": "Path",
|
|
@@ -7021,6 +7035,27 @@
|
|
|
7021
7035
|
"iconName": "page-text-search",
|
|
7022
7036
|
"pathname": "src/IconPageTextSearch"
|
|
7023
7037
|
},
|
|
7038
|
+
{
|
|
7039
|
+
"svg": "<Path d=\"M20 13.25C20 14.2165 19.2165 15 18.25 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H5.75C4.7835 15 4 14.2165 4 13.25V12H20V13.25Z\" fill=\"currentColor\"/><Path d=\"M8.125 2C8.36094 2 8.58296 2.11114 8.72461 2.2998L9.7998 3.7334C9.8998 3.86673 10.1002 3.86673 10.2002 3.7334L11.2754 2.2998C11.417 2.11114 11.6391 2 11.875 2H18.25C19.2165 2 20 2.7835 20 3.75V10.5H4V3.75C4 2.7835 4.7835 2 5.75 2H8.125Z\" fill=\"currentColor\"/>",
|
|
7040
|
+
"tags": "Path",
|
|
7041
|
+
"componentName": "IconPaintBrush",
|
|
7042
|
+
"iconName": "paint-brush, design, color, appearance",
|
|
7043
|
+
"pathname": "src/IconPaintBrush"
|
|
7044
|
+
},
|
|
7045
|
+
{
|
|
7046
|
+
"svg": "<Path d=\"M12 2C15.854 2 19.0407 4.79901 19.8174 8.5H20.25C20.6642 8.5 21 8.83579 21 9.25C21 9.66421 20.6642 10 20.25 10H20V20.25C20 21.2165 19.2165 22 18.25 22H5.75C4.7835 22 4 21.2165 4 20.25V10H3.75C3.33579 10 3 9.66421 3 9.25C3 8.83579 3.33579 8.5 3.75 8.5H4.18262C4.95927 4.79901 8.146 2 12 2ZM12 3.5C9.01009 3.5 6.46522 5.60758 5.7207 8.5H8V13.25C8 13.6642 8.33579 14 8.75 14C9.16421 14 9.5 13.6642 9.5 13.25V8.5H11V11.25C11 11.6642 11.3358 12 11.75 12C12.1642 12 12.5 11.6642 12.5 11.25V8.5H18.2793C17.5348 5.60758 14.9899 3.5 12 3.5Z\" fill=\"currentColor\"/>",
|
|
7047
|
+
"tags": "Path",
|
|
7048
|
+
"componentName": "IconPaintBucket",
|
|
7049
|
+
"iconName": "paint-bucket, design, color, appearance",
|
|
7050
|
+
"pathname": "src/IconPaintBucket"
|
|
7051
|
+
},
|
|
7052
|
+
{
|
|
7053
|
+
"svg": "<Path d=\"M19.9492 16.2619C20.1214 16.1037 20.3786 16.1037 20.5508 16.2619C21.1635 16.825 22.4998 18.2125 22.5 19.5998C22.5 20.9253 21.4926 22.0002 20.25 22.0002C19.0073 22.0002 18 20.9253 18 19.5998C18.0002 18.2125 19.3364 16.825 19.9492 16.2619Z\" fill=\"currentColor\"/><Path d=\"M10.0693 2.93866C10.7147 2.10538 11.9451 2.0273 12.6904 2.77264L20.9834 11.0666C21.7282 11.812 21.6505 13.0425 20.8174 13.6877L11.2842 21.0676C9.79156 22.2227 7.67179 22.0882 6.33689 20.7541L3.0029 17.4201C1.66807 16.0853 1.53319 13.9647 2.68845 12.4719L4.66013 9.92401L10.6523 13.0637C11.0191 13.2557 11.4727 13.1139 11.665 12.7473C11.8407 12.4117 11.7371 12.0035 11.4375 11.7892L2.40036 7.05584C2.03349 6.86367 1.89187 6.41102 2.08396 6.04413C2.27614 5.67728 2.72879 5.53564 3.09567 5.72772L6.52048 7.52167L10.0693 2.93866Z\" fill=\"currentColor\"/>",
|
|
7054
|
+
"tags": "Path",
|
|
7055
|
+
"componentName": "IconPaintBucketDrop",
|
|
7056
|
+
"iconName": "paint-bucket-drop",
|
|
7057
|
+
"pathname": "src/IconPaintBucketDrop"
|
|
7058
|
+
},
|
|
7024
7059
|
{
|
|
7025
7060
|
"svg": "<Path d=\"M21 5C21 4.44772 20.5523 4 20 4H4C3.44772 4 3 4.44772 3 5V5.1C3 5.65228 3.44772 6.1 4 6.1H6.25C7.2165 6.1 8 6.8835 8 7.85V14.5C8 15.3284 8.67157 16 9.5 16C10.3284 16 11 15.3284 11 14.5V10.5C11 11.3284 11.6716 12 12.5 12C13.3284 12 14 11.3284 14 10.5V7.85C14 6.8835 14.7835 6.1 15.75 6.1H20C20.5523 6.1 21 5.65228 21 5.1V5Z\" fill=\"currentColor\"/><Path d=\"M6 7.6001C6.27614 7.6001 6.5 7.82396 6.5 8.1001V9.7001H3C2.44772 9.7001 2 9.25238 2 8.7001V8.6001C2 8.04781 2.44772 7.6001 3 7.6001H6Z\" fill=\"currentColor\"/><Path d=\"M15.4179 11.2001C15.1872 12.1649 14.4905 12.9486 13.579 13.3001H21C21.5523 13.3001 22 12.8524 22 12.3001V12.2001C22 11.6478 21.5523 11.2001 21 11.2001H15.4179Z\" fill=\"currentColor\"/><Path d=\"M6.5 13.3001V11.2001H4C3.44772 11.2001 3 11.6478 3 12.2001V12.3001C3 12.8524 3.44772 13.3001 4 13.3001H6.5Z\" fill=\"currentColor\"/><Path d=\"M7.69977 16.9C7.04641 16.4092 6.59999 15.6578 6.51482 14.8H4C3.44772 14.8 3 15.2478 3 15.8V15.9C3 16.4523 3.44772 16.9 4 16.9H7.69977Z\" fill=\"currentColor\"/><Path d=\"M12.4852 14.8C12.4 15.6578 11.9536 16.4092 11.3002 16.9H20C20.5523 16.9 21 16.4523 21 15.9V15.8C21 15.2478 20.5523 14.8 20 14.8H12.4852Z\" fill=\"currentColor\"/><Path d=\"M16 7.6001C15.7239 7.6001 15.5 7.82396 15.5 8.1001V9.7001H20C20.5523 9.7001 21 9.25238 21 8.7001V8.6001C21 8.04781 20.5523 7.6001 20 7.6001H16Z\" fill=\"currentColor\"/><Path d=\"M1.75 18.5001C1.33579 18.5001 1 18.8359 1 19.2501C1 19.6643 1.33579 20.0001 1.75 20.0001H22.25C22.6642 20.0001 23 19.6643 23 19.2501C23 18.8359 22.6642 18.5001 22.25 18.5001H1.75Z\" fill=\"currentColor\"/>",
|
|
7026
7061
|
"tags": "Path",
|