@central-icons-react-native/square-outlined-radius-0-stroke-1.5 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 y=Object.create;var e=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)e(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of d(o))!I.call(r,c)&&c!==t&&e(r,c,{get:()=>o[c],enumerable:!(C=m(o,c))||C.enumerable});return r};var f=(r,o,t)=>(t=r!=null?y(B(r)):{},i(o||!r||!r.__esModule?e(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>i(e({},"__esModule",{value:!0}),r);var k={};P(k,{IconPersona:()=>s,default:()=>h});module.exports=g(k);var l=f(require("react"));var u=f(require("react")),p=require("react-native-svg"),x=({children:r,size:o=24,...t})=>u.default.createElement(p.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 n=require("react-native-svg"),s=r=>l.default.createElement(x,{...r},l.default.createElement(n.Path,{d:"M14.9016 3.24998C14.9016 3.74703 14.4986 4.14998 14.0016 4.14998C13.5045 4.14998 13.1016 3.74703 13.1016 3.24998C13.1016 2.75292 13.5045 2.34998 14.0016 2.34998C14.4986 2.34998 14.9016 2.75292 14.9016 3.24998Z",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"6.49998",r:"0.9",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.0016",cy:"9.74998",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"13",r:"0.9",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.0016",cy:"16.5",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"16.5",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"14.0016",cy:"20",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"20",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"20",r:"0.9",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),l.default.createElement(n.Path,{d:"M12 13.25C7.8098 13.25 4.86894 16.3254 4.5 20.25H12",stroke:"currentColor",strokeWidth:"1.5"})),h=s;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=\"M14.9016 3.24998C14.9016 3.74703 14.4986 4.14998 14.0016 4.14998C13.5045 4.14998 13.1016 3.74703 13.1016 3.24998C13.1016 2.75292 13.5045 2.34998 14.0016 2.34998C14.4986 2.34998 14.9016 2.75292 14.9016 3.24998Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"14.0016\" cy=\"6.49998\" r=\"0.9\" 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.0016\" cy=\"9.74998\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"13\" r=\"0.9\" 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.0016\" cy=\"16.5\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"16.5\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"20\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"20\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20\" r=\"0.9\" fill=\"currentColor\" />\n <Path\n d=\"M12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13.25C7.8098 13.25 4.86894 16.3254 4.5 20.25H12\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,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,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,KAAK,EAAE,MAAM,KAAK,eAAe,EACzD,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,UAAU,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EAC3D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EAC3D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,KAAK,EAAE,MAAM,KAAK,eAAe,EACzD,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,KAAK,EAAE,MAAM,KAAK,eAAe,EACzD,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,KAAK,EAAE,MAAM,KAAK,eAAe,EACzD,EAAAA,QAAA,cAAC,QACC,EAAE,kFACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sDACF,OAAO,eACP,YAAY,MACd,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 C from"react";import{Svg as i}from"react-native-svg";var c=({children:n,size:l=24,...e})=>C.createElement(i,{...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 t}from"react-native-svg";var f=n=>r.createElement(c,{...n},r.createElement(t,{d:"M14.9016 3.24998C14.9016 3.74703 14.4986 4.14998 14.0016 4.14998C13.5045 4.14998 13.1016 3.74703 13.1016 3.24998C13.1016 2.75292 13.5045 2.34998 14.0016 2.34998C14.4986 2.34998 14.9016 2.75292 14.9016 3.24998Z",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"6.49998",r:"0.9",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.0016",cy:"9.74998",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"13",r:"0.9",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.0016",cy:"16.5",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"16.5",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"14.0016",cy:"20",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"20",r:"0.9",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"20",r:"0.9",fill:"currentColor"}),r.createElement(t,{d:"M12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round"}),r.createElement(t,{d:"M12 13.25C7.8098 13.25 4.86894 16.3254 4.5 20.25H12",stroke:"currentColor",strokeWidth:"1.5"})),P=f;export{f 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=\"M14.9016 3.24998C14.9016 3.74703 14.4986 4.14998 14.0016 4.14998C13.5045 4.14998 13.1016 3.74703 13.1016 3.24998C13.1016 2.75292 13.5045 2.34998 14.0016 2.34998C14.4986 2.34998 14.9016 2.75292 14.9016 3.24998Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"14.0016\" cy=\"6.49998\" r=\"0.9\" 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.0016\" cy=\"9.74998\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"13\" r=\"0.9\" 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.0016\" cy=\"16.5\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"16.5\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"14.0016\" cy=\"20\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"20\" r=\"0.9\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20\" r=\"0.9\" fill=\"currentColor\" />\n <Path\n d=\"M12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13.25C7.8098 13.25 4.86894 16.3254 4.5 20.25H12\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,oNACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,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,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,KAAK,EAAE,MAAM,KAAK,eAAe,EACzDI,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,UAAU,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EAC3DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,OAAO,EAAE,MAAM,KAAK,eAAe,EAC3DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,KAAK,EAAE,MAAM,KAAK,eAAe,EACzDI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,KAAK,EAAE,MAAM,KAAK,eAAe,EACzDI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,KAAK,EAAE,MAAM,KAAK,eAAe,EACzDI,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,OAAO,eACP,YAAY,MACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sDACF,OAAO,eACP,YAAY,MACd,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": "square-outlined-radius-0-stroke-1.5",
15513
15513
  "componentName": "IconPerplexity"
15514
15514
  },
15515
+ {
15516
+ "category": "People",
15517
+ "svg": "<path d=\"M14.9016 3.24998C14.9016 3.74703 14.4986 4.14998 14.0016 4.14998C13.5045 4.14998 13.1016 3.74703 13.1016 3.24998C13.1016 2.75292 13.5045 2.34998 14.0016 2.34998C14.4986 2.34998 14.9016 2.75292 14.9016 3.24998Z\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"6.49998\" r=\"0.9\" 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.0016\" cy=\"9.74998\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"13\" r=\"0.9\" 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.0016\" cy=\"16.5\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"16.5\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"14.0016\" cy=\"20\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"20\" r=\"0.9\" fill=\"currentColor\"/><circle cx=\"20.0016\" cy=\"20\" r=\"0.9\" fill=\"currentColor\"/><path d=\"M12 10.25C9.92893 10.25 8.25 8.57107 8.25 6.5C8.25 4.42893 9.92893 2.75 12 2.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linejoin=\"round\"/><path d=\"M12 13.25C7.8098 13.25 4.86894 16.3254 4.5 20.25H12\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
15518
+ "iconName": "persona, thanos-effect, remove-user, remove-account, blip",
15519
+ "variant": {
15520
+ "join": "square",
15521
+ "filled": "off",
15522
+ "radius": "0",
15523
+ "stroke": "1.5"
15524
+ },
15525
+ "createdAt": "2025-12-01T13:01:49.190957+00:00",
15526
+ "packageName": "square-outlined-radius-0-stroke-1.5",
15527
+ "componentName": "IconPersona"
15528
+ },
15515
15529
  {
15516
15530
  "category": "Things",
15517
15531
  "svg": "<path d=\"M14.0833 20.2448C13.0417 19.2953 10.9583 19.2953 10.0531 20.2448C9.09442 21.0729 7.94773 21.7552 6.77732 20.7442C3.43786 17.8596 9.05701 10.75 12 10.75C14.943 10.75 20.5621 17.8596 17.2227 20.7442C16.0523 21.7552 15.042 21.0729 14.0833 20.2448Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M10.7465 5.57309C10.8068 7.09133 10.0737 8.28938 9.10914 8.24901C8.14455 8.20864 7.31374 6.94514 7.25347 5.42691C7.19319 3.90867 7.92628 2.71062 8.89086 2.75099C9.85545 2.79136 10.6863 4.05486 10.7465 5.57309Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M13.2535 5.57309C13.1932 7.09133 13.9263 8.28938 14.8909 8.24901C15.8554 8.20864 16.6863 6.94514 16.7465 5.42691C16.8068 3.90867 16.0737 2.71062 15.1091 2.75099C14.1446 2.79136 13.3137 4.05486 13.2535 5.57309Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M6.1747 8.99423C6.45428 10.3676 5.93113 11.5954 5.00622 11.7367C4.08131 11.8779 3.10488 10.8791 2.8253 9.50577C2.54572 8.13242 3.06887 6.90458 3.99378 6.76332C4.91869 6.62205 5.89512 7.62087 6.1747 8.99423Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M21.1747 9.50577C20.8951 10.8791 19.9187 11.8779 18.9938 11.7367C18.0689 11.5954 17.5457 10.3676 17.8253 8.99423C18.1049 7.62087 19.0813 6.62205 20.0062 6.76332C20.9311 6.90458 21.4543 8.13242 21.1747 9.50577Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
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/square-outlined-radius-0-stroke-1.5",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "style": "square-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1.5/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";