@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.190 → 1.1.191
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/IconDevices2/index.d.ts +4 -0
- package/IconDevices2/index.js +2 -0
- package/IconDevices2/index.js.map +1 -0
- package/IconDevices2/index.mjs +2 -0
- package/IconDevices2/index.mjs.map +1 -0
- package/IconRemixCircle/index.d.ts +4 -0
- package/IconRemixCircle/index.js +2 -0
- package/IconRemixCircle/index.js.map +1 -0
- package/IconRemixCircle/index.mjs +2 -0
- package/IconRemixCircle/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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 +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)p(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))!H.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(C=B(o,t))||C.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),V=r=>a(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconDevices2:()=>i,default:()=>g});module.exports=V(v);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(f.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 l=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M23 21H16V9H23V21Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M15 20H1V17H15V20Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M21 8H15V16H3V3H21V8Z",fill:"currentColor"})),g=i;0&&(module.exports={IconDevices2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDevices2/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 IconDevices2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M23 21H16V9H23V21Z\" fill=\"currentColor\" />\n <Path d=\"M15 20H1V17H15V20Z\" fill=\"currentColor\" />\n <Path d=\"M21 8H15V16H3V3H21V8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDevices2;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,CACtD,EAIGE,EAAQJ","names":["IconDevices2_exports","__export","IconDevices2","IconDevices2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDevices2","props","React","CentralIconBase","IconDevices2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M23 21H16V9H23V21Z",fill:"currentColor"}),o.createElement(t,{d:"M15 20H1V17H15V20Z",fill:"currentColor"}),o.createElement(t,{d:"M21 8H15V16H3V3H21V8Z",fill:"currentColor"})),H=a;export{a as IconDevices2,H as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDevices2/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 IconDevices2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M23 21H16V9H23V21Z\" fill=\"currentColor\" />\n <Path d=\"M15 20H1V17H15V20Z\" fill=\"currentColor\" />\n <Path d=\"M21 8H15V16H3V3H21V8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconDevices2;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,CACtD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDevices2","props","React","CentralIconBase","IconDevices2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var C=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},m=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!B.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(l=i(o,t))||l.enumerable});return r};var a=(r,o,e)=>(e=r!=null?c(x(r)):{},m(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>m(C({},"__esModule",{value:!0}),r);var d={};I(d,{IconRemixCircle:()=>V,default:()=>g});module.exports=P(d);var n=a(require("react"));var f=a(require("react")),s=require("react-native-svg"),H=({children:r,size:o=24,...e})=>f.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),V=r=>n.default.createElement(H,{...r},n.default.createElement(p.Path,{d:"M21.4355 13.1162C20.8823 17.8371 16.8691 21.4998 12 21.5C9.2284 21.4999 6.73565 20.3113 5 18.4199V20.5H3V15H8.5V17H6.41016C7.7843 18.5351 9.77997 19.4999 12 19.5C15.8426 19.4998 19.0126 16.6088 19.4492 12.8838L21.4355 13.1162Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M13 11H15.5V13H13V15.5H11V13H8.5V11H11V8.5H13V11Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M12 2.5C14.7708 2.50014 17.2644 3.68673 19 5.57715V3.5H21V9H15.5V7H17.5869C16.2127 5.46562 14.2194 4.50014 12 4.5C8.15734 4.5002 4.98843 7.39117 4.55176 11.1162L2.56445 10.8838C3.11772 6.16286 7.13088 2.5002 12 2.5Z",fill:"currentColor"})),g=V;0&&(module.exports={IconRemixCircle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRemixCircle/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 IconRemixCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.4355 13.1162C20.8823 17.8371 16.8691 21.4998 12 21.5C9.2284 21.4999 6.73565 20.3113 5 18.4199V20.5H3V15H8.5V17H6.41016C7.7843 18.5351 9.77997 19.4999 12 19.5C15.8426 19.4998 19.0126 16.6088 19.4492 12.8838L21.4355 13.1162Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 11H15.5V13H13V15.5H11V13H8.5V11H11V8.5H13V11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2.5C14.7708 2.50014 17.2644 3.68673 19 5.57715V3.5H21V9H15.5V7H17.5869C16.2127 5.46562 14.2194 4.50014 12 4.5C8.15734 4.5002 4.98843 7.39117 4.55176 11.1162L2.56445 10.8838C3.11772 6.16286 7.13088 2.5002 12 2.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRemixCircle;\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,qOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRemixCircle_exports","__export","IconRemixCircle","IconRemixCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRemixCircle","props","React","CentralIconBase","IconRemixCircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:e,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"},e);import{Path as t}from"react-native-svg";var m=e=>o.createElement(n,{...e},o.createElement(t,{d:"M21.4355 13.1162C20.8823 17.8371 16.8691 21.4998 12 21.5C9.2284 21.4999 6.73565 20.3113 5 18.4199V20.5H3V15H8.5V17H6.41016C7.7843 18.5351 9.77997 19.4999 12 19.5C15.8426 19.4998 19.0126 16.6088 19.4492 12.8838L21.4355 13.1162Z",fill:"currentColor"}),o.createElement(t,{d:"M13 11H15.5V13H13V15.5H11V13H8.5V11H11V8.5H13V11Z",fill:"currentColor"}),o.createElement(t,{d:"M12 2.5C14.7708 2.50014 17.2644 3.68673 19 5.57715V3.5H21V9H15.5V7H17.5869C16.2127 5.46562 14.2194 4.50014 12 4.5C8.15734 4.5002 4.98843 7.39117 4.55176 11.1162L2.56445 10.8838C3.11772 6.16286 7.13088 2.5002 12 2.5Z",fill:"currentColor"})),B=m;export{m as IconRemixCircle,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRemixCircle/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 IconRemixCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.4355 13.1162C20.8823 17.8371 16.8691 21.4998 12 21.5C9.2284 21.4999 6.73565 20.3113 5 18.4199V20.5H3V15H8.5V17H6.41016C7.7843 18.5351 9.77997 19.4999 12 19.5C15.8426 19.4998 19.0126 16.6088 19.4492 12.8838L21.4355 13.1162Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 11H15.5V13H13V15.5H11V13H8.5V11H11V8.5H13V11Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2.5C14.7708 2.50014 17.2644 3.68673 19 5.57715V3.5H21V9H15.5V7H17.5869C16.2127 5.46562 14.2194 4.50014 12 4.5C8.15734 4.5002 4.98843 7.39117 4.55176 11.1162L2.56445 10.8838C3.11772 6.16286 7.13088 2.5002 12 2.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRemixCircle;\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,qOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0NACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRemixCircle","props","React","CentralIconBase","IconRemixCircle_default"]}
|
package/README.md
CHANGED
|
@@ -354,6 +354,7 @@ Below is a complete list of available icons:
|
|
|
354
354
|
- IconRandom
|
|
355
355
|
- IconRedirectArrow
|
|
356
356
|
- IconRemix
|
|
357
|
+
- IconRemixCircle
|
|
357
358
|
- IconRotate360Left
|
|
358
359
|
- IconRotate360Right
|
|
359
360
|
- IconShareArrowDown
|
|
@@ -599,6 +600,7 @@ Below is a complete list of available icons:
|
|
|
599
600
|
- IconConnectors1
|
|
600
601
|
- IconConnectors2
|
|
601
602
|
- IconDevices
|
|
603
|
+
- IconDevices2
|
|
602
604
|
- IconFullscreen1
|
|
603
605
|
- IconFullscreen2
|
|
604
606
|
- IconGyroscopeSensor
|
package/filtered-icons.json
CHANGED
|
@@ -8946,6 +8946,20 @@
|
|
|
8946
8946
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
8947
8947
|
"componentName": "IconDevices"
|
|
8948
8948
|
},
|
|
8949
|
+
{
|
|
8950
|
+
"category": "Devices & Signals",
|
|
8951
|
+
"svg": "<path d=\"M23 21H16V9H23V21Z\" fill=\"currentColor\"/><path d=\"M15 20H1V17H15V20Z\" fill=\"currentColor\"/><path d=\"M21 8H15V16H3V3H21V8Z\" fill=\"currentColor\"/>",
|
|
8952
|
+
"iconName": "devices-2, laptop-phone",
|
|
8953
|
+
"variant": {
|
|
8954
|
+
"join": "square",
|
|
8955
|
+
"filled": "on",
|
|
8956
|
+
"radius": "0",
|
|
8957
|
+
"stroke": "2"
|
|
8958
|
+
},
|
|
8959
|
+
"createdAt": "2026-04-15T12:02:06.50898+00:00",
|
|
8960
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
8961
|
+
"componentName": "IconDevices2"
|
|
8962
|
+
},
|
|
8949
8963
|
{
|
|
8950
8964
|
"category": "Social Media & Brands",
|
|
8951
8965
|
"svg": "<path d=\"M5.49926 12.5676C5.65997 12.4747 5.85721 12.4747 6.01792 12.5676L8.25724 13.8604C8.26142 13.8625 8.26371 13.8656 8.26664 13.8677C8.30175 13.8895 8.33387 13.9133 8.36146 13.9409C8.36564 13.9451 8.36994 13.9502 8.37413 13.9544C8.39876 13.9811 8.42196 14.0097 8.44034 14.0406C8.44327 14.0461 8.44681 14.0503 8.44974 14.0553C8.46899 14.0896 8.4834 14.126 8.4947 14.164C8.49677 14.1723 8.49875 14.1803 8.50083 14.1886C8.51087 14.2279 8.51718 14.2681 8.51718 14.3104V15.6035C8.51718 16.1036 8.78661 16.5688 9.21852 16.8182C9.6504 17.0675 10.1877 17.0676 10.6196 16.8182L11.739 16.1716C11.775 16.1511 11.8133 16.1363 11.8527 16.125C11.861 16.1221 11.8681 16.1202 11.8764 16.1181C11.9145 16.1089 11.9535 16.1026 11.9928 16.1026H12.0104C12.0468 16.1038 12.0828 16.1089 12.1187 16.1173C12.1246 16.1193 12.1309 16.1193 12.1371 16.1214C12.1756 16.1314 12.2124 16.1467 12.2475 16.1663C12.2508 16.1684 12.2581 16.1708 12.2581 16.1708L14.4974 17.4636L14.4991 17.4644C14.6602 17.5573 14.759 17.7286 14.759 17.914V20.4999C14.759 20.6852 14.6598 20.8565 14.4991 20.9494L12.2597 22.2422C12.1794 22.2874 12.0898 22.3113 11.9998 22.3113C11.9098 22.3113 11.8202 22.2886 11.7399 22.2422L9.50053 20.9494C9.49635 20.9474 9.49406 20.9442 9.49113 20.9421C9.45604 20.9204 9.42431 20.8969 9.39631 20.8689C9.39213 20.8647 9.38783 20.8596 9.38364 20.8554C9.35898 20.8287 9.33583 20.7997 9.31743 20.7688C9.31452 20.7634 9.31134 20.7591 9.30844 20.7541C9.28922 20.7198 9.27436 20.6838 9.26307 20.6458C9.261 20.6375 9.25902 20.6296 9.25694 20.6213C9.2469 20.5819 9.2406 20.5417 9.24059 20.4995V19.2067C9.24059 18.7074 8.97152 18.2423 8.53966 17.9928C8.10691 17.7434 7.56928 17.7434 7.13737 17.9928L6.01792 18.6394C5.98197 18.6599 5.94399 18.6747 5.9047 18.686C5.89633 18.6889 5.88814 18.6909 5.87977 18.693C5.84176 18.7021 5.80378 18.7085 5.76451 18.7085H5.75798C5.75298 18.7085 5.74866 18.7064 5.74449 18.7064C5.70855 18.7052 5.67251 18.7001 5.63741 18.6917C5.63158 18.6905 5.62525 18.6897 5.61901 18.6876C5.58095 18.6776 5.54502 18.6619 5.50989 18.6423C5.50653 18.641 5.49926 18.6382 5.49926 18.6382L3.25994 17.3454C3.09881 17.2525 3 17.0813 3 16.8959V14.31C3 14.1245 3.09923 13.9533 3.25994 13.8604L5.49926 12.5676Z\" fill=\"currentColor\"/><path d=\"M17.9813 5.36002C18.142 5.26711 18.3392 5.26711 18.4999 5.36002L20.738 6.65318C20.8987 6.74609 20.998 6.91735 20.998 7.10276V9.68867C20.998 9.87407 20.8987 10.0453 20.738 10.1382L18.4987 11.431C18.4945 11.4331 18.4902 11.433 18.4873 11.4351C18.4509 11.4543 18.415 11.47 18.3769 11.4805C18.3711 11.4825 18.3648 11.4833 18.3585 11.4845C18.3238 11.4937 18.2874 11.4988 18.2514 11.4988C18.2477 11.4997 18.2433 11.5009 18.2392 11.5009H18.2343C18.1953 11.4996 18.1559 11.4946 18.1178 11.4854C18.1095 11.4833 18.1016 11.4805 18.0933 11.4784C18.0539 11.4671 18.0156 11.4523 17.9796 11.4318L16.8602 10.7852C16.4274 10.5358 15.8898 10.5358 15.4579 10.7852H15.4624C15.0305 11.0351 14.7615 11.4986 14.7614 11.9987C14.7614 12.4988 15.0305 12.9639 15.4624 13.2134C15.8943 13.4628 16.4316 13.4628 16.8634 13.2134L17.9829 12.5668C18.0189 12.5463 18.0572 12.5315 18.0965 12.5202C18.1048 12.5173 18.1119 12.5153 18.1202 12.5133C18.1583 12.5041 18.1974 12.4977 18.2367 12.4977H18.2531C18.2903 12.499 18.3262 12.5041 18.3622 12.5124C18.3685 12.5145 18.3735 12.5144 18.3798 12.5165C18.4178 12.5266 18.455 12.5422 18.4901 12.5619C18.4935 12.564 18.5007 12.566 18.5007 12.566L20.7401 13.8587C20.9012 13.9516 21 14.1229 21 14.3083V16.8942C21 17.0796 20.9008 17.2509 20.7401 17.3438L18.5007 18.6366C18.4204 18.6818 18.3304 18.7056 18.2408 18.7056C18.1512 18.7056 18.0612 18.683 17.9809 18.6366L15.7415 17.3438C15.7374 17.3417 15.7351 17.339 15.7321 17.3369C15.697 17.3151 15.6654 17.2909 15.6373 17.2633C15.6336 17.2591 15.6292 17.2544 15.6251 17.2502C15.6004 17.2234 15.5773 17.1945 15.5588 17.1636C15.5559 17.1586 15.5528 17.1542 15.5499 17.1493C15.5302 17.115 15.5158 17.079 15.5045 17.041C15.5024 17.0326 15.5004 17.0244 15.4984 17.016C15.4883 16.9767 15.482 16.9365 15.482 16.8942V15.6015C15.482 15.1022 15.213 14.637 14.7811 14.3876C14.3483 14.1382 13.8107 14.1382 13.3788 14.3876L12.2593 15.0346C12.2234 15.055 12.1854 15.0695 12.1461 15.0808C12.1377 15.0837 12.1296 15.086 12.1212 15.0881C12.0823 15.0973 12.044 15.1033 12.0047 15.1033H11.9998C11.9956 15.1032 11.9913 15.1012 11.9871 15.1012C11.9512 15.0999 11.9151 15.0953 11.88 15.0869C11.8742 15.0848 11.8679 15.0845 11.8617 15.0824C11.8236 15.0724 11.7864 15.0571 11.7513 15.0375C11.748 15.0354 11.7407 15.033 11.7407 15.033L9.50135 13.7402C9.34029 13.6473 9.24148 13.4764 9.24141 13.291V10.7047C9.24145 10.5194 9.34067 10.348 9.50135 10.2551L11.7407 8.96239C11.744 8.9603 11.7484 8.96039 11.7513 8.9583C11.7864 8.93909 11.8236 8.9238 11.8617 8.91334C11.8679 8.91126 11.873 8.91009 11.8792 8.90885C11.9143 8.89924 11.9504 8.89415 11.9875 8.89413H12.0051C12.044 8.89497 12.0835 8.90047 12.1216 8.90966C12.13 8.91176 12.1382 8.91493 12.1465 8.91702C12.1858 8.9283 12.2238 8.94276 12.2597 8.96321L13.3792 9.60979C13.8119 9.85922 14.3496 9.85922 14.7815 9.60979C15.2133 9.35908 15.4824 8.89429 15.4824 8.39551V7.10276C15.4824 7.06052 15.4896 7.02027 15.4988 6.98096C15.5009 6.97259 15.5028 6.9644 15.5049 6.95603C15.5162 6.91797 15.5306 6.8816 15.5503 6.84772C15.5524 6.84231 15.5563 6.83801 15.5593 6.83301C15.5781 6.80204 15.6008 6.77314 15.6255 6.74636C15.6292 6.74218 15.6336 6.73705 15.6377 6.73287C15.6666 6.7049 15.6987 6.68019 15.7325 6.65972C15.7355 6.65762 15.7419 6.65277 15.7419 6.65277L17.9813 5.36002Z\" fill=\"currentColor\"/><path d=\"M11.739 1.75846C11.8997 1.66556 12.097 1.66555 12.2577 1.75846L14.4991 3.0504C14.6602 3.1433 14.759 3.31459 14.759 3.49998V6.08548C14.759 6.27088 14.6598 6.44215 14.4991 6.53506L12.2597 7.82781C12.2564 7.8299 12.252 7.83021 12.2491 7.8323C12.214 7.85151 12.1768 7.86682 12.1388 7.87726C12.1329 7.87935 12.1266 7.8801 12.1204 7.88135C12.0856 7.89097 12.0493 7.89606 12.0133 7.89606C12.0095 7.89606 12.0052 7.89811 12.001 7.89811H11.9961C11.9572 7.89727 11.9177 7.89178 11.8796 7.88258C11.8717 7.88049 11.8634 7.87771 11.8551 7.87563C11.8158 7.86433 11.7775 7.84954 11.7415 7.82903L10.622 7.18246C10.1893 6.93309 9.65202 6.9327 9.22016 7.18246C8.78825 7.43231 8.51881 7.89745 8.51881 8.39632V9.68907C8.51881 9.73133 8.51207 9.77154 8.50287 9.81087C8.50079 9.81919 8.49841 9.82708 8.49633 9.83539C8.48503 9.8739 8.47105 9.91021 8.45138 9.94411C8.44929 9.94947 8.44489 9.95347 8.44197 9.95842C8.42315 9.98937 8.40044 10.0183 8.37576 10.0451C8.37162 10.0492 8.36764 10.0544 8.3635 10.0585C8.33464 10.0866 8.30216 10.1112 8.26827 10.1317C8.26553 10.1337 8.25999 10.1385 8.25928 10.1391L6.01955 11.4318C5.93921 11.477 5.84915 11.5009 5.75961 11.5009C5.66966 11.5009 5.58 11.4783 5.49967 11.4318L3.26035 10.1391V10.1399C3.09922 10.047 3.00041 9.87612 3.00041 9.6903V7.1048C3.00041 6.9194 3.09964 6.74813 3.26035 6.65522L5.49844 5.36124C5.50178 5.35916 5.50614 5.35922 5.50907 5.35716C5.54421 5.3375 5.58137 5.32184 5.61901 5.31138C5.62526 5.3093 5.63035 5.30813 5.63659 5.30729C5.67169 5.2981 5.70771 5.293 5.7449 5.29299H5.76247C5.80181 5.29424 5.84087 5.29931 5.87936 5.30852C5.88773 5.31061 5.89592 5.31337 5.90429 5.31547C5.94316 5.32676 5.98115 5.34158 6.01751 5.36206L7.13655 6.00823C7.5693 6.25767 8.10693 6.25767 8.53884 6.00823C8.97068 5.75752 9.23978 5.29238 9.23978 4.79354V3.50079C9.23978 3.45855 9.24692 3.41832 9.25612 3.379C9.2582 3.3707 9.26018 3.36278 9.26226 3.35448C9.27355 3.31642 9.28798 3.28004 9.30762 3.24617C9.3097 3.24119 9.31369 3.23683 9.31661 3.23186C9.33543 3.20091 9.35815 3.17199 9.38282 3.14522C9.38701 3.14103 9.39131 3.13591 9.39549 3.13173C9.42433 3.10374 9.45647 3.07905 9.49032 3.05857C9.49325 3.05648 9.49972 3.05121 9.49972 3.05121L11.739 1.75846Z\" fill=\"currentColor\"/>",
|
|
@@ -20146,6 +20160,20 @@
|
|
|
20146
20160
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
20147
20161
|
"componentName": "IconRemix"
|
|
20148
20162
|
},
|
|
20163
|
+
{
|
|
20164
|
+
"category": "Arrows",
|
|
20165
|
+
"svg": "<path d=\"M21.4355 13.1162C20.8823 17.8371 16.8691 21.4998 12 21.5C9.2284 21.4999 6.73565 20.3113 5 18.4199V20.5H3V15H8.5V17H6.41016C7.7843 18.5351 9.77997 19.4999 12 19.5C15.8426 19.4998 19.0126 16.6088 19.4492 12.8838L21.4355 13.1162Z\" fill=\"currentColor\"/><path d=\"M13 11H15.5V13H13V15.5H11V13H8.5V11H11V8.5H13V11Z\" fill=\"currentColor\"/><path d=\"M12 2.5C14.7708 2.50014 17.2644 3.68673 19 5.57715V3.5H21V9H15.5V7H17.5869C16.2127 5.46562 14.2194 4.50014 12 4.5C8.15734 4.5002 4.98843 7.39117 4.55176 11.1162L2.56445 10.8838C3.11772 6.16286 7.13088 2.5002 12 2.5Z\" fill=\"currentColor\"/>",
|
|
20166
|
+
"iconName": "remix-circle, mix, new-try",
|
|
20167
|
+
"variant": {
|
|
20168
|
+
"join": "square",
|
|
20169
|
+
"filled": "on",
|
|
20170
|
+
"radius": "0",
|
|
20171
|
+
"stroke": "2"
|
|
20172
|
+
},
|
|
20173
|
+
"createdAt": "2026-04-15T12:02:06.50898+00:00",
|
|
20174
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
20175
|
+
"componentName": "IconRemixCircle"
|
|
20176
|
+
},
|
|
20149
20177
|
{
|
|
20150
20178
|
"category": "Photography & Video",
|
|
20151
20179
|
"svg": "<path d=\"M8.58579 3H3V8.58579L8.58579 3Z\" fill=\"currentColor\"/><path d=\"M3 19.5858L8.19005 14.3957C7.75291 13.702 7.5 12.8805 7.5 12C7.5 9.51472 9.51472 7.5 12 7.5C12.8805 7.5 13.702 7.75291 14.3957 8.19005L19.5858 3H11.4142L3 11.4142V19.5858Z\" fill=\"currentColor\"/><path d=\"M9.60426 15.81L4.41421 21H12.5858L21 12.5858V4.41421L15.81 9.60426C16.2471 10.298 16.5 11.1195 16.5 12C16.5 14.4853 14.4853 16.5 12 16.5C11.1195 16.5 10.298 16.2471 9.60426 15.81Z\" fill=\"currentColor\"/><path d=\"M21 21H15.4142L21 15.4142V21Z\" fill=\"currentColor\"/><path d=\"M9.5 12C9.5 10.6193 10.6193 9.5 12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -638,6 +638,7 @@ export type CentralIconName =
|
|
|
638
638
|
| "IconDeskOffice"
|
|
639
639
|
| "IconDeskOffice2"
|
|
640
640
|
| "IconDevices"
|
|
641
|
+
| "IconDevices2"
|
|
641
642
|
| "IconDevin"
|
|
642
643
|
| "IconDia"
|
|
643
644
|
| "IconDiamond"
|
|
@@ -1438,6 +1439,7 @@ export type CentralIconName =
|
|
|
1438
1439
|
| "IconRedirectArrow"
|
|
1439
1440
|
| "IconReference"
|
|
1440
1441
|
| "IconRemix"
|
|
1442
|
+
| "IconRemixCircle"
|
|
1441
1443
|
| "IconRemoveBackground"
|
|
1442
1444
|
| "IconRemoveBackground2"
|
|
1443
1445
|
| "IconRemoveFromBasket"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.191",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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": 1940,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 76,
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
]
|
|
110
110
|
},
|
|
111
111
|
"Arrows": {
|
|
112
|
-
"count":
|
|
112
|
+
"count": 135,
|
|
113
113
|
"icons": [
|
|
114
114
|
"IconArrow",
|
|
115
115
|
"IconArrowBottomTop",
|
|
@@ -228,6 +228,7 @@
|
|
|
228
228
|
"IconRandom",
|
|
229
229
|
"IconRedirectArrow",
|
|
230
230
|
"IconRemix",
|
|
231
|
+
"IconRemixCircle",
|
|
231
232
|
"IconRotate360Left",
|
|
232
233
|
"IconRotate360Right",
|
|
233
234
|
"IconShareArrowDown",
|
|
@@ -465,7 +466,7 @@
|
|
|
465
466
|
]
|
|
466
467
|
},
|
|
467
468
|
"Devices & Signals": {
|
|
468
|
-
"count":
|
|
469
|
+
"count": 79,
|
|
469
470
|
"icons": [
|
|
470
471
|
"IconAgentNetwork",
|
|
471
472
|
"IconAirdrop",
|
|
@@ -487,6 +488,7 @@
|
|
|
487
488
|
"IconConnectors1",
|
|
488
489
|
"IconConnectors2",
|
|
489
490
|
"IconDevices",
|
|
491
|
+
"IconDevices2",
|
|
490
492
|
"IconFullscreen1",
|
|
491
493
|
"IconFullscreen2",
|
|
492
494
|
"IconGyroscopeSensor",
|
|
@@ -2779,6 +2781,7 @@
|
|
|
2779
2781
|
"IconDeskOffice": "desk-office",
|
|
2780
2782
|
"IconDeskOffice2": "desk-office-2",
|
|
2781
2783
|
"IconDevices": "devices, macbook, iphone, phone, connected",
|
|
2784
|
+
"IconDevices2": "devices-2, laptop-phone",
|
|
2782
2785
|
"IconDevin": "devin",
|
|
2783
2786
|
"IconDia": "dia",
|
|
2784
2787
|
"IconDiamond": "diamond, pro, premium",
|
|
@@ -3579,6 +3582,7 @@
|
|
|
3579
3582
|
"IconRedirectArrow": "redirect-arrow",
|
|
3580
3583
|
"IconReference": "reference, books, study, library, knowledge",
|
|
3581
3584
|
"IconRemix": "remix, new-try, repeat",
|
|
3585
|
+
"IconRemixCircle": "remix-circle, mix, new-try",
|
|
3582
3586
|
"IconRemoveBackground": "remove-background",
|
|
3583
3587
|
"IconRemoveBackground2": "remove-background-2",
|
|
3584
3588
|
"IconRemoveFromBasket": "remove-from-basket",
|
package/index.d.ts
CHANGED
|
@@ -637,6 +637,7 @@ export { IconDeskLamp, default as IconDeskLampDefault } from "./IconDeskLamp";
|
|
|
637
637
|
export { IconDeskOffice, default as IconDeskOfficeDefault, } from "./IconDeskOffice";
|
|
638
638
|
export { IconDeskOffice2, default as IconDeskOffice2Default, } from "./IconDeskOffice2";
|
|
639
639
|
export { IconDevices, default as IconDevicesDefault } from "./IconDevices";
|
|
640
|
+
export { IconDevices2, default as IconDevices2Default } from "./IconDevices2";
|
|
640
641
|
export { IconDevin, default as IconDevinDefault } from "./IconDevin";
|
|
641
642
|
export { IconDia, default as IconDiaDefault } from "./IconDia";
|
|
642
643
|
export { IconDiamond, default as IconDiamondDefault } from "./IconDiamond";
|
|
@@ -1437,6 +1438,7 @@ export { IconReddit, default as IconRedditDefault } from "./IconReddit";
|
|
|
1437
1438
|
export { IconRedirectArrow, default as IconRedirectArrowDefault, } from "./IconRedirectArrow";
|
|
1438
1439
|
export { IconReference, default as IconReferenceDefault, } from "./IconReference";
|
|
1439
1440
|
export { IconRemix, default as IconRemixDefault } from "./IconRemix";
|
|
1441
|
+
export { IconRemixCircle, default as IconRemixCircleDefault, } from "./IconRemixCircle";
|
|
1440
1442
|
export { IconRemoveBackground, default as IconRemoveBackgroundDefault, } from "./IconRemoveBackground";
|
|
1441
1443
|
export { IconRemoveBackground2, default as IconRemoveBackground2Default, } from "./IconRemoveBackground2";
|
|
1442
1444
|
export { IconRemoveFromBasket, default as IconRemoveFromBasketDefault, } from "./IconRemoveFromBasket";
|