@central-icons-react-native/square-outlined-radius-0-stroke-1.5 1.0.0 → 1.0.2
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/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/IconVisualIntelligence/index.js +1 -1
- package/IconVisualIntelligence/index.js.map +1 -1
- package/IconVisualIntelligence/index.mjs +1 -1
- package/IconVisualIntelligence/index.mjs.map +1 -1
- package/README.md +1 -0
- package/filtered-icons.json +15 -1
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +8 -1
|
@@ -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"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var f=Object.create;var C=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var
|
|
1
|
+
"use strict";var f=Object.create;var C=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!g.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(s=I(o,t))||s.enumerable});return r};var a=(r,o,e)=>(e=r!=null?f(d(r)):{},l(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(C({},"__esModule",{value:!0}),r);var k={};x(k,{IconVisualIntelligence:()=>u,default:()=>h});module.exports=P(k);var n=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>n.default.createElement(i,{...r},n.default.createElement(p.Path,{d:"M6.75 12C9.91536 7 14.0846 7 17.25 12C14.0846 17 9.91536 17 6.75 12Z",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(p.Path,{d:"M3.93318 7.46871C1.95079 10.9934 2.45949 15.541 5.45926 18.5407C8.45904 21.5405 13.0066 22.0492 16.5313 20.0668M7.46871 3.93318C10.9934 1.95079 15.541 2.45949 18.5407 5.45926C21.5405 8.45904 22.0492 13.0066 20.0668 16.5313",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),n.default.createElement(p.Path,{d:"M12 10.75C12.4085 10.75 12.77 10.9469 12.998 11.25H13V11.2529C13.1561 11.4615 13.25 11.7194 13.25 12C13.25 12.2806 13.1561 12.5385 13 12.7471V12.75H12.998C12.77 13.0531 12.4085 13.25 12 13.25C11.5915 13.25 11.23 13.0531 11.002 12.75H11V12.7471C10.8439 12.5385 10.75 12.2806 10.75 12C10.75 11.7194 10.8439 11.4615 11 11.2529V11.25H11.002C11.23 10.9469 11.5915 10.75 12 10.75Z",fill:"currentColor"})),h=u;0&&(module.exports={IconVisualIntelligence});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconVisualIntelligence/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 IconVisualIntelligence: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.75 12C9.91536 7 14.0846 7 17.25 12C14.0846 17 9.91536 17 6.75 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M3.93318 7.46871C1.95079 10.9934 2.45949 15.541 5.45926 18.5407C8.45904 21.5405 13.0066 22.0492 16.5313 20.0668M7.46871 3.93318C10.9934 1.95079 15.541 2.45949 18.5407 5.45926C21.5405 8.45904 22.0492 13.0066 20.0668 16.5313\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconVisualIntelligence/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 IconVisualIntelligence: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.75 12C9.91536 7 14.0846 7 17.25 12C14.0846 17 9.91536 17 6.75 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M3.93318 7.46871C1.95079 10.9934 2.45949 15.541 5.45926 18.5407C8.45904 21.5405 13.0066 22.0492 16.5313 20.0668M7.46871 3.93318C10.9934 1.95079 15.541 2.45949 18.5407 5.45926C21.5405 8.45904 22.0492 13.0066 20.0668 16.5313\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 10.75C12.4085 10.75 12.77 10.9469 12.998 11.25H13V11.2529C13.1561 11.4615 13.25 11.7194 13.25 12C13.25 12.2806 13.1561 12.5385 13 12.7471V12.75H12.998C12.77 13.0531 12.4085 13.25 12 13.25C11.5915 13.25 11.23 13.0531 11.002 12.75H11V12.7471C10.8439 12.5385 10.75 12.2806 10.75 12C10.75 11.7194 10.8439 11.4615 11 11.2529V11.25H11.002C11.23 10.9469 11.5915 10.75 12 10.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVisualIntelligence;\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,4BAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uEACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iOACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yXACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVisualIntelligence_exports","__export","IconVisualIntelligence","IconVisualIntelligence_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVisualIntelligence","props","React","CentralIconBase","IconVisualIntelligence_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(s,{...C,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
|
|
1
|
+
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(s,{...C,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:"M6.75 12C9.91536 7 14.0846 7 17.25 12C14.0846 17 9.91536 17 6.75 12Z",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M3.93318 7.46871C1.95079 10.9934 2.45949 15.541 5.45926 18.5407C8.45904 21.5405 13.0066 22.0492 16.5313 20.0668M7.46871 3.93318C10.9934 1.95079 15.541 2.45949 18.5407 5.45926C21.5405 8.45904 22.0492 13.0066 20.0668 16.5313",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),o.createElement(t,{d:"M12 10.75C12.4085 10.75 12.77 10.9469 12.998 11.25H13V11.2529C13.1561 11.4615 13.25 11.7194 13.25 12C13.25 12.2806 13.1561 12.5385 13 12.7471V12.75H12.998C12.77 13.0531 12.4085 13.25 12 13.25C11.5915 13.25 11.23 13.0531 11.002 12.75H11V12.7471C10.8439 12.5385 10.75 12.2806 10.75 12C10.75 11.7194 10.8439 11.4615 11 11.2529V11.25H11.002C11.23 10.9469 11.5915 10.75 12 10.75Z",fill:"currentColor"})),g=l;export{l as IconVisualIntelligence,g as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconVisualIntelligence/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 IconVisualIntelligence: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.75 12C9.91536 7 14.0846 7 17.25 12C14.0846 17 9.91536 17 6.75 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M3.93318 7.46871C1.95079 10.9934 2.45949 15.541 5.45926 18.5407C8.45904 21.5405 13.0066 22.0492 16.5313 20.0668M7.46871 3.93318C10.9934 1.95079 15.541 2.45949 18.5407 5.45926C21.5405 8.45904 22.0492 13.0066 20.0668 16.5313\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconVisualIntelligence/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 IconVisualIntelligence: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.75 12C9.91536 7 14.0846 7 17.25 12C14.0846 17 9.91536 17 6.75 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M3.93318 7.46871C1.95079 10.9934 2.45949 15.541 5.45926 18.5407C8.45904 21.5405 13.0066 22.0492 16.5313 20.0668M7.46871 3.93318C10.9934 1.95079 15.541 2.45949 18.5407 5.45926C21.5405 8.45904 22.0492 13.0066 20.0668 16.5313\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 10.75C12.4085 10.75 12.77 10.9469 12.998 11.25H13V11.2529C13.1561 11.4615 13.25 11.7194 13.25 12C13.25 12.2806 13.1561 12.5385 13 12.7471V12.75H12.998C12.77 13.0531 12.4085 13.25 12 13.25C11.5915 13.25 11.23 13.0531 11.002 12.75H11V12.7471C10.8439 12.5385 10.75 12.2806 10.75 12C10.75 11.7194 10.8439 11.4615 11 11.2529V11.25H11.002C11.23 10.9469 11.5915 10.75 12 10.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVisualIntelligence;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iOACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yXACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVisualIntelligence","props","React","CentralIconBase","IconVisualIntelligence_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -16562,6 +16562,20 @@
|
|
|
16562
16562
|
"packageName": "square-outlined-radius-0-stroke-1.5",
|
|
16563
16563
|
"componentName": "IconSettingsToggle2"
|
|
16564
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
|
+
},
|
|
16565
16579
|
{
|
|
16566
16580
|
"category": "Edit",
|
|
16567
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\"/>",
|
|
@@ -20428,7 +20442,7 @@
|
|
|
20428
20442
|
},
|
|
20429
20443
|
{
|
|
20430
20444
|
"category": "AI & Magic",
|
|
20431
|
-
"svg": "<path d=\"M6.75 12C9.91536 7 14.0846 7 17.25 12C14.0846 17 9.91536 17 6.75 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M3.93318 7.46871C1.95079 10.9934 2.45949 15.541 5.45926 18.5407C8.45904 21.5405 13.0066 22.0492 16.5313 20.0668M7.46871 3.93318C10.9934 1.95079 15.541 2.45949 18.5407 5.45926C21.5405 8.45904 22.0492 13.0066 20.0668 16.5313\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"
|
|
20445
|
+
"svg": "<path d=\"M6.75 12C9.91536 7 14.0846 7 17.25 12C14.0846 17 9.91536 17 6.75 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M3.93318 7.46871C1.95079 10.9934 2.45949 15.541 5.45926 18.5407C8.45904 21.5405 13.0066 22.0492 16.5313 20.0668M7.46871 3.93318C10.9934 1.95079 15.541 2.45949 18.5407 5.45926C21.5405 8.45904 22.0492 13.0066 20.0668 16.5313\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M12 10.75C12.4085 10.75 12.77 10.9469 12.998 11.25H13V11.2529C13.1561 11.4615 13.25 11.7194 13.25 12C13.25 12.2806 13.1561 12.5385 13 12.7471V12.75H12.998C12.77 13.0531 12.4085 13.25 12 13.25C11.5915 13.25 11.23 13.0531 11.002 12.75H11V12.7471C10.8439 12.5385 10.75 12.2806 10.75 12C10.75 11.7194 10.8439 11.4615 11 11.2529V11.25H11.002C11.23 10.9469 11.5915 10.75 12 10.75Z\" fill=\"currentColor\"/>",
|
|
20432
20446
|
"iconName": "visual-intelligence",
|
|
20433
20447
|
"variant": {
|
|
20434
20448
|
"join": "square",
|
package/icons/index.d.ts
CHANGED
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": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
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",
|
|
@@ -482,6 +482,7 @@
|
|
|
482
482
|
"IconRewrite1",
|
|
483
483
|
"IconRewrite2",
|
|
484
484
|
"IconRuler",
|
|
485
|
+
"IconShaderEffect",
|
|
485
486
|
"IconShaders",
|
|
486
487
|
"IconSignature",
|
|
487
488
|
"IconSlice",
|
|
@@ -2891,6 +2892,7 @@
|
|
|
2891
2892
|
"IconSettingsSliderVer": "settings-slider-ver",
|
|
2892
2893
|
"IconSettingsToggle1": "settings-toggle-1",
|
|
2893
2894
|
"IconSettingsToggle2": "settings-toggle-2",
|
|
2895
|
+
"IconShaderEffect": "shader-effect, material",
|
|
2894
2896
|
"IconShaders": "shaders, material, effect",
|
|
2895
2897
|
"IconShadows": "shadows",
|
|
2896
2898
|
"IconShaka1": "shaka-1, call me, hang-ten",
|
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -8281,6 +8281,13 @@
|
|
|
8281
8281
|
"iconName": "settings-toggle-2",
|
|
8282
8282
|
"pathname": "src/IconSettingsToggle2"
|
|
8283
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
|
+
},
|
|
8284
8291
|
{
|
|
8285
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\"/>",
|
|
8286
8293
|
"tags": "Path",
|
|
@@ -10214,7 +10221,7 @@
|
|
|
10214
10221
|
"pathname": "src/IconVisionProApp"
|
|
10215
10222
|
},
|
|
10216
10223
|
{
|
|
10217
|
-
"svg": "<Path d=\"M6.75 12C9.91536 7 14.0846 7 17.25 12C14.0846 17 9.91536 17 6.75 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M3.93318 7.46871C1.95079 10.9934 2.45949 15.541 5.45926 18.5407C8.45904 21.5405 13.0066 22.0492 16.5313 20.0668M7.46871 3.93318C10.9934 1.95079 15.541 2.45949 18.5407 5.45926C21.5405 8.45904 22.0492 13.0066 20.0668 16.5313\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"
|
|
10224
|
+
"svg": "<Path d=\"M6.75 12C9.91536 7 14.0846 7 17.25 12C14.0846 17 9.91536 17 6.75 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M3.93318 7.46871C1.95079 10.9934 2.45949 15.541 5.45926 18.5407C8.45904 21.5405 13.0066 22.0492 16.5313 20.0668M7.46871 3.93318C10.9934 1.95079 15.541 2.45949 18.5407 5.45926C21.5405 8.45904 22.0492 13.0066 20.0668 16.5313\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M12 10.75C12.4085 10.75 12.77 10.9469 12.998 11.25H13V11.2529C13.1561 11.4615 13.25 11.7194 13.25 12C13.25 12.2806 13.1561 12.5385 13 12.7471V12.75H12.998C12.77 13.0531 12.4085 13.25 12 13.25C11.5915 13.25 11.23 13.0531 11.002 12.75H11V12.7471C10.8439 12.5385 10.75 12.2806 10.75 12C10.75 11.7194 10.8439 11.4615 11 11.2529V11.25H11.002C11.23 10.9469 11.5915 10.75 12 10.75Z\" fill=\"currentColor\"/>",
|
|
10218
10225
|
"tags": "Path",
|
|
10219
10226
|
"componentName": "IconVisualIntelligence",
|
|
10220
10227
|
"iconName": "visual-intelligence",
|