@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.49 → 1.1.50
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/IconPersona/index.d.ts +4 -0
- package/IconPersona/index.js +2 -0
- package/IconPersona/index.js.map +1 -0
- package/IconPersona/index.mjs +2 -0
- package/IconPersona/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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 +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var e=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var c in o)e(r,c,{get:o[c],enumerable:!0})},f=(r,o,c,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!P.call(r,C)&&C!==c&&e(r,C,{get:()=>o[C],enumerable:!(t=s(o,C))||t.enumerable});return r};var i=(r,o,c)=>(c=r!=null?m(I(r)):{},f(o||!r||!r.__esModule?e(c,"default",{value:r,enumerable:!0}):c,r)),v=r=>f(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconPersona:()=>y,default:()=>d});module.exports=v(h);var l=i(require("react"));var p=i(require("react")),u=require("react-native-svg"),x=({children:r,size:o=24,...c})=>p.default.createElement(u.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 n=require("react-native-svg"),y=r=>l.default.createElement(x,{...r},l.default.createElement(n.Path,{d:"M12 12V21H3.45312L3.50098 20.4561C3.91234 15.769 7.21852 12 12 12Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"19.9992",cy:"19.9992",r:"0.8",fill:"currentColor"})),d=y;0&&(module.exports={IconPersona});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 12V21H3.45312L3.50098 20.4561C3.91234 15.769 7.21852 12 12 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"19.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\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,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["IconPersona_exports","__export","IconPersona","IconPersona_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import t from"react";import{Svg as f}from"react-native-svg";var c=({children:n,size:l=24,...e})=>t.createElement(f,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as o,Path as C}from"react-native-svg";var i=n=>r.createElement(c,{...n},r.createElement(C,{d:"M12 12V21H3.45312L3.50098 20.4561C3.91234 15.769 7.21852 12 12 12Z",fill:"currentColor"}),r.createElement(C,{d:"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"19.9992",cy:"19.9992",r:"0.8",fill:"currentColor"})),g=i;export{i as IconPersona,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 12V21H3.45312L3.50098 20.4561C3.91234 15.769 7.21852 12 12 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"19.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconPersona;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -15512,6 +15512,20 @@
|
|
|
15512
15512
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
15513
15513
|
"componentName": "IconPerplexity"
|
|
15514
15514
|
},
|
|
15515
|
+
{
|
|
15516
|
+
"category": "People",
|
|
15517
|
+
"svg": "<path d=\"M12 12V21H3.45312L3.50098 20.4561C3.91234 15.769 7.21852 12 12 12Z\" fill=\"currentColor\"/><path d=\"M12 11C9.51472 11 7.5 8.98528 7.5 6.5C7.5 4.01472 9.51472 2 12 2V11Z\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"19.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/>",
|
|
15518
|
+
"iconName": "persona, thanos-effect, remove-user, remove-account, blip",
|
|
15519
|
+
"variant": {
|
|
15520
|
+
"join": "square",
|
|
15521
|
+
"filled": "on",
|
|
15522
|
+
"radius": "0",
|
|
15523
|
+
"stroke": "1"
|
|
15524
|
+
},
|
|
15525
|
+
"createdAt": "2025-12-01T13:01:49.190957+00:00",
|
|
15526
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
15527
|
+
"componentName": "IconPersona"
|
|
15528
|
+
},
|
|
15515
15529
|
{
|
|
15516
15530
|
"category": "Things",
|
|
15517
15531
|
"svg": "<path d=\"M11.9999 10C11.0599 10 10.0079 10.5552 9.05759 11.3218C8.08799 12.1041 7.14296 13.1719 6.41073 14.3355C5.68099 15.4952 5.14082 16.7848 5.02362 18.0117C4.90502 19.2534 5.22126 20.4609 6.24006 21.3474C6.9751 21.9869 7.74955 22.1116 8.48421 21.9139C9.17479 21.728 9.79403 21.2673 10.3033 20.8242L10.3216 20.8082L10.3382 20.7907C10.6836 20.4258 11.3076 20.2009 12.0176 20.2009C12.723 20.2009 13.4024 20.4241 13.8284 20.8153L13.8383 20.8242C14.3348 21.2562 14.921 21.7231 15.5785 21.9117C16.293 22.1166 17.0331 21.9796 17.7597 21.3473C18.7785 20.4608 19.0947 19.2534 18.9761 18.0117C18.8589 16.7848 18.3187 15.4952 17.589 14.3355C16.8568 13.1719 15.9117 12.1041 14.9421 11.3218C13.9918 10.5552 12.9398 10 11.9999 10Z\" fill=\"currentColor\"/><path d=\"M8.89522 2.00151C8.11725 1.97043 7.48375 2.42255 7.07945 3.05325C6.67589 3.68279 6.46646 4.52934 6.50438 5.44107C6.54236 6.35404 6.82273 7.20579 7.26502 7.84785C7.70247 8.48289 8.34259 8.9681 9.10476 8.99855C9.88273 9.02963 10.5162 8.57751 10.9205 7.94681C11.3241 7.31727 11.5335 6.47072 11.4956 5.55899C11.4576 4.64602 11.1773 3.79427 10.735 3.15221C10.2975 2.51717 9.65739 2.03196 8.89522 2.00151Z\" fill=\"currentColor\"/><path d=\"M17.4956 5.44107C17.5335 4.52934 17.3241 3.68279 16.9205 3.05325C16.5162 2.42255 15.8827 1.97043 15.1048 2.00151C14.3426 2.03196 13.7025 2.51717 13.265 3.15221C12.8227 3.79427 12.5424 4.64602 12.5044 5.55899C12.4665 6.47072 12.6759 7.31728 13.0794 7.94681C13.4838 8.57751 14.1173 9.02963 14.8952 8.99855C15.6574 8.9681 16.2975 8.48289 16.735 7.84785C17.1773 7.20579 17.4576 6.35404 17.4956 5.44107Z\" fill=\"currentColor\"/><path d=\"M6.90309 8.86539C6.72494 8.02308 6.32236 7.27996 5.79504 6.76078C5.27174 6.24557 4.57989 5.91269 3.84871 6.02017C3.10683 6.12923 2.57156 6.65464 2.28031 7.31258C1.98973 7.969 1.91887 8.79352 2.09685 9.63502C2.275 10.4773 2.67758 11.2205 3.2049 11.7396C3.7282 12.2549 4.42005 12.5877 5.15123 12.4802C5.89311 12.3712 6.42838 11.8458 6.71963 11.1878C7.01021 10.5314 7.08107 9.7069 6.90309 8.86539Z\" fill=\"currentColor\"/><path d=\"M20.1512 6.02017C19.42 5.91269 18.7282 6.24557 18.2049 6.76078C17.6776 7.27996 17.275 8.02308 17.0968 8.86539C16.9189 9.7069 16.9897 10.5314 17.2803 11.1878C17.5716 11.8458 18.1068 12.3712 18.8487 12.4802C19.5799 12.5877 20.2717 12.2549 20.795 11.7396C21.3224 11.2205 21.7249 10.4773 21.9031 9.63502C22.0811 8.79352 22.0102 7.969 21.7196 7.31258C21.4284 6.65464 20.8931 6.12923 20.1512 6.02017Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.50",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-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": 1611,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 61,
|
|
@@ -1056,7 +1056,7 @@
|
|
|
1056
1056
|
]
|
|
1057
1057
|
},
|
|
1058
1058
|
"People": {
|
|
1059
|
-
"count":
|
|
1059
|
+
"count": 32,
|
|
1060
1060
|
"icons": [
|
|
1061
1061
|
"IconAura",
|
|
1062
1062
|
"IconBathMan1",
|
|
@@ -1081,6 +1081,7 @@
|
|
|
1081
1081
|
"IconPeopleRemove",
|
|
1082
1082
|
"IconPeopleRemove2",
|
|
1083
1083
|
"IconPeopleVersus",
|
|
1084
|
+
"IconPersona",
|
|
1084
1085
|
"IconSteveJobs",
|
|
1085
1086
|
"IconStreaming",
|
|
1086
1087
|
"IconSurfing",
|
|
@@ -2908,6 +2909,7 @@
|
|
|
2908
2909
|
"IconPeopleVersus": "people-versus, vs, match, 1v1",
|
|
2909
2910
|
"IconPercent": "percent, sales",
|
|
2910
2911
|
"IconPerplexity": "perplexity",
|
|
2912
|
+
"IconPersona": "persona, thanos-effect, remove-user, remove-account, blip",
|
|
2911
2913
|
"IconPets": "pets, paw, animal",
|
|
2912
2914
|
"IconPhone": "phone, iphone, mobile",
|
|
2913
2915
|
"IconPhoneDynamicIsland": "phone-dynamic-island",
|
package/index.d.ts
CHANGED
|
@@ -1106,6 +1106,7 @@ export { IconPeopleRemove2, default as IconPeopleRemove2Default, } from "./IconP
|
|
|
1106
1106
|
export { IconPeopleVersus, default as IconPeopleVersusDefault, } from "./IconPeopleVersus";
|
|
1107
1107
|
export { IconPercent, default as IconPercentDefault } from "./IconPercent";
|
|
1108
1108
|
export { IconPerplexity, default as IconPerplexityDefault, } from "./IconPerplexity";
|
|
1109
|
+
export { IconPersona, default as IconPersonaDefault } from "./IconPersona";
|
|
1109
1110
|
export { IconPets, default as IconPetsDefault } from "./IconPets";
|
|
1110
1111
|
export { IconPhone, default as IconPhoneDefault } from "./IconPhone";
|
|
1111
1112
|
export { IconPhoneDynamicIsland, default as IconPhoneDynamicIslandDefault, } from "./IconPhoneDynamicIsland";
|