@central-icons-react-native/round-filled-radius-2-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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPersona: FC<CentralIconBaseProps>;
4
+ export default IconPersona;
@@ -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)),d=r=>f(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconPersona:()=>y,default:()=>v});module.exports=d(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:"M15 3.25C15 3.80228 14.5523 4.25 14 4.25C13.4477 4.25 13 3.80228 13 3.25C13 2.69772 13.4477 2.25 14 2.25C14.5523 2.25 15 2.69772 15 3.25Z",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:"0.75",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M7.5 6.5C7.5 8.81655 9.25044 10.7243 11.5008 10.9726C11.7753 11.0029 12 10.7761 12 10.5V2.5C12 2.22386 11.7753 1.99708 11.5008 2.02738C9.25044 2.27573 7.5 4.18345 7.5 6.5Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M12.001 20.5C12.001 20.7761 11.7771 21 11.501 21H6.40234C4.74549 21 3.36987 19.6264 3.88486 18.0517C4.8755 15.0224 7.39705 12.2237 11.5007 12.0127C11.7764 11.9986 12.001 12.2239 12.001 12.5V20.5Z",fill:"currentColor"})),v=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=\"M15 3.25C15 3.80228 14.5523 4.25 14 4.25C13.4477 4.25 13 3.80228 13 3.25C13 2.69772 13.4477 2.25 14 2.25C14.5523 2.25 15 2.69772 15 3.25Z\"\n fill=\"currentColor\"\n />\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=\"0.75\" fill=\"currentColor\" />\n <Path\n d=\"M7.5 6.5C7.5 8.81655 9.25044 10.7243 11.5008 10.9726C11.7753 11.0029 12 10.7761 12 10.5V2.5C12 2.22386 11.7753 1.99708 11.5008 2.02738C9.25044 2.27573 7.5 4.18345 7.5 6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 20.5C12.001 20.7761 11.7771 21 11.501 21H6.40234C4.74549 21 3.36987 19.6264 3.88486 18.0517C4.8755 15.0224 7.39705 12.2237 11.5007 12.0127C11.7764 11.9986 12.001 12.2239 12.001 12.5V20.5Z\"\n fill=\"currentColor\"\n />\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,4IACF,KAAK,eACP,EACA,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,OAAO,KAAK,eAAe,EACrD,EAAAA,QAAA,cAAC,QACC,EAAE,8KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sMACF,KAAK,eACP,CACF,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:"M15 3.25C15 3.80228 14.5523 4.25 14 4.25C13.4477 4.25 13 3.80228 13 3.25C13 2.69772 13.4477 2.25 14 2.25C14.5523 2.25 15 2.69772 15 3.25Z",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:"0.75",fill:"currentColor"}),r.createElement(C,{d:"M7.5 6.5C7.5 8.81655 9.25044 10.7243 11.5008 10.9726C11.7753 11.0029 12 10.7761 12 10.5V2.5C12 2.22386 11.7753 1.99708 11.5008 2.02738C9.25044 2.27573 7.5 4.18345 7.5 6.5Z",fill:"currentColor"}),r.createElement(C,{d:"M12.001 20.5C12.001 20.7761 11.7771 21 11.501 21H6.40234C4.74549 21 3.36987 19.6264 3.88486 18.0517C4.8755 15.0224 7.39705 12.2237 11.5007 12.0127C11.7764 11.9986 12.001 12.2239 12.001 12.5V20.5Z",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=\"M15 3.25C15 3.80228 14.5523 4.25 14 4.25C13.4477 4.25 13 3.80228 13 3.25C13 2.69772 13.4477 2.25 14 2.25C14.5523 2.25 15 2.69772 15 3.25Z\"\n fill=\"currentColor\"\n />\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=\"0.75\" fill=\"currentColor\" />\n <Path\n d=\"M7.5 6.5C7.5 8.81655 9.25044 10.7243 11.5008 10.9726C11.7753 11.0029 12 10.7761 12 10.5V2.5C12 2.22386 11.7753 1.99708 11.5008 2.02738C9.25044 2.27573 7.5 4.18345 7.5 6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.001 20.5C12.001 20.7761 11.7771 21 11.501 21H6.40234C4.74549 21 3.36987 19.6264 3.88486 18.0517C4.8755 15.0224 7.39705 12.2237 11.5007 12.0127C11.7764 11.9986 12.001 12.2239 12.001 12.5V20.5Z\"\n fill=\"currentColor\"\n />\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,4IACF,KAAK,eACP,EACAG,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,OAAO,KAAK,eAAe,EACrDI,EAAA,cAACH,EAAA,CACC,EAAE,8KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
package/README.md CHANGED
@@ -1167,6 +1167,7 @@ Below is a complete list of available icons:
1167
1167
  - IconPeopleRemove
1168
1168
  - IconPeopleRemove2
1169
1169
  - IconPeopleVersus
1170
+ - IconPersona
1170
1171
  - IconSteveJobs
1171
1172
  - IconStreaming
1172
1173
  - IconSurfing
@@ -15512,6 +15512,20 @@
15512
15512
  "packageName": "round-filled-radius-2-stroke-2",
15513
15513
  "componentName": "IconPerplexity"
15514
15514
  },
