@central-icons-react-native/round-outlined-radius-2-stroke-2 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShaderEffect: FC<CentralIconBaseProps>;
4
+ export default IconShaderEffect;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of h(o))!B.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=u(o,e))||C.enumerable});return r};var i=(r,o,t)=>(t=r!=null?f(k(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconShaderEffect:()=>d,default:()=>P});module.exports=x(g);var n=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),d=r=>n.default.createElement(c,{...r},n.default.createElement(s.Path,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M19 5L5 19",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M13 4L4 13",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),P=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=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M19 5L5 19\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M13 4L4 13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\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,2HACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,YAAY,IAAI,EAC3D,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,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 C}from"react-native-svg";var n=({children:t,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"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(e,{d:"M19 5L5 19",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M13 4L4 13",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),B=a;export{a as IconShaderEffect,B 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=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M19 5L5 19\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M13 4L4 13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\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,2HACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,YAAY,IAAI,EAC3DG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,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 m=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(p=k(o,t))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?m(I(r)):{},i(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>i(C({},"__esModule",{value:!0}),r);var P={};g(P,{IconVisualIntelligence:()=>d,default:()=>x});module.exports=h(P);var n=a(require("react"));var l=a(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.default.createElement(u.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),d=r=>n.default.createElement(c,{...r},n.default.createElement(s.Path,{d:"M4.11701 7.6523C2.22837 11.073 2.73471 15.4624 5.63604 18.3637C8.53736 21.265 12.9267 21.7714 16.3475 19.8827M7.65254 4.11676C11.0733 2.22813 15.4626 2.73447 18.364 5.63579C21.2653 8.53712 21.7716 12.9265 19.883 16.3472",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M12 12H12.01M12.25 12C12.25 12.1381 12.1381 12.25 12 12.25C11.8619 12.25 11.75 12.1381 11.75 12C11.75 11.8619 11.8619 11.75 12 11.75C12.1381 11.75 12.25 11.8619 12.25 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M16.2435 10.9505C13.6011 7.68317 10.3986 7.68317 7.75615 10.9505C7.26162 11.5619 7.26162 12.4381 7.75614 13.0495C10.3986 16.3168 13.6011 16.3168 16.2435 13.0495C16.738 12.4381 16.738 11.5619 16.2435 10.9505Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),x=d;0&&(module.exports={IconVisualIntelligence});
1
+ "use strict";var d=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var k=(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 I(o))!g.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(s=f(o,t))||s.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},l(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>l(C({},"__esModule",{value:!0}),r);var h={};k(h,{IconVisualIntelligence:()=>c,default:()=>P});module.exports=x(h);var n=i(require("react"));var a=i(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>a.default.createElement(m.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"),c=r=>n.default.createElement(u,{...r},n.default.createElement(p.Path,{d:"M4.11701 7.6523C2.22837 11.073 2.73471 15.4624 5.63604 18.3637C8.53736 21.265 12.9267 21.7714 16.3475 19.8827M7.65254 4.11676C11.0733 2.22813 15.4626 2.73447 18.364 5.63579C21.2653 8.53712 21.7716 12.9265 19.883 16.3472",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M16.2435 10.9505C13.6011 7.68317 10.3986 7.68317 7.75615 10.9505C7.26162 11.5619 7.26162 12.4381 7.75614 13.0495C10.3986 16.3168 13.6011 16.3168 16.2435 13.0495C16.738 12.4381 16.738 11.5619 16.2435 10.9505Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M12 10.75C12.6904 10.75 13.25 11.3096 13.25 12C13.25 12.6904 12.6904 13.25 12 13.25C11.3096 13.25 10.75 12.6904 10.75 12C10.75 11.3096 11.3096 10.75 12 10.75Z",fill:"currentColor"})),P=c;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=\"M4.11701 7.6523C2.22837 11.073 2.73471 15.4624 5.63604 18.3637C8.53736 21.265 12.9267 21.7714 16.3475 19.8827M7.65254 4.11676C11.0733 2.22813 15.4626 2.73447 18.364 5.63579C21.2653 8.53712 21.7716 12.9265 19.883 16.3472\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12H12.01M12.25 12C12.25 12.1381 12.1381 12.25 12 12.25C11.8619 12.25 11.75 12.1381 11.75 12C11.75 11.8619 11.8619 11.75 12 11.75C12.1381 11.75 12.25 11.8619 12.25 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.2435 10.9505C13.6011 7.68317 10.3986 7.68317 7.75615 10.9505C7.26162 11.5619 7.26162 12.4381 7.75614 13.0495C10.3986 16.3168 13.6011 16.3168 16.2435 13.0495C16.738 12.4381 16.738 11.5619 16.2435 10.9505Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\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,8NACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6KACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,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
+ {"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=\"M4.11701 7.6523C2.22837 11.073 2.73471 15.4624 5.63604 18.3637C8.53736 21.265 12.9267 21.7714 16.3475 19.8827M7.65254 4.11676C11.0733 2.22813 15.4626 2.73447 18.364 5.63579C21.2653 8.53712 21.7716 12.9265 19.883 16.3472\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.2435 10.9505C13.6011 7.68317 10.3986 7.68317 7.75615 10.9505C7.26162 11.5619 7.26162 12.4381 7.75614 13.0495C10.3986 16.3168 13.6011 16.3168 16.2435 13.0495C16.738 12.4381 16.738 11.5619 16.2435 10.9505Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 10.75C12.6904 10.75 13.25 11.3096 13.25 12C13.25 12.6904 12.6904 13.25 12 13.25C11.3096 13.25 10.75 12.6904 10.75 12C10.75 11.3096 11.3096 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,8NACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iKACF,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 s from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...C})=>s.createElement(p,{...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 i=e=>o.createElement(n,{...e},o.createElement(t,{d:"M4.11701 7.6523C2.22837 11.073 2.73471 15.4624 5.63604 18.3637C8.53736 21.265 12.9267 21.7714 16.3475 19.8827M7.65254 4.11676C11.0733 2.22813 15.4626 2.73447 18.364 5.63579C21.2653 8.53712 21.7716 12.9265 19.883 16.3472",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M12 12H12.01M12.25 12C12.25 12.1381 12.1381 12.25 12 12.25C11.8619 12.25 11.75 12.1381 11.75 12C11.75 11.8619 11.8619 11.75 12 11.75C12.1381 11.75 12.25 11.8619 12.25 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M16.2435 10.9505C13.6011 7.68317 10.3986 7.68317 7.75615 10.9505C7.26162 11.5619 7.26162 12.4381 7.75614 13.0495C10.3986 16.3168 13.6011 16.3168 16.2435 13.0495C16.738 12.4381 16.738 11.5619 16.2435 10.9505Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),B=i;export{i as IconVisualIntelligence,B as default};
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:"M4.11701 7.6523C2.22837 11.073 2.73471 15.4624 5.63604 18.3637C8.53736 21.265 12.9267 21.7714 16.3475 19.8827M7.65254 4.11676C11.0733 2.22813 15.4626 2.73447 18.364 5.63579C21.2653 8.53712 21.7716 12.9265 19.883 16.3472",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M16.2435 10.9505C13.6011 7.68317 10.3986 7.68317 7.75615 10.9505C7.26162 11.5619 7.26162 12.4381 7.75614 13.0495C10.3986 16.3168 13.6011 16.3168 16.2435 13.0495C16.738 12.4381 16.738 11.5619 16.2435 10.9505Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),o.createElement(t,{d:"M12 10.75C12.6904 10.75 13.25 11.3096 13.25 12C13.25 12.6904 12.6904 13.25 12 13.25C11.3096 13.25 10.75 12.6904 10.75 12C10.75 11.3096 11.3096 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=\"M4.11701 7.6523C2.22837 11.073 2.73471 15.4624 5.63604 18.3637C8.53736 21.265 12.9267 21.7714 16.3475 19.8827M7.65254 4.11676C11.0733 2.22813 15.4626 2.73447 18.364 5.63579C21.2653 8.53712 21.7716 12.9265 19.883 16.3472\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12H12.01M12.25 12C12.25 12.1381 12.1381 12.25 12 12.25C11.8619 12.25 11.75 12.1381 11.75 12C11.75 11.8619 11.8619 11.75 12 11.75C12.1381 11.75 12.25 11.8619 12.25 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.2435 10.9505C13.6011 7.68317 10.3986 7.68317 7.75615 10.9505C7.26162 11.5619 7.26162 12.4381 7.75614 13.0495C10.3986 16.3168 13.6011 16.3168 16.2435 13.0495C16.738 12.4381 16.738 11.5619 16.2435 10.9505Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\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,8NACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6KACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVisualIntelligence","props","React","CentralIconBase","IconVisualIntelligence_default"]}
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=\"M4.11701 7.6523C2.22837 11.073 2.73471 15.4624 5.63604 18.3637C8.53736 21.265 12.9267 21.7714 16.3475 19.8827M7.65254 4.11676C11.0733 2.22813 15.4626 2.73447 18.364 5.63579C21.2653 8.53712 21.7716 12.9265 19.883 16.3472\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.2435 10.9505C13.6011 7.68317 10.3986 7.68317 7.75615 10.9505C7.26162 11.5619 7.26162 12.4381 7.75614 13.0495C10.3986 16.3168 13.6011 16.3168 16.2435 13.0495C16.738 12.4381 16.738 11.5619 16.2435 10.9505Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 10.75C12.6904 10.75 13.25 11.3096 13.25 12C13.25 12.6904 12.6904 13.25 12 13.25C11.3096 13.25 10.75 12.6904 10.75 12C10.75 11.3096 11.3096 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,8NACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iKACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVisualIntelligence","props","React","CentralIconBase","IconVisualIntelligence_default"]}
package/README.md CHANGED
@@ -588,6 +588,7 @@ Below is a complete list of available icons:
588
588
  - IconRewrite1
589
589
  - IconRewrite2
590
590
  - IconRuler
591
+ - IconShaderEffect
591
592
  - IconShaders
592
593
  - IconSignature
593
594
  - IconSlice
@@ -16562,6 +16562,20 @@
16562
16562
  "packageName": "round-outlined-radius-2-stroke-2",
16563
16563
  "componentName": "IconSettingsToggle2"
16564
16564
  },
16565
+ {
16566
+ "category": "Edit",
16567
+ "svg": "<path d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M19 5L5 19\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M13 4L4 13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
16568
+ "iconName": "shader-effect, material",
16569
+ "variant": {
16570
+ "join": "round",
16571
+ "filled": "off",
16572
+ "radius": "2",
16573
+ "stroke": "2"
16574
+ },
16575
+ "createdAt": "2025-09-02T10:30:34.835537+00:00",
16576
+ "packageName": "round-outlined-radius-2-stroke-2",
16577
+ "componentName": "IconShaderEffect"
16578
+ },
16565
16579
  {
16566
16580
  "category": "Edit",
16567
16581
  "svg": "<path d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M11.9998 4C11.0971 11.5098 18.5122 7.52589 19.9998 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M4 13.4489C9 9.4999 8.8404 12.9999 11.5 14.9999C13.5362 16.5311 16.5 15.9999 17 19.9999\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M4 16.612C4.71795 16.2355 5.63401 15.8666 6.69231 16.0473C8.45343 16.348 8.84615 18.8707 11 20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
@@ -20428,7 +20442,7 @@
20428
20442
  },
20429
20443
  {
20430
20444
  "category": "AI & Magic",
20431
- "svg": "<path d=\"M4.11701 7.6523C2.22837 11.073 2.73471 15.4624 5.63604 18.3637C8.53736 21.265 12.9267 21.7714 16.3475 19.8827M7.65254 4.11676C11.0733 2.22813 15.4626 2.73447 18.364 5.63579C21.2653 8.53712 21.7716 12.9265 19.883 16.3472\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 12H12.01M12.25 12C12.25 12.1381 12.1381 12.25 12 12.25C11.8619 12.25 11.75 12.1381 11.75 12C11.75 11.8619 11.8619 11.75 12 11.75C12.1381 11.75 12.25 11.8619 12.25 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.2435 10.9505C13.6011 7.68317 10.3986 7.68317 7.75615 10.9505C7.26162 11.5619 7.26162 12.4381 7.75614 13.0495C10.3986 16.3168 13.6011 16.3168 16.2435 13.0495C16.738 12.4381 16.738 11.5619 16.2435 10.9505Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
20445
+ "svg": "<path d=\"M4.11701 7.6523C2.22837 11.073 2.73471 15.4624 5.63604 18.3637C8.53736 21.265 12.9267 21.7714 16.3475 19.8827M7.65254 4.11676C11.0733 2.22813 15.4626 2.73447 18.364 5.63579C21.2653 8.53712 21.7716 12.9265 19.883 16.3472\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.2435 10.9505C13.6011 7.68317 10.3986 7.68317 7.75615 10.9505C7.26162 11.5619 7.26162 12.4381 7.75614 13.0495C10.3986 16.3168 13.6011 16.3168 16.2435 13.0495C16.738 12.4381 16.738 11.5619 16.2435 10.9505Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M12 10.75C12.6904 10.75 13.25 11.3096 13.25 12C13.25 12.6904 12.6904 13.25 12 13.25C11.3096 13.25 10.75 12.6904 10.75 12C10.75 11.3096 11.3096 10.75 12 10.75Z\" fill=\"currentColor\"/>",
20432
20446
  "iconName": "visual-intelligence",
20433
20447
  "variant": {
20434
20448
  "join": "round",
package/icons/index.d.ts CHANGED
@@ -1182,6 +1182,7 @@ export type CentralIconName =
1182
1182
  | "IconSettingsSliderVer"
1183
1183
  | "IconSettingsToggle1"
1184
1184
  | "IconSettingsToggle2"
1185
+ | "IconShaderEffect"
1185
1186
  | "IconShaders"
1186
1187
  | "IconShadows"
1187
1188
  | "IconShaka1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "style": "round-outlined-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/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": 1518,
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": 65,
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
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/round-outlined-radius-2-stroke-2",
21
- version: "1.0.0",
21
+ version: "1.0.2",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
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=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M19 5L5 19\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M13 4L4 13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
8286
+ "tags": "Path",
8287
+ "componentName": "IconShaderEffect",
8288
+ "iconName": "shader-effect, material",
8289
+ "pathname": "src/IconShaderEffect"
8290
+ },
8284
8291
  {
8285
8292
  "svg": "<Path d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M11.9998 4C11.0971 11.5098 18.5122 7.52589 19.9998 14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M4 13.4489C9 9.4999 8.8404 12.9999 11.5 14.9999C13.5362 16.5311 16.5 15.9999 17 19.9999\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M4 16.612C4.71795 16.2355 5.63401 15.8666 6.69231 16.0473C8.45343 16.348 8.84615 18.8707 11 20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
8286
8293
  "tags": "Path",
@@ -10214,7 +10221,7 @@
10214
10221
  "pathname": "src/IconVisionProApp"
10215
10222
  },
10216
10223
  {
10217
- "svg": "<Path d=\"M4.11701 7.6523C2.22837 11.073 2.73471 15.4624 5.63604 18.3637C8.53736 21.265 12.9267 21.7714 16.3475 19.8827M7.65254 4.11676C11.0733 2.22813 15.4626 2.73447 18.364 5.63579C21.2653 8.53712 21.7716 12.9265 19.883 16.3472\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 12H12.01M12.25 12C12.25 12.1381 12.1381 12.25 12 12.25C11.8619 12.25 11.75 12.1381 11.75 12C11.75 11.8619 11.8619 11.75 12 11.75C12.1381 11.75 12.25 11.8619 12.25 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.2435 10.9505C13.6011 7.68317 10.3986 7.68317 7.75615 10.9505C7.26162 11.5619 7.26162 12.4381 7.75614 13.0495C10.3986 16.3168 13.6011 16.3168 16.2435 13.0495C16.738 12.4381 16.738 11.5619 16.2435 10.9505Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
10224
+ "svg": "<Path d=\"M4.11701 7.6523C2.22837 11.073 2.73471 15.4624 5.63604 18.3637C8.53736 21.265 12.9267 21.7714 16.3475 19.8827M7.65254 4.11676C11.0733 2.22813 15.4626 2.73447 18.364 5.63579C21.2653 8.53712 21.7716 12.9265 19.883 16.3472\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.2435 10.9505C13.6011 7.68317 10.3986 7.68317 7.75615 10.9505C7.26162 11.5619 7.26162 12.4381 7.75614 13.0495C10.3986 16.3168 13.6011 16.3168 16.2435 13.0495C16.738 12.4381 16.738 11.5619 16.2435 10.9505Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M12 10.75C12.6904 10.75 13.25 11.3096 13.25 12C13.25 12.6904 12.6904 13.25 12 13.25C11.3096 13.25 10.75 12.6904 10.75 12C10.75 11.3096 11.3096 10.75 12 10.75Z\" fill=\"currentColor\"/>",
10218
10225
  "tags": "Path",
10219
10226
  "componentName": "IconVisualIntelligence",
10220
10227
  "iconName": "visual-intelligence",