@central-icons-react-native/round-outlined-radius-1-stroke-2 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 y=Object.create;var t=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var c in o)t(r,c,{get:o[c],enumerable:!0})},i=(r,o,c,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!I.call(r,e)&&e!==c&&t(r,e,{get:()=>o[e],enumerable:!(C=m(o,e))||C.enumerable});return r};var u=(r,o,c)=>(c=r!=null?y(B(r)):{},i(o||!r||!r.__esModule?t(c,"default",{value:r,enumerable:!0}):c,r)),k=r=>i(t({},"__esModule",{value:!0}),r);var h={};P(h,{IconPersona:()=>x,default:()=>g});module.exports=k(h);var l=u(require("react"));var p=u(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...c})=>p.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 n=require("react-native-svg"),x=r=>l.default.createElement(s,{...r},l.default.createElement(n.Path,{d:"M11 3.14453C9.55426 3.57481 8.5 4.91408 8.5 6.49959C8.5 8.0851 9.55426 9.42438 11 9.85465",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),l.default.createElement(n.Path,{d:"M11 13.0605C7.72166 13.462 5.36535 15.8293 4.6716 18.9158C4.54238 19.4907 5.00916 20.0003 5.59842 20.0003H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),l.default.createElement(n.Circle,{cx:"14",cy:"3.25",r:"1",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14",cy:"6.5",r:"1",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17",cy:"5",r:"0.75",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17",cy:"8",r:"0.75",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14",cy:"9.75",r:"1",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14",cy:"13",r:"1",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17",cy:"13",r:"0.75",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20",cy:"16.5",r:"0.75",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14",cy:"16.5",r:"1",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17",cy:"16.5",r:"1",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14",cy:"20",r:"1",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17",cy:"20",r:"1",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20",cy:"20",r:"1",fill:"currentColor"})),g=x;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=\"M11 3.14453C9.55426 3.57481 8.5 4.91408 8.5 6.49959C8.5 8.0851 9.55426 9.42438 11 9.85465\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M11 13.0605C7.72166 13.462 5.36535 15.8293 4.6716 18.9158C4.54238 19.4907 5.00916 20.0003 5.59842 20.0003H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"14\" cy=\"3.25\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"14\" cy=\"6.5\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"5\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"8\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"14\" cy=\"9.75\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"14\" cy=\"13\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"13\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"20\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"14\" cy=\"16.5\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"16.5\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"14\" cy=\"20\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"20\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"20\" cy=\"20\" r=\"1\" 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,4FACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,KAAK,eAAe,EACnD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACvD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,CACpD,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 C from"react";import{Svg as i}from"react-native-svg";var c=({children:n,size:l=24,...t})=>C.createElement(i,{...t,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 e}from"react-native-svg";var u=n=>r.createElement(c,{...n},r.createElement(e,{d:"M11 3.14453C9.55426 3.57481 8.5 4.91408 8.5 6.49959C8.5 8.0851 9.55426 9.42438 11 9.85465",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"}),r.createElement(e,{d:"M11 13.0605C7.72166 13.462 5.36535 15.8293 4.6716 18.9158C4.54238 19.4907 5.00916 20.0003 5.59842 20.0003H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{cx:"14",cy:"3.25",r:"1",fill:"currentColor"}),r.createElement(o,{cx:"14",cy:"6.5",r:"1",fill:"currentColor"}),r.createElement(o,{cx:"17",cy:"5",r:"0.75",fill:"currentColor"}),r.createElement(o,{cx:"17",cy:"8",r:"0.75",fill:"currentColor"}),r.createElement(o,{cx:"14",cy:"9.75",r:"1",fill:"currentColor"}),r.createElement(o,{cx:"14",cy:"13",r:"1",fill:"currentColor"}),r.createElement(o,{cx:"17",cy:"13",r:"0.75",fill:"currentColor"}),r.createElement(o,{cx:"20",cy:"16.5",r:"0.75",fill:"currentColor"}),r.createElement(o,{cx:"14",cy:"16.5",r:"1",fill:"currentColor"}),r.createElement(o,{cx:"17",cy:"16.5",r:"1",fill:"currentColor"}),r.createElement(o,{cx:"14",cy:"20",r:"1",fill:"currentColor"}),r.createElement(o,{cx:"17",cy:"20",r:"1",fill:"currentColor"}),r.createElement(o,{cx:"20",cy:"20",r:"1",fill:"currentColor"})),P=u;export{u as IconPersona,P 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=\"M11 3.14453C9.55426 3.57481 8.5 4.91408 8.5 6.49959C8.5 8.0851 9.55426 9.42438 11 9.85465\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M11 13.0605C7.72166 13.462 5.36535 15.8293 4.6716 18.9158C4.54238 19.4907 5.00916 20.0003 5.59842 20.0003H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"14\" cy=\"3.25\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"14\" cy=\"6.5\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"5\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"8\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"14\" cy=\"9.75\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"14\" cy=\"13\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"13\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"20\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\" />\n <Circle cx=\"14\" cy=\"16.5\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"16.5\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"14\" cy=\"20\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"17\" cy=\"20\" r=\"1\" fill=\"currentColor\" />\n <Circle cx=\"20\" cy=\"20\" r=\"1\" 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,4FACF,OAAO,eACP,YAAY,IACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACpDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,MAAM,EAAE,IAAI,KAAK,eAAe,EACnDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,IAAI,EAAE,OAAO,KAAK,eAAe,EACpDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACpDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,KAAK,eAAe,EACrDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,OAAO,KAAK,eAAe,EACvDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACpDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,OAAO,EAAE,IAAI,KAAK,eAAe,EACpDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,EAClDI,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,CACpD,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": "round-outlined-radius-1-stroke-2",
|
|
15513
15513
|
"componentName": "IconPerplexity"
|
|
15514
15514
|
},
|
|
15515
|
+
{
|
|
15516
|
+
"category": "People",
|
|
15517
|
+
"svg": "<path d=\"M11 3.14453C9.55426 3.57481 8.5 4.91408 8.5 6.49959C8.5 8.0851 9.55426 9.42438 11 9.85465\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M11 13.0605C7.72166 13.462 5.36535 15.8293 4.6716 18.9158C4.54238 19.4907 5.00916 20.0003 5.59842 20.0003H11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"14\" cy=\"3.25\" r=\"1\" fill=\"currentColor\"/><circle cx=\"14\" cy=\"6.5\" r=\"1\" fill=\"currentColor\"/><circle cx=\"17\" cy=\"5\" r=\"0.75\" fill=\"currentColor\"/><circle cx=\"17\" cy=\"8\" r=\"0.75\" fill=\"currentColor\"/><circle cx=\"14\" cy=\"9.75\" r=\"1\" fill=\"currentColor\"/><circle cx=\"14\" cy=\"13\" r=\"1\" fill=\"currentColor\"/><circle cx=\"17\" cy=\"13\" r=\"0.75\" fill=\"currentColor\"/><circle cx=\"20\" cy=\"16.5\" r=\"0.75\" fill=\"currentColor\"/><circle cx=\"14\" cy=\"16.5\" r=\"1\" fill=\"currentColor\"/><circle cx=\"17\" cy=\"16.5\" r=\"1\" fill=\"currentColor\"/><circle cx=\"14\" cy=\"20\" r=\"1\" fill=\"currentColor\"/><circle cx=\"17\" cy=\"20\" r=\"1\" fill=\"currentColor\"/><circle cx=\"20\" cy=\"20\" r=\"1\" fill=\"currentColor\"/>",
|
|
15518
|
+
"iconName": "persona, thanos-effect, remove-user, remove-account, blip",
|
|
15519
|
+
"variant": {
|
|
15520
|
+
"join": "round",
|
|
15521
|
+
"filled": "off",
|
|
15522
|
+
"radius": "1",
|
|
15523
|
+
"stroke": "2"
|
|
15524
|
+
},
|
|
15525
|
+
"createdAt": "2025-12-01T13:01:49.190957+00:00",
|
|
15526
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
15527
|
+
"componentName": "IconPersona"
|
|
15528
|
+
},
|
|
15515
15529
|
{
|
|
15516
15530
|
"category": "Things",
|
|
15517
15531
|
"svg": "<path d=\"M14 20.0427C13 19.1384 11 19.1384 10.131 20.0427C9.21064 20.8314 8.10982 21.4812 6.98623 20.5183C3.78034 17.771 9.17473 11 12 11C14.8253 11 20.2197 17.771 17.0138 20.5183C15.8902 21.4812 14.9203 20.8314 14 20.0427Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M10.497 5.56645C10.5487 6.94666 9.92033 8.0358 9.09355 7.9991C8.26676 7.9624 7.55463 6.81377 7.50297 5.43355C7.45131 4.05334 8.07967 2.9642 8.90645 3.0009C9.73324 3.0376 10.4454 4.18623 10.497 5.56645Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M13.503 5.56645C13.4513 6.94666 14.0797 8.0358 14.9065 7.9991C15.7332 7.9624 16.4454 6.81377 16.497 5.43355C16.5487 4.05334 15.9203 2.9642 15.0935 3.0009C14.2668 3.0376 13.5546 4.18623 13.503 5.56645Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M5.93546 9.0198C6.1751 10.2558 5.72668 11.3609 4.9339 11.488C4.14112 11.6152 3.30418 10.7162 3.06454 9.4802C2.8249 8.24417 3.27332 7.13912 4.0661 7.01198C4.85888 6.88485 5.69582 7.78378 5.93546 9.0198Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M20.9355 9.4802C20.6958 10.7162 19.8589 11.6152 19.0661 11.488C18.2733 11.3609 17.8249 10.2558 18.0645 9.0198C18.3042 7.78378 19.1411 6.88485 19.9339 7.01198C20.7267 7.13912 21.1751 8.24417 20.9355 9.4802Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.50",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 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";
|