@central-icons-react-native/round-filled-radius-1-stroke-2 1.1.25 → 1.1.27
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/IconDia/index.d.ts +4 -0
- package/IconDia/index.js +2 -0
- package/IconDia/index.js.map +1 -0
- package/IconDia/index.mjs +2 -0
- package/IconDia/index.mjs.map +1 -0
- package/IconWeight/index.d.ts +4 -0
- package/IconWeight/index.js +2 -0
- package/IconWeight/index.js.map +1 -0
- package/IconWeight/index.mjs +2 -0
- package/IconWeight/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
package/IconDia/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var h=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!u.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?h(g(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var d={};x(d,{IconDia:()=>c,default:()=>v});module.exports=P(d);var C=m(require("react"));var i=m(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...t})=>i.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 p=require("react-native-svg"),c=r=>C.default.createElement(f,{...r},C.default.createElement(p.Rect,{width:"24",height:"24",fill:"white"}),C.default.createElement(p.Path,{d:"M12 2.70358C12.2518 2.70355 12.5058 2.71207 12.7613 2.72964C18.0971 3.09701 22.4035 7.44413 22.7306 12.7839C22.8815 15.2705 22.1449 17.5893 20.7928 19.5992C20.3771 20.2173 19.554 20.3586 18.8712 20.0609C16.7569 19.139 14.3784 18.4064 12 18.4377C9.62158 18.4064 7.24311 19.1391 5.12881 20.0609C4.44602 20.3586 3.62294 20.2173 3.20718 19.5992C1.85505 17.5893 1.1185 15.2705 1.26942 12.7839C1.59648 7.4441 5.90288 3.09695 11.2387 2.72964C11.4942 2.71207 11.7482 2.70355 12 2.70358Z",fill:"currentColor"})),v=c;0&&(module.exports={IconDia});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDia/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path, Rect } from \"react-native-svg\";\n\nexport const IconDia: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n <Path\n d=\"M12 2.70358C12.2518 2.70355 12.5058 2.71207 12.7613 2.72964C18.0971 3.09701 22.4035 7.44413 22.7306 12.7839C22.8815 15.2705 22.1449 17.5893 20.7928 19.5992C20.3771 20.2173 19.554 20.3586 18.8712 20.0609C16.7569 19.139 14.3784 18.4064 12 18.4377C9.62158 18.4064 7.24311 19.1391 5.12881 20.0609C4.44602 20.3586 3.62294 20.2173 3.20718 19.5992C1.85505 17.5893 1.1185 15.2705 1.26942 12.7839C1.59648 7.4441 5.90288 3.09695 11.2387 2.72964C11.4942 2.71207 11.7482 2.70355 12 2.70358Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDia;\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,aAAAE,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,EAA2B,4BAEdC,EAAqCC,GAE9C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,EAC1C,EAAAA,QAAA,cAAC,QACC,EAAE,ieACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDia_exports","__export","IconDia","IconDia_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDia","props","React","CentralIconBase","IconDia_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...n})=>C.createElement(p,{...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,Rect as l}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(l,{width:"24",height:"24",fill:"white"}),t.createElement(a,{d:"M12 2.70358C12.2518 2.70355 12.5058 2.71207 12.7613 2.72964C18.0971 3.09701 22.4035 7.44413 22.7306 12.7839C22.8815 15.2705 22.1449 17.5893 20.7928 19.5992C20.3771 20.2173 19.554 20.3586 18.8712 20.0609C16.7569 19.139 14.3784 18.4064 12 18.4377C9.62158 18.4064 7.24311 19.1391 5.12881 20.0609C4.44602 20.3586 3.62294 20.2173 3.20718 19.5992C1.85505 17.5893 1.1185 15.2705 1.26942 12.7839C1.59648 7.4441 5.90288 3.09695 11.2387 2.72964C11.4942 2.71207 11.7482 2.70355 12 2.70358Z",fill:"currentColor"})),x=m;export{m as IconDia,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDia/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path, Rect } from \"react-native-svg\";\n\nexport const IconDia: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n <Path\n d=\"M12 2.70358C12.2518 2.70355 12.5058 2.71207 12.7613 2.72964C18.0971 3.09701 22.4035 7.44413 22.7306 12.7839C22.8815 15.2705 22.1449 17.5893 20.7928 19.5992C20.3771 20.2173 19.554 20.3586 18.8712 20.0609C16.7569 19.139 14.3784 18.4064 12 18.4377C9.62158 18.4064 7.24311 19.1391 5.12881 20.0609C4.44602 20.3586 3.62294 20.2173 3.20718 19.5992C1.85505 17.5893 1.1185 15.2705 1.26942 12.7839C1.59648 7.4441 5.90288 3.09695 11.2387 2.72964C11.4942 2.71207 11.7482 2.70355 12 2.70358Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDia;\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,EAAM,QAAAC,MAAY,mBAEpB,IAAMC,EAAqCC,GAE9CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,EAC1CG,EAAA,cAACJ,EAAA,CACC,EAAE,ieACF,KAAK,eACP,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Rect","IconDia","props","React","CentralIconBase","IconDia_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,g=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 I(r))!g.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var h={};v(h,{IconWeight:()=>i,default:()=>P});module.exports=x(h);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:"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM12 7C10.0885 7 8.30698 7.55887 6.81055 8.52148C6.34675 8.82025 6.27938 9.45385 6.62402 9.88477L8.375 12.0732C8.72011 12.5044 9.34666 12.563 9.83984 12.3145C10.4891 11.9869 11.2232 11.8018 12 11.8018C12.7768 11.8018 13.5109 11.9869 14.1602 12.3145C14.6533 12.563 15.2799 12.5044 15.625 12.0732L17.376 9.88477C17.7206 9.45385 17.6533 8.82025 17.1895 8.52148C15.693 7.55887 13.9115 7 12 7Z",fill:"currentColor"})),P=i;0&&(module.exports={IconWeight});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconWeight/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 IconWeight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM12 7C10.0885 7 8.30698 7.55887 6.81055 8.52148C6.34675 8.82025 6.27938 9.45385 6.62402 9.88477L8.375 12.0732C8.72011 12.5044 9.34666 12.563 9.83984 12.3145C10.4891 11.9869 11.2232 11.8018 12 11.8018C12.7768 11.8018 13.5109 11.9869 14.1602 12.3145C14.6533 12.563 15.2799 12.5044 15.625 12.0732L17.376 9.88477C17.7206 9.45385 17.6533 8.82025 17.1895 8.52148C15.693 7.55887 13.9115 7 12 7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWeight;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8fACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconWeight_exports","__export","IconWeight","IconWeight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconWeight","props","React","CentralIconBase","IconWeight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
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:"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM12 7C10.0885 7 8.30698 7.55887 6.81055 8.52148C6.34675 8.82025 6.27938 9.45385 6.62402 9.88477L8.375 12.0732C8.72011 12.5044 9.34666 12.563 9.83984 12.3145C10.4891 11.9869 11.2232 11.8018 12 11.8018C12.7768 11.8018 13.5109 11.9869 14.1602 12.3145C14.6533 12.563 15.2799 12.5044 15.625 12.0732L17.376 9.88477C17.7206 9.45385 17.6533 8.82025 17.1895 8.52148C15.693 7.55887 13.9115 7 12 7Z",fill:"currentColor"})),g=a;export{a as IconWeight,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconWeight/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 IconWeight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM12 7C10.0885 7 8.30698 7.55887 6.81055 8.52148C6.34675 8.82025 6.27938 9.45385 6.62402 9.88477L8.375 12.0732C8.72011 12.5044 9.34666 12.563 9.83984 12.3145C10.4891 11.9869 11.2232 11.8018 12 11.8018C12.7768 11.8018 13.5109 11.9869 14.1602 12.3145C14.6533 12.563 15.2799 12.5044 15.625 12.0732L17.376 9.88477C17.7206 9.45385 17.6533 8.82025 17.1895 8.52148C15.693 7.55887 13.9115 7 12 7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconWeight;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,8fACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconWeight","props","React","CentralIconBase","IconWeight_default"]}
|
package/README.md
CHANGED
|
@@ -1352,6 +1352,7 @@ Below is a complete list of available icons:
|
|
|
1352
1352
|
- IconCpp
|
|
1353
1353
|
- IconCursor
|
|
1354
1354
|
- IconDeepseek
|
|
1355
|
+
- IconDia
|
|
1355
1356
|
- IconDiscord
|
|
1356
1357
|
- IconDribbble
|
|
1357
1358
|
- IconDuolingo
|
|
@@ -1651,6 +1652,7 @@ Below is a complete list of available icons:
|
|
|
1651
1652
|
- IconUnicorn
|
|
1652
1653
|
- IconWarningSign
|
|
1653
1654
|
- IconWaste
|
|
1655
|
+
- IconWeight
|
|
1654
1656
|
- IconWip
|
|
1655
1657
|
- IconWreath
|
|
1656
1658
|
|
package/filtered-icons.json
CHANGED
|
@@ -7616,6 +7616,20 @@
|
|
|
7616
7616
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
7617
7617
|
"componentName": "IconDevices"
|
|
7618
7618
|
},
|
|
7619
|
+
{
|
|
7620
|
+
"category": "Social Media & Brands",
|
|
7621
|
+
"svg": "<rect width=\"24\" height=\"24\" fill=\"white\"/><path d=\"M12 2.70358C12.2518 2.70355 12.5058 2.71207 12.7613 2.72964C18.0971 3.09701 22.4035 7.44413 22.7306 12.7839C22.8815 15.2705 22.1449 17.5893 20.7928 19.5992C20.3771 20.2173 19.554 20.3586 18.8712 20.0609C16.7569 19.139 14.3784 18.4064 12 18.4377C9.62158 18.4064 7.24311 19.1391 5.12881 20.0609C4.44602 20.3586 3.62294 20.2173 3.20718 19.5992C1.85505 17.5893 1.1185 15.2705 1.26942 12.7839C1.59648 7.4441 5.90288 3.09695 11.2387 2.72964C11.4942 2.71207 11.7482 2.70355 12 2.70358Z\" fill=\"currentColor\"/>",
|
|
7622
|
+
"iconName": "dia",
|
|
7623
|
+
"variant": {
|
|
7624
|
+
"join": "round",
|
|
7625
|
+
"filled": "on",
|
|
7626
|
+
"radius": "1",
|
|
7627
|
+
"stroke": "2"
|
|
7628
|
+
},
|
|
7629
|
+
"createdAt": "2025-11-14T12:00:35.072449+00:00",
|
|
7630
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
7631
|
+
"componentName": "IconDia"
|
|
7632
|
+
},
|
|
7619
7633
|
{
|
|
7620
7634
|
"category": "Things",
|
|
7621
7635
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.91406 3C7.38363 3 6.87492 3.21071 6.49985 3.58579L1.49985 8.58579C0.718801 9.36683 0.7188 10.6332 1.49985 11.4142L10.5856 20.5C11.3667 21.281 12.633 21.281 13.4141 20.5L22.4998 11.4142C23.2809 10.6332 23.2809 9.36684 22.4998 8.58579L17.4998 3.58579C17.1248 3.21071 16.6161 3 16.0856 3H7.91406ZM10.207 8.70711C10.5975 8.31658 10.5975 7.68342 10.207 7.29289C9.81646 6.90237 9.1833 6.90237 8.79277 7.29289L6.79277 9.29289C6.40225 9.68342 6.40225 10.3166 6.79277 10.7071L8.79277 12.7071C9.1833 13.0976 9.81646 13.0976 10.207 12.7071C10.5975 12.3166 10.5975 11.6834 10.207 11.2929L8.91409 10L10.207 8.70711Z\" fill=\"currentColor\"/>",
|
|
@@ -21364,6 +21378,20 @@
|
|
|
21364
21378
|
"packageName": "round-filled-radius-1-stroke-2",
|
|
21365
21379
|
"componentName": "IconWechat"
|
|
21366
21380
|
},
|
|
21381
|
+
{
|
|
21382
|
+
"category": "Things",
|
|
21383
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 3C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3H19ZM12 7C10.0885 7 8.30698 7.55887 6.81055 8.52148C6.34675 8.82025 6.27938 9.45385 6.62402 9.88477L8.375 12.0732C8.72011 12.5044 9.34666 12.563 9.83984 12.3145C10.4891 11.9869 11.2232 11.8018 12 11.8018C12.7768 11.8018 13.5109 11.9869 14.1602 12.3145C14.6533 12.563 15.2799 12.5044 15.625 12.0732L17.376 9.88477C17.7206 9.45385 17.6533 8.82025 17.1895 8.52148C15.693 7.55887 13.9115 7 12 7Z\" fill=\"currentColor\"/>",
|
|
21384
|
+
"iconName": "weight, scale",
|
|
21385
|
+
"variant": {
|
|
21386
|
+
"join": "round",
|
|
21387
|
+
"filled": "on",
|
|
21388
|
+
"radius": "1",
|
|
21389
|
+
"stroke": "2"
|
|
21390
|
+
},
|
|
21391
|
+
"createdAt": "2025-11-14T13:00:19.455543+00:00",
|
|
21392
|
+
"packageName": "round-filled-radius-1-stroke-2",
|
|
21393
|
+
"componentName": "IconWeight"
|
|
21394
|
+
},
|
|
21367
21395
|
{
|
|
21368
21396
|
"category": "Social Media & Brands",
|
|
21369
21397
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.149 2C14.7047 2.01525 17.1562 3.0175 18.9908 4.79688C20.8253 6.57631 21.9014 8.99572 21.9947 11.5498C22.0432 12.8574 21.8327 14.1621 21.3746 15.3877C20.9165 16.6131 20.2199 17.7355 19.3258 18.6904C18.4314 19.6455 17.3566 20.4146 16.1637 20.9522C14.9707 21.4897 13.6826 21.7859 12.3746 21.8232H12.0914C10.6045 21.8236 9.13595 21.4892 7.7955 20.8457L2.608 22H2.59335C2.58249 21.9999 2.57099 21.9977 2.56112 21.9932C2.55136 21.9886 2.5428 21.9818 2.53573 21.9736C2.52863 21.9655 2.52322 21.9557 2.5201 21.9453C2.51704 21.935 2.51576 21.9237 2.51717 21.9131L3.39413 16.668C2.56877 15.1578 2.15081 13.459 2.18124 11.7383C2.21173 10.0174 2.68946 8.33361 3.56796 6.85352C4.44639 5.37355 5.6951 4.14789 7.191 3.29688C8.68704 2.44588 10.379 1.99876 12.1002 2H12.149ZM8.55428 7.13281C8.46338 7.1437 8.37456 7.16865 8.29061 7.20606C8.17873 7.25595 8.07735 7.32747 7.99374 7.41699C7.75751 7.65925 7.09741 8.24251 7.05917 9.4668C7.02099 10.6905 7.87539 11.9014 7.99569 12.0723C8.11532 12.2421 9.63151 14.8874 12.1285 15.96C13.5961 16.5922 14.2397 16.7002 14.6568 16.7002C14.8286 16.7002 14.9587 16.6829 15.0943 16.6748C15.5519 16.6464 16.5839 16.1177 16.8092 15.543C17.0344 14.968 17.0492 14.4648 16.9898 14.3643C16.9305 14.2637 16.7673 14.1912 16.5221 14.0625C16.2761 13.9334 15.0734 13.2906 14.8473 13.2002C14.7636 13.1613 14.6736 13.1377 14.5816 13.1309C14.5216 13.134 14.4624 13.1518 14.4107 13.1826C14.3592 13.2134 14.316 13.2564 14.2848 13.3076C14.0838 13.5579 13.6222 14.1019 13.4674 14.2588C13.4336 14.2977 13.3919 14.3287 13.3453 14.3506C13.2986 14.3724 13.2475 14.3848 13.1959 14.3857C13.1009 14.3815 13.0077 14.3566 12.9234 14.3125C12.1946 14.003 11.5302 13.5589 10.9644 13.0049C10.4359 12.4839 9.98706 11.8878 9.63339 11.2354C9.49672 10.982 9.63372 10.851 9.75839 10.7324C9.88294 10.6138 10.0166 10.4503 10.1451 10.3086C10.2507 10.1875 10.339 10.0519 10.4068 9.90625C10.4418 9.83876 10.4588 9.76351 10.4576 9.6875C10.4564 9.6113 10.4363 9.5362 10.399 9.46973C10.3392 9.34129 9.89702 8.09811 9.68905 7.59864C9.52025 7.17157 9.31904 7.15662 9.14315 7.14356C8.99846 7.13351 8.83241 7.12905 8.66659 7.12403H8.6451L8.55428 7.13281Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -543,6 +543,7 @@ export type CentralIconName =
|
|
|
543
543
|
| "IconDeskOffice"
|
|
544
544
|
| "IconDeskOffice2"
|
|
545
545
|
| "IconDevices"
|
|
546
|
+
| "IconDia"
|
|
546
547
|
| "IconDiamond"
|
|
547
548
|
| "IconDiamondShine"
|
|
548
549
|
| "IconDice1"
|
|
@@ -1525,6 +1526,7 @@ export type CentralIconName =
|
|
|
1525
1526
|
| "IconWebcam"
|
|
1526
1527
|
| "IconWebflow"
|
|
1527
1528
|
| "IconWechat"
|
|
1529
|
+
| "IconWeight"
|
|
1528
1530
|
| "IconWhatsapp"
|
|
1529
1531
|
| "IconWheelchair"
|
|
1530
1532
|
| "IconWhiteboard"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.27",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-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": 1561,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 44,
|
|
@@ -1249,7 +1249,7 @@
|
|
|
1249
1249
|
]
|
|
1250
1250
|
},
|
|
1251
1251
|
"Social Media & Brands": {
|
|
1252
|
-
"count":
|
|
1252
|
+
"count": 103,
|
|
1253
1253
|
"icons": [
|
|
1254
1254
|
"IconAnthropic",
|
|
1255
1255
|
"IconApple",
|
|
@@ -1274,6 +1274,7 @@
|
|
|
1274
1274
|
"IconCpp",
|
|
1275
1275
|
"IconCursor",
|
|
1276
1276
|
"IconDeepseek",
|
|
1277
|
+
"IconDia",
|
|
1277
1278
|
"IconDiscord",
|
|
1278
1279
|
"IconDribbble",
|
|
1279
1280
|
"IconDuolingo",
|
|
@@ -1457,7 +1458,7 @@
|
|
|
1457
1458
|
]
|
|
1458
1459
|
},
|
|
1459
1460
|
"Things": {
|
|
1460
|
-
"count":
|
|
1461
|
+
"count": 125,
|
|
1461
1462
|
"icons": [
|
|
1462
1463
|
"IconAlien",
|
|
1463
1464
|
"IconAnvil",
|
|
@@ -1581,6 +1582,7 @@
|
|
|
1581
1582
|
"IconUnicorn",
|
|
1582
1583
|
"IconWarningSign",
|
|
1583
1584
|
"IconWaste",
|
|
1585
|
+
"IconWeight",
|
|
1584
1586
|
"IconWip",
|
|
1585
1587
|
"IconWreath"
|
|
1586
1588
|
]
|
|
@@ -2293,6 +2295,7 @@
|
|
|
2293
2295
|
"IconDeskOffice": "desk-office",
|
|
2294
2296
|
"IconDeskOffice2": "desk-office-2",
|
|
2295
2297
|
"IconDevices": "devices, macbook, iphone, phone, connected",
|
|
2298
|
+
"IconDia": "dia",
|
|
2296
2299
|
"IconDiamond": "diamond, pro, premium",
|
|
2297
2300
|
"IconDiamondShine": "diamond-shine, pop, polish",
|
|
2298
2301
|
"IconDice1": "dice-1, roll",
|
|
@@ -3275,6 +3278,7 @@
|
|
|
3275
3278
|
"IconWebcam": "webcam, camera, view",
|
|
3276
3279
|
"IconWebflow": "webflow",
|
|
3277
3280
|
"IconWechat": "wechat",
|
|
3281
|
+
"IconWeight": "weight, scale",
|
|
3278
3282
|
"IconWhatsapp": "whatsapp",
|
|
3279
3283
|
"IconWheelchair": "wheelchair, bathroom accessible, toilet, wc",
|
|
3280
3284
|
"IconWhiteboard": "whiteboard, sketch, forms",
|
package/index.d.ts
CHANGED
|
@@ -542,6 +542,7 @@ export { IconDeliveryBike, default as IconDeliveryBikeDefault, } from "./IconDel
|
|
|
542
542
|
export { IconDeskOffice, default as IconDeskOfficeDefault, } from "./IconDeskOffice";
|
|
543
543
|
export { IconDeskOffice2, default as IconDeskOffice2Default, } from "./IconDeskOffice2";
|
|
544
544
|
export { IconDevices, default as IconDevicesDefault } from "./IconDevices";
|
|
545
|
+
export { IconDia, default as IconDiaDefault } from "./IconDia";
|
|
545
546
|
export { IconDiamond, default as IconDiamondDefault } from "./IconDiamond";
|
|
546
547
|
export { IconDiamondShine, default as IconDiamondShineDefault, } from "./IconDiamondShine";
|
|
547
548
|
export { IconDice1, default as IconDice1Default } from "./IconDice1";
|
|
@@ -1524,6 +1525,7 @@ export { IconWeb3, default as IconWeb3Default } from "./IconWeb3";
|
|
|
1524
1525
|
export { IconWebcam, default as IconWebcamDefault } from "./IconWebcam";
|
|
1525
1526
|
export { IconWebflow, default as IconWebflowDefault } from "./IconWebflow";
|
|
1526
1527
|
export { IconWechat, default as IconWechatDefault } from "./IconWechat";
|
|
1528
|
+
export { IconWeight, default as IconWeightDefault } from "./IconWeight";
|
|
1527
1529
|
export { IconWhatsapp, default as IconWhatsappDefault } from "./IconWhatsapp";
|
|
1528
1530
|
export { IconWheelchair, default as IconWheelchairDefault, } from "./IconWheelchair";
|
|
1529
1531
|
export { IconWhiteboard, default as IconWhiteboardDefault, } from "./IconWhiteboard";
|