@central-icons-react-native/square-outlined-radius-0-stroke-1.5 0.0.61 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!d.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(n({},"__esModule",{value:!0}),r);var g={};h(g,{IconFlashcards:()=>i,default:()=>P});module.exports=x(g);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>C.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 s=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(s.Path,{d:"M10.625 7.17745L11.0641 3L21.0093 4.04528L19.6504 16.9741L14.0021 16.3804",stroke:"currentColor",strokeWidth:"1.5"}),p.default.createElement(s.Path,{d:"M2.95312 8.04528L12.8983 7L14.2572 19.9288L4.312 20.9741L2.95312 8.04528Z",stroke:"currentColor",strokeWidth:"1.5"})),P=i;0&&(module.exports={IconFlashcards});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFlashcards/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFlashcards: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.625 7.17745L11.0641 3L21.0093 4.04528L19.6504 16.9741L14.0021 16.3804\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M2.95312 8.04528L12.8983 7L14.2572 19.9288L4.312 20.9741L2.95312 8.04528Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,4EACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4EACF,OAAO,eACP,YAAY,MACd,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 s from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.createElement(a,{...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 l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M10.625 7.17745L11.0641 3L21.0093 4.04528L19.6504 16.9741L14.0021 16.3804",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement(n,{d:"M2.95312 8.04528L12.8983 7L14.2572 19.9288L4.312 20.9741L2.95312 8.04528Z",stroke:"currentColor",strokeWidth:"1.5"})),d=l;export{l as IconFlashcards,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFlashcards/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFlashcards: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.625 7.17745L11.0641 3L21.0093 4.04528L19.6504 16.9741L14.0021 16.3804\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M2.95312 8.04528L12.8983 7L14.2572 19.9288L4.312 20.9741L2.95312 8.04528Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,4EACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4EACF,OAAO,eACP,YAAY,MACd,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 n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!h.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(P(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>C(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconPaintBrush:()=>i,default:()=>g});module.exports=d(v);var p=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>l.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 s=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(s.Path,{d:"M19.25 13.75V2.75H11.5L10 4.75L8.5 2.75H4.75V13.75H9.75L9.42705 18.7557C9.33117 20.2419 10.5107 21.5 12 21.5C13.4893 21.5 14.6688 20.2419 14.5729 18.7557L14.25 13.75H19.25Z",stroke:"currentColor",strokeWidth:"1.5"}),p.default.createElement(s.Path,{d:"M4.75 10.25H19.25",stroke:"currentColor",strokeWidth:"1.5"})),g=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=\"M19.25 13.75V2.75H11.5L10 4.75L8.5 2.75H4.75V13.75H9.75L9.42705 18.7557C9.33117 20.2419 10.5107 21.5 12 21.5C13.4893 21.5 14.6688 20.2419 14.5729 18.7557L14.25 13.75H19.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M4.75 10.25H19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,+KACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,MAAM,CACtE,EAIGE,EAAQJ","names":["IconPaintBrush_exports","__export","IconPaintBrush","IconPaintBrush_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPaintBrush","props","React","CentralIconBase","IconPaintBrush_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import s from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.createElement(a,{...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 C=o=>t.createElement(e,{...o},t.createElement(n,{d:"M19.25 13.75V2.75H11.5L10 4.75L8.5 2.75H4.75V13.75H9.75L9.42705 18.7557C9.33117 20.2419 10.5107 21.5 12 21.5C13.4893 21.5 14.6688 20.2419 14.5729 18.7557L14.25 13.75H19.25Z",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement(n,{d:"M4.75 10.25H19.25",stroke:"currentColor",strokeWidth:"1.5"})),h=C;export{C as IconPaintBrush,h as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPaintBrush/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBrush: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.25 13.75V2.75H11.5L10 4.75L8.5 2.75H4.75V13.75H9.75L9.42705 18.7557C9.33117 20.2419 10.5107 21.5 12 21.5C13.4893 21.5 14.6688 20.2419 14.5729 18.7557L14.25 13.75H19.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M4.75 10.25H19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,+KACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,MAAM,CACtE,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 d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!h.call(r,n)&&n!==t&&s(r,n,{get:()=>o[n],enumerable:!(C=f(o,n))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?d(B(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>l(s({},"__esModule",{value:!0}),r);var g={};I(g,{IconPaintBucket:()=>u,default:()=>x});module.exports=P(g);var e=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),i=({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 p=require("react-native-svg"),u=r=>e.default.createElement(i,{...r},e.default.createElement(p.Path,{d:"M19.25 21.25V10C19.25 5.99594 16.0041 2.75 12 2.75C7.99594 2.75 4.75 5.99594 4.75 10V21.25H19.25Z",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(p.Path,{d:"M8.75 9.5V15",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(p.Path,{d:"M11.75 10V13",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(p.Path,{d:"M3 9.25H21",stroke:"currentColor",strokeWidth:"1.5"})),x=u;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=\"M19.25 21.25V10C19.25 5.99594 16.0041 2.75 12 2.75C7.99594 2.75 4.75 5.99594 4.75 10V21.25H19.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M8.75 9.5V15\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M11.75 10V13\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M3 9.25H21\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,oGACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,YAAY,MAAM,EAC/D,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,YAAY,MAAM,EAC/D,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,YAAY,MAAM,CAC/D,EAIGE,EAAQJ","names":["IconPaintBucket_exports","__export","IconPaintBucket","IconPaintBucket_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPaintBucket","props","React","CentralIconBase","IconPaintBucket_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M19.25 21.25V10C19.25 5.99594 16.0041 2.75 12 2.75C7.99594 2.75 4.75 5.99594 4.75 10V21.25H19.25Z",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M8.75 9.5V15",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M11.75 10V13",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M3 9.25H21",stroke:"currentColor",strokeWidth:"1.5"})),h=l;export{l as IconPaintBucket,h as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPaintBucket/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBucket: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.25 21.25V10C19.25 5.99594 16.0041 2.75 12 2.75C7.99594 2.75 4.75 5.99594 4.75 10V21.25H19.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M8.75 9.5V15\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M11.75 10V13\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M3 9.25H21\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,oGACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,YAAY,MAAM,EAC/DG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,YAAY,MAAM,EAC/DG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,YAAY,MAAM,CAC/D,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 p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!d.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(P(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(p({},"__esModule",{value:!0}),r);var k={};x(k,{IconPaintBucketDrop:()=>i,default:()=>h});module.exports=g(k);var n=a(require("react"));var m=a(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"),i=r=>n.default.createElement(f,{...r},n.default.createElement(C.Path,{d:"M10.8215 20.4964L20.7559 12.8995L10.8564 3L3.25953 12.9344C2.34617 14.1288 2.45807 15.8149 3.52129 16.8781L6.87785 20.2346C7.94106 21.2978 9.62712 21.4098 10.8215 20.4964Z",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(C.Path,{d:"M12.5 11.5L2 6",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(C.Path,{d:"M22.5 19.6C22.5 20.9255 21.4926 22 20.25 22C19.0074 22 18 20.9255 18 19.6C18 17.8 20.25 16 20.25 16C20.25 16 22.5 17.8 22.5 19.6Z",fill:"currentColor"})),h=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=\"M10.8215 20.4964L20.7559 12.8995L10.8564 3L3.25953 12.9344C2.34617 14.1288 2.45807 15.8149 3.52129 16.8781L6.87785 20.2346C7.94106 21.2978 9.62712 21.4098 10.8215 20.4964Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M12.5 11.5L2 6\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M22.5 19.6C22.5 20.9255 21.4926 22 20.25 22C19.0074 22 18 20.9255 18 19.6C18 17.8 20.25 16 20.25 16C20.25 16 22.5 17.8 22.5 19.6Z\"\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,8KACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,YAAY,MAAM,EACjE,EAAAA,QAAA,cAAC,QACC,EAAE,oIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPaintBucketDrop_exports","__export","IconPaintBucketDrop","IconPaintBucketDrop_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPaintBucketDrop","props","React","CentralIconBase","IconPaintBucketDrop_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var l=t=>o.createElement(n,{...t},o.createElement(e,{d:"M10.8215 20.4964L20.7559 12.8995L10.8564 3L3.25953 12.9344C2.34617 14.1288 2.45807 15.8149 3.52129 16.8781L6.87785 20.2346C7.94106 21.2978 9.62712 21.4098 10.8215 20.4964Z",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M12.5 11.5L2 6",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M22.5 19.6C22.5 20.9255 21.4926 22 20.25 22C19.0074 22 18 20.9255 18 19.6C18 17.8 20.25 16 20.25 16C20.25 16 22.5 17.8 22.5 19.6Z",fill:"currentColor"})),d=l;export{l as IconPaintBucketDrop,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPaintBucketDrop/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPaintBucketDrop: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.8215 20.4964L20.7559 12.8995L10.8564 3L3.25953 12.9344C2.34617 14.1288 2.45807 15.8149 3.52129 16.8781L6.87785 20.2346C7.94106 21.2978 9.62712 21.4098 10.8215 20.4964Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M12.5 11.5L2 6\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M22.5 19.6C22.5 20.9255 21.4926 22 20.25 22C19.0074 22 18 20.9255 18 19.6C18 17.8 20.25 16 20.25 16C20.25 16 22.5 17.8 22.5 19.6Z\"\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,8KACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,YAAY,MAAM,EACjEG,EAAA,cAACH,EAAA,CACC,EAAE,oIACF,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 i=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of h(o))!I.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(a=u(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?i(B(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>C(p({},"__esModule",{value:!0}),r);var k={};x(k,{IconShaderEffect:()=>d,default:()=>g});module.exports=P(k);var n=l(require("react"));var m=l(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 s=require("react-native-svg"),d=r=>n.default.createElement(f,{...r},n.default.createElement(s.Path,{d:"M20.25 3.75H3.75V20.25H20.25V3.75Z",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(s.Path,{d:"M19.5 4.5L4.5 19.5",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(s.Path,{d:"M13.25 3.75L3.75 13.25",stroke:"currentColor",strokeWidth:"1.5"})),g=d;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.25 3.75H3.75V20.25H20.25V3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M19.5 4.5L4.5 19.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M13.25 3.75L3.75 13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,qCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,OAAO,eAAe,YAAY,MAAM,EACrE,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,MACd,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 s from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(a,{...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 C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M20.25 3.75H3.75V20.25H20.25V3.75Z",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M19.5 4.5L4.5 19.5",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M13.25 3.75L3.75 13.25",stroke:"currentColor",strokeWidth:"1.5"})),I=C;export{C as IconShaderEffect,I 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.25 3.75H3.75V20.25H20.25V3.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M19.5 4.5L4.5 19.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path\n d=\"M13.25 3.75L3.75 13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,qCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,OAAO,eAAe,YAAY,MAAM,EACrEG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,YAAY,MACd,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": "square-outlined-radius-0-stroke-1.5",
|
|
9199
9199
|
"componentName": "IconFlag2"
|
|
9200
9200
|
},
|
|
9201
|
+
{
|
|
9202
|
+
"category": "Things",
|
|
9203
|
+
"svg": "<path d=\"M10.625 7.17745L11.0641 3L21.0093 4.04528L19.6504 16.9741L14.0021 16.3804\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M2.95312 8.04528L12.8983 7L14.2572 19.9288L4.312 20.9741L2.95312 8.04528Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
9204
|
+
"iconName": "flashcards, cards, pages",
|
|
9205
|
+
"variant": {
|
|
9206
|
+
"join": "square",
|
|
9207
|
+
"filled": "off",
|
|
9208
|
+
"radius": "0",
|
|
9209
|
+
"stroke": "1.5"
|
|
9210
|
+
},
|
|
9211
|
+
"createdAt": "2025-09-02T09:30:11.696823+00:00",
|
|
9212
|
+
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
9213
|
+
"componentName": "IconFlashcards"
|
|
9214
|
+
},
|
|
9201
9215
|
{
|
|
9202
9216
|
"category": "Folders & Files",
|
|
9203
9217
|
"svg": "<path d=\"M7.75 3.75V8.25H16.25V3.75M3.75 3.75V20.25H20.25V6.75L17.25 3.75H3.75ZM7.75 12.75V20.25H16.25V12.75H7.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
|
|
@@ -14056,6 +14070,48 @@
|
|
|
14056
14070
|
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
14057
14071
|
"componentName": "IconPageTextSearch"
|
|
14058
14072
|
},
|
|
14073
|
+
{
|
|
14074
|
+
"category": "Edit",
|
|
14075
|
+
"svg": "<path d=\"M19.25 13.75V2.75H11.5L10 4.75L8.5 2.75H4.75V13.75H9.75L9.42705 18.7557C9.33117 20.2419 10.5107 21.5 12 21.5C13.4893 21.5 14.6688 20.2419 14.5729 18.7557L14.25 13.75H19.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M4.75 10.25H19.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
14076
|
+
"iconName": "paint-brush, design, color, appearance",
|
|
14077
|
+
"variant": {
|
|
14078
|
+
"join": "square",
|
|
14079
|
+
"filled": "off",
|
|
14080
|
+
"radius": "0",
|
|
14081
|
+
"stroke": "1.5"
|
|
14082
|
+
},
|
|
14083
|
+
"createdAt": "2025-09-02T09:00:11.443912+00:00",
|
|
14084
|
+
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
14085
|
+
"componentName": "IconPaintBrush"
|
|
14086
|
+
},
|
|
14087
|
+
{
|
|
14088
|
+
"category": "Edit",
|
|
14089
|
+
"svg": "<path d=\"M19.25 21.25V10C19.25 5.99594 16.0041 2.75 12 2.75C7.99594 2.75 4.75 5.99594 4.75 10V21.25H19.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M8.75 9.5V15\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M11.75 10V13\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M3 9.25H21\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
14090
|
+
"iconName": "paint-bucket, design, color, appearance",
|
|
14091
|
+
"variant": {
|
|
14092
|
+
"join": "square",
|
|
14093
|
+
"filled": "off",
|
|
14094
|
+
"radius": "0",
|
|
14095
|
+
"stroke": "1.5"
|
|
14096
|
+
},
|
|
14097
|
+
"createdAt": "2025-09-02T09:00:11.443912+00:00",
|
|
14098
|
+
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
14099
|
+
"componentName": "IconPaintBucket"
|
|
14100
|
+
},
|
|
14101
|
+
{
|
|
14102
|
+
"category": "Edit",
|
|
14103
|
+
"svg": "<path d=\"M10.8215 20.4964L20.7559 12.8995L10.8564 3L3.25953 12.9344C2.34617 14.1288 2.45807 15.8149 3.52129 16.8781L6.87785 20.2346C7.94106 21.2978 9.62712 21.4098 10.8215 20.4964Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M12.5 11.5L2 6\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M22.5 19.6C22.5 20.9255 21.4926 22 20.25 22C19.0074 22 18 20.9255 18 19.6C18 17.8 20.25 16 20.25 16C20.25 16 22.5 17.8 22.5 19.6Z\" fill=\"currentColor\"/>",
|
|
14104
|
+
"iconName": "paint-bucket-drop",
|
|
14105
|
+
"variant": {
|
|
14106
|
+
"join": "square",
|
|
14107
|
+
"filled": "off",
|
|
14108
|
+
"radius": "0",
|
|
14109
|
+
"stroke": "1.5"
|
|
14110
|
+
},
|
|
14111
|
+
"createdAt": "2025-09-02T09:30:11.696823+00:00",
|
|
14112
|
+
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
14113
|
+
"componentName": "IconPaintBucketDrop"
|
|
14114
|
+
},
|
|
14059
14115
|
{
|
|
14060
14116
|
"category": "Food",
|
|
14061
14117
|
"svg": "<path d=\"M22.25 19.25H1.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M18 8.375H20.25V12H14M5.375 8.375H2.75V12H7.375M13 15.625H20.25V19.25H3.75V15.625H7.375\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M14 12H21.25V15.625H11M7.375 12H3.75V15.625H7.375\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M17 8.375H20.25V4.75H3.75V8.375H7.75V15C7.75 15.8284 8.42157 16.5 9.25 16.5C10.0784 16.5 10.75 15.8284 10.75 15V12\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M17 8.37988H13.75V11.9999C13.75 12.8283 13.0784 13.4999 12.25 13.4999C11.4216 13.4999 10.75 12.8283 10.75 11.9999\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
|
|
@@ -16506,6 +16562,20 @@
|
|
|
16506
16562
|
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
16507
16563
|
"componentName": "IconSettingsToggle2"
|
|
16508
16564
|
},
|
|
16565
|
+
{
|
|
16566
|
+
"category": "Edit",
|
|
16567
|
+
"svg": "<path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M19.5 4.5L4.5 19.5\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M13.25 3.75L3.75 13.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
16568
|
+
"iconName": "shader-effect, material",
|
|
16569
|
+
"variant": {
|
|
16570
|
+
"join": "square",
|
|
16571
|
+
"filled": "off",
|
|
16572
|
+
"radius": "0",
|
|
16573
|
+
"stroke": "1.5"
|
|
16574
|
+
},
|
|
16575
|
+
"createdAt": "2025-09-02T10:30:34.835537+00:00",
|
|
16576
|
+
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
16577
|
+
"componentName": "IconShaderEffect"
|
|
16578
|
+
},
|
|
16509
16579
|
{
|
|
16510
16580
|
"category": "Edit",
|
|
16511
16581
|
"svg": "<path d=\"M11.7545 3.75C10.7959 11.6353 18.6701 7.45218 20.2498 14.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M3.75 13.3066C8.94231 9.12105 8.77657 12.8306 11.5385 14.9504C13.653 16.5733 16.7308 16.0103 17.25 20.2499\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M3.75 16.4385C4.51923 16.015 5.50072 15.6 6.63462 15.8032C8.52153 16.1414 8.94231 18.9795 11.25 20.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
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/square-outlined-radius-0-stroke-1.5",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-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": 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=\"M10.625 7.17745L11.0641 3L21.0093 4.04528L19.6504 16.9741L14.0021 16.3804\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M2.95312 8.04528L12.8983 7L14.2572 19.9288L4.312 20.9741L2.95312 8.04528Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
4604
|
+
"tags": "Path",
|
|
4605
|
+
"componentName": "IconFlashcards",
|
|
4606
|
+
"iconName": "flashcards, cards, pages",
|
|
4607
|
+
"pathname": "src/IconFlashcards"
|
|
4608
|
+
},
|
|
4602
4609
|
{
|
|
4603
4610
|
"svg": "<Path d=\"M7.75 3.75V8.25H16.25V3.75M3.75 3.75V20.25H20.25V6.75L17.25 3.75H3.75ZM7.75 12.75V20.25H16.25V12.75H7.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
|
|
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=\"M19.25 13.75V2.75H11.5L10 4.75L8.5 2.75H4.75V13.75H9.75L9.42705 18.7557C9.33117 20.2419 10.5107 21.5 12 21.5C13.4893 21.5 14.6688 20.2419 14.5729 18.7557L14.25 13.75H19.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M4.75 10.25H19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
7040
|
+
"tags": "Path",
|
|
7041
|
+
"componentName": "IconPaintBrush",
|
|
7042
|
+
"iconName": "paint-brush, design, color, appearance",
|
|
7043
|
+
"pathname": "src/IconPaintBrush"
|
|
7044
|
+
},
|
|
7045
|
+
{
|
|
7046
|
+
"svg": "<Path d=\"M19.25 21.25V10C19.25 5.99594 16.0041 2.75 12 2.75C7.99594 2.75 4.75 5.99594 4.75 10V21.25H19.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M8.75 9.5V15\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M11.75 10V13\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M3 9.25H21\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
7047
|
+
"tags": "Path",
|
|
7048
|
+
"componentName": "IconPaintBucket",
|
|
7049
|
+
"iconName": "paint-bucket, design, color, appearance",
|
|
7050
|
+
"pathname": "src/IconPaintBucket"
|
|
7051
|
+
},
|
|
7052
|
+
{
|
|
7053
|
+
"svg": "<Path d=\"M10.8215 20.4964L20.7559 12.8995L10.8564 3L3.25953 12.9344C2.34617 14.1288 2.45807 15.8149 3.52129 16.8781L6.87785 20.2346C7.94106 21.2978 9.62712 21.4098 10.8215 20.4964Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M12.5 11.5L2 6\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M22.5 19.6C22.5 20.9255 21.4926 22 20.25 22C19.0074 22 18 20.9255 18 19.6C18 17.8 20.25 16 20.25 16C20.25 16 22.5 17.8 22.5 19.6Z\" 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=\"M22.25 19.25H1.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M18 8.375H20.25V12H14M5.375 8.375H2.75V12H7.375M13 15.625H20.25V19.25H3.75V15.625H7.375\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M14 12H21.25V15.625H11M7.375 12H3.75V15.625H7.375\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M17 8.375H20.25V4.75H3.75V8.375H7.75V15C7.75 15.8284 8.42157 16.5 9.25 16.5C10.0784 16.5 10.75 15.8284 10.75 15V12\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M17 8.37988H13.75V11.9999C13.75 12.8283 13.0784 13.4999 12.25 13.4999C11.4216 13.4999 10.75 12.8283 10.75 11.9999\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
|
|
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.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M19.5 4.5L4.5 19.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M13.25 3.75L3.75 13.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
8286
|
+
"tags": "Path",
|
|
8287
|
+
"componentName": "IconShaderEffect",
|
|
8288
|
+
"iconName": "shader-effect, material",
|
|
8289
|
+
"pathname": "src/IconShaderEffect"
|
|
8290
|
+
},
|
|
8256
8291
|
{
|
|
8257
8292
|
"svg": "<Path d=\"M11.7545 3.75C10.7959 11.6353 18.6701 7.45218 20.2498 14.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M3.75 13.3066C8.94231 9.12105 8.77657 12.8306 11.5385 14.9504C13.653 16.5733 16.7308 16.0103 17.25 20.2499\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M3.75 16.4385C4.51923 16.015 5.50072 15.6 6.63462 15.8032C8.52153 16.1414 8.94231 18.9795 11.25 20.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M20.25 3.75H3.75V20.25H20.25V3.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
8258
8293
|
"tags": "Path",
|