@central-icons-react-native/round-filled-radius-2-stroke-1 0.0.61 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/IconShaderEffect/index.d.ts +4 -0
- package/IconShaderEffect/index.js +2 -0
- package/IconShaderEffect/index.js.map +1 -0
- package/IconShaderEffect/index.mjs +2 -0
- package/IconShaderEffect/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 +14 -4
- 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 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.25999 10.5318C3.11567 9.15867 4.11183 7.92852 5.48498 7.78419L10.4576 7.26155C11.8307 7.11723 13.0609 8.11339 13.2052 9.48654L14.1493 18.4692C14.2936 19.8423 13.2975 21.0725 11.9243 21.2168L6.95173 21.7394C5.57858 21.8838 4.34843 20.8876 4.20411 19.5145L3.25999 10.5318Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M13.652 2.26195L18.6246 2.78441C19.9975 2.92891 20.9934 4.15859 20.8493 5.53148L19.9049 14.5149C19.7604 15.8877 18.5307 16.8836 17.1579 16.7395L14.9489 16.5071L14.1998 9.38207C14.0107 7.58271 12.4897 6.24542 10.7194 6.2473L10.9039 4.48656C11.0483 3.11341 12.2788 2.11763 13.652 2.26195Z",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.25999 10.5318C3.11567 9.15867 4.11183 7.92852 5.48498 7.78419L10.4576 7.26155C11.8307 7.11723 13.0609 8.11339 13.2052 9.48654L14.1493 18.4692C14.2936 19.8423 13.2975 21.0725 11.9243 21.2168L6.95173 21.7394C5.57858 21.8838 4.34843 20.8876 4.20411 19.5145L3.25999 10.5318Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.652 2.26195L18.6246 2.78441C19.9975 2.92891 20.9934 4.15859 20.8493 5.53148L19.9049 14.5149C19.7604 15.8877 18.5307 16.8836 17.1579 16.7395L14.9489 16.5071L14.1998 9.38207C14.0107 7.58271 12.4897 6.24542 10.7194 6.2473L10.9039 4.48656C11.0483 3.11341 12.2788 2.11763 13.652 2.26195Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlashcards;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oRACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iSACF,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.25999 10.5318C3.11567 9.15867 4.11183 7.92852 5.48498 7.78419L10.4576 7.26155C11.8307 7.11723 13.0609 8.11339 13.2052 9.48654L14.1493 18.4692C14.2936 19.8423 13.2975 21.0725 11.9243 21.2168L6.95173 21.7394C5.57858 21.8838 4.34843 20.8876 4.20411 19.5145L3.25999 10.5318Z",fill:"currentColor"}),t.createElement(n,{d:"M13.652 2.26195L18.6246 2.78441C19.9975 2.92891 20.9934 4.15859 20.8493 5.53148L19.9049 14.5149C19.7604 15.8877 18.5307 16.8836 17.1579 16.7395L14.9489 16.5071L14.1998 9.38207C14.0107 7.58271 12.4897 6.24542 10.7194 6.2473L10.9039 4.48656C11.0483 3.11341 12.2788 2.11763 13.652 2.26195Z",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.25999 10.5318C3.11567 9.15867 4.11183 7.92852 5.48498 7.78419L10.4576 7.26155C11.8307 7.11723 13.0609 8.11339 13.2052 9.48654L14.1493 18.4692C14.2936 19.8423 13.2975 21.0725 11.9243 21.2168L6.95173 21.7394C5.57858 21.8838 4.34843 20.8876 4.20411 19.5145L3.25999 10.5318Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.652 2.26195L18.6246 2.78441C19.9975 2.92891 20.9934 4.15859 20.8493 5.53148L19.9049 14.5149C19.7604 15.8877 18.5307 16.8836 17.1579 16.7395L14.9489 16.5071L14.1998 9.38207C14.0107 7.58271 12.4897 6.24542 10.7194 6.2473L10.9039 4.48656C11.0483 3.11341 12.2788 2.11763 13.652 2.26195Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFlashcards;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oRACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iSACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFlashcards","props","React","CentralIconBase","IconFlashcards_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>a(e({},"__esModule",{value:!0}),r);var v={};g(v,{IconPaintBrush:()=>i,default:()=>h});module.exports=H(v);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M20 12.5C20 13.8807 18.8807 15 17.5 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H6.5C5.11929 15 4 13.8807 4 12.5V12H20V12.5Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M8.25 2C8.40738 2 8.55596 2.07429 8.65039 2.2002L10 4L11.3496 2.2002C11.444 2.07429 11.5926 2 11.75 2H18.5C19.3284 2 20 2.67157 20 3.5V11H4V3.5C4 2.67157 4.67157 2 5.5 2H8.25Z",fill:"currentColor"})),h=i;0&&(module.exports={IconPaintBrush});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPaintBrush/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBrush: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 12.5C20 13.8807 18.8807 15 17.5 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H6.5C5.11929 15 4 13.8807 4 12.5V12H20V12.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25 2C8.40738 2 8.55596 2.07429 8.65039 2.2002L10 4L11.3496 2.2002C11.444 2.07429 11.5926 2 11.75 2H18.5C19.3284 2 20 2.67157 20 3.5V11H4V3.5C4 2.67157 4.67157 2 5.5 2H8.25Z\"\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,mMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPaintBrush_exports","__export","IconPaintBrush","IconPaintBrush_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPaintBrush","props","React","CentralIconBase","IconPaintBrush_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M20 12.5C20 13.8807 18.8807 15 17.5 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H6.5C5.11929 15 4 13.8807 4 12.5V12H20V12.5Z",fill:"currentColor"}),t.createElement(e,{d:"M8.25 2C8.40738 2 8.55596 2.07429 8.65039 2.2002L10 4L11.3496 2.2002C11.444 2.07429 11.5926 2 11.75 2H18.5C19.3284 2 20 2.67157 20 3.5V11H4V3.5C4 2.67157 4.67157 2 5.5 2H8.25Z",fill:"currentColor"})),x=a;export{a as IconPaintBrush,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPaintBrush/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBrush: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 12.5C20 13.8807 18.8807 15 17.5 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H6.5C5.11929 15 4 13.8807 4 12.5V12H20V12.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25 2C8.40738 2 8.55596 2.07429 8.65039 2.2002L10 4L11.3496 2.2002C11.444 2.07429 11.5926 2 11.75 2H18.5C19.3284 2 20 2.67157 20 3.5V11H4V3.5C4 2.67157 4.67157 2 5.5 2H8.25Z\"\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,mMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kLACF,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 2C16.4183 2 20 5.58172 20 10H20.5C20.7761 10 21 10.2239 21 10.5C21 10.7761 20.7761 11 20.5 11H20V19.5C20 20.8807 18.8807 22 17.5 22H6.5C5.11929 22 4 20.8807 4 19.5V11H3.5C3.22386 11 3 10.7761 3 10.5C3 10.2239 3.22386 10 3.5 10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V14.5C8 14.7761 8.22386 15 8.5 15C8.77614 15 9 14.7761 9 14.5V10H10V12.5C10 12.7761 10.2239 13 10.5 13C10.7761 13 11 12.7761 11 12.5V10H19C19 6.13401 15.866 3 12 3Z",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 2C16.4183 2 20 5.58172 20 10H20.5C20.7761 10 21 10.2239 21 10.5C21 10.7761 20.7761 11 20.5 11H20V19.5C20 20.8807 18.8807 22 17.5 22H6.5C5.11929 22 4 20.8807 4 19.5V11H3.5C3.22386 11 3 10.7761 3 10.5C3 10.2239 3.22386 10 3.5 10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V14.5C8 14.7761 8.22386 15 8.5 15C8.77614 15 9 14.7761 9 14.5V10H10V12.5C10 12.7761 10.2239 13 10.5 13C10.7761 13 11 12.7761 11 12.5V10H19C19 6.13401 15.866 3 12 3Z\"\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,ycACF,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 2C16.4183 2 20 5.58172 20 10H20.5C20.7761 10 21 10.2239 21 10.5C21 10.7761 20.7761 11 20.5 11H20V19.5C20 20.8807 18.8807 22 17.5 22H6.5C5.11929 22 4 20.8807 4 19.5V11H3.5C3.22386 11 3 10.7761 3 10.5C3 10.2239 3.22386 10 3.5 10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V14.5C8 14.7761 8.22386 15 8.5 15C8.77614 15 9 14.7761 9 14.5V10H10V12.5C10 12.7761 10.2239 13 10.5 13C10.7761 13 11 12.7761 11 12.5V10H19C19 6.13401 15.866 3 12 3Z",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 2C16.4183 2 20 5.58172 20 10H20.5C20.7761 10 21 10.2239 21 10.5C21 10.7761 20.7761 11 20.5 11H20V19.5C20 20.8807 18.8807 22 17.5 22H6.5C5.11929 22 4 20.8807 4 19.5V11H3.5C3.22386 11 3 10.7761 3 10.5C3 10.2239 3.22386 10 3.5 10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V14.5C8 14.7761 8.22386 15 8.5 15C8.77614 15 9 14.7761 9 14.5V10H10V12.5C10 12.7761 10.2239 13 10.5 13C10.7761 13 11 12.7761 11 12.5V10H19C19 6.13401 15.866 3 12 3Z\"\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,ycACF,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 i=Object.create;var e=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=u(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>a(e({},"__esModule",{value:!0}),r);var d={};x(d,{IconPaintBucketDrop:()=>L,default:()=>v});module.exports=g(d);var n=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...C})=>s.default.createElement(c.Svg,{...C,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=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M19.4246 16.1203C19.6117 15.9602 19.8878 15.9601 20.075 16.1203L20.0779 16.1232C20.0779 16.1232 20.0812 16.1258 20.0828 16.1271C20.0871 16.1309 20.094 16.1363 20.1013 16.1428C20.1162 16.156 20.1368 16.1755 20.1628 16.1994C20.2153 16.2476 20.2892 16.317 20.3767 16.4045C20.5513 16.5791 20.7848 16.8295 21.0193 17.131C21.4721 17.7133 21.9998 18.5761 21.9998 19.5002C21.9997 20.816 21.0529 22 19.7498 22.0002C18.4465 22.0002 17.4998 20.816 17.4998 19.5002C17.4998 18.576 18.0274 17.7133 18.4802 17.131C18.7148 16.8294 18.9482 16.5791 19.1228 16.4045C19.2104 16.3169 19.2842 16.2476 19.3367 16.1994C19.3628 16.1754 19.3833 16.156 19.3982 16.1428C19.4057 16.1362 19.4124 16.1309 19.4168 16.1271C19.4187 16.1255 19.4216 16.1232 19.4216 16.1232L19.4246 16.1203Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M9.83473 3.17304C10.7595 1.99079 12.5107 1.88415 13.572 2.9455L20.6296 10.0031C21.6902 11.0645 21.584 12.8158 20.4021 13.7404L10.824 21.2326C9.43103 22.3219 7.44283 22.2004 6.19215 20.9504L2.62476 17.383C1.37414 16.1324 1.25307 14.1444 2.34254 12.7512L5.05445 9.28339L11.0877 12.4435C11.332 12.5709 11.6344 12.4767 11.7625 12.2326C11.8758 12.0161 11.8139 11.7538 11.6287 11.6076L2.26734 6.70527C2.02285 6.5771 1.92833 6.27405 2.0564 6.02949C2.18458 5.78498 2.48762 5.69044 2.73219 5.81855L6.30152 7.68769L9.83473 3.17304Z",fill:"currentColor"})),v=L;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.4246 16.1203C19.6117 15.9602 19.8878 15.9601 20.075 16.1203L20.0779 16.1232C20.0779 16.1232 20.0812 16.1258 20.0828 16.1271C20.0871 16.1309 20.094 16.1363 20.1013 16.1428C20.1162 16.156 20.1368 16.1755 20.1628 16.1994C20.2153 16.2476 20.2892 16.317 20.3767 16.4045C20.5513 16.5791 20.7848 16.8295 21.0193 17.131C21.4721 17.7133 21.9998 18.5761 21.9998 19.5002C21.9997 20.816 21.0529 22 19.7498 22.0002C18.4465 22.0002 17.4998 20.816 17.4998 19.5002C17.4998 18.576 18.0274 17.7133 18.4802 17.131C18.7148 16.8294 18.9482 16.5791 19.1228 16.4045C19.2104 16.3169 19.2842 16.2476 19.3367 16.1994C19.3628 16.1754 19.3833 16.156 19.3982 16.1428C19.4057 16.1362 19.4124 16.1309 19.4168 16.1271C19.4187 16.1255 19.4216 16.1232 19.4216 16.1232L19.4246 16.1203Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.83473 3.17304C10.7595 1.99079 12.5107 1.88415 13.572 2.9455L20.6296 10.0031C21.6902 11.0645 21.584 12.8158 20.4021 13.7404L10.824 21.2326C9.43103 22.3219 7.44283 22.2004 6.19215 20.9504L2.62476 17.383C1.37414 16.1324 1.25307 14.1444 2.34254 12.7512L5.05445 9.28339L11.0877 12.4435C11.332 12.5709 11.6344 12.4767 11.7625 12.2326C11.8758 12.0161 11.8139 11.7538 11.6287 11.6076L2.26734 6.70527C2.02285 6.5771 1.92833 6.27405 2.0564 6.02949C2.18458 5.78498 2.48762 5.69044 2.73219 5.81855L6.30152 7.68769L9.83473 3.17304Z\"\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,qvBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4gBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPaintBucketDrop_exports","__export","IconPaintBucketDrop","IconPaintBucketDrop_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPaintBucketDrop","props","React","CentralIconBase","IconPaintBucketDrop_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...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 e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M19.4246 16.1203C19.6117 15.9602 19.8878 15.9601 20.075 16.1203L20.0779 16.1232C20.0779 16.1232 20.0812 16.1258 20.0828 16.1271C20.0871 16.1309 20.094 16.1363 20.1013 16.1428C20.1162 16.156 20.1368 16.1755 20.1628 16.1994C20.2153 16.2476 20.2892 16.317 20.3767 16.4045C20.5513 16.5791 20.7848 16.8295 21.0193 17.131C21.4721 17.7133 21.9998 18.5761 21.9998 19.5002C21.9997 20.816 21.0529 22 19.7498 22.0002C18.4465 22.0002 17.4998 20.816 17.4998 19.5002C17.4998 18.576 18.0274 17.7133 18.4802 17.131C18.7148 16.8294 18.9482 16.5791 19.1228 16.4045C19.2104 16.3169 19.2842 16.2476 19.3367 16.1994C19.3628 16.1754 19.3833 16.156 19.3982 16.1428C19.4057 16.1362 19.4124 16.1309 19.4168 16.1271C19.4187 16.1255 19.4216 16.1232 19.4216 16.1232L19.4246 16.1203Z",fill:"currentColor"}),C.createElement(e,{d:"M9.83473 3.17304C10.7595 1.99079 12.5107 1.88415 13.572 2.9455L20.6296 10.0031C21.6902 11.0645 21.584 12.8158 20.4021 13.7404L10.824 21.2326C9.43103 22.3219 7.44283 22.2004 6.19215 20.9504L2.62476 17.383C1.37414 16.1324 1.25307 14.1444 2.34254 12.7512L5.05445 9.28339L11.0877 12.4435C11.332 12.5709 11.6344 12.4767 11.7625 12.2326C11.8758 12.0161 11.8139 11.7538 11.6287 11.6076L2.26734 6.70527C2.02285 6.5771 1.92833 6.27405 2.0564 6.02949C2.18458 5.78498 2.48762 5.69044 2.73219 5.81855L6.30152 7.68769L9.83473 3.17304Z",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.4246 16.1203C19.6117 15.9602 19.8878 15.9601 20.075 16.1203L20.0779 16.1232C20.0779 16.1232 20.0812 16.1258 20.0828 16.1271C20.0871 16.1309 20.094 16.1363 20.1013 16.1428C20.1162 16.156 20.1368 16.1755 20.1628 16.1994C20.2153 16.2476 20.2892 16.317 20.3767 16.4045C20.5513 16.5791 20.7848 16.8295 21.0193 17.131C21.4721 17.7133 21.9998 18.5761 21.9998 19.5002C21.9997 20.816 21.0529 22 19.7498 22.0002C18.4465 22.0002 17.4998 20.816 17.4998 19.5002C17.4998 18.576 18.0274 17.7133 18.4802 17.131C18.7148 16.8294 18.9482 16.5791 19.1228 16.4045C19.2104 16.3169 19.2842 16.2476 19.3367 16.1994C19.3628 16.1754 19.3833 16.156 19.3982 16.1428C19.4057 16.1362 19.4124 16.1309 19.4168 16.1271C19.4187 16.1255 19.4216 16.1232 19.4216 16.1232L19.4246 16.1203Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.83473 3.17304C10.7595 1.99079 12.5107 1.88415 13.572 2.9455L20.6296 10.0031C21.6902 11.0645 21.584 12.8158 20.4021 13.7404L10.824 21.2326C9.43103 22.3219 7.44283 22.2004 6.19215 20.9504L2.62476 17.383C1.37414 16.1324 1.25307 14.1444 2.34254 12.7512L5.05445 9.28339L11.0877 12.4435C11.332 12.5709 11.6344 12.4767 11.7625 12.2326C11.8758 12.0161 11.8139 11.7538 11.6287 11.6076L2.26734 6.70527C2.02285 6.5771 1.92833 6.27405 2.0564 6.02949C2.18458 5.78498 2.48762 5.69044 2.73219 5.81855L6.30152 7.68769L9.83473 3.17304Z\"\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,qvBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4gBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPaintBucketDrop","props","React","CentralIconBase","IconPaintBucketDrop_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var f=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(p({},"__esModule",{value:!0}),r);var v={};d(v,{IconShaderEffect:()=>i,default:()=>h});module.exports=g(v);var n=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(C.Path,{d:"M20.2441 3.71191C20.7095 4.16594 21 4.79846 21 5.5V18.5C21 19.8807 19.8807 21 18.5 21H5.5C4.79846 21 4.16594 20.7095 3.71191 20.2441L20.2441 3.71191Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M18.5 3C18.81 3 19.1059 3.05895 19.3799 3.16211L3.16211 19.3799C3.05895 19.1059 3 18.81 3 18.5V13.207L13.207 3H18.5Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M3 11.793V5.5C3 4.11929 4.11929 3 5.5 3H11.793L3 11.793Z",fill:"currentColor"})),h=i;0&&(module.exports={IconShaderEffect});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShaderEffect/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShaderEffect: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.2441 3.71191C20.7095 4.16594 21 4.79846 21 5.5V18.5C21 19.8807 19.8807 21 18.5 21H5.5C4.79846 21 4.16594 20.7095 3.71191 20.2441L20.2441 3.71191Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 3C18.81 3 19.1059 3.05895 19.3799 3.16211L3.16211 19.3799C3.05895 19.1059 3 18.81 3 18.5V13.207L13.207 3H18.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 11.793V5.5C3 4.11929 4.11929 3 5.5 3H11.793L3 11.793Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShaderEffect;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShaderEffect_exports","__export","IconShaderEffect","IconShaderEffect_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShaderEffect","props","React","CentralIconBase","IconShaderEffect_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M20.2441 3.71191C20.7095 4.16594 21 4.79846 21 5.5V18.5C21 19.8807 19.8807 21 18.5 21H5.5C4.79846 21 4.16594 20.7095 3.71191 20.2441L20.2441 3.71191Z",fill:"currentColor"}),o.createElement(e,{d:"M18.5 3C18.81 3 19.1059 3.05895 19.3799 3.16211L3.16211 19.3799C3.05895 19.1059 3 18.81 3 18.5V13.207L13.207 3H18.5Z",fill:"currentColor"}),o.createElement(e,{d:"M3 11.793V5.5C3 4.11929 4.11929 3 5.5 3H11.793L3 11.793Z",fill:"currentColor"})),P=a;export{a as IconShaderEffect,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShaderEffect/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconShaderEffect: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.2441 3.71191C20.7095 4.16594 21 4.79846 21 5.5V18.5C21 19.8807 19.8807 21 18.5 21H5.5C4.79846 21 4.16594 20.7095 3.71191 20.2441L20.2441 3.71191Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5 3C18.81 3 19.1059 3.05895 19.3799 3.16211L3.16211 19.3799C3.05895 19.1059 3 18.81 3 18.5V13.207L13.207 3H18.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 11.793V5.5C3 4.11929 4.11929 3 5.5 3H11.793L3 11.793Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShaderEffect;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShaderEffect","props","React","CentralIconBase","IconShaderEffect_default"]}
|
package/README.md
CHANGED
|
@@ -574,6 +574,9 @@ Below is a complete list of available icons:
|
|
|
574
574
|
- IconMarkdown
|
|
575
575
|
- IconMarker
|
|
576
576
|
- IconMarkerCircle
|
|
577
|
+
- IconPaintBrush
|
|
578
|
+
- IconPaintBucket
|
|
579
|
+
- IconPaintBucketDrop
|
|
577
580
|
- IconPencil
|
|
578
581
|
- IconPencilLine
|
|
579
582
|
- IconPencilWave
|
|
@@ -585,6 +588,7 @@ Below is a complete list of available icons:
|
|
|
585
588
|
- IconRewrite1
|
|
586
589
|
- IconRewrite2
|
|
587
590
|
- IconRuler
|
|
591
|
+
- IconShaderEffect
|
|
588
592
|
- IconShaders
|
|
589
593
|
- IconSignature
|
|
590
594
|
- IconSlice
|
|
@@ -1530,6 +1534,7 @@ Below is a complete list of available icons:
|
|
|
1530
1534
|
- IconFire3
|
|
1531
1535
|
- IconFlag1
|
|
1532
1536
|
- IconFlag2
|
|
1537
|
+
- IconFlashcards
|
|
1533
1538
|
- IconFootsteps
|
|
1534
1539
|
- IconForYou
|
|
1535
1540
|
- IconGalaxy
|
package/filtered-icons.json
CHANGED
|
@@ -9198,6 +9198,20 @@
|
|
|
9198
9198
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
9199
9199
|
"componentName": "IconFlag2"
|
|
9200
9200
|
},
|
|
9201
|
+
{
|
|
9202
|
+
"category": "Things",
|
|
9203
|
+
"svg": "<path d=\"M3.25999 10.5318C3.11567 9.15867 4.11183 7.92852 5.48498 7.78419L10.4576 7.26155C11.8307 7.11723 13.0609 8.11339 13.2052 9.48654L14.1493 18.4692C14.2936 19.8423 13.2975 21.0725 11.9243 21.2168L6.95173 21.7394C5.57858 21.8838 4.34843 20.8876 4.20411 19.5145L3.25999 10.5318Z\" fill=\"currentColor\"/><path d=\"M13.652 2.26195L18.6246 2.78441C19.9975 2.92891 20.9934 4.15859 20.8493 5.53148L19.9049 14.5149C19.7604 15.8877 18.5307 16.8836 17.1579 16.7395L14.9489 16.5071L14.1998 9.38207C14.0107 7.58271 12.4897 6.24542 10.7194 6.2473L10.9039 4.48656C11.0483 3.11341 12.2788 2.11763 13.652 2.26195Z\" fill=\"currentColor\"/>",
|
|
9204
|
+
"iconName": "flashcards, cards, pages",
|
|
9205
|
+
"variant": {
|
|
9206
|
+
"join": "round",
|
|
9207
|
+
"filled": "on",
|
|
9208
|
+
"radius": "2",
|
|
9209
|
+
"stroke": "1"
|
|
9210
|
+
},
|
|
9211
|
+
"createdAt": "2025-09-02T09:30:11.696823+00:00",
|
|
9212
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
9213
|
+
"componentName": "IconFlashcards"
|
|
9214
|
+
},
|
|
9201
9215
|
{
|
|
9202
9216
|
"category": "Folders & Files",
|
|
9203
9217
|
"svg": "<path d=\"M7 3H5.5C4.11929 3 3 4.11929 3 5.5V18.5C3 19.8807 4.11929 21 5.5 21H7V13.5C7 12.6716 7.67157 12 8.5 12H15.5C16.3284 12 17 12.6716 17 13.5V21H18.5C19.8807 21 21 19.8807 21 18.5V7.32843C21 6.66539 20.7366 6.0295 20.2678 5.56066L18.4393 3.73223C18.0486 3.34149 17.5418 3.09345 17 3.02166V7.5C17 8.32843 16.3284 9 15.5 9H8.5C7.67157 9 7 8.32843 7 7.5V3Z\" fill=\"currentColor\"/><path d=\"M16 3H8V7.5C8 7.77614 8.22386 8 8.5 8H15.5C15.7761 8 16 7.77614 16 7.5V3Z\" fill=\"currentColor\"/><path d=\"M16 21V13.5C16 13.2239 15.7761 13 15.5 13H8.5C8.22386 13 8 13.2239 8 13.5V21H16Z\" fill=\"currentColor\"/>",
|
|
@@ -14056,6 +14070,48 @@
|
|
|
14056
14070
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
14057
14071
|
"componentName": "IconPageTextSearch"
|
|
14058
14072
|
},
|
|
14073
|
+
{
|
|
14074
|
+
"category": "Edit",
|
|
14075
|
+
"svg": "<path d=\"M20 12.5C20 13.8807 18.8807 15 17.5 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H6.5C5.11929 15 4 13.8807 4 12.5V12H20V12.5Z\" fill=\"currentColor\"/><path d=\"M8.25 2C8.40738 2 8.55596 2.07429 8.65039 2.2002L10 4L11.3496 2.2002C11.444 2.07429 11.5926 2 11.75 2H18.5C19.3284 2 20 2.67157 20 3.5V11H4V3.5C4 2.67157 4.67157 2 5.5 2H8.25Z\" fill=\"currentColor\"/>",
|
|
14076
|
+
"iconName": "paint-brush, design, color, appearance",
|
|
14077
|
+
"variant": {
|
|
14078
|
+
"join": "round",
|
|
14079
|
+
"filled": "on",
|
|
14080
|
+
"radius": "2",
|
|
14081
|
+
"stroke": "1"
|
|
14082
|
+
},
|
|
14083
|
+
"createdAt": "2025-09-02T09:00:11.443912+00:00",
|
|
14084
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
14085
|
+
"componentName": "IconPaintBrush"
|
|
14086
|
+
},
|
|
14087
|
+
{
|
|
14088
|
+
"category": "Edit",
|
|
14089
|
+
"svg": "<path d=\"M12 2C16.4183 2 20 5.58172 20 10H20.5C20.7761 10 21 10.2239 21 10.5C21 10.7761 20.7761 11 20.5 11H20V19.5C20 20.8807 18.8807 22 17.5 22H6.5C5.11929 22 4 20.8807 4 19.5V11H3.5C3.22386 11 3 10.7761 3 10.5C3 10.2239 3.22386 10 3.5 10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V14.5C8 14.7761 8.22386 15 8.5 15C8.77614 15 9 14.7761 9 14.5V10H10V12.5C10 12.7761 10.2239 13 10.5 13C10.7761 13 11 12.7761 11 12.5V10H19C19 6.13401 15.866 3 12 3Z\" fill=\"currentColor\"/>",
|
|
14090
|
+
"iconName": "paint-bucket, design, color, appearance",
|
|
14091
|
+
"variant": {
|
|
14092
|
+
"join": "round",
|
|
14093
|
+
"filled": "on",
|
|
14094
|
+
"radius": "2",
|
|
14095
|
+
"stroke": "1"
|
|
14096
|
+
},
|
|
14097
|
+
"createdAt": "2025-09-02T09:00:11.443912+00:00",
|
|
14098
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
14099
|
+
"componentName": "IconPaintBucket"
|
|
14100
|
+
},
|
|
14101
|
+
{
|
|
14102
|
+
"category": "Edit",
|
|
14103
|
+
"svg": "<path d=\"M19.4246 16.1203C19.6117 15.9602 19.8878 15.9601 20.075 16.1203L20.0779 16.1232C20.0779 16.1232 20.0812 16.1258 20.0828 16.1271C20.0871 16.1309 20.094 16.1363 20.1013 16.1428C20.1162 16.156 20.1368 16.1755 20.1628 16.1994C20.2153 16.2476 20.2892 16.317 20.3767 16.4045C20.5513 16.5791 20.7848 16.8295 21.0193 17.131C21.4721 17.7133 21.9998 18.5761 21.9998 19.5002C21.9997 20.816 21.0529 22 19.7498 22.0002C18.4465 22.0002 17.4998 20.816 17.4998 19.5002C17.4998 18.576 18.0274 17.7133 18.4802 17.131C18.7148 16.8294 18.9482 16.5791 19.1228 16.4045C19.2104 16.3169 19.2842 16.2476 19.3367 16.1994C19.3628 16.1754 19.3833 16.156 19.3982 16.1428C19.4057 16.1362 19.4124 16.1309 19.4168 16.1271C19.4187 16.1255 19.4216 16.1232 19.4216 16.1232L19.4246 16.1203Z\" fill=\"currentColor\"/><path d=\"M9.83473 3.17304C10.7595 1.99079 12.5107 1.88415 13.572 2.9455L20.6296 10.0031C21.6902 11.0645 21.584 12.8158 20.4021 13.7404L10.824 21.2326C9.43103 22.3219 7.44283 22.2004 6.19215 20.9504L2.62476 17.383C1.37414 16.1324 1.25307 14.1444 2.34254 12.7512L5.05445 9.28339L11.0877 12.4435C11.332 12.5709 11.6344 12.4767 11.7625 12.2326C11.8758 12.0161 11.8139 11.7538 11.6287 11.6076L2.26734 6.70527C2.02285 6.5771 1.92833 6.27405 2.0564 6.02949C2.18458 5.78498 2.48762 5.69044 2.73219 5.81855L6.30152 7.68769L9.83473 3.17304Z\" fill=\"currentColor\"/>",
|
|
14104
|
+
"iconName": "paint-bucket-drop",
|
|
14105
|
+
"variant": {
|
|
14106
|
+
"join": "round",
|
|
14107
|
+
"filled": "on",
|
|
14108
|
+
"radius": "2",
|
|
14109
|
+
"stroke": "1"
|
|
14110
|
+
},
|
|
14111
|
+
"createdAt": "2025-09-02T09:30:11.696823+00:00",
|
|
14112
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
14113
|
+
"componentName": "IconPaintBucketDrop"
|
|
14114
|
+
},
|
|
14059
14115
|
{
|
|
14060
14116
|
"category": "Food",
|
|
14061
14117
|
"svg": "<path d=\"M21 5C21 4.44772 20.5523 4 20 4H4C3.44772 4 3 4.44772 3 5C3 5.55228 3.44772 6 4 6H4.77778C6.00508 6 7 6.99492 7 8.22222V13.5C7 14.3284 7.67157 15 8.5 15C9.32843 15 10 14.3284 10 13.5V10.5C10 11.3284 10.6716 12 11.5 12C12.3284 12 13 11.3284 13 10.5V8.5C13 7.11929 14.1193 6 15.5 6H20C20.5523 6 21 5.55228 21 5Z\" fill=\"currentColor\"/><path d=\"M14 9V8.5C14 7.67157 14.6716 7 15.5 7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H14Z\" fill=\"currentColor\"/><path d=\"M13.5002 12C13.814 11.5822 14 11.0628 14 10.5V10H20C20.5523 10 21 10.4477 21 11C21 11.5523 20.5523 12 20 12H13.5002Z\" fill=\"currentColor\"/><path d=\"M11 13V13.5C11 14.0628 10.814 14.5822 10.5002 15H21C21.5523 15 22 14.5523 22 14C22 13.4477 21.5523 13 21 13H11Z\" fill=\"currentColor\"/><path d=\"M2 8C2 7.44772 2.44772 7 3 7H4.5C5.32843 7 6 7.67157 6 8.5V9H3C2.44772 9 2 8.55228 2 8Z\" fill=\"currentColor\"/><path d=\"M3 11C3 10.4477 3.44772 10 4 10H6V12H4C3.44772 12 3 11.5523 3 11Z\" fill=\"currentColor\"/><path d=\"M3 14C3 13.4477 3.44772 13 4 13H6V13.5C6 14.0628 6.18597 14.5822 6.49982 15H4C3.44772 15 3 14.5523 3 14Z\" fill=\"currentColor\"/><path d=\"M3 17C3 16.4477 3.44772 16 4 16H20C20.5523 16 21 16.4477 21 17C21 17.5523 20.5523 18 20 18H4C3.44772 18 3 17.5523 3 17Z\" fill=\"currentColor\"/><path d=\"M1.5 19C1.22386 19 1 19.2239 1 19.5C1 19.7761 1.22386 20 1.5 20H22.5C22.7761 20 23 19.7761 23 19.5C23 19.2239 22.7761 19 22.5 19H1.5Z\" fill=\"currentColor\"/>",
|
|
@@ -16506,6 +16562,20 @@
|
|
|
16506
16562
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
16507
16563
|
"componentName": "IconSettingsToggle2"
|
|
16508
16564
|
},
|
|
16565
|
+
{
|
|
16566
|
+
"category": "Edit",
|
|
16567
|
+
"svg": "<path d=\"M20.2441 3.71191C20.7095 4.16594 21 4.79846 21 5.5V18.5C21 19.8807 19.8807 21 18.5 21H5.5C4.79846 21 4.16594 20.7095 3.71191 20.2441L20.2441 3.71191Z\" fill=\"currentColor\"/><path d=\"M18.5 3C18.81 3 19.1059 3.05895 19.3799 3.16211L3.16211 19.3799C3.05895 19.1059 3 18.81 3 18.5V13.207L13.207 3H18.5Z\" fill=\"currentColor\"/><path d=\"M3 11.793V5.5C3 4.11929 4.11929 3 5.5 3H11.793L3 11.793Z\" fill=\"currentColor\"/>",
|
|
16568
|
+
"iconName": "shader-effect, material",
|
|
16569
|
+
"variant": {
|
|
16570
|
+
"join": "round",
|
|
16571
|
+
"filled": "on",
|
|
16572
|
+
"radius": "2",
|
|
16573
|
+
"stroke": "1"
|
|
16574
|
+
},
|
|
16575
|
+
"createdAt": "2025-09-02T10:30:34.835537+00:00",
|
|
16576
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
16577
|
+
"componentName": "IconShaderEffect"
|
|
16578
|
+
},
|
|
16509
16579
|
{
|
|
16510
16580
|
"category": "Edit",
|
|
16511
16581
|
"svg": "<path d=\"M2.98438 17.3574C3.67421 17.0798 4.44149 16.9086 5.28027 17.0518C5.67591 17.1193 6.08704 17.3854 6.55273 17.8564C7.01612 18.3252 7.47271 18.932 7.98535 19.5996C8.33454 20.0543 8.71117 20.5381 9.12402 21H5.48438C4.10366 21 2.98438 19.8807 2.98438 18.5V17.3574Z\" fill=\"currentColor\"/><path d=\"M5.7627 11.5986C6.53576 11.391 7.04921 11.5297 7.5 11.8398C7.99779 12.1824 8.42888 12.736 8.99512 13.4453C9.54241 14.1309 10.1869 14.9184 11.0732 15.585C11.7648 16.105 12.5252 16.4419 13.249 16.7305C13.9911 17.0263 14.6679 17.2631 15.2979 17.5957C15.9125 17.9202 16.4446 18.3197 16.8613 18.9082C17.2174 19.4112 17.5053 20.0777 17.6748 21H10.5195C9.90646 20.4366 9.34351 19.7272 8.77832 18.9912C8.28262 18.3457 7.78179 17.6774 7.26367 17.1533C6.74776 16.6315 6.15324 16.1868 5.44824 16.0664C4.53445 15.9105 3.70387 16.0482 2.98438 16.29V13.125C4.18225 12.2449 5.07379 11.7836 5.7627 11.5986Z\" fill=\"currentColor\"/><path d=\"M11.4102 3.1582C11.3584 4.91423 11.7366 6.15824 12.4463 7.08008C13.295 8.18232 14.5544 8.73288 15.7812 9.20215C17.0456 9.68575 18.2873 10.089 19.3555 10.8584C19.9816 11.3094 20.5487 11.8906 20.999 12.6992V18.5C20.999 19.8172 19.9801 20.8938 18.6875 20.9902C18.5029 19.868 18.156 19.0069 17.6768 18.3301C17.1435 17.577 16.4725 17.0847 15.7646 16.7109C15.0722 16.3454 14.3069 16.0759 13.6191 15.8018C12.9131 15.5203 12.2557 15.2229 11.6748 14.7861C10.8992 14.2029 10.3219 13.5057 9.77637 12.8223C9.2498 12.1626 8.71639 11.4623 8.06738 11.0156C7.37124 10.5366 6.55415 10.3505 5.50293 10.6328C4.78633 10.8253 3.96447 11.236 2.98438 11.9014V5.6582C2.98438 4.27749 4.10366 3.1582 5.48438 3.1582H11.4102Z\" fill=\"currentColor\"/><path d=\"M18.499 3.1582C19.8797 3.1582 20.999 4.27749 20.999 5.6582V10.9883C20.6719 10.6276 20.3163 10.3176 19.9404 10.0469C18.7379 9.18068 17.3308 8.72491 16.1377 8.26855C14.9073 7.79793 13.8992 7.32745 13.2393 6.4707C12.7064 5.77868 12.3588 4.77121 12.4111 3.1582H18.499Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -656,6 +656,7 @@ export type CentralIconName =
|
|
|
656
656
|
| "IconFistbump"
|
|
657
657
|
| "IconFlag1"
|
|
658
658
|
| "IconFlag2"
|
|
659
|
+
| "IconFlashcards"
|
|
659
660
|
| "IconFloppyDisk1"
|
|
660
661
|
| "IconFloppyDisk2"
|
|
661
662
|
| "IconFocusAuto"
|
|
@@ -1003,6 +1004,9 @@ export type CentralIconName =
|
|
|
1003
1004
|
| "IconPageTextLock"
|
|
1004
1005
|
| "IconPageTextPieChart"
|
|
1005
1006
|
| "IconPageTextSearch"
|
|
1007
|
+
| "IconPaintBrush"
|
|
1008
|
+
| "IconPaintBucket"
|
|
1009
|
+
| "IconPaintBucketDrop"
|
|
1006
1010
|
| "IconPancakes"
|
|
1007
1011
|
| "IconPanoramaView"
|
|
1008
1012
|
| "IconPaperclip1"
|
|
@@ -1178,6 +1182,7 @@ export type CentralIconName =
|
|
|
1178
1182
|
| "IconSettingsSliderVer"
|
|
1179
1183
|
| "IconSettingsToggle1"
|
|
1180
1184
|
| "IconSettingsToggle2"
|
|
1185
|
+
| "IconShaderEffect"
|
|
1181
1186
|
| "IconShaders"
|
|
1182
1187
|
| "IconShadows"
|
|
1183
1188
|
| "IconShaka1"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1/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": 1519,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 32,
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
]
|
|
428
428
|
},
|
|
429
429
|
"Edit": {
|
|
430
|
-
"count":
|
|
430
|
+
"count": 66,
|
|
431
431
|
"icons": [
|
|
432
432
|
"IconAddKeyframe",
|
|
433
433
|
"IconBezier",
|
|
@@ -468,6 +468,9 @@
|
|
|
468
468
|
"IconMarkdown",
|
|
469
469
|
"IconMarker",
|
|
470
470
|
"IconMarkerCircle",
|
|
471
|
+
"IconPaintBrush",
|
|
472
|
+
"IconPaintBucket",
|
|
473
|
+
"IconPaintBucketDrop",
|
|
471
474
|
"IconPencil",
|
|
472
475
|
"IconPencilLine",
|
|
473
476
|
"IconPencilWave",
|
|
@@ -479,6 +482,7 @@
|
|
|
479
482
|
"IconRewrite1",
|
|
480
483
|
"IconRewrite2",
|
|
481
484
|
"IconRuler",
|
|
485
|
+
"IconShaderEffect",
|
|
482
486
|
"IconShaders",
|
|
483
487
|
"IconSignature",
|
|
484
488
|
"IconSlice",
|
|
@@ -1419,7 +1423,7 @@
|
|
|
1419
1423
|
]
|
|
1420
1424
|
},
|
|
1421
1425
|
"Things": {
|
|
1422
|
-
"count":
|
|
1426
|
+
"count": 119,
|
|
1423
1427
|
"icons": [
|
|
1424
1428
|
"IconAlien",
|
|
1425
1429
|
"IconBackpack",
|
|
@@ -1464,6 +1468,7 @@
|
|
|
1464
1468
|
"IconFire3",
|
|
1465
1469
|
"IconFlag1",
|
|
1466
1470
|
"IconFlag2",
|
|
1471
|
+
"IconFlashcards",
|
|
1467
1472
|
"IconFootsteps",
|
|
1468
1473
|
"IconForYou",
|
|
1469
1474
|
"IconGalaxy",
|
|
@@ -2361,6 +2366,7 @@
|
|
|
2361
2366
|
"IconFistbump": "fistbump, boom, hands, friends",
|
|
2362
2367
|
"IconFlag1": "flag-1, priority",
|
|
2363
2368
|
"IconFlag2": "flag-2, priority",
|
|
2369
|
+
"IconFlashcards": "flashcards, cards, pages",
|
|
2364
2370
|
"IconFloppyDisk1": "floppy-disk-1, save",
|
|
2365
2371
|
"IconFloppyDisk2": "floppy-disk-2, save",
|
|
2366
2372
|
"IconFocusAuto": "focus-auto",
|
|
@@ -2708,6 +2714,9 @@
|
|
|
2708
2714
|
"IconPageTextLock": "page-text-lock",
|
|
2709
2715
|
"IconPageTextPieChart": "page-text-pie-chart",
|
|
2710
2716
|
"IconPageTextSearch": "page-text-search",
|
|
2717
|
+
"IconPaintBrush": "paint-brush, design, color, appearance",
|
|
2718
|
+
"IconPaintBucket": "paint-bucket, design, color, appearance",
|
|
2719
|
+
"IconPaintBucketDrop": "paint-bucket-drop",
|
|
2711
2720
|
"IconPancakes": "pancakes, maple-syrup, breakfast",
|
|
2712
2721
|
"IconPanoramaView": "panorama-view",
|
|
2713
2722
|
"IconPaperclip1": "paperclip-1, attachment",
|
|
@@ -2883,6 +2892,7 @@
|
|
|
2883
2892
|
"IconSettingsSliderVer": "settings-slider-ver",
|
|
2884
2893
|
"IconSettingsToggle1": "settings-toggle-1",
|
|
2885
2894
|
"IconSettingsToggle2": "settings-toggle-2",
|
|
2895
|
+
"IconShaderEffect": "shader-effect, material",
|
|
2886
2896
|
"IconShaders": "shaders, material, effect",
|
|
2887
2897
|
"IconShadows": "shadows",
|
|
2888
2898
|
"IconShaka1": "shaka-1, call me, hang-ten",
|
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -4599,6 +4599,13 @@
|
|
|
4599
4599
|
"iconName": "flag-2, priority",
|
|
4600
4600
|
"pathname": "src/IconFlag2"
|
|
4601
4601
|
},
|
|
4602
|
+
{
|
|
4603
|
+
"svg": "<Path d=\"M3.25999 10.5318C3.11567 9.15867 4.11183 7.92852 5.48498 7.78419L10.4576 7.26155C11.8307 7.11723 13.0609 8.11339 13.2052 9.48654L14.1493 18.4692C14.2936 19.8423 13.2975 21.0725 11.9243 21.2168L6.95173 21.7394C5.57858 21.8838 4.34843 20.8876 4.20411 19.5145L3.25999 10.5318Z\" fill=\"currentColor\"/><Path d=\"M13.652 2.26195L18.6246 2.78441C19.9975 2.92891 20.9934 4.15859 20.8493 5.53148L19.9049 14.5149C19.7604 15.8877 18.5307 16.8836 17.1579 16.7395L14.9489 16.5071L14.1998 9.38207C14.0107 7.58271 12.4897 6.24542 10.7194 6.2473L10.9039 4.48656C11.0483 3.11341 12.2788 2.11763 13.652 2.26195Z\" fill=\"currentColor\"/>",
|
|
4604
|
+
"tags": "Path",
|
|
4605
|
+
"componentName": "IconFlashcards",
|
|
4606
|
+
"iconName": "flashcards, cards, pages",
|
|
4607
|
+
"pathname": "src/IconFlashcards"
|
|
4608
|
+
},
|
|
4602
4609
|
{
|
|
4603
4610
|
"svg": "<Path d=\"M7 3H5.5C4.11929 3 3 4.11929 3 5.5V18.5C3 19.8807 4.11929 21 5.5 21H7V13.5C7 12.6716 7.67157 12 8.5 12H15.5C16.3284 12 17 12.6716 17 13.5V21H18.5C19.8807 21 21 19.8807 21 18.5V7.32843C21 6.66539 20.7366 6.0295 20.2678 5.56066L18.4393 3.73223C18.0486 3.34149 17.5418 3.09345 17 3.02166V7.5C17 8.32843 16.3284 9 15.5 9H8.5C7.67157 9 7 8.32843 7 7.5V3Z\" fill=\"currentColor\"/><Path d=\"M16 3H8V7.5C8 7.77614 8.22386 8 8.5 8H15.5C15.7761 8 16 7.77614 16 7.5V3Z\" fill=\"currentColor\"/><Path d=\"M16 21V13.5C16 13.2239 15.7761 13 15.5 13H8.5C8.22386 13 8 13.2239 8 13.5V21H16Z\" fill=\"currentColor\"/>",
|
|
4604
4611
|
"tags": "Path",
|
|
@@ -7028,6 +7035,27 @@
|
|
|
7028
7035
|
"iconName": "page-text-search",
|
|
7029
7036
|
"pathname": "src/IconPageTextSearch"
|
|
7030
7037
|
},
|
|
7038
|
+
{
|
|
7039
|
+
"svg": "<Path d=\"M20 12.5C20 13.8807 18.8807 15 17.5 15H14.5L14.8008 19.5068C14.9087 21.1267 13.6235 22.5 12 22.5C10.3765 22.5 9.09135 21.1267 9.19922 19.5068L9.5 15H6.5C5.11929 15 4 13.8807 4 12.5V12H20V12.5Z\" fill=\"currentColor\"/><Path d=\"M8.25 2C8.40738 2 8.55596 2.07429 8.65039 2.2002L10 4L11.3496 2.2002C11.444 2.07429 11.5926 2 11.75 2H18.5C19.3284 2 20 2.67157 20 3.5V11H4V3.5C4 2.67157 4.67157 2 5.5 2H8.25Z\" 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 2C16.4183 2 20 5.58172 20 10H20.5C20.7761 10 21 10.2239 21 10.5C21 10.7761 20.7761 11 20.5 11H20V19.5C20 20.8807 18.8807 22 17.5 22H6.5C5.11929 22 4 20.8807 4 19.5V11H3.5C3.22386 11 3 10.7761 3 10.5C3 10.2239 3.22386 10 3.5 10H4C4 5.58172 7.58172 2 12 2ZM12 3C8.13401 3 5 6.13401 5 10H8V14.5C8 14.7761 8.22386 15 8.5 15C8.77614 15 9 14.7761 9 14.5V10H10V12.5C10 12.7761 10.2239 13 10.5 13C10.7761 13 11 12.7761 11 12.5V10H19C19 6.13401 15.866 3 12 3Z\" 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.4246 16.1203C19.6117 15.9602 19.8878 15.9601 20.075 16.1203L20.0779 16.1232C20.0779 16.1232 20.0812 16.1258 20.0828 16.1271C20.0871 16.1309 20.094 16.1363 20.1013 16.1428C20.1162 16.156 20.1368 16.1755 20.1628 16.1994C20.2153 16.2476 20.2892 16.317 20.3767 16.4045C20.5513 16.5791 20.7848 16.8295 21.0193 17.131C21.4721 17.7133 21.9998 18.5761 21.9998 19.5002C21.9997 20.816 21.0529 22 19.7498 22.0002C18.4465 22.0002 17.4998 20.816 17.4998 19.5002C17.4998 18.576 18.0274 17.7133 18.4802 17.131C18.7148 16.8294 18.9482 16.5791 19.1228 16.4045C19.2104 16.3169 19.2842 16.2476 19.3367 16.1994C19.3628 16.1754 19.3833 16.156 19.3982 16.1428C19.4057 16.1362 19.4124 16.1309 19.4168 16.1271C19.4187 16.1255 19.4216 16.1232 19.4216 16.1232L19.4246 16.1203Z\" fill=\"currentColor\"/><Path d=\"M9.83473 3.17304C10.7595 1.99079 12.5107 1.88415 13.572 2.9455L20.6296 10.0031C21.6902 11.0645 21.584 12.8158 20.4021 13.7404L10.824 21.2326C9.43103 22.3219 7.44283 22.2004 6.19215 20.9504L2.62476 17.383C1.37414 16.1324 1.25307 14.1444 2.34254 12.7512L5.05445 9.28339L11.0877 12.4435C11.332 12.5709 11.6344 12.4767 11.7625 12.2326C11.8758 12.0161 11.8139 11.7538 11.6287 11.6076L2.26734 6.70527C2.02285 6.5771 1.92833 6.27405 2.0564 6.02949C2.18458 5.78498 2.48762 5.69044 2.73219 5.81855L6.30152 7.68769L9.83473 3.17304Z\" fill=\"currentColor\"/>",
|
|
7054
|
+
"tags": "Path",
|
|
7055
|
+
"componentName": "IconPaintBucketDrop",
|
|
7056
|
+
"iconName": "paint-bucket-drop",
|
|
7057
|
+
"pathname": "src/IconPaintBucketDrop"
|
|
7058
|
+
},
|
|
7031
7059
|
{
|
|
7032
7060
|
"svg": "<Path d=\"M21 5C21 4.44772 20.5523 4 20 4H4C3.44772 4 3 4.44772 3 5C3 5.55228 3.44772 6 4 6H4.77778C6.00508 6 7 6.99492 7 8.22222V13.5C7 14.3284 7.67157 15 8.5 15C9.32843 15 10 14.3284 10 13.5V10.5C10 11.3284 10.6716 12 11.5 12C12.3284 12 13 11.3284 13 10.5V8.5C13 7.11929 14.1193 6 15.5 6H20C20.5523 6 21 5.55228 21 5Z\" fill=\"currentColor\"/><Path d=\"M14 9V8.5C14 7.67157 14.6716 7 15.5 7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H14Z\" fill=\"currentColor\"/><Path d=\"M13.5002 12C13.814 11.5822 14 11.0628 14 10.5V10H20C20.5523 10 21 10.4477 21 11C21 11.5523 20.5523 12 20 12H13.5002Z\" fill=\"currentColor\"/><Path d=\"M11 13V13.5C11 14.0628 10.814 14.5822 10.5002 15H21C21.5523 15 22 14.5523 22 14C22 13.4477 21.5523 13 21 13H11Z\" fill=\"currentColor\"/><Path d=\"M2 8C2 7.44772 2.44772 7 3 7H4.5C5.32843 7 6 7.67157 6 8.5V9H3C2.44772 9 2 8.55228 2 8Z\" fill=\"currentColor\"/><Path d=\"M3 11C3 10.4477 3.44772 10 4 10H6V12H4C3.44772 12 3 11.5523 3 11Z\" fill=\"currentColor\"/><Path d=\"M3 14C3 13.4477 3.44772 13 4 13H6V13.5C6 14.0628 6.18597 14.5822 6.49982 15H4C3.44772 15 3 14.5523 3 14Z\" fill=\"currentColor\"/><Path d=\"M3 17C3 16.4477 3.44772 16 4 16H20C20.5523 16 21 16.4477 21 17C21 17.5523 20.5523 18 20 18H4C3.44772 18 3 17.5523 3 17Z\" fill=\"currentColor\"/><Path d=\"M1.5 19C1.22386 19 1 19.2239 1 19.5C1 19.7761 1.22386 20 1.5 20H22.5C22.7761 20 23 19.7761 23 19.5C23 19.2239 22.7761 19 22.5 19H1.5Z\" fill=\"currentColor\"/>",
|
|
7033
7061
|
"tags": "Path",
|
|
@@ -8253,6 +8281,13 @@
|
|
|
8253
8281
|
"iconName": "settings-toggle-2",
|
|
8254
8282
|
"pathname": "src/IconSettingsToggle2"
|
|
8255
8283
|
},
|
|
8284
|
+
{
|
|
8285
|
+
"svg": "<Path d=\"M20.2441 3.71191C20.7095 4.16594 21 4.79846 21 5.5V18.5C21 19.8807 19.8807 21 18.5 21H5.5C4.79846 21 4.16594 20.7095 3.71191 20.2441L20.2441 3.71191Z\" fill=\"currentColor\"/><Path d=\"M18.5 3C18.81 3 19.1059 3.05895 19.3799 3.16211L3.16211 19.3799C3.05895 19.1059 3 18.81 3 18.5V13.207L13.207 3H18.5Z\" fill=\"currentColor\"/><Path d=\"M3 11.793V5.5C3 4.11929 4.11929 3 5.5 3H11.793L3 11.793Z\" fill=\"currentColor\"/>",
|
|
8286
|
+
"tags": "Path",
|
|
8287
|
+
"componentName": "IconShaderEffect",
|
|
8288
|
+
"iconName": "shader-effect, material",
|
|
8289
|
+
"pathname": "src/IconShaderEffect"
|
|
8290
|
+
},
|
|
8256
8291
|
{
|
|
8257
8292
|
"svg": "<Path d=\"M2.98438 17.3574C3.67421 17.0798 4.44149 16.9086 5.28027 17.0518C5.67591 17.1193 6.08704 17.3854 6.55273 17.8564C7.01612 18.3252 7.47271 18.932 7.98535 19.5996C8.33454 20.0543 8.71117 20.5381 9.12402 21H5.48438C4.10366 21 2.98438 19.8807 2.98438 18.5V17.3574Z\" fill=\"currentColor\"/><Path d=\"M5.7627 11.5986C6.53576 11.391 7.04921 11.5297 7.5 11.8398C7.99779 12.1824 8.42888 12.736 8.99512 13.4453C9.54241 14.1309 10.1869 14.9184 11.0732 15.585C11.7648 16.105 12.5252 16.4419 13.249 16.7305C13.9911 17.0263 14.6679 17.2631 15.2979 17.5957C15.9125 17.9202 16.4446 18.3197 16.8613 18.9082C17.2174 19.4112 17.5053 20.0777 17.6748 21H10.5195C9.90646 20.4366 9.34351 19.7272 8.77832 18.9912C8.28262 18.3457 7.78179 17.6774 7.26367 17.1533C6.74776 16.6315 6.15324 16.1868 5.44824 16.0664C4.53445 15.9105 3.70387 16.0482 2.98438 16.29V13.125C4.18225 12.2449 5.07379 11.7836 5.7627 11.5986Z\" fill=\"currentColor\"/><Path d=\"M11.4102 3.1582C11.3584 4.91423 11.7366 6.15824 12.4463 7.08008C13.295 8.18232 14.5544 8.73288 15.7812 9.20215C17.0456 9.68575 18.2873 10.089 19.3555 10.8584C19.9816 11.3094 20.5487 11.8906 20.999 12.6992V18.5C20.999 19.8172 19.9801 20.8938 18.6875 20.9902C18.5029 19.868 18.156 19.0069 17.6768 18.3301C17.1435 17.577 16.4725 17.0847 15.7646 16.7109C15.0722 16.3454 14.3069 16.0759 13.6191 15.8018C12.9131 15.5203 12.2557 15.2229 11.6748 14.7861C10.8992 14.2029 10.3219 13.5057 9.77637 12.8223C9.2498 12.1626 8.71639 11.4623 8.06738 11.0156C7.37124 10.5366 6.55415 10.3505 5.50293 10.6328C4.78633 10.8253 3.96447 11.236 2.98438 11.9014V5.6582C2.98438 4.27749 4.10366 3.1582 5.48438 3.1582H11.4102Z\" fill=\"currentColor\"/><Path d=\"M18.499 3.1582C19.8797 3.1582 20.999 4.27749 20.999 5.6582V10.9883C20.6719 10.6276 20.3163 10.3176 19.9404 10.0469C18.7379 9.18068 17.3308 8.72491 16.1377 8.26855C14.9073 7.79793 13.8992 7.32745 13.2393 6.4707C12.7064 5.77868 12.3588 4.77121 12.4111 3.1582H18.499Z\" fill=\"currentColor\"/>",
|
|
8258
8293
|
"tags": "Path",
|