@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.66 → 1.1.68
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/IconCodeMedium/index.d.ts +4 -0
- package/IconCodeMedium/index.js +2 -0
- package/{IconInsertHtml → IconCodeMedium}/index.js.map +1 -1
- package/{IconInsertHtml → IconCodeMedium}/index.mjs +1 -1
- package/{IconInsertHtml → IconCodeMedium}/index.mjs.map +1 -1
- package/IconCommits/index.d.ts +4 -0
- package/IconCommits/index.js +2 -0
- package/IconCommits/index.js.map +1 -0
- package/IconCommits/index.mjs +2 -0
- package/IconCommits/index.mjs.map +1 -0
- package/IconConnectors1/index.d.ts +4 -0
- package/IconConnectors1/index.js +2 -0
- package/IconConnectors1/index.js.map +1 -0
- package/IconConnectors1/index.mjs +2 -0
- package/IconConnectors1/index.mjs.map +1 -0
- package/IconConnectors2/index.d.ts +4 -0
- package/IconConnectors2/index.js +2 -0
- package/IconConnectors2/index.js.map +1 -0
- package/IconConnectors2/index.mjs +2 -0
- package/IconConnectors2/index.mjs.map +1 -0
- package/README.md +4 -1
- package/filtered-icons.json +56 -14
- package/icons/index.d.ts +4 -1
- package/icons-index.json +13 -7
- package/index.d.ts +4 -1
- 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 +28 -7
- package/IconInsertHtml/index.d.ts +0 -4
- package/IconInsertHtml/index.js +0 -2
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!L.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=d(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var g={};v(g,{IconCodeMedium:()=>i,default:()=>P});module.exports=x(g);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),i=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.35355 7.14645C7.54882 7.34171 7.54882 7.65829 7.35355 7.85355L3.20711 12L7.35355 16.1464C7.54882 16.3417 7.54882 16.6583 7.35355 16.8536C7.15829 17.0488 6.84171 17.0488 6.64645 16.8536L2.14645 12.3536C2.05268 12.2598 2 12.1326 2 12C2 11.8674 2.05268 11.7402 2.14645 11.6464L6.64645 7.14645C6.84171 6.95118 7.15829 6.95118 7.35355 7.14645ZM16.6464 7.14645C16.8417 6.95118 17.1583 6.95118 17.3536 7.14645L21.8536 11.6464C21.9473 11.7402 22 11.8674 22 12C22 12.1326 21.9473 12.2598 21.8536 12.3536L17.3536 16.8536C17.1583 17.0488 16.8417 17.0488 16.6464 16.8536C16.4512 16.6583 16.4512 16.3417 16.6464 16.1464L20.7929 12L16.6464 7.85355C16.4512 7.65829 16.4512 7.34171 16.6464 7.14645Z",fill:"currentColor"})),P=i;0&&(module.exports={IconCodeMedium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/
|
|
1
|
+
{"version":3,"sources":["../src/IconCodeMedium/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 IconCodeMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.35355 7.14645C7.54882 7.34171 7.54882 7.65829 7.35355 7.85355L3.20711 12L7.35355 16.1464C7.54882 16.3417 7.54882 16.6583 7.35355 16.8536C7.15829 17.0488 6.84171 17.0488 6.64645 16.8536L2.14645 12.3536C2.05268 12.2598 2 12.1326 2 12C2 11.8674 2.05268 11.7402 2.14645 11.6464L6.64645 7.14645C6.84171 6.95118 7.15829 6.95118 7.35355 7.14645ZM16.6464 7.14645C16.8417 6.95118 17.1583 6.95118 17.3536 7.14645L21.8536 11.6464C21.9473 11.7402 22 11.8674 22 12C22 12.1326 21.9473 12.2598 21.8536 12.3536L17.3536 16.8536C17.1583 17.0488 16.8417 17.0488 16.6464 16.8536C16.4512 16.6583 16.4512 16.3417 16.6464 16.1464L20.7929 12L16.6464 7.85355C16.4512 7.65829 16.4512 7.34171 16.6464 7.14645Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCodeMedium;\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,SAAS,UACT,SAAS,UACT,EAAE,grBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCodeMedium_exports","__export","IconCodeMedium","IconCodeMedium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCodeMedium","props","React","CentralIconBase","IconCodeMedium_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.35355 7.14645C7.54882 7.34171 7.54882 7.65829 7.35355 7.85355L3.20711 12L7.35355 16.1464C7.54882 16.3417 7.54882 16.6583 7.35355 16.8536C7.15829 17.0488 6.84171 17.0488 6.64645 16.8536L2.14645 12.3536C2.05268 12.2598 2 12.1326 2 12C2 11.8674 2.05268 11.7402 2.14645 11.6464L6.64645 7.14645C6.84171 6.95118 7.15829 6.95118 7.35355 7.14645ZM16.6464 7.14645C16.8417 6.95118 17.1583 6.95118 17.3536 7.14645L21.8536 11.6464C21.9473 11.7402 22 11.8674 22 12C22 12.1326 21.9473 12.2598 21.8536 12.3536L17.3536 16.8536C17.1583 17.0488 16.8417 17.0488 16.6464 16.8536C16.4512 16.6583 16.4512 16.3417 16.6464 16.1464L20.7929 12L16.6464 7.85355C16.4512 7.65829 16.4512 7.34171 16.6464 7.14645Z",fill:"currentColor"})),L=a;export{a as IconCodeMedium,L as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/
|
|
1
|
+
{"version":3,"sources":["../src/IconCodeMedium/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 IconCodeMedium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M7.35355 7.14645C7.54882 7.34171 7.54882 7.65829 7.35355 7.85355L3.20711 12L7.35355 16.1464C7.54882 16.3417 7.54882 16.6583 7.35355 16.8536C7.15829 17.0488 6.84171 17.0488 6.64645 16.8536L2.14645 12.3536C2.05268 12.2598 2 12.1326 2 12C2 11.8674 2.05268 11.7402 2.14645 11.6464L6.64645 7.14645C6.84171 6.95118 7.15829 6.95118 7.35355 7.14645ZM16.6464 7.14645C16.8417 6.95118 17.1583 6.95118 17.3536 7.14645L21.8536 11.6464C21.9473 11.7402 22 11.8674 22 12C22 12.1326 21.9473 12.2598 21.8536 12.3536L17.3536 16.8536C17.1583 17.0488 16.8417 17.0488 16.6464 16.8536C16.4512 16.6583 16.4512 16.3417 16.6464 16.1464L20.7929 12L16.6464 7.85355C16.4512 7.65829 16.4512 7.34171 16.6464 7.14645Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCodeMedium;\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,SAAS,UACT,SAAS,UACT,EAAE,grBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCodeMedium","props","React","CentralIconBase","IconCodeMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconCommits:()=>i,default:()=>h});module.exports=v(y);var p=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>l.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M12 6C15.1453 6 17.7234 8.42031 17.9775 11.5H22.5C22.7761 11.5 23 11.7239 23 12C23 12.2761 22.7761 12.5 22.5 12.5H17.9775C17.7234 15.5797 15.1453 18 12 18C8.85472 18 6.27661 15.5797 6.02246 12.5H1.5C1.22386 12.5 1 12.2761 1 12C1 11.7239 1.22386 11.5 1.5 11.5H6.02246C6.27661 8.42031 8.85472 6 12 6Z",fill:"currentColor"})),h=i;0&&(module.exports={IconCommits});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCommits/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 IconCommits: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 6C15.1453 6 17.7234 8.42031 17.9775 11.5H22.5C22.7761 11.5 23 11.7239 23 12C23 12.2761 22.7761 12.5 22.5 12.5H17.9775C17.7234 15.5797 15.1453 18 12 18C8.85472 18 6.27661 15.5797 6.02246 12.5H1.5C1.22386 12.5 1 12.2761 1 12C1 11.7239 1.22386 11.5 1.5 11.5H6.02246C6.27661 8.42031 8.85472 6 12 6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCommits;\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,6SACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCommits_exports","__export","IconCommits","IconCommits_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCommits","props","React","CentralIconBase","IconCommits_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({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 m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 6C15.1453 6 17.7234 8.42031 17.9775 11.5H22.5C22.7761 11.5 23 11.7239 23 12C23 12.2761 22.7761 12.5 22.5 12.5H17.9775C17.7234 15.5797 15.1453 18 12 18C8.85472 18 6.27661 15.5797 6.02246 12.5H1.5C1.22386 12.5 1 12.2761 1 12C1 11.7239 1.22386 11.5 1.5 11.5H6.02246C6.27661 8.42031 8.85472 6 12 6Z",fill:"currentColor"})),P=m;export{m as IconCommits,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCommits/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 IconCommits: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 6C15.1453 6 17.7234 8.42031 17.9775 11.5H22.5C22.7761 11.5 23 11.7239 23 12C23 12.2761 22.7761 12.5 22.5 12.5H17.9775C17.7234 15.5797 15.1453 18 12 18C8.85472 18 6.27661 15.5797 6.02246 12.5H1.5C1.22386 12.5 1 12.2761 1 12C1 11.7239 1.22386 11.5 1.5 11.5H6.02246C6.27661 8.42031 8.85472 6 12 6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCommits;\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,6SACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCommits","props","React","CentralIconBase","IconCommits_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==C&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconConnectors1:()=>i,default:()=>v});module.exports=d(h);var t=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M17.25 3C19.3211 3 21 4.67893 21 6.75C21 8.82107 19.3211 10.5 17.25 10.5C16.3945 10.5 15.6066 10.2127 14.9756 9.73047L9.72656 14.9697C10.2114 15.6016 10.5 16.392 10.5 17.25C10.5 19.3211 8.82107 21 6.75 21C4.67893 21 3 19.3211 3 17.25C3 15.1789 4.67893 13.5 6.75 13.5C7.60226 13.5 8.38779 13.7847 9.01758 14.2637L14.2686 9.02344C13.7868 8.39264 13.5 7.605 13.5 6.75C13.5 4.67893 15.1789 3 17.25 3Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M17.25 13.5C19.3211 13.5 21 15.1789 21 17.25C21 19.3211 19.3211 21 17.25 21C15.1789 21 13.5 19.3211 13.5 17.25C13.5 15.1789 15.1789 13.5 17.25 13.5Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M6.75 3C8.82107 3 10.5 4.67893 10.5 6.75C10.5 8.82107 8.82107 10.5 6.75 10.5C4.67893 10.5 3 8.82107 3 6.75C3 4.67893 4.67893 3 6.75 3Z",fill:"currentColor"})),v=i;0&&(module.exports={IconConnectors1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconConnectors1/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 IconConnectors1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.25 3C19.3211 3 21 4.67893 21 6.75C21 8.82107 19.3211 10.5 17.25 10.5C16.3945 10.5 15.6066 10.2127 14.9756 9.73047L9.72656 14.9697C10.2114 15.6016 10.5 16.392 10.5 17.25C10.5 19.3211 8.82107 21 6.75 21C4.67893 21 3 19.3211 3 17.25C3 15.1789 4.67893 13.5 6.75 13.5C7.60226 13.5 8.38779 13.7847 9.01758 14.2637L14.2686 9.02344C13.7868 8.39264 13.5 7.605 13.5 6.75C13.5 4.67893 15.1789 3 17.25 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.25 13.5C19.3211 13.5 21 15.1789 21 17.25C21 19.3211 19.3211 21 17.25 21C15.1789 21 13.5 19.3211 13.5 17.25C13.5 15.1789 15.1789 13.5 17.25 13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.75 3C8.82107 3 10.5 4.67893 10.5 6.75C10.5 8.82107 8.82107 10.5 6.75 10.5C4.67893 10.5 3 8.82107 3 6.75C3 4.67893 4.67893 3 6.75 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconConnectors1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+YACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconConnectors1_exports","__export","IconConnectors1","IconConnectors1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconConnectors1","props","React","CentralIconBase","IconConnectors1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:C,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as n}from"react-native-svg";var a=C=>o.createElement(t,{...C},o.createElement(n,{d:"M17.25 3C19.3211 3 21 4.67893 21 6.75C21 8.82107 19.3211 10.5 17.25 10.5C16.3945 10.5 15.6066 10.2127 14.9756 9.73047L9.72656 14.9697C10.2114 15.6016 10.5 16.392 10.5 17.25C10.5 19.3211 8.82107 21 6.75 21C4.67893 21 3 19.3211 3 17.25C3 15.1789 4.67893 13.5 6.75 13.5C7.60226 13.5 8.38779 13.7847 9.01758 14.2637L14.2686 9.02344C13.7868 8.39264 13.5 7.605 13.5 6.75C13.5 4.67893 15.1789 3 17.25 3Z",fill:"currentColor"}),o.createElement(n,{d:"M17.25 13.5C19.3211 13.5 21 15.1789 21 17.25C21 19.3211 19.3211 21 17.25 21C15.1789 21 13.5 19.3211 13.5 17.25C13.5 15.1789 15.1789 13.5 17.25 13.5Z",fill:"currentColor"}),o.createElement(n,{d:"M6.75 3C8.82107 3 10.5 4.67893 10.5 6.75C10.5 8.82107 8.82107 10.5 6.75 10.5C4.67893 10.5 3 8.82107 3 6.75C3 4.67893 4.67893 3 6.75 3Z",fill:"currentColor"})),P=a;export{a as IconConnectors1,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconConnectors1/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 IconConnectors1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.25 3C19.3211 3 21 4.67893 21 6.75C21 8.82107 19.3211 10.5 17.25 10.5C16.3945 10.5 15.6066 10.2127 14.9756 9.73047L9.72656 14.9697C10.2114 15.6016 10.5 16.392 10.5 17.25C10.5 19.3211 8.82107 21 6.75 21C4.67893 21 3 19.3211 3 17.25C3 15.1789 4.67893 13.5 6.75 13.5C7.60226 13.5 8.38779 13.7847 9.01758 14.2637L14.2686 9.02344C13.7868 8.39264 13.5 7.605 13.5 6.75C13.5 4.67893 15.1789 3 17.25 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.25 13.5C19.3211 13.5 21 15.1789 21 17.25C21 19.3211 19.3211 21 17.25 21C15.1789 21 13.5 19.3211 13.5 17.25C13.5 15.1789 15.1789 13.5 17.25 13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.75 3C8.82107 3 10.5 4.67893 10.5 6.75C10.5 8.82107 8.82107 10.5 6.75 10.5C4.67893 10.5 3 8.82107 3 6.75C3 4.67893 4.67893 3 6.75 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconConnectors1;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+YACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconConnectors1","props","React","CentralIconBase","IconConnectors1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&e(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconConnectors2:()=>i,default:()=>d});module.exports=v(h);var C=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M17.25 3C19.3211 3 21 4.67893 21 6.75C21 8.65149 19.5846 10.2213 17.75 10.4658V17.25C17.75 17.5261 17.5261 17.75 17.25 17.75H10.4658C10.2213 19.5846 8.65149 21 6.75 21C4.67893 21 3 19.3211 3 17.25C3 15.1789 4.67893 13.5 6.75 13.5C8.65149 13.5 10.2213 14.9154 10.4658 16.75H16.75V10.4658C14.9154 10.2213 13.5 8.65149 13.5 6.75C13.5 4.67893 15.1789 3 17.25 3Z",fill:"currentColor"}),C.default.createElement(p.Path,{d:"M6.75 3C8.82107 3 10.5 4.67893 10.5 6.75C10.5 8.82107 8.82107 10.5 6.75 10.5C4.67893 10.5 3 8.82107 3 6.75C3 4.67893 4.67893 3 6.75 3Z",fill:"currentColor"})),d=i;0&&(module.exports={IconConnectors2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconConnectors2/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 IconConnectors2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.25 3C19.3211 3 21 4.67893 21 6.75C21 8.65149 19.5846 10.2213 17.75 10.4658V17.25C17.75 17.5261 17.5261 17.75 17.25 17.75H10.4658C10.2213 19.5846 8.65149 21 6.75 21C4.67893 21 3 19.3211 3 17.25C3 15.1789 4.67893 13.5 6.75 13.5C8.65149 13.5 10.2213 14.9154 10.4658 16.75H16.75V10.4658C14.9154 10.2213 13.5 8.65149 13.5 6.75C13.5 4.67893 15.1789 3 17.25 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.75 3C8.82107 3 10.5 4.67893 10.5 6.75C10.5 8.82107 8.82107 10.5 6.75 10.5C4.67893 10.5 3 8.82107 3 6.75C3 4.67893 4.67893 3 6.75 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconConnectors2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wWACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconConnectors2_exports","__export","IconConnectors2","IconConnectors2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconConnectors2","props","React","CentralIconBase","IconConnectors2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>t.createElement(n,{...o},t.createElement(e,{d:"M17.25 3C19.3211 3 21 4.67893 21 6.75C21 8.65149 19.5846 10.2213 17.75 10.4658V17.25C17.75 17.5261 17.5261 17.75 17.25 17.75H10.4658C10.2213 19.5846 8.65149 21 6.75 21C4.67893 21 3 19.3211 3 17.25C3 15.1789 4.67893 13.5 6.75 13.5C8.65149 13.5 10.2213 14.9154 10.4658 16.75H16.75V10.4658C14.9154 10.2213 13.5 8.65149 13.5 6.75C13.5 4.67893 15.1789 3 17.25 3Z",fill:"currentColor"}),t.createElement(e,{d:"M6.75 3C8.82107 3 10.5 4.67893 10.5 6.75C10.5 8.82107 8.82107 10.5 6.75 10.5C4.67893 10.5 3 8.82107 3 6.75C3 4.67893 4.67893 3 6.75 3Z",fill:"currentColor"})),P=a;export{a as IconConnectors2,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconConnectors2/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 IconConnectors2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.25 3C19.3211 3 21 4.67893 21 6.75C21 8.65149 19.5846 10.2213 17.75 10.4658V17.25C17.75 17.5261 17.5261 17.75 17.25 17.75H10.4658C10.2213 19.5846 8.65149 21 6.75 21C4.67893 21 3 19.3211 3 17.25C3 15.1789 4.67893 13.5 6.75 13.5C8.65149 13.5 10.2213 14.9154 10.4658 16.75H16.75V10.4658C14.9154 10.2213 13.5 8.65149 13.5 6.75C13.5 4.67893 15.1789 3 17.25 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.75 3C8.82107 3 10.5 4.67893 10.5 6.75C10.5 8.82107 8.82107 10.5 6.75 10.5C4.67893 10.5 3 8.82107 3 6.75C3 4.67893 4.67893 3 6.75 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconConnectors2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wWACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yIACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconConnectors2","props","React","CentralIconBase","IconConnectors2_default"]}
|
package/README.md
CHANGED
|
@@ -432,6 +432,8 @@ Below is a complete list of available icons:
|
|
|
432
432
|
- IconCodeInsert
|
|
433
433
|
- IconCodeLarge
|
|
434
434
|
- IconCodeLines
|
|
435
|
+
- IconCodeMedium
|
|
436
|
+
- IconCommits
|
|
435
437
|
- IconConsole
|
|
436
438
|
- IconConsoleSimple
|
|
437
439
|
- IconConsoleSimple1
|
|
@@ -540,6 +542,8 @@ Below is a complete list of available icons:
|
|
|
540
542
|
- IconChipSimple
|
|
541
543
|
- IconChromecast
|
|
542
544
|
- IconCircleRecord
|
|
545
|
+
- IconConnectors1
|
|
546
|
+
- IconConnectors2
|
|
543
547
|
- IconDevices
|
|
544
548
|
- IconFullscreen
|
|
545
549
|
- IconHaptic
|
|
@@ -1794,7 +1798,6 @@ Below is a complete list of available icons:
|
|
|
1794
1798
|
- IconHorizontalAlignmentBottom
|
|
1795
1799
|
- IconHorizontalAlignmentCenter
|
|
1796
1800
|
- IconHorizontalAlignmentTop
|
|
1797
|
-
- IconInsertHtml
|
|
1798
1801
|
- IconItalic
|
|
1799
1802
|
- IconLinebreak
|
|
1800
1803
|
- IconLineHeight
|
package/filtered-icons.json
CHANGED
|
@@ -6664,6 +6664,20 @@
|
|
|
6664
6664
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
6665
6665
|
"componentName": "IconCodeLines"
|
|
6666
6666
|
},
|
|
6667
|
+
{
|
|
6668
|
+
"category": "Code",
|
|
6669
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.35355 7.14645C7.54882 7.34171 7.54882 7.65829 7.35355 7.85355L3.20711 12L7.35355 16.1464C7.54882 16.3417 7.54882 16.6583 7.35355 16.8536C7.15829 17.0488 6.84171 17.0488 6.64645 16.8536L2.14645 12.3536C2.05268 12.2598 2 12.1326 2 12C2 11.8674 2.05268 11.7402 2.14645 11.6464L6.64645 7.14645C6.84171 6.95118 7.15829 6.95118 7.35355 7.14645ZM16.6464 7.14645C16.8417 6.95118 17.1583 6.95118 17.3536 7.14645L21.8536 11.6464C21.9473 11.7402 22 11.8674 22 12C22 12.1326 21.9473 12.2598 21.8536 12.3536L17.3536 16.8536C17.1583 17.0488 16.8417 17.0488 16.6464 16.8536C16.4512 16.6583 16.4512 16.3417 16.6464 16.1464L20.7929 12L16.6464 7.85355C16.4512 7.65829 16.4512 7.34171 16.6464 7.14645Z\" fill=\"currentColor\"/>",
|
|
6670
|
+
"iconName": "code-medium, syntax, brackets, dev",
|
|
6671
|
+
"variant": {
|
|
6672
|
+
"join": "round",
|
|
6673
|
+
"filled": "on",
|
|
6674
|
+
"radius": "0",
|
|
6675
|
+
"stroke": "1"
|
|
6676
|
+
},
|
|
6677
|
+
"createdAt": "2025-02-15T21:11:34.065631+00:00",
|
|
6678
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
6679
|
+
"componentName": "IconCodeMedium"
|
|
6680
|
+
},
|
|
6667
6681
|
{
|
|
6668
6682
|
"category": "Social Media & Brands",
|
|
6669
6683
|
"svg": "<path d=\"M21.9917 8.85354C21.9118 8.33327 21.3324 8.05313 20.9328 7.79299C20.2135 7.31275 19.5142 6.85251 18.7949 6.37226C17.0965 5.23167 15.3782 4.09108 13.6799 2.95049C13.2803 2.69036 12.8807 2.41021 12.4811 2.15008C12.2013 1.94997 11.8217 1.94997 11.522 2.15008C10.3831 2.91047 9.22426 3.69087 8.08538 4.45127L3.05033 7.813C2.61076 8.09315 2.03133 8.37329 2.01135 8.9736C1.99137 9.63395 2.01135 10.3143 2.01135 10.9746V14.1763C2.01135 14.7566 1.89147 15.4369 2.43094 15.7971C3.70968 16.6776 5.00841 17.518 6.30713 18.3785C7.90556 19.439 9.50399 20.5196 11.1024 21.5801C11.542 21.8803 11.9816 22.2004 12.521 21.8403C12.9806 21.5401 13.4201 21.2399 13.8797 20.9398C15.6579 19.7592 17.4362 18.5586 19.2145 17.3779L21.1925 16.0573C21.3124 15.9772 21.4523 15.8972 21.5721 15.7971C21.8519 15.597 21.9717 15.3169 21.9717 14.9767V9.47386C21.9917 9.25375 22.0117 9.05365 21.9917 8.85354C21.9917 8.89356 21.9917 8.83353 21.9917 8.85354ZM12.8607 4.47128L19.5941 8.9736L16.597 10.9946L12.8607 8.49336V4.47128ZM11.1424 4.47128V8.47335L7.42603 10.9746L4.40899 8.9736L11.1424 4.47128ZM3.72966 10.5744L5.86756 12.0152L3.72966 13.4559V10.5744ZM11.1424 19.5591L4.40899 15.0567L7.40605 13.0357L11.1224 15.537V19.5591H11.1424ZM12.0015 14.0562L8.96452 12.0152L12.0015 9.97412L15.0386 12.0152L12.0015 14.0562ZM12.8607 19.5591V15.557L16.577 13.0557L19.5741 15.0768L12.8607 19.5591ZM20.2734 13.4559L18.1355 12.0152L20.2934 10.5744L20.2734 13.4559Z\" fill=\"currentColor\"/>",
|
|
@@ -6958,6 +6972,20 @@
|
|
|
6958
6972
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
6959
6973
|
"componentName": "IconColumnWideRemove"
|
|
6960
6974
|
},
|
|
6975
|
+
{
|
|
6976
|
+
"category": "Code",
|
|
6977
|
+
"svg": "<path d=\"M12 6C15.1453 6 17.7234 8.42031 17.9775 11.5H22.5C22.7761 11.5 23 11.7239 23 12C23 12.2761 22.7761 12.5 22.5 12.5H17.9775C17.7234 15.5797 15.1453 18 12 18C8.85472 18 6.27661 15.5797 6.02246 12.5H1.5C1.22386 12.5 1 12.2761 1 12C1 11.7239 1.22386 11.5 1.5 11.5H6.02246C6.27661 8.42031 8.85472 6 12 6Z\" fill=\"currentColor\"/>",
|
|
6978
|
+
"iconName": "commits",
|
|
6979
|
+
"variant": {
|
|
6980
|
+
"join": "round",
|
|
6981
|
+
"filled": "on",
|
|
6982
|
+
"radius": "0",
|
|
6983
|
+
"stroke": "1"
|
|
6984
|
+
},
|
|
6985
|
+
"createdAt": "2025-12-15T09:02:14.753327+00:00",
|
|
6986
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
6987
|
+
"componentName": "IconCommits"
|
|
6988
|
+
},
|
|
6961
6989
|
{
|
|
6962
6990
|
"category": "Interface General",
|
|
6963
6991
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM15.1768 8.82323C15.2359 8.88233 15.2615 8.96707 15.2451 9.04903L14.2451 14.049C14.2254 14.148 14.148 14.2254 14.049 14.2451L9.04903 15.2451C8.96707 15.2615 8.88233 15.2359 8.82323 15.1768C8.76412 15.1177 8.73847 15.0329 8.75486 14.951L9.75486 9.95097C9.77465 9.85201 9.85201 9.77465 9.95098 9.75486L14.951 8.75486C15.0329 8.73847 15.1177 8.76412 15.1768 8.82323Z\" fill=\"currentColor\"/>",
|
|
@@ -7014,6 +7042,34 @@
|
|
|
7014
7042
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
7015
7043
|
"componentName": "IconConcise"
|
|
7016
7044
|
},
|
|
7045
|
+
{
|
|
7046
|
+
"category": "Devices & Signals",
|
|
7047
|
+
"svg": "<path d=\"M17.25 3C19.3211 3 21 4.67893 21 6.75C21 8.82107 19.3211 10.5 17.25 10.5C16.3945 10.5 15.6066 10.2127 14.9756 9.73047L9.72656 14.9697C10.2114 15.6016 10.5 16.392 10.5 17.25C10.5 19.3211 8.82107 21 6.75 21C4.67893 21 3 19.3211 3 17.25C3 15.1789 4.67893 13.5 6.75 13.5C7.60226 13.5 8.38779 13.7847 9.01758 14.2637L14.2686 9.02344C13.7868 8.39264 13.5 7.605 13.5 6.75C13.5 4.67893 15.1789 3 17.25 3Z\" fill=\"currentColor\"/><path d=\"M17.25 13.5C19.3211 13.5 21 15.1789 21 17.25C21 19.3211 19.3211 21 17.25 21C15.1789 21 13.5 19.3211 13.5 17.25C13.5 15.1789 15.1789 13.5 17.25 13.5Z\" fill=\"currentColor\"/><path d=\"M6.75 3C8.82107 3 10.5 4.67893 10.5 6.75C10.5 8.82107 8.82107 10.5 6.75 10.5C4.67893 10.5 3 8.82107 3 6.75C3 4.67893 4.67893 3 6.75 3Z\" fill=\"currentColor\"/>",
|
|
7048
|
+
"iconName": "connectors-1, connection, apps",
|
|
7049
|
+
"variant": {
|
|
7050
|
+
"join": "round",
|
|
7051
|
+
"filled": "on",
|
|
7052
|
+
"radius": "0",
|
|
7053
|
+
"stroke": "1"
|
|
7054
|
+
},
|
|
7055
|
+
"createdAt": "2025-12-16T18:01:50.917281+00:00",
|
|
7056
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
7057
|
+
"componentName": "IconConnectors1"
|
|
7058
|
+
},
|
|
7059
|
+
{
|
|
7060
|
+
"category": "Devices & Signals",
|
|
7061
|
+
"svg": "<path d=\"M17.25 3C19.3211 3 21 4.67893 21 6.75C21 8.65149 19.5846 10.2213 17.75 10.4658V17.25C17.75 17.5261 17.5261 17.75 17.25 17.75H10.4658C10.2213 19.5846 8.65149 21 6.75 21C4.67893 21 3 19.3211 3 17.25C3 15.1789 4.67893 13.5 6.75 13.5C8.65149 13.5 10.2213 14.9154 10.4658 16.75H16.75V10.4658C14.9154 10.2213 13.5 8.65149 13.5 6.75C13.5 4.67893 15.1789 3 17.25 3Z\" fill=\"currentColor\"/><path d=\"M6.75 3C8.82107 3 10.5 4.67893 10.5 6.75C10.5 8.82107 8.82107 10.5 6.75 10.5C4.67893 10.5 3 8.82107 3 6.75C3 4.67893 4.67893 3 6.75 3Z\" fill=\"currentColor\"/>",
|
|
7062
|
+
"iconName": "connectors-2, connection, apps",
|
|
7063
|
+
"variant": {
|
|
7064
|
+
"join": "round",
|
|
7065
|
+
"filled": "on",
|
|
7066
|
+
"radius": "0",
|
|
7067
|
+
"stroke": "1"
|
|
7068
|
+
},
|
|
7069
|
+
"createdAt": "2025-12-16T18:01:50.917281+00:00",
|
|
7070
|
+
"packageName": "round-filled-radius-0-stroke-1",
|
|
7071
|
+
"componentName": "IconConnectors2"
|
|
7072
|
+
},
|
|
7017
7073
|
{
|
|
7018
7074
|
"category": "Code",
|
|
7019
7075
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3.5C3 3.22386 3.22386 3 3.5 3H20.5C20.7761 3 21 3.22386 21 3.5V20.5C21 20.7761 20.7761 21 20.5 21H3.5C3.22386 21 3 20.7761 3 20.5V3.5ZM6.14645 7.14645C6.34171 6.95118 6.65829 6.95118 6.85355 7.14645L8.85355 9.14645C9.04882 9.34171 9.04882 9.65829 8.85355 9.85355L6.85355 11.8536C6.65829 12.0488 6.34171 12.0488 6.14645 11.8536C5.95118 11.6583 5.95118 11.3417 6.14645 11.1464L7.79289 9.5L6.14645 7.85355C5.95118 7.65829 5.95118 7.34171 6.14645 7.14645ZM11.5 11H9.5C9.22386 11 9 11.2239 9 11.5C9 11.7761 9.22386 12 9.5 12H11.5C11.7761 12 12 11.7761 12 11.5C12 11.2239 11.7761 11 11.5 11Z\" fill=\"currentColor\"/>",
|
|
@@ -12152,20 +12208,6 @@
|
|
|
12152
12208
|
"packageName": "round-filled-radius-0-stroke-1",
|
|
12153
12209
|
"componentName": "IconInputForm"
|
|
12154
12210
|
},
|
|
12155
|
-
{
|
|
12156
|
-
"category": "Typography",
|
|
12157
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.35355 7.14645C7.54882 7.34171 7.54882 7.65829 7.35355 7.85355L3.20711 12L7.35355 16.1464C7.54882 16.3417 7.54882 16.6583 7.35355 16.8536C7.15829 17.0488 6.84171 17.0488 6.64645 16.8536L2.14645 12.3536C2.05268 12.2598 2 12.1326 2 12C2 11.8674 2.05268 11.7402 2.14645 11.6464L6.64645 7.14645C6.84171 6.95118 7.15829 6.95118 7.35355 7.14645ZM16.6464 7.14645C16.8417 6.95118 17.1583 6.95118 17.3536 7.14645L21.8536 11.6464C21.9473 11.7402 22 11.8674 22 12C22 12.1326 21.9473 12.2598 21.8536 12.3536L17.3536 16.8536C17.1583 17.0488 16.8417 17.0488 16.6464 16.8536C16.4512 16.6583 16.4512 16.3417 16.6464 16.1464L20.7929 12L16.6464 7.85355C16.4512 7.65829 16.4512 7.34171 16.6464 7.14645Z\" fill=\"currentColor\"/>",
|
|
12158
|
-
"iconName": "insert-html,code, brackets",
|
|
12159
|
-
"variant": {
|
|
12160
|
-
"join": "round",
|
|
12161
|
-
"filled": "on",
|
|
12162
|
-
"radius": "0",
|
|
12163
|
-
"stroke": "1"
|
|
12164
|
-
},
|
|
12165
|
-
"createdAt": "2025-02-15T21:11:34.065631+00:00",
|
|
12166
|
-
"packageName": "round-filled-radius-0-stroke-1",
|
|
12167
|
-
"componentName": "IconInsertHtml"
|
|
12168
|
-
},
|
|
12169
12211
|
{
|
|
12170
12212
|
"category": "Statistics & Charts",
|
|
12171
12213
|
"svg": "<path d=\"M20 8.00005C21.1046 8.00005 22 8.89548 22 10C22 11.1046 21.1046 12 20 12C19.6938 12 19.4049 11.9287 19.1455 11.8057L16.6221 14.834C16.8586 15.1625 17 15.5643 17 16C17 17.1046 16.1046 18 15 18C13.8954 18 13 17.1046 13 16C13 15.6937 13.0703 15.4041 13.1934 15.1446L10.166 12.6221C9.8375 12.8587 9.43575 13 9 13C8.74663 13 8.5053 12.9502 8.28223 12.8643L5.53223 16.7159C5.82379 17.0634 6 17.5109 6 18C6 19.1046 5.10457 20 4 20C2.89543 20 2 19.1046 2 18C2 16.8955 2.89543 16 4 16C4.25324 16 4.49479 16.0489 4.71777 16.1348L7.46777 12.2842C7.17621 11.9367 7 11.4892 7 11C7 9.89548 7.89543 9.00005 9 9.00005C10.1046 9.00005 11 9.89548 11 11C11 11.3054 10.929 11.5937 10.8066 11.8526L13.834 14.376C14.1623 14.1399 14.5647 14 15 14C15.306 14 15.5952 14.0705 15.8545 14.1934L18.377 11.1661C18.1406 10.8376 18 10.4356 18 10C18 8.89548 18.8954 8.00005 20 8.00005Z\" fill=\"currentColor\"/><path d=\"M4.5 7.00005C5.32843 7.00005 6 7.67162 6 8.50005C6 9.32847 5.32843 10 4.5 10C3.67157 10 3 9.32847 3 8.50005C3 7.67162 3.67157 7.00005 4.5 7.00005Z\" fill=\"currentColor\"/><path d=\"M16.8535 6.14649C17.0487 6.34176 17.0487 6.65834 16.8535 6.8536L14.8536 8.85352C14.6583 9.04879 14.3417 9.04879 14.1464 8.85352L12.1465 6.8536C11.9513 6.65834 11.9513 6.34176 12.1465 6.14649L14.1464 4.14657C14.3417 3.95131 14.6583 3.95131 14.8536 4.14657L16.8535 6.14649Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -475,6 +475,7 @@ export type CentralIconName =
|
|
|
475
475
|
| "IconCodeInsert"
|
|
476
476
|
| "IconCodeLarge"
|
|
477
477
|
| "IconCodeLines"
|
|
478
|
+
| "IconCodeMedium"
|
|
478
479
|
| "IconCodepen"
|
|
479
480
|
| "IconCoin1"
|
|
480
481
|
| "IconCoin2"
|
|
@@ -496,10 +497,13 @@ export type CentralIconName =
|
|
|
496
497
|
| "IconColumnWideHalfAdd"
|
|
497
498
|
| "IconColumnWideHalfRemove"
|
|
498
499
|
| "IconColumnWideRemove"
|
|
500
|
+
| "IconCommits"
|
|
499
501
|
| "IconCompassRound"
|
|
500
502
|
| "IconCompassSquare"
|
|
501
503
|
| "IconComponents"
|
|
502
504
|
| "IconConcise"
|
|
505
|
+
| "IconConnectors1"
|
|
506
|
+
| "IconConnectors2"
|
|
503
507
|
| "IconConsole"
|
|
504
508
|
| "IconConsoleSimple"
|
|
505
509
|
| "IconConsoleSimple1"
|
|
@@ -867,7 +871,6 @@ export type CentralIconName =
|
|
|
867
871
|
| "IconInitiatives"
|
|
868
872
|
| "IconInjection"
|
|
869
873
|
| "IconInputForm"
|
|
870
|
-
| "IconInsertHtml"
|
|
871
874
|
| "IconInsights"
|
|
872
875
|
| "IconInstagram"
|
|
873
876
|
| "IconInvite"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.68",
|
|
4
4
|
"style": "round-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1641,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 63,
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
]
|
|
287
287
|
},
|
|
288
288
|
"Code": {
|
|
289
|
-
"count":
|
|
289
|
+
"count": 45,
|
|
290
290
|
"icons": [
|
|
291
291
|
"IconAnchor",
|
|
292
292
|
"IconAnimation",
|
|
@@ -314,6 +314,8 @@
|
|
|
314
314
|
"IconCodeInsert",
|
|
315
315
|
"IconCodeLarge",
|
|
316
316
|
"IconCodeLines",
|
|
317
|
+
"IconCodeMedium",
|
|
318
|
+
"IconCommits",
|
|
317
319
|
"IconConsole",
|
|
318
320
|
"IconConsoleSimple",
|
|
319
321
|
"IconConsoleSimple1",
|
|
@@ -410,7 +412,7 @@
|
|
|
410
412
|
]
|
|
411
413
|
},
|
|
412
414
|
"Devices & Signals": {
|
|
413
|
-
"count":
|
|
415
|
+
"count": 69,
|
|
414
416
|
"icons": [
|
|
415
417
|
"IconAirdrop",
|
|
416
418
|
"IconAirplay",
|
|
@@ -428,6 +430,8 @@
|
|
|
428
430
|
"IconChipSimple",
|
|
429
431
|
"IconChromecast",
|
|
430
432
|
"IconCircleRecord",
|
|
433
|
+
"IconConnectors1",
|
|
434
|
+
"IconConnectors2",
|
|
431
435
|
"IconDevices",
|
|
432
436
|
"IconFullscreen",
|
|
433
437
|
"IconHaptic",
|
|
@@ -1704,7 +1708,7 @@
|
|
|
1704
1708
|
]
|
|
1705
1709
|
},
|
|
1706
1710
|
"Typography": {
|
|
1707
|
-
"count":
|
|
1711
|
+
"count": 53,
|
|
1708
1712
|
"icons": [
|
|
1709
1713
|
"IconAlignmentCenter",
|
|
1710
1714
|
"IconAlignmentJustify",
|
|
@@ -1728,7 +1732,6 @@
|
|
|
1728
1732
|
"IconHorizontalAlignmentBottom",
|
|
1729
1733
|
"IconHorizontalAlignmentCenter",
|
|
1730
1734
|
"IconHorizontalAlignmentTop",
|
|
1731
|
-
"IconInsertHtml",
|
|
1732
1735
|
"IconItalic",
|
|
1733
1736
|
"IconLinebreak",
|
|
1734
1737
|
"IconLineHeight",
|
|
@@ -2304,6 +2307,7 @@
|
|
|
2304
2307
|
"IconCodeInsert": "code-insert",
|
|
2305
2308
|
"IconCodeLarge": "code-large, syntax, brackets",
|
|
2306
2309
|
"IconCodeLines": "code-lines",
|
|
2310
|
+
"IconCodeMedium": "code-medium, syntax, brackets, dev",
|
|
2307
2311
|
"IconCodepen": "codepen",
|
|
2308
2312
|
"IconCoin1": "coin-1, credits, money",
|
|
2309
2313
|
"IconCoin2": "coin-2, credits",
|
|
@@ -2325,10 +2329,13 @@
|
|
|
2325
2329
|
"IconColumnWideHalfAdd": "column-wide-half-add",
|
|
2326
2330
|
"IconColumnWideHalfRemove": "column-wide-half-remove",
|
|
2327
2331
|
"IconColumnWideRemove": "column-wide-remove",
|
|
2332
|
+
"IconCommits": "commits",
|
|
2328
2333
|
"IconCompassRound": "compass-round, browser, safari, web, internet, navigation",
|
|
2329
2334
|
"IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
|
|
2330
2335
|
"IconComponents": "components, figma",
|
|
2331
2336
|
"IconConcise": "concise, text-shorten, squeeze",
|
|
2337
|
+
"IconConnectors1": "connectors-1, connection, apps",
|
|
2338
|
+
"IconConnectors2": "connectors-2, connection, apps",
|
|
2332
2339
|
"IconConsole": "console, terminal",
|
|
2333
2340
|
"IconConsoleSimple": "console-simple",
|
|
2334
2341
|
"IconConsoleSimple1": "console-simple, terminal",
|
|
@@ -2696,7 +2703,6 @@
|
|
|
2696
2703
|
"IconInitiatives": "initiatives, nav, rooting",
|
|
2697
2704
|
"IconInjection": "injection",
|
|
2698
2705
|
"IconInputForm": "input-form, text-area, prompt",
|
|
2699
|
-
"IconInsertHtml": "insert-html, code, brackets",
|
|
2700
2706
|
"IconInsights": "insights, analyze",
|
|
2701
2707
|
"IconInstagram": "instagram",
|
|
2702
2708
|
"IconInvite": "invite, briefing",
|
package/index.d.ts
CHANGED
|
@@ -474,6 +474,7 @@ export { IconCodeBrackets, default as IconCodeBracketsDefault, } from "./IconCod
|
|
|
474
474
|
export { IconCodeInsert, default as IconCodeInsertDefault, } from "./IconCodeInsert";
|
|
475
475
|
export { IconCodeLarge, default as IconCodeLargeDefault, } from "./IconCodeLarge";
|
|
476
476
|
export { IconCodeLines, default as IconCodeLinesDefault, } from "./IconCodeLines";
|
|
477
|
+
export { IconCodeMedium, default as IconCodeMediumDefault, } from "./IconCodeMedium";
|
|
477
478
|
export { IconCodepen, default as IconCodepenDefault } from "./IconCodepen";
|
|
478
479
|
export { IconCoin1, default as IconCoin1Default } from "./IconCoin1";
|
|
479
480
|
export { IconCoin2, default as IconCoin2Default } from "./IconCoin2";
|
|
@@ -495,10 +496,13 @@ export { IconColumnWideHalf, default as IconColumnWideHalfDefault, } from "./Ico
|
|
|
495
496
|
export { IconColumnWideHalfAdd, default as IconColumnWideHalfAddDefault, } from "./IconColumnWideHalfAdd";
|
|
496
497
|
export { IconColumnWideHalfRemove, default as IconColumnWideHalfRemoveDefault, } from "./IconColumnWideHalfRemove";
|
|
497
498
|
export { IconColumnWideRemove, default as IconColumnWideRemoveDefault, } from "./IconColumnWideRemove";
|
|
499
|
+
export { IconCommits, default as IconCommitsDefault } from "./IconCommits";
|
|
498
500
|
export { IconCompassRound, default as IconCompassRoundDefault, } from "./IconCompassRound";
|
|
499
501
|
export { IconCompassSquare, default as IconCompassSquareDefault, } from "./IconCompassSquare";
|
|
500
502
|
export { IconComponents, default as IconComponentsDefault, } from "./IconComponents";
|
|
501
503
|
export { IconConcise, default as IconConciseDefault } from "./IconConcise";
|
|
504
|
+
export { IconConnectors1, default as IconConnectors1Default, } from "./IconConnectors1";
|
|
505
|
+
export { IconConnectors2, default as IconConnectors2Default, } from "./IconConnectors2";
|
|
502
506
|
export { IconConsole, default as IconConsoleDefault } from "./IconConsole";
|
|
503
507
|
export { IconConsoleSimple, default as IconConsoleSimpleDefault, } from "./IconConsoleSimple";
|
|
504
508
|
export { IconConsoleSimple1, default as IconConsoleSimple1Default, } from "./IconConsoleSimple1";
|
|
@@ -866,7 +870,6 @@ export { IconInfinity, default as IconInfinityDefault } from "./IconInfinity";
|
|
|
866
870
|
export { IconInitiatives, default as IconInitiativesDefault, } from "./IconInitiatives";
|
|
867
871
|
export { IconInjection, default as IconInjectionDefault, } from "./IconInjection";
|
|
868
872
|
export { IconInputForm, default as IconInputFormDefault, } from "./IconInputForm";
|
|
869
|
-
export { IconInsertHtml, default as IconInsertHtmlDefault, } from "./IconInsertHtml";
|
|
870
873
|
export { IconInsights, default as IconInsightsDefault } from "./IconInsights";
|
|
871
874
|
export { IconInstagram, default as IconInstagramDefault, } from "./IconInstagram";
|
|
872
875
|
export { IconInvite, default as IconInviteDefault } from "./IconInvite";
|