@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.115 → 1.1.117
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/IconAgenticCoding/index.d.ts +4 -0
- package/IconAgenticCoding/index.js +2 -0
- package/IconAgenticCoding/index.js.map +1 -0
- package/IconAgenticCoding/index.mjs +2 -0
- package/IconAgenticCoding/index.mjs.map +1 -0
- package/IconBuildingBlocks/index.d.ts +4 -0
- package/IconBuildingBlocks/index.js +2 -0
- package/IconBuildingBlocks/index.js.map +1 -0
- package/IconBuildingBlocks/index.mjs +2 -0
- package/IconBuildingBlocks/index.mjs.map +1 -0
- package/IconMegaphone2/index.d.ts +4 -0
- package/IconMegaphone2/index.js +2 -0
- package/IconMegaphone2/index.js.map +1 -0
- package/IconMegaphone2/index.mjs +2 -0
- package/IconMegaphone2/index.mjs.map +1 -0
- package/IconShield2/index.d.ts +4 -0
- package/IconShield2/index.js +2 -0
- package/IconShield2/index.js.map +1 -0
- package/IconShield2/index.mjs +2 -0
- package/IconShield2/index.mjs.map +1 -0
- package/IconShieldCode/index.d.ts +4 -0
- package/IconShieldCode/index.js +2 -0
- package/IconShieldCode/index.js.map +1 -0
- package/IconShieldCode/index.mjs +2 -0
- package/IconShieldCode/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 +16 -6
- package/index.d.ts +5 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- 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 c=Object.create;var C=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!h.call(r,s)&&s!==e&&C(r,s,{get:()=>o[s],enumerable:!(i=a(o,s))||i.enumerable});return r};var d=(r,o,e)=>(e=r!=null?c(f(r)):{},p(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>p(C({},"__esModule",{value:!0}),r);var x={};g(x,{IconAgenticCoding:()=>l,default:()=>I});module.exports=B(x);var n=d(require("react"));var u=d(require("react")),k=require("react-native-svg"),L=({children:r,size:o=24,...e})=>u.default.createElement(k.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 t=require("react-native-svg"),l=r=>n.default.createElement(L,{...r},n.default.createElement(t.Path,{d:"M4 6H12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M16 6L20 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M4 12H5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M9 12H12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M4 18H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19.5506 13.7315L18.6795 11.4667C18.5714 11.1855 18.3012 11 18 11C17.6988 11 17.4286 11.1855 17.3205 11.4667L16.4494 13.7315C16.3225 14.0616 16.0616 14.3225 15.7315 14.4494L13.4667 15.3205C13.1855 15.4286 13 15.6988 13 16C13 16.3012 13.1855 16.5714 13.4667 16.6795L15.7315 17.5506C16.0616 17.6775 16.3225 17.9384 16.4494 18.2685L17.3205 20.5333C17.4286 20.8145 17.6988 21 18 21C18.3012 21 18.5714 20.8145 18.6795 20.5333L19.5506 18.2685C19.6775 17.9384 19.9384 17.6775 20.2685 17.5506L22.5333 16.6795C22.8145 16.5714 23 16.3012 23 16C23 15.6988 22.8145 15.4286 22.5333 15.3205L20.2685 14.4494C19.9384 14.3225 19.6775 14.0616 19.5506 13.7315Z",fill:"currentColor"})),I=l;0&&(module.exports={IconAgenticCoding});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAgenticCoding/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 IconAgenticCoding: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 6H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 6L20 6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 12H5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 12H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 18H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5506 13.7315L18.6795 11.4667C18.5714 11.1855 18.3012 11 18 11C17.6988 11 17.4286 11.1855 17.3205 11.4667L16.4494 13.7315C16.3225 14.0616 16.0616 14.3225 15.7315 14.4494L13.4667 15.3205C13.1855 15.4286 13 15.6988 13 16C13 16.3012 13.1855 16.5714 13.4667 16.6795L15.7315 17.5506C16.0616 17.6775 16.3225 17.9384 16.4494 18.2685L17.3205 20.5333C17.4286 20.8145 17.6988 21 18 21C18.3012 21 18.5714 20.8145 18.6795 20.5333L19.5506 18.2685C19.6775 17.9384 19.9384 17.6775 20.2685 17.5506L22.5333 16.6795C22.8145 16.5714 23 16.3012 23 16C23 15.6988 22.8145 15.4286 22.5333 15.3205L20.2685 14.4494C19.9384 14.3225 19.6775 14.0616 19.5506 13.7315Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAgenticCoding;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ooBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAgenticCoding_exports","__export","IconAgenticCoding","IconAgenticCoding_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAgenticCoding","props","React","CentralIconBase","IconAgenticCoding_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import C from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:o=24,...s})=>C.createElement(i,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var p=n=>r.createElement(t,{...n},r.createElement(e,{d:"M4 6H12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M16 6L20 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M4 12H5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M9 12H12",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M4 18H9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M19.5506 13.7315L18.6795 11.4667C18.5714 11.1855 18.3012 11 18 11C17.6988 11 17.4286 11.1855 17.3205 11.4667L16.4494 13.7315C16.3225 14.0616 16.0616 14.3225 15.7315 14.4494L13.4667 15.3205C13.1855 15.4286 13 15.6988 13 16C13 16.3012 13.1855 16.5714 13.4667 16.6795L15.7315 17.5506C16.0616 17.6775 16.3225 17.9384 16.4494 18.2685L17.3205 20.5333C17.4286 20.8145 17.6988 21 18 21C18.3012 21 18.5714 20.8145 18.6795 20.5333L19.5506 18.2685C19.6775 17.9384 19.9384 17.6775 20.2685 17.5506L22.5333 16.6795C22.8145 16.5714 23 16.3012 23 16C23 15.6988 22.8145 15.4286 22.5333 15.3205L20.2685 14.4494C19.9384 14.3225 19.6775 14.0616 19.5506 13.7315Z",fill:"currentColor"})),h=p;export{p as IconAgenticCoding,h as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAgenticCoding/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 IconAgenticCoding: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 6H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 6L20 6\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 12H5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 12H12\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 18H9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.5506 13.7315L18.6795 11.4667C18.5714 11.1855 18.3012 11 18 11C17.6988 11 17.4286 11.1855 17.3205 11.4667L16.4494 13.7315C16.3225 14.0616 16.0616 14.3225 15.7315 14.4494L13.4667 15.3205C13.1855 15.4286 13 15.6988 13 16C13 16.3012 13.1855 16.5714 13.4667 16.6795L15.7315 17.5506C16.0616 17.6775 16.3225 17.9384 16.4494 18.2685L17.3205 20.5333C17.4286 20.8145 17.6988 21 18 21C18.3012 21 18.5714 20.8145 18.6795 20.5333L19.5506 18.2685C19.6775 17.9384 19.9384 17.6775 20.2685 17.5506L22.5333 16.6795C22.8145 16.5714 23 16.3012 23 16C23 15.6988 22.8145 15.4286 22.5333 15.3205L20.2685 14.4494C19.9384 14.3225 19.6775 14.0616 19.5506 13.7315Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAgenticCoding;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,UACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ooBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAgenticCoding","props","React","CentralIconBase","IconAgenticCoding_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var s=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var h=(o,r)=>{for(var e in r)s(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of m(r))!f.call(o,t)&&t!==e&&s(o,t,{get:()=>r[t],enumerable:!(p=c(r,t))||p.enumerable});return o};var d=(o,r,e)=>(e=o!=null?l(B(o)):{},i(r||!o||!o.__esModule?s(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>i(s({},"__esModule",{value:!0}),o);var x={};h(x,{IconBuildingBlocks:()=>a,default:()=>g});module.exports=I(x);var n=d(require("react"));var u=d(require("react")),L=require("react-native-svg"),k=({children:o,size:r=24,...e})=>u.default.createElement(L.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var C=require("react-native-svg"),a=o=>n.default.createElement(k,{...o},n.default.createElement(C.Path,{d:"M20.1843 6.04123L13.8442 2.4749C13.5374 2.30231 13.384 2.21602 13.2221 2.18559C13.0788 2.15867 12.9315 2.16339 12.7902 2.19941C12.6306 2.24013 12.483 2.33606 12.1878 2.5279L3.72802 8.02679L3.72802 8.02679C3.46201 8.19969 3.32901 8.28614 3.23265 8.40146C3.14735 8.50354 3.08327 8.62161 3.04417 8.74876C3 8.89241 3 9.05104 3 9.3683V16.5642C3 16.9049 3 17.0753 3.04999 17.2274C3.09421 17.3619 3.16652 17.4856 3.26213 17.5901C3.37019 17.7082 3.51865 17.7917 3.81558 17.9588L3.81558 17.9588L10.1557 21.5251C10.4626 21.6977 10.616 21.784 10.7779 21.8144C10.9212 21.8413 11.0685 21.8366 11.2098 21.8006C11.3694 21.7599 11.517 21.6639 11.8121 21.4721L11.8122 21.4721L20.2719 15.9732C20.5379 15.8003 20.6709 15.7139 20.7673 15.5985C20.8526 15.4965 20.9166 15.3784 20.9557 15.2512C20.9999 15.1076 20.9999 14.949 20.9999 14.6317V7.43575C20.9999 7.09507 20.9999 6.92474 20.9499 6.77263C20.9057 6.63806 20.8334 6.51443 20.7378 6.40991C20.6297 6.29177 20.4813 6.20826 20.1843 6.04123Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M20.5 6.8252L11 13.0003L3.5 8.7815",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M20.9999 11L11 17.5L3 13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M11 21V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=a;0&&(module.exports={IconBuildingBlocks});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBuildingBlocks/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 IconBuildingBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.1843 6.04123L13.8442 2.4749C13.5374 2.30231 13.384 2.21602 13.2221 2.18559C13.0788 2.15867 12.9315 2.16339 12.7902 2.19941C12.6306 2.24013 12.483 2.33606 12.1878 2.5279L3.72802 8.02679L3.72802 8.02679C3.46201 8.19969 3.32901 8.28614 3.23265 8.40146C3.14735 8.50354 3.08327 8.62161 3.04417 8.74876C3 8.89241 3 9.05104 3 9.3683V16.5642C3 16.9049 3 17.0753 3.04999 17.2274C3.09421 17.3619 3.16652 17.4856 3.26213 17.5901C3.37019 17.7082 3.51865 17.7917 3.81558 17.9588L3.81558 17.9588L10.1557 21.5251C10.4626 21.6977 10.616 21.784 10.7779 21.8144C10.9212 21.8413 11.0685 21.8366 11.2098 21.8006C11.3694 21.7599 11.517 21.6639 11.8121 21.4721L11.8122 21.4721L20.2719 15.9732C20.5379 15.8003 20.6709 15.7139 20.7673 15.5985C20.8526 15.4965 20.9166 15.3784 20.9557 15.2512C20.9999 15.1076 20.9999 14.949 20.9999 14.6317V7.43575C20.9999 7.09507 20.9999 6.92474 20.9499 6.77263C20.9057 6.63806 20.8334 6.51443 20.7378 6.40991C20.6297 6.29177 20.4813 6.20826 20.1843 6.04123Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 6.8252L11 13.0003L3.5 8.7815\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.9999 11L11 17.5L3 13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 21V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBuildingBlocks;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,68BACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconBuildingBlocks_exports","__export","IconBuildingBlocks","IconBuildingBlocks_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBuildingBlocks","props","React","CentralIconBase","IconBuildingBlocks_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import s from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...C})=>s.createElement(p,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var i=n=>r.createElement(t,{...n},r.createElement(e,{d:"M20.1843 6.04123L13.8442 2.4749C13.5374 2.30231 13.384 2.21602 13.2221 2.18559C13.0788 2.15867 12.9315 2.16339 12.7902 2.19941C12.6306 2.24013 12.483 2.33606 12.1878 2.5279L3.72802 8.02679L3.72802 8.02679C3.46201 8.19969 3.32901 8.28614 3.23265 8.40146C3.14735 8.50354 3.08327 8.62161 3.04417 8.74876C3 8.89241 3 9.05104 3 9.3683V16.5642C3 16.9049 3 17.0753 3.04999 17.2274C3.09421 17.3619 3.16652 17.4856 3.26213 17.5901C3.37019 17.7082 3.51865 17.7917 3.81558 17.9588L3.81558 17.9588L10.1557 21.5251C10.4626 21.6977 10.616 21.784 10.7779 21.8144C10.9212 21.8413 11.0685 21.8366 11.2098 21.8006C11.3694 21.7599 11.517 21.6639 11.8121 21.4721L11.8122 21.4721L20.2719 15.9732C20.5379 15.8003 20.6709 15.7139 20.7673 15.5985C20.8526 15.4965 20.9166 15.3784 20.9557 15.2512C20.9999 15.1076 20.9999 14.949 20.9999 14.6317V7.43575C20.9999 7.09507 20.9999 6.92474 20.9499 6.77263C20.9057 6.63806 20.8334 6.51443 20.7378 6.40991C20.6297 6.29177 20.4813 6.20826 20.1843 6.04123Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M20.5 6.8252L11 13.0003L3.5 8.7815",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M20.9999 11L11 17.5L3 13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M11 21V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),f=i;export{i as IconBuildingBlocks,f as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBuildingBlocks/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 IconBuildingBlocks: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.1843 6.04123L13.8442 2.4749C13.5374 2.30231 13.384 2.21602 13.2221 2.18559C13.0788 2.15867 12.9315 2.16339 12.7902 2.19941C12.6306 2.24013 12.483 2.33606 12.1878 2.5279L3.72802 8.02679L3.72802 8.02679C3.46201 8.19969 3.32901 8.28614 3.23265 8.40146C3.14735 8.50354 3.08327 8.62161 3.04417 8.74876C3 8.89241 3 9.05104 3 9.3683V16.5642C3 16.9049 3 17.0753 3.04999 17.2274C3.09421 17.3619 3.16652 17.4856 3.26213 17.5901C3.37019 17.7082 3.51865 17.7917 3.81558 17.9588L3.81558 17.9588L10.1557 21.5251C10.4626 21.6977 10.616 21.784 10.7779 21.8144C10.9212 21.8413 11.0685 21.8366 11.2098 21.8006C11.3694 21.7599 11.517 21.6639 11.8121 21.4721L11.8122 21.4721L20.2719 15.9732C20.5379 15.8003 20.6709 15.7139 20.7673 15.5985C20.8526 15.4965 20.9166 15.3784 20.9557 15.2512C20.9999 15.1076 20.9999 14.949 20.9999 14.6317V7.43575C20.9999 7.09507 20.9999 6.92474 20.9499 6.77263C20.9057 6.63806 20.8334 6.51443 20.7378 6.40991C20.6297 6.29177 20.4813 6.20826 20.1843 6.04123Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 6.8252L11 13.0003L3.5 8.7815\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.9999 11L11 17.5L3 13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 21V13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBuildingBlocks;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,68BACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2BACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBuildingBlocks","props","React","CentralIconBase","IconBuildingBlocks_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of L(r))!h.call(o,t)&&t!==e&&p(o,t,{get:()=>r[t],enumerable:!(C=m(r,t))||C.enumerable});return o};var d=(o,r,e)=>(e=o!=null?l(f(o)):{},i(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>i(p({},"__esModule",{value:!0}),o);var x={};B(x,{IconMegaphone2:()=>c,default:()=>g});module.exports=I(x);var n=d(require("react"));var u=d(require("react")),a=require("react-native-svg"),k=({children:o,size:r=24,...e})=>u.default.createElement(a.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),c=o=>n.default.createElement(k,{...o},n.default.createElement(s.Path,{d:"M10 8H6C4.067 8 2.5 9.567 2.5 11.5C2.5 13.433 4.067 15 6 15H10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M18 9H19C20.3807 9 21.5 10.1193 21.5 11.5C21.5 12.8807 20.3807 14 19 14H18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M17.2549 3.91914L10.2549 7.85664C10.0974 7.9452 10 8.11179 10 8.29242V14.7076C10 14.8882 10.0974 15.0548 10.2549 15.1434L17.2549 19.0809C17.5882 19.2683 18 19.0275 18 18.6451V4.35492C18 3.97251 17.5882 3.73165 17.2549 3.91914Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M12 16.5V20C12 20.5523 11.5523 21 11 21H9C8.44772 21 8 20.5523 8 20V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=c;0&&(module.exports={IconMegaphone2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMegaphone2/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 IconMegaphone2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 8H6C4.067 8 2.5 9.567 2.5 11.5C2.5 13.433 4.067 15 6 15H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 9H19C20.3807 9 21.5 10.1193 21.5 11.5C21.5 12.8807 20.3807 14 19 14H18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.2549 3.91914L10.2549 7.85664C10.0974 7.9452 10 8.11179 10 8.29242V14.7076C10 14.8882 10.0974 15.0548 10.2549 15.1434L17.2549 19.0809C17.5882 19.2683 18 19.0275 18 18.6451V4.35492C18 3.97251 17.5882 3.73165 17.2549 3.91914Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16.5V20C12 20.5523 11.5523 21 11 21H9C8.44772 21 8 20.5523 8 20V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMegaphone2;\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,iEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6EACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qOACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMegaphone2_exports","__export","IconMegaphone2","IconMegaphone2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMegaphone2","props","React","CentralIconBase","IconMegaphone2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:o=24,...s})=>p.createElement(C,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var i=n=>r.createElement(t,{...n},r.createElement(e,{d:"M10 8H6C4.067 8 2.5 9.567 2.5 11.5C2.5 13.433 4.067 15 6 15H10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M18 9H19C20.3807 9 21.5 10.1193 21.5 11.5C21.5 12.8807 20.3807 14 19 14H18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M17.2549 3.91914L10.2549 7.85664C10.0974 7.9452 10 8.11179 10 8.29242V14.7076C10 14.8882 10.0974 15.0548 10.2549 15.1434L17.2549 19.0809C17.5882 19.2683 18 19.0275 18 18.6451V4.35492C18 3.97251 17.5882 3.73165 17.2549 3.91914Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M12 16.5V20C12 20.5523 11.5523 21 11 21H9C8.44772 21 8 20.5523 8 20V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=i;export{i as IconMegaphone2,h as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMegaphone2/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 IconMegaphone2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10 8H6C4.067 8 2.5 9.567 2.5 11.5C2.5 13.433 4.067 15 6 15H10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18 9H19C20.3807 9 21.5 10.1193 21.5 11.5C21.5 12.8807 20.3807 14 19 14H18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.2549 3.91914L10.2549 7.85664C10.0974 7.9452 10 8.11179 10 8.29242V14.7076C10 14.8882 10.0974 15.0548 10.2549 15.1434L17.2549 19.0809C17.5882 19.2683 18 19.0275 18 18.6451V4.35492C18 3.97251 17.5882 3.73165 17.2549 3.91914Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 16.5V20C12 20.5523 11.5523 21 11 21H9C8.44772 21 8 20.5523 8 20V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMegaphone2;\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,iEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6EACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qOACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMegaphone2","props","React","CentralIconBase","IconMegaphone2_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 d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=B(o,t))||C.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(d(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconShield2:()=>f,default:()=>h});module.exports=g(v);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(l.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 i=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(i.Path,{d:"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=f;0&&(module.exports={IconShield2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShield2/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 IconShield2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShield2;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gPACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconShield2_exports","__export","IconShield2","IconShield2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShield2","props","React","CentralIconBase","IconShield2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(C,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(a,{d:"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=s;export{s as IconShield2,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShield2/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 IconShield2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShield2;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gPACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShield2","props","React","CentralIconBase","IconShield2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of L(r))!h.call(o,t)&&t!==e&&p(o,t,{get:()=>r[t],enumerable:!(C=k(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?m(f(o)):{},i(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),I=o=>i(p({},"__esModule",{value:!0}),o);var P={};B(P,{IconShieldCode:()=>c,default:()=>x});module.exports=I(P);var n=a(require("react"));var d=a(require("react")),u=require("react-native-svg"),l=({children:o,size:r=24,...e})=>d.default.createElement(u.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),c=o=>n.default.createElement(l,{...o},n.default.createElement(s.Path,{d:"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M10 10L8 12L10 14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M14 10L16 12L14 14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconShieldCode});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShieldCode/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 IconShieldCode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 10L8 12L10 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 10L16 12L14 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShieldCode;\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,gPACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconShieldCode_exports","__export","IconShieldCode","IconShieldCode_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShieldCode","props","React","CentralIconBase","IconShieldCode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(t,{d:"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M10 10L8 12L10 14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M14 10L16 12L14 14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=i;export{i as IconShieldCode,h as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShieldCode/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 IconShieldCode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 10L8 12L10 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14 10L16 12L14 14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShieldCode;\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,gPACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShieldCode","props","React","CentralIconBase","IconShieldCode_default"]}
|
package/README.md
CHANGED
|
@@ -417,6 +417,7 @@ Below is a complete list of available icons:
|
|
|
417
417
|
### Code
|
|
418
418
|
|
|
419
419
|
- IconAgent
|
|
420
|
+
- IconAgenticCoding
|
|
420
421
|
- IconAnchor
|
|
421
422
|
- IconAnimation
|
|
422
423
|
- IconAnimationAuto
|
|
@@ -1410,10 +1411,12 @@ Below is a complete list of available icons:
|
|
|
1410
1411
|
- IconPasswordStars
|
|
1411
1412
|
- IconSafeSimple
|
|
1412
1413
|
- IconShield
|
|
1414
|
+
- IconShield2
|
|
1413
1415
|
- IconShieldBreak
|
|
1414
1416
|
- IconShieldCheck
|
|
1415
1417
|
- IconShieldCheck2
|
|
1416
1418
|
- IconShieldCheck3
|
|
1419
|
+
- IconShieldCode
|
|
1417
1420
|
- IconShieldCrossed
|
|
1418
1421
|
- IconShieldKeyhole
|
|
1419
1422
|
- IconSiren
|
|
@@ -1641,6 +1644,7 @@ Below is a complete list of available icons:
|
|
|
1641
1644
|
- IconHeadphones
|
|
1642
1645
|
- IconKeyboard
|
|
1643
1646
|
- IconMegaphone
|
|
1647
|
+
- IconMegaphone2
|
|
1644
1648
|
- IconMicrophone
|
|
1645
1649
|
- IconMicrophoneOff
|
|
1646
1650
|
- IconMute
|
|
@@ -1740,6 +1744,7 @@ Below is a complete list of available icons:
|
|
|
1740
1744
|
- IconBooks
|
|
1741
1745
|
- IconBronceMedal
|
|
1742
1746
|
- IconBroom
|
|
1747
|
+
- IconBuildingBlocks
|
|
1743
1748
|
- IconCap
|
|
1744
1749
|
- IconCelebrate
|
|
1745
1750
|
- IconCirclesThree
|
package/filtered-icons.json
CHANGED
|
@@ -182,6 +182,20 @@
|
|
|
182
182
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
183
183
|
"componentName": "IconAgent"
|
|
184
184
|
},
|
|
185
|
+
{
|
|
186
|
+
"category": "Code",
|
|
187
|
+
"svg": "<path d=\"M4 6H12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 6L20 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 12H5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 12H12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 18H9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5506 13.7315L18.6795 11.4667C18.5714 11.1855 18.3012 11 18 11C17.6988 11 17.4286 11.1855 17.3205 11.4667L16.4494 13.7315C16.3225 14.0616 16.0616 14.3225 15.7315 14.4494L13.4667 15.3205C13.1855 15.4286 13 15.6988 13 16C13 16.3012 13.1855 16.5714 13.4667 16.6795L15.7315 17.5506C16.0616 17.6775 16.3225 17.9384 16.4494 18.2685L17.3205 20.5333C17.4286 20.8145 17.6988 21 18 21C18.3012 21 18.5714 20.8145 18.6795 20.5333L19.5506 18.2685C19.6775 17.9384 19.9384 17.6775 20.2685 17.5506L22.5333 16.6795C22.8145 16.5714 23 16.3012 23 16C23 15.6988 22.8145 15.4286 22.5333 15.3205L20.2685 14.4494C19.9384 14.3225 19.6775 14.0616 19.5506 13.7315Z\" fill=\"currentColor\"/>",
|
|
188
|
+
"iconName": "agentic-coding, ai-code, vibe-code",
|
|
189
|
+
"variant": {
|
|
190
|
+
"join": "round",
|
|
191
|
+
"filled": "off",
|
|
192
|
+
"radius": "1",
|
|
193
|
+
"stroke": "2"
|
|
194
|
+
},
|
|
195
|
+
"createdAt": "2026-02-04T09:00:55.535949+00:00",
|
|
196
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
197
|
+
"componentName": "IconAgenticCoding"
|
|
198
|
+
},
|
|
185
199
|
{
|
|
186
200
|
"category": "Devices & Signals",
|
|
187
201
|
"svg": "<path d=\"M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 19.4845C19.412 17.8699 21 15.1204 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 15.1204 4.58803 17.8699 7 19.4845\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 16.0004C7.78555 15.0882 7 13.6358 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 13.6358 16.2144 15.0882 15 16.0004\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -4466,6 +4480,20 @@
|
|
|
4466
4480
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
4467
4481
|
"componentName": "IconBugFace"
|
|
4468
4482
|
},
|
|
4483
|
+
{
|
|
4484
|
+
"category": "Things",
|
|
4485
|
+
"svg": "<path d=\"M20.1843 6.04123L13.8442 2.4749C13.5374 2.30231 13.384 2.21602 13.2221 2.18559C13.0788 2.15867 12.9315 2.16339 12.7902 2.19941C12.6306 2.24013 12.483 2.33606 12.1878 2.5279L3.72802 8.02679L3.72802 8.02679C3.46201 8.19969 3.32901 8.28614 3.23265 8.40146C3.14735 8.50354 3.08327 8.62161 3.04417 8.74876C3 8.89241 3 9.05104 3 9.3683V16.5642C3 16.9049 3 17.0753 3.04999 17.2274C3.09421 17.3619 3.16652 17.4856 3.26213 17.5901C3.37019 17.7082 3.51865 17.7917 3.81558 17.9588L3.81558 17.9588L10.1557 21.5251C10.4626 21.6977 10.616 21.784 10.7779 21.8144C10.9212 21.8413 11.0685 21.8366 11.2098 21.8006C11.3694 21.7599 11.517 21.6639 11.8121 21.4721L11.8122 21.4721L20.2719 15.9732C20.5379 15.8003 20.6709 15.7139 20.7673 15.5985C20.8526 15.4965 20.9166 15.3784 20.9557 15.2512C20.9999 15.1076 20.9999 14.949 20.9999 14.6317V7.43575C20.9999 7.09507 20.9999 6.92474 20.9499 6.77263C20.9057 6.63806 20.8334 6.51443 20.7378 6.40991C20.6297 6.29177 20.4813 6.20826 20.1843 6.04123Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 6.8252L11 13.0003L3.5 8.7815\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.9999 11L11 17.5L3 13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 21V13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
4486
|
+
"iconName": "building-blocks, skills, stack",
|
|
4487
|
+
"variant": {
|
|
4488
|
+
"join": "round",
|
|
4489
|
+
"filled": "off",
|
|
4490
|
+
"radius": "1",
|
|
4491
|
+
"stroke": "2"
|
|
4492
|
+
},
|
|
4493
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
4494
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
4495
|
+
"componentName": "IconBuildingBlocks"
|
|
4496
|
+
},
|
|
4469
4497
|
{
|
|
4470
4498
|
"category": "Building",
|
|
4471
4499
|
"svg": "<path d=\"M10 9H8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 13H10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 19V9C20 8.44772 19.5523 8 19 8H14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"16\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 19V5C14 4.44772 13.5523 4 13 4H5C4.44772 4 4 4.44772 4 5V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"16\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22 19H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-miterlimit=\"16\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -14854,6 +14882,20 @@
|
|
|
14854
14882
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
14855
14883
|
"componentName": "IconMegaphone"
|
|
14856
14884
|
},
|
|
14885
|
+
{
|
|
14886
|
+
"category": "Sound & Music",
|
|
14887
|
+
"svg": "<path d=\"M10 8H6C4.067 8 2.5 9.567 2.5 11.5C2.5 13.433 4.067 15 6 15H10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 9H19C20.3807 9 21.5 10.1193 21.5 11.5C21.5 12.8807 20.3807 14 19 14H18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.2549 3.91914L10.2549 7.85664C10.0974 7.9452 10 8.11179 10 8.29242V14.7076C10 14.8882 10.0974 15.0548 10.2549 15.1434L17.2549 19.0809C17.5882 19.2683 18 19.0275 18 18.6451V4.35492C18 3.97251 17.5882 3.73165 17.2549 3.91914Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 16.5V20C12 20.5523 11.5523 21 11 21H9C8.44772 21 8 20.5523 8 20V15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
14888
|
+
"iconName": "megaphone-2, loud, speak, promote, feedback",
|
|
14889
|
+
"variant": {
|
|
14890
|
+
"join": "round",
|
|
14891
|
+
"filled": "off",
|
|
14892
|
+
"radius": "1",
|
|
14893
|
+
"stroke": "2"
|
|
14894
|
+
},
|
|
14895
|
+
"createdAt": "2026-02-04T09:00:55.535949+00:00",
|
|
14896
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
14897
|
+
"componentName": "IconMegaphone2"
|
|
14898
|
+
},
|
|
14857
14899
|
{
|
|
14858
14900
|
"category": "Sound & Music",
|
|
14859
14901
|
"svg": "<path d=\"M12.0013 19V21M12.0013 19C8.32307 19 6.14811 16.7451 5.01562 15M12.0013 19C15.6795 19 17.8545 16.7451 18.987 15M16.0013 7V11C16.0013 13.2091 14.2104 15 12.0013 15C9.79215 15 8.00129 13.2091 8.00129 11V7C8.00129 4.79086 9.79215 3 12.0013 3C14.2104 3 16.0013 4.79086 16.0013 7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -19404,6 +19446,20 @@
|
|
|
19404
19446
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
19405
19447
|
"componentName": "IconShield"
|
|
19406
19448
|
},
|
|
19449
|
+
{
|
|
19450
|
+
"category": "Security",
|
|
19451
|
+
"svg": "<path d=\"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19452
|
+
"iconName": "shield-2, safety, privacy",
|
|
19453
|
+
"variant": {
|
|
19454
|
+
"join": "round",
|
|
19455
|
+
"filled": "off",
|
|
19456
|
+
"radius": "1",
|
|
19457
|
+
"stroke": "2"
|
|
19458
|
+
},
|
|
19459
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
19460
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
19461
|
+
"componentName": "IconShield2"
|
|
19462
|
+
},
|
|
19407
19463
|
{
|
|
19408
19464
|
"category": "Security",
|
|
19409
19465
|
"svg": "<path d=\"M4 6.00004V13C4 17.4183 7.58172 21 12 21C14.815 21 17.2905 19.5461 18.7163 17.3482M8 4.25004L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25676 20 6.65405V13C20 13.168 19.9948 13.3347 19.9846 13.5M2 4.00004L22 20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
|
|
@@ -19460,6 +19516,20 @@
|
|
|
19460
19516
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
19461
19517
|
"componentName": "IconShieldCheck3"
|
|
19462
19518
|
},
|
|
19519
|
+
{
|
|
19520
|
+
"category": "Security",
|
|
19521
|
+
"svg": "<path d=\"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 10L8 12L10 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 10L16 12L14 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19522
|
+
"iconName": "shield-code, sandbox",
|
|
19523
|
+
"variant": {
|
|
19524
|
+
"join": "round",
|
|
19525
|
+
"filled": "off",
|
|
19526
|
+
"radius": "1",
|
|
19527
|
+
"stroke": "2"
|
|
19528
|
+
},
|
|
19529
|
+
"createdAt": "2026-02-03T09:00:37.643272+00:00",
|
|
19530
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
19531
|
+
"componentName": "IconShieldCode"
|
|
19532
|
+
},
|
|
19463
19533
|
{
|
|
19464
19534
|
"category": "Security",
|
|
19465
19535
|
"svg": "<path d=\"M14 13.5L12 11.5M12 11.5L10 9.5M12 11.5L14 9.5M12 11.5L10 13.5M20 11.9123V6.46368C20 6.03669 19.7289 5.6568 19.3251 5.518L12.3251 3.11175C12.1144 3.03933 11.8856 3.03933 11.6749 3.11175L4.67492 5.518C4.27112 5.6568 4 6.03669 4 6.46368V11.9123C4 16.8848 8 19 12 21.1579C16 19 20 16.8848 20 11.9123Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export type CentralIconName =
|
|
|
12
12
|
| "IconAdobeAcrobat"
|
|
13
13
|
| "IconAffinity"
|
|
14
14
|
| "IconAgent"
|
|
15
|
+
| "IconAgenticCoding"
|
|
15
16
|
| "IconAirdrop"
|
|
16
17
|
| "IconAirdrop2"
|
|
17
18
|
| "IconAirplane"
|
|
@@ -318,6 +319,7 @@ export type CentralIconName =
|
|
|
318
319
|
| "IconBucket"
|
|
319
320
|
| "IconBug"
|
|
320
321
|
| "IconBugFace"
|
|
322
|
+
| "IconBuildingBlocks"
|
|
321
323
|
| "IconBuildings"
|
|
322
324
|
| "IconBulletList"
|
|
323
325
|
| "IconBun"
|
|
@@ -1060,6 +1062,7 @@ export type CentralIconName =
|
|
|
1060
1062
|
| "IconMedicineTablett"
|
|
1061
1063
|
| "IconMedium"
|
|
1062
1064
|
| "IconMegaphone"
|
|
1065
|
+
| "IconMegaphone2"
|
|
1063
1066
|
| "IconMicrophone"
|
|
1064
1067
|
| "IconMicrophoneOff"
|
|
1065
1068
|
| "IconMicrophoneSparkle"
|
|
@@ -1385,10 +1388,12 @@ export type CentralIconName =
|
|
|
1385
1388
|
| "IconShareOs"
|
|
1386
1389
|
| "IconShareScreen"
|
|
1387
1390
|
| "IconShield"
|
|
1391
|
+
| "IconShield2"
|
|
1388
1392
|
| "IconShieldBreak"
|
|
1389
1393
|
| "IconShieldCheck"
|
|
1390
1394
|
| "IconShieldCheck2"
|
|
1391
1395
|
| "IconShieldCheck3"
|
|
1396
|
+
| "IconShieldCode"
|
|
1392
1397
|
| "IconShieldCrossed"
|
|
1393
1398
|
| "IconShieldKeyhole"
|
|
1394
1399
|
| "IconShift"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.117",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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":
|
|
14
|
+
"totalIcons": 1752,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 67,
|
|
@@ -296,9 +296,10 @@
|
|
|
296
296
|
]
|
|
297
297
|
},
|
|
298
298
|
"Code": {
|
|
299
|
-
"count":
|
|
299
|
+
"count": 54,
|
|
300
300
|
"icons": [
|
|
301
301
|
"IconAgent",
|
|
302
|
+
"IconAgenticCoding",
|
|
302
303
|
"IconAnchor",
|
|
303
304
|
"IconAnimation",
|
|
304
305
|
"IconAnimationAuto",
|
|
@@ -1312,7 +1313,7 @@
|
|
|
1312
1313
|
]
|
|
1313
1314
|
},
|
|
1314
1315
|
"Security": {
|
|
1315
|
-
"count":
|
|
1316
|
+
"count": 30,
|
|
1316
1317
|
"icons": [
|
|
1317
1318
|
"IconAnonymous",
|
|
1318
1319
|
"IconAsterisk",
|
|
@@ -1332,10 +1333,12 @@
|
|
|
1332
1333
|
"IconPasswordStars",
|
|
1333
1334
|
"IconSafeSimple",
|
|
1334
1335
|
"IconShield",
|
|
1336
|
+
"IconShield2",
|
|
1335
1337
|
"IconShieldBreak",
|
|
1336
1338
|
"IconShieldCheck",
|
|
1337
1339
|
"IconShieldCheck2",
|
|
1338
1340
|
"IconShieldCheck3",
|
|
1341
|
+
"IconShieldCode",
|
|
1339
1342
|
"IconShieldCrossed",
|
|
1340
1343
|
"IconShieldKeyhole",
|
|
1341
1344
|
"IconSiren",
|
|
@@ -1551,7 +1554,7 @@
|
|
|
1551
1554
|
]
|
|
1552
1555
|
},
|
|
1553
1556
|
"Sound & Music": {
|
|
1554
|
-
"count":
|
|
1557
|
+
"count": 53,
|
|
1555
1558
|
"icons": [
|
|
1556
1559
|
"IconAirpodLeft",
|
|
1557
1560
|
"IconAirpodRight",
|
|
@@ -1569,6 +1572,7 @@
|
|
|
1569
1572
|
"IconHeadphones",
|
|
1570
1573
|
"IconKeyboard",
|
|
1571
1574
|
"IconMegaphone",
|
|
1575
|
+
"IconMegaphone2",
|
|
1572
1576
|
"IconMicrophone",
|
|
1573
1577
|
"IconMicrophoneOff",
|
|
1574
1578
|
"IconMute",
|
|
@@ -1657,7 +1661,7 @@
|
|
|
1657
1661
|
]
|
|
1658
1662
|
},
|
|
1659
1663
|
"Things": {
|
|
1660
|
-
"count":
|
|
1664
|
+
"count": 120,
|
|
1661
1665
|
"icons": [
|
|
1662
1666
|
"IconAnvil",
|
|
1663
1667
|
"IconBackpack",
|
|
@@ -1674,6 +1678,7 @@
|
|
|
1674
1678
|
"IconBooks",
|
|
1675
1679
|
"IconBronceMedal",
|
|
1676
1680
|
"IconBroom",
|
|
1681
|
+
"IconBuildingBlocks",
|
|
1677
1682
|
"IconCap",
|
|
1678
1683
|
"IconCelebrate",
|
|
1679
1684
|
"IconCirclesThree",
|
|
@@ -1960,6 +1965,7 @@
|
|
|
1960
1965
|
"IconAdobeAcrobat": "adobe-acrobat",
|
|
1961
1966
|
"IconAffinity": "affinity",
|
|
1962
1967
|
"IconAgent": "agent, flow, diagram, org",
|
|
1968
|
+
"IconAgenticCoding": "agentic-coding, ai-code, vibe-code",
|
|
1963
1969
|
"IconAirdrop": "airdrop, file-sharing, radar",
|
|
1964
1970
|
"IconAirdrop2": "airdrop-2, free, drop, parachute",
|
|
1965
1971
|
"IconAirplane": "airplane, flight",
|
|
@@ -2266,6 +2272,7 @@
|
|
|
2266
2272
|
"IconBucket": "bucket, trash, can",
|
|
2267
2273
|
"IconBug": "bug, issue",
|
|
2268
2274
|
"IconBugFace": "bug-face, issue",
|
|
2275
|
+
"IconBuildingBlocks": "building-blocks, skills, stack",
|
|
2269
2276
|
"IconBuildings": "buildings, company, workspace",
|
|
2270
2277
|
"IconBulletList": "bullet-list",
|
|
2271
2278
|
"IconBun": "bun",
|
|
@@ -3008,6 +3015,7 @@
|
|
|
3008
3015
|
"IconMedicineTablett": "medicine-tablett, pill",
|
|
3009
3016
|
"IconMedium": "medium",
|
|
3010
3017
|
"IconMegaphone": "megaphone, loud, speak, promote, feedback",
|
|
3018
|
+
"IconMegaphone2": "megaphone-2, loud, speak, promote, feedback",
|
|
3011
3019
|
"IconMicrophone": "microphone, mic, sound, podcast",
|
|
3012
3020
|
"IconMicrophoneOff": "microphone-off",
|
|
3013
3021
|
"IconMicrophoneSparkle": "microphone-sparkle, mic, sound, podcast",
|
|
@@ -3333,10 +3341,12 @@
|
|
|
3333
3341
|
"IconShareOs": "share-os",
|
|
3334
3342
|
"IconShareScreen": "share-screen, screen-sharing",
|
|
3335
3343
|
"IconShield": "shield, security, protection",
|
|
3344
|
+
"IconShield2": "shield-2, safety, privacy",
|
|
3336
3345
|
"IconShieldBreak": "shield-break, not-secure",
|
|
3337
3346
|
"IconShieldCheck": "shield-check, security, protection",
|
|
3338
3347
|
"IconShieldCheck2": "shield-check-2, protect, security, check",
|
|
3339
3348
|
"IconShieldCheck3": "shield-check-3, check",
|
|
3349
|
+
"IconShieldCode": "shield-code, sandbox",
|
|
3340
3350
|
"IconShieldCrossed": "shield-crossed, security, protection",
|
|
3341
3351
|
"IconShieldKeyhole": "shield-keyhole",
|
|
3342
3352
|
"IconShift": "shift",
|
package/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export { IconAdjustPhoto, default as IconAdjustPhotoDefault, } from "./IconAdjus
|
|
|
11
11
|
export { IconAdobeAcrobat, default as IconAdobeAcrobatDefault, } from "./IconAdobeAcrobat";
|
|
12
12
|
export { IconAffinity, default as IconAffinityDefault } from "./IconAffinity";
|
|
13
13
|
export { IconAgent, default as IconAgentDefault } from "./IconAgent";
|
|
14
|
+
export { IconAgenticCoding, default as IconAgenticCodingDefault, } from "./IconAgenticCoding";
|
|
14
15
|
export { IconAiTokens, default as IconAiTokensDefault } from "./IconAiTokens";
|
|
15
16
|
export { IconAiTranslate, default as IconAiTranslateDefault, } from "./IconAiTranslate";
|
|
16
17
|
export { IconAirdrop, default as IconAirdropDefault } from "./IconAirdrop";
|
|
@@ -317,6 +318,7 @@ export { IconBubbles, default as IconBubblesDefault } from "./IconBubbles";
|
|
|
317
318
|
export { IconBucket, default as IconBucketDefault } from "./IconBucket";
|
|
318
319
|
export { IconBug, default as IconBugDefault } from "./IconBug";
|
|
319
320
|
export { IconBugFace, default as IconBugFaceDefault } from "./IconBugFace";
|
|
321
|
+
export { IconBuildingBlocks, default as IconBuildingBlocksDefault, } from "./IconBuildingBlocks";
|
|
320
322
|
export { IconBuildings, default as IconBuildingsDefault, } from "./IconBuildings";
|
|
321
323
|
export { IconBulletList, default as IconBulletListDefault, } from "./IconBulletList";
|
|
322
324
|
export { IconBun, default as IconBunDefault } from "./IconBun";
|
|
@@ -1059,6 +1061,7 @@ export { IconMedicinePill2, default as IconMedicinePill2Default, } from "./IconM
|
|
|
1059
1061
|
export { IconMedicineTablett, default as IconMedicineTablettDefault, } from "./IconMedicineTablett";
|
|
1060
1062
|
export { IconMedium, default as IconMediumDefault } from "./IconMedium";
|
|
1061
1063
|
export { IconMegaphone, default as IconMegaphoneDefault, } from "./IconMegaphone";
|
|
1064
|
+
export { IconMegaphone2, default as IconMegaphone2Default, } from "./IconMegaphone2";
|
|
1062
1065
|
export { IconMicrophone, default as IconMicrophoneDefault, } from "./IconMicrophone";
|
|
1063
1066
|
export { IconMicrophoneOff, default as IconMicrophoneOffDefault, } from "./IconMicrophoneOff";
|
|
1064
1067
|
export { IconMicrophoneSparkle, default as IconMicrophoneSparkleDefault, } from "./IconMicrophoneSparkle";
|
|
@@ -1384,10 +1387,12 @@ export { IconShareArrowDown, default as IconShareArrowDownDefault, } from "./Ico
|
|
|
1384
1387
|
export { IconShareOs, default as IconShareOsDefault } from "./IconShareOs";
|
|
1385
1388
|
export { IconShareScreen, default as IconShareScreenDefault, } from "./IconShareScreen";
|
|
1386
1389
|
export { IconShield, default as IconShieldDefault } from "./IconShield";
|
|
1390
|
+
export { IconShield2, default as IconShield2Default } from "./IconShield2";
|
|
1387
1391
|
export { IconShieldBreak, default as IconShieldBreakDefault, } from "./IconShieldBreak";
|
|
1388
1392
|
export { IconShieldCheck, default as IconShieldCheckDefault, } from "./IconShieldCheck";
|
|
1389
1393
|
export { IconShieldCheck2, default as IconShieldCheck2Default, } from "./IconShieldCheck2";
|
|
1390
1394
|
export { IconShieldCheck3, default as IconShieldCheck3Default, } from "./IconShieldCheck3";
|
|
1395
|
+
export { IconShieldCode, default as IconShieldCodeDefault, } from "./IconShieldCode";
|
|
1391
1396
|
export { IconShieldCrossed, default as IconShieldCrossedDefault, } from "./IconShieldCrossed";
|
|
1392
1397
|
export { IconShieldKeyhole, default as IconShieldKeyholeDefault, } from "./IconShieldKeyhole";
|
|
1393
1398
|
export { IconShift, default as IconShiftDefault } from "./IconShift";
|