15515
+ {
15516
+ "category": "People",
15517
+ "svg": "<path d=\"M15 3.25C15 3.80228 14.5523 4.25 14 4.25C13.4477 4.25 13 3.80228 13 3.25C13 2.69772 13.4477 2.25 14 2.25C14.5523 2.25 15 2.69772 15 3.25Z\" 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=\"0.75\" fill=\"currentColor\"/><path d=\"M7.5 6.5C7.5 8.81655 9.25044 10.7243 11.5008 10.9726C11.7753 11.0029 12 10.7761 12 10.5V2.5C12 2.22386 11.7753 1.99708 11.5008 2.02738C9.25044 2.27573 7.5 4.18345 7.5 6.5Z\" fill=\"currentColor\"/><path d=\"M12.001 20.5C12.001 20.7761 11.7771 21 11.501 21H6.40234C4.74549 21 3.36987 19.6264 3.88486 18.0517C4.8755 15.0224 7.39705 12.2237 11.5007 12.0127C11.7764 11.9986 12.001 12.2239 12.001 12.5V20.5Z\" fill=\"currentColor\"/>",
15518
+ "iconName": "persona, thanos-effect, remove-user, remove-account, blip",
15519
+ "variant": {
15520
+ "join": "round",
15521
+ "filled": "on",
15522
+ "radius": "2",
15523
+ "stroke": "2"
15524
+ },
15525
+ "createdAt": "2025-12-01T13:01:49.190957+00:00",
15526
+ "packageName": "round-filled-radius-2-stroke-2",
15527
+ "componentName": "IconPersona"
15528
+ },
15515
15529
  {
15516
15530
  "category": "Things",
15517
15531
  "svg": "<path d=\"M11.9997 10C10.949 10 9.85827 10.5975 8.95148 11.318C8.0071 12.0683 7.09502 13.0847 6.38848 14.1905C5.68724 15.288 5.14368 16.544 5.02423 17.7755C4.90167 19.0392 5.22977 20.3303 6.33524 21.2776C7.15011 21.9759 8.04625 22.1278 8.89078 21.9039C9.65055 21.7025 10.299 21.2154 10.7814 20.802L10.8182 20.7705L10.8517 20.7356C11.0347 20.5452 11.4478 20.3645 12.0161 20.3645C12.5749 20.3645 13.0606 20.5417 13.329 20.7844L13.3389 20.7933L13.349 20.802C13.8059 21.1935 14.4265 21.6929 15.1585 21.8997C16.0004 22.1375 16.866 21.9617 17.6642 21.2776C18.7697 20.3303 19.0978 19.0392 18.9752 17.7755C18.8558 16.544 18.3122 15.288 17.611 14.1905C16.9044 13.0847 15.9923 12.0683 15.048 11.318C14.1412 10.5975 13.0505 10 11.9997 10Z\" fill=\"currentColor\"/><path d=\"M11.495 5.59303C11.5812 7.52533 10.5339 9.05012 9.15591 8.99874C7.77793 8.94736 6.59106 7.33927 6.50495 5.40697C6.41884 3.47467 7.46611 1.94988 8.84409 2.00126C10.2221 2.05264 11.4089 3.66073 11.495 5.59303Z\" fill=\"currentColor\"/><path d=\"M12.505 5.59303C12.4188 7.52533 13.4661 9.05012 14.8441 8.99874C16.2221 8.94736 17.4089 7.33927 17.495 5.40697C17.5812 3.47467 16.5339 1.94988 15.1559 2.00126C13.7779 2.05264 12.5911 3.66073 12.505 5.59303Z\" fill=\"currentColor\"/><path d=\"M6.89243 8.91749C7.29183 10.7029 6.54447 12.2991 5.22317 12.4827C3.90187 12.6663 2.50697 11.3679 2.10757 9.58251C1.70817 7.79714 2.45553 6.20095 3.77683 6.01731C5.09813 5.83367 6.49303 7.13213 6.89243 8.91749Z\" fill=\"currentColor\"/><path d=\"M21.8924 9.58251C21.493 11.3679 20.0981 12.6663 18.7768 12.4827C17.4555 12.2991 16.7082 10.7029 17.1076 8.91749C17.507 7.13213 18.9019 5.83367 20.2232 6.01731C21.5445 6.20095 22.2918 7.79714 21.8924 9.58251Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1107,6 +1107,7 @@ export type CentralIconName =
1107
1107
  | "IconPeopleVersus"
1108
1108
  | "IconPercent"
1109
1109
  | "IconPerplexity"
1110
+ | "IconPersona"
1110
1111
  | "IconPets"
1111
1112
  | "IconPhone"
1112
1113
  | "IconPhoneDynamicIsland"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-2",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "style": "round-filled-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 1610,
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": 31,
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";