@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.119 → 1.1.121
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/IconDiscoBall/index.d.ts +4 -0
- package/IconDiscoBall/index.js +2 -0
- package/IconDiscoBall/index.js.map +1 -0
- package/IconDiscoBall/index.mjs +2 -0
- package/IconDiscoBall/index.mjs.map +1 -0
- package/IconEmojiLol/index.d.ts +4 -0
- package/IconEmojiLol/index.js +2 -0
- package/IconEmojiLol/index.js.map +1 -0
- package/IconEmojiLol/index.mjs +2 -0
- package/IconEmojiLol/index.mjs.map +1 -0
- package/IconUser/index.d.ts +4 -0
- package/IconUser/index.js +2 -0
- package/IconUser/index.js.map +1 -0
- package/IconUser/index.mjs +2 -0
- package/IconUser/index.mjs.map +1 -0
- package/IconUserAdd/index.d.ts +4 -0
- package/IconUserAdd/index.js +2 -0
- package/IconUserAdd/index.js.map +1 -0
- package/IconUserAdd/index.mjs +2 -0
- package/IconUserAdd/index.mjs.map +1 -0
- package/IconUserAddRight/index.d.ts +4 -0
- package/IconUserAddRight/index.js +2 -0
- package/IconUserAddRight/index.js.map +1 -0
- package/IconUserAddRight/index.mjs +2 -0
- package/IconUserAddRight/index.mjs.map +1 -0
- package/IconUserAdded/index.d.ts +4 -0
- package/IconUserAdded/index.js +2 -0
- package/IconUserAdded/index.js.map +1 -0
- package/IconUserAdded/index.mjs +2 -0
- package/IconUserAdded/index.mjs.map +1 -0
- package/IconUserBlock/index.d.ts +4 -0
- package/IconUserBlock/index.js +2 -0
- package/IconUserBlock/index.js.map +1 -0
- package/IconUserBlock/index.mjs +2 -0
- package/IconUserBlock/index.mjs.map +1 -0
- package/IconUserDuo/index.d.ts +4 -0
- package/IconUserDuo/index.js +2 -0
- package/IconUserDuo/index.js.map +1 -0
- package/IconUserDuo/index.mjs +2 -0
- package/IconUserDuo/index.mjs.map +1 -0
- package/IconUserEdit/index.d.ts +4 -0
- package/IconUserEdit/index.js +2 -0
- package/IconUserEdit/index.js.map +1 -0
- package/IconUserEdit/index.mjs +2 -0
- package/IconUserEdit/index.mjs.map +1 -0
- package/IconUserGroup/index.d.ts +4 -0
- package/IconUserGroup/index.js +2 -0
- package/IconUserGroup/index.js.map +1 -0
- package/IconUserGroup/index.mjs +2 -0
- package/IconUserGroup/index.mjs.map +1 -0
- package/IconUserHeart/index.d.ts +4 -0
- package/IconUserHeart/index.js +2 -0
- package/IconUserHeart/index.js.map +1 -0
- package/IconUserHeart/index.mjs +2 -0
- package/IconUserHeart/index.mjs.map +1 -0
- package/IconUserKey/index.d.ts +4 -0
- package/IconUserKey/index.js +2 -0
- package/IconUserKey/index.js.map +1 -0
- package/IconUserKey/index.mjs +2 -0
- package/IconUserKey/index.mjs.map +1 -0
- package/IconUserRemove/index.d.ts +4 -0
- package/IconUserRemove/index.js +2 -0
- package/IconUserRemove/index.js.map +1 -0
- package/IconUserRemove/index.mjs +2 -0
- package/IconUserRemove/index.mjs.map +1 -0
- package/IconUserRemoveRight/index.d.ts +4 -0
- package/IconUserRemoveRight/index.js +2 -0
- package/IconUserRemoveRight/index.js.map +1 -0
- package/IconUserRemoveRight/index.mjs +2 -0
- package/IconUserRemoveRight/index.mjs.map +1 -0
- package/IconUserSettings/index.d.ts +4 -0
- package/IconUserSettings/index.js +2 -0
- package/IconUserSettings/index.js.map +1 -0
- package/IconUserSettings/index.mjs +2 -0
- package/IconUserSettings/index.mjs.map +1 -0
- package/README.md +15 -0
- package/filtered-icons.json +210 -0
- package/icons/index.d.ts +15 -0
- package/icons-index.json +35 -5
- package/index.d.ts +15 -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 +105 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUserRemoveRight/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 IconUserRemoveRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 19.7273V19.5C3.5 15.3579 6.85786 12 11 12C15.1421 12 18.5 15.3579 18.5 19.5V19.7273C18.5 20.154 18.154 20.5 17.7273 20.5H4.27273C3.84596 20.5 3.5 20.154 3.5 19.7273Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"11\"\n cy=\"7.5\"\n r=\"4.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.75 9.5L21 11.75M21 11.75L23.25 14M21 11.75L23.25 9.5M21 11.75L18.75 14\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUserRemoveRight;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6KACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6EACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconUserRemoveRight_exports","__export","IconUserRemoveRight","IconUserRemoveRight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUserRemoveRight","props","React","CentralIconBase","IconUserRemoveRight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as a,Path as t}from"react-native-svg";var c=e=>o.createElement(n,{...e},o.createElement(t,{d:"M3.5 19.7273V19.5C3.5 15.3579 6.85786 12 11 12C15.1421 12 18.5 15.3579 18.5 19.5V19.7273C18.5 20.154 18.154 20.5 17.7273 20.5H4.27273C3.84596 20.5 3.5 20.154 3.5 19.7273Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(a,{cx:"11",cy:"7.5",r:"4.5",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{d:"M18.75 9.5L21 11.75M21 11.75L23.25 14M21 11.75L23.25 9.5M21 11.75L18.75 14",stroke:"currentColor",strokeLinecap:"round"})),g=c;export{c as IconUserRemoveRight,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUserRemoveRight/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 IconUserRemoveRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 19.7273V19.5C3.5 15.3579 6.85786 12 11 12C15.1421 12 18.5 15.3579 18.5 19.5V19.7273C18.5 20.154 18.154 20.5 17.7273 20.5H4.27273C3.84596 20.5 3.5 20.154 3.5 19.7273Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"11\"\n cy=\"7.5\"\n r=\"4.5\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.75 9.5L21 11.75M21 11.75L23.25 14M21 11.75L23.25 9.5M21 11.75L18.75 14\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUserRemoveRight;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6KACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,6EACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconUserRemoveRight","props","React","CentralIconBase","IconUserRemoveRight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,L)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of d(o))!k.call(r,p)&&p!==e&&s(r,p,{get:()=>o[p],enumerable:!(L=f(o,p))||L.enumerable});return r};var c=(r,o,e)=>(e=r!=null?m(x(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(s({},"__esModule",{value:!0}),r);var P={};B(P,{IconUserSettings:()=>a,default:()=>g});module.exports=I(P);var n=c(require("react"));var i=c(require("react")),l=require("react-native-svg"),u=({children:r,size:o=24,...e})=>i.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),a=r=>n.default.createElement(u,{...r},n.default.createElement(t.Path,{d:"M11.5 20.5H5.5C4.94772 20.5 4.5 20.0523 4.5 19.5C4.5 15.3579 7.85786 12 12 12",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"12",cy:"7.5",r:"4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M18.7797 14.8467L20.2455 14.616L20.9357 15.7747L20.0131 16.9427L21 18.116L20.3107 19.2747L18.8069 19.0833L18.2541 20.5H16.8754L16.2652 19.0739L14.6893 19.2747L14 18.116L14.986 16.9427L14.0643 15.7747L14.7545 14.616L16.2934 14.8586L16.8754 13.5H18.2541L18.7797 14.8467Z",stroke:"currentColor",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"17.5",cy:"17",r:"1",fill:"currentColor"})),g=a;0&&(module.exports={IconUserSettings});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUserSettings/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 IconUserSettings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 20.5H5.5C4.94772 20.5 4.5 20.0523 4.5 19.5C4.5 15.3579 7.85786 12 12 12\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"7.5\"\n r=\"4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.7797 14.8467L20.2455 14.616L20.9357 15.7747L20.0131 16.9427L21 18.116L20.3107 19.2747L18.8069 19.0833L18.2541 20.5H16.8754L16.2652 19.0739L14.6893 19.2747L14 18.116L14.986 16.9427L14.0643 15.7747L14.7545 14.616L16.2934 14.8586L16.8754 13.5H18.2541L18.7797 14.8467Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"17.5\" cy=\"17\" r=\"1\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconUserSettings;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+QACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,OAAO,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,CACtD,EAIGE,EAAQJ","names":["IconUserSettings_exports","__export","IconUserSettings","IconUserSettings_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUserSettings","props","React","CentralIconBase","IconUserSettings_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import L from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...s})=>L.createElement(C,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as t,Path as p}from"react-native-svg";var c=e=>o.createElement(n,{...e},o.createElement(p,{d:"M11.5 20.5H5.5C4.94772 20.5 4.5 20.0523 4.5 19.5C4.5 15.3579 7.85786 12 12 12",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{cx:"12",cy:"7.5",r:"4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(p,{d:"M18.7797 14.8467L20.2455 14.616L20.9357 15.7747L20.0131 16.9427L21 18.116L20.3107 19.2747L18.8069 19.0833L18.2541 20.5H16.8754L16.2652 19.0739L14.6893 19.2747L14 18.116L14.986 16.9427L14.0643 15.7747L14.7545 14.616L16.2934 14.8586L16.8754 13.5H18.2541L18.7797 14.8467Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(t,{cx:"17.5",cy:"17",r:"1",fill:"currentColor"})),B=c;export{c as IconUserSettings,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUserSettings/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 IconUserSettings: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.5 20.5H5.5C4.94772 20.5 4.5 20.0523 4.5 19.5C4.5 15.3579 7.85786 12 12 12\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"12\"\n cy=\"7.5\"\n r=\"4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.7797 14.8467L20.2455 14.616L20.9357 15.7747L20.0131 16.9427L21 18.116L20.3107 19.2747L18.8069 19.0833L18.2541 20.5H16.8754L16.2652 19.0739L14.6893 19.2747L14 18.116L14.986 16.9427L14.0643 15.7747L14.7545 14.616L16.2934 14.8586L16.8754 13.5H18.2541L18.7797 14.8467Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Circle cx=\"17.5\" cy=\"17\" r=\"1\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconUserSettings;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,MACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,+QACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,OAAO,GAAG,KAAK,EAAE,IAAI,KAAK,eAAe,CACtD,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconUserSettings","props","React","CentralIconBase","IconUserSettings_default"]}
|
package/README.md
CHANGED
|
@@ -711,6 +711,7 @@ Below is a complete list of available icons:
|
|
|
711
711
|
- IconEmojiAddReaction
|
|
712
712
|
- IconEmojiAngry
|
|
713
713
|
- IconEmojiGrinning
|
|
714
|
+
- IconEmojiLol
|
|
714
715
|
- IconEmojiMouthless
|
|
715
716
|
- IconEmojiNeutral
|
|
716
717
|
- IconEmojiProfile
|
|
@@ -1303,6 +1304,19 @@ Below is a complete list of available icons:
|
|
|
1303
1304
|
- IconTeacher
|
|
1304
1305
|
- IconTeacherWhiteboard
|
|
1305
1306
|
- IconTeam
|
|
1307
|
+
- IconUser
|
|
1308
|
+
- IconUserAdd
|
|
1309
|
+
- IconUserAdded
|
|
1310
|
+
- IconUserAddRight
|
|
1311
|
+
- IconUserBlock
|
|
1312
|
+
- IconUserDuo
|
|
1313
|
+
- IconUserEdit
|
|
1314
|
+
- IconUserGroup
|
|
1315
|
+
- IconUserHeart
|
|
1316
|
+
- IconUserKey
|
|
1317
|
+
- IconUserRemove
|
|
1318
|
+
- IconUserRemoveRight
|
|
1319
|
+
- IconUserSettings
|
|
1306
1320
|
- IconVibeCodingBird
|
|
1307
1321
|
- IconVibeCodingStar
|
|
1308
1322
|
- IconWheelchair
|
|
@@ -1762,6 +1776,7 @@ Below is a complete list of available icons:
|
|
|
1762
1776
|
- IconDiamondShine
|
|
1763
1777
|
- IconDino
|
|
1764
1778
|
- IconDirectorChair
|
|
1779
|
+
- IconDiscoBall
|
|
1765
1780
|
- IconDoorHanger
|
|
1766
1781
|
- IconDumbell
|
|
1767
1782
|
- IconEmojiAstonished
|
package/filtered-icons.json
CHANGED
|
@@ -8568,6 +8568,20 @@
|
|
|
8568
8568
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
8569
8569
|
"componentName": "IconDirectorChair"
|
|
8570
8570
|
},
|
|
8571
|
+
{
|
|
8572
|
+
"category": "Things",
|
|
8573
|
+
"svg": "<path d=\"M12 21.5C16.9706 21.5 21 17.4706 21 12.5C21 11.5788 20.8616 10.6899 20.6044 9.85294H3.77143M12 3.5C7.02944 3.5 3 7.52944 3 12.5C3 13.4212 3.13841 14.3101 3.39557 15.1471H20.2286\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><ellipse cx=\"12\" cy=\"12.5\" rx=\"3.5\" ry=\"9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 3.5V1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.89045 18.5352L5.40769 17.28C5.34281 17.1113 5.18074 17 5 17C4.81926 17 4.65719 17.1113 4.59231 17.28L4.10955 18.5352C4.00797 18.7993 3.79927 19.008 3.53518 19.1095L2.28 19.5923C2.11131 19.6572 2 19.8193 2 20C2 20.1807 2.11131 20.3428 2.28 20.4077L3.53518 20.8905C3.79927 20.992 4.00797 21.2007 4.10955 21.4648L4.59231 22.72C4.65719 22.8887 4.81926 23 5 23C5.18074 23 5.34281 22.8887 5.40769 22.72L5.89045 21.4648C5.99203 21.2007 6.20073 20.992 6.46482 20.8905L7.72 20.4077C7.88869 20.3428 8 20.1807 8 20C8 19.8193 7.88869 19.6572 7.72 19.5923L6.46482 19.1095C6.20073 19.008 5.99203 18.7993 5.89045 18.5352Z\" fill=\"currentColor\"/><path d=\"M20.5655 2.86018L19.9756 1.32667C19.8999 1.12986 19.7109 1 19.5 1C19.2891 1 19.1001 1.12986 19.0244 1.32667L18.4345 2.86018C18.333 3.12427 18.1243 3.33297 17.8602 3.43455L16.3267 4.02436C16.1299 4.10005 16 4.28914 16 4.5C16 4.71086 16.1299 4.89995 16.3267 4.97564L17.8602 5.56545C18.1243 5.66703 18.333 5.87573 18.4345 6.13982L19.0244 7.67333C19.1001 7.87014 19.2891 8 19.5 8C19.7109 8 19.8999 7.87014 19.9756 7.67333L20.5655 6.13982C20.667 5.87573 20.8757 5.66703 21.1398 5.56545L22.6733 4.97564C22.8701 4.89995 23 4.71086 23 4.5C23 4.28914 22.8701 4.10005 22.6733 4.02436L21.1398 3.43455C20.8757 3.33297 20.667 3.12427 20.5655 2.86018Z\" fill=\"currentColor\"/>",
|
|
8574
|
+
"iconName": "disco-ball, music, dance, party",
|
|
8575
|
+
"variant": {
|
|
8576
|
+
"join": "round",
|
|
8577
|
+
"filled": "off",
|
|
8578
|
+
"radius": "1",
|
|
8579
|
+
"stroke": "1"
|
|
8580
|
+
},
|
|
8581
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
8582
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
8583
|
+
"componentName": "IconDiscoBall"
|
|
8584
|
+
},
|
|
8571
8585
|
{
|
|
8572
8586
|
"category": "Social Media & Brands",
|
|
8573
8587
|
"svg": "<path d=\"M19.6361 5.02282C18.1907 4.35757 16.6648 3.88563 15.0973 3.61903C14.8828 4.00449 14.6888 4.40107 14.5159 4.80712C12.8463 4.5542 11.1484 4.5542 9.47881 4.80712C9.30587 4.40111 9.1118 4.00453 8.8974 3.61903C7.32897 3.88788 5.80205 4.36095 4.35518 5.0263C1.48276 9.29853 0.70409 13.4647 1.09342 17.5716C2.77558 18.821 4.6584 19.7713 6.66003 20.3809C7.11074 19.7716 7.50956 19.1251 7.85226 18.4483C7.20135 18.204 6.57311 17.9024 5.9748 17.5473C6.13227 17.4325 6.28627 17.3142 6.43508 17.1994C8.17601 18.0224 10.0761 18.4491 12 18.4491C13.9238 18.4491 15.8239 18.0224 17.5648 17.1994C17.7154 17.3229 17.8694 17.4412 18.0251 17.5473C17.4257 17.903 16.7963 18.2051 16.1442 18.4501C16.4865 19.1265 16.8853 19.7724 17.3364 20.3809C19.3398 19.7737 21.224 18.8239 22.9065 17.5734C23.3633 12.8106 22.1261 8.68274 19.6361 5.02282ZM8.34541 15.0459C7.26047 15.0459 6.36414 14.0561 6.36414 12.8384C6.36414 11.6208 7.22932 10.6223 8.34195 10.6223C9.45458 10.6223 10.344 11.6208 10.325 12.8384C10.3059 14.0561 9.45112 15.0459 8.34541 15.0459ZM15.6545 15.0459C14.5678 15.0459 13.675 14.0561 13.675 12.8384C13.675 11.6208 14.5401 10.6223 15.6545 10.6223C16.7689 10.6223 17.6514 11.6208 17.6323 12.8384C17.6133 14.0561 16.7602 15.0459 15.6545 15.0459Z\" fill=\"currentColor\"/>",
|
|
@@ -9296,6 +9310,20 @@
|
|
|
9296
9310
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
9297
9311
|
"componentName": "IconEmojiGrinning"
|
|
9298
9312
|
},
|
|
9313
|
+
{
|
|
9314
|
+
"category": "Emoji",
|
|
9315
|
+
"svg": "<path d=\"M16.5687 12.8237C16.8806 12.7186 17.2127 12.9342 17.2025 13.2632C17.0396 18.4991 9.48901 19.8481 7.54405 14.9661C7.42227 14.6604 7.66061 14.3443 7.98957 14.3364C10.9665 14.2652 13.747 13.7749 16.5687 12.8237Z\" fill=\"currentColor\"/><path d=\"M7.44042 10.4685C7.6026 10.6205 7.64505 10.8612 7.54461 11.0594L7.12222 11.8931C6.92196 12.2883 7.2914 12.7117 7.69436 12.5274C8.70056 12.0674 9.6548 11.4206 10.357 10.6023C10.5383 10.391 10.4822 10.0728 10.2396 9.93621C9.29982 9.4074 8.18191 9.126 7.07905 9.03783C6.63738 9.00252 6.43502 9.5267 6.75837 9.82961L7.44042 10.4685Z\" fill=\"currentColor\"/><path d=\"M15.7611 9.00122C15.6606 9.19945 15.7031 9.44018 15.8653 9.5921L16.5473 10.231C16.8707 10.5339 16.6683 11.0581 16.2266 11.0228C15.1238 10.9346 14.0059 10.6532 13.0661 10.1244C12.8235 9.98788 12.7674 9.66966 12.9487 9.45837C13.6509 8.64003 14.6051 7.99326 15.6113 7.5332C16.0143 7.34896 16.3837 7.77231 16.1835 8.16755L15.7611 9.00122Z\" fill=\"currentColor\"/><circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/>",
|
|
9316
|
+
"iconName": "emoji-lol, laugh, comedy, joke",
|
|
9317
|
+
"variant": {
|
|
9318
|
+
"join": "round",
|
|
9319
|
+
"filled": "off",
|
|
9320
|
+
"radius": "1",
|
|
9321
|
+
"stroke": "1"
|
|
9322
|
+
},
|
|
9323
|
+
"createdAt": "2026-02-06T17:01:06.255721+00:00",
|
|
9324
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
9325
|
+
"componentName": "IconEmojiLol"
|
|
9326
|
+
},
|
|
9299
9327
|
{
|
|
9300
9328
|
"category": "Emoji",
|
|
9301
9329
|
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\" fill=\"currentColor\"/><path d=\"M16.25 9.9C16.25 11.0046 15.5784 11.75 14.75 11.75C13.9216 11.75 13.25 11.0046 13.25 9.9C13.25 8.79543 13.9216 8 14.75 8C15.5784 8 16.25 8.79543 16.25 9.9Z\" fill=\"currentColor\"/>",
|
|
@@ -23184,6 +23212,188 @@
|
|
|
23184
23212
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23185
23213
|
"componentName": "IconUsbC"
|
|
23186
23214
|
},
|
|
23215
|
+
{
|
|
23216
|
+
"category": "People",
|
|
23217
|
+
"svg": "<path d=\"M4.5 19.7273V19.5C4.5 15.3579 7.85786 12 12 12C16.1421 12 19.5 15.3579 19.5 19.5V19.7273C19.5 20.154 19.154 20.5 18.7273 20.5H5.27273C4.84596 20.5 4.5 20.154 4.5 19.7273Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
23218
|
+
"iconName": "user, people, person, member",
|
|
23219
|
+
"variant": {
|
|
23220
|
+
"join": "round",
|
|
23221
|
+
"filled": "off",
|
|
23222
|
+
"radius": "1",
|
|
23223
|
+
"stroke": "1"
|
|
23224
|
+
},
|
|
23225
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
23226
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23227
|
+
"componentName": "IconUser"
|
|
23228
|
+
},
|
|
23229
|
+
{
|
|
23230
|
+
"category": "People",
|
|
23231
|
+
"svg": "<path d=\"M11.5 20.5H5.5C4.94772 20.5 4.5 20.0523 4.5 19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.5 12.5V20.5M22.5 16.5H14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
23232
|
+
"iconName": "user-add, people, person, member",
|
|
23233
|
+
"variant": {
|
|
23234
|
+
"join": "round",
|
|
23235
|
+
"filled": "off",
|
|
23236
|
+
"radius": "1",
|
|
23237
|
+
"stroke": "1"
|
|
23238
|
+
},
|
|
23239
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
23240
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23241
|
+
"componentName": "IconUserAdd"
|
|
23242
|
+
},
|
|
23243
|
+
{
|
|
23244
|
+
"category": "People",
|
|
23245
|
+
"svg": "<path d=\"M10.5 20.5H5.5C4.94772 20.5 4.5 20.0523 4.5 19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 18.5L16 20.5L20.5 13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
23246
|
+
"iconName": "user-added, people, person, member, checked",
|
|
23247
|
+
"variant": {
|
|
23248
|
+
"join": "round",
|
|
23249
|
+
"filled": "off",
|
|
23250
|
+
"radius": "1",
|
|
23251
|
+
"stroke": "1"
|
|
23252
|
+
},
|
|
23253
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
23254
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23255
|
+
"componentName": "IconUserAdded"
|
|
23256
|
+
},
|
|
23257
|
+
{
|
|
23258
|
+
"category": "People",
|
|
23259
|
+
"svg": "<path d=\"M3.5 19.7273V19.5C3.5 15.3579 6.85786 12 11 12C15.1421 12 18.5 15.3579 18.5 19.5V19.7273C18.5 20.154 18.154 20.5 17.7273 20.5H4.27273C3.84596 20.5 3.5 20.154 3.5 19.7273Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><circle cx=\"11\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M20.5 8.5V14.5M23.5 11.5H17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
23260
|
+
"iconName": "user-add-right, people, person, member",
|
|
23261
|
+
"variant": {
|
|
23262
|
+
"join": "round",
|
|
23263
|
+
"filled": "off",
|
|
23264
|
+
"radius": "1",
|
|
23265
|
+
"stroke": "1"
|
|
23266
|
+
},
|
|
23267
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
23268
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23269
|
+
"componentName": "IconUserAddRight"
|
|
23270
|
+
},
|
|
23271
|
+
{
|
|
23272
|
+
"category": "People",
|
|
23273
|
+
"svg": "<path d=\"M11.5 20.5H5.5C4.94772 20.5 4.5 20.0523 4.5 19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"18\" cy=\"17.25\" r=\"3.5\" stroke=\"currentColor\"/><path d=\"M15.7461 19.5L20.2461 15\" stroke=\"currentColor\"/>",
|
|
23274
|
+
"iconName": "user-block, people, person, member, blocked",
|
|
23275
|
+
"variant": {
|
|
23276
|
+
"join": "round",
|
|
23277
|
+
"filled": "off",
|
|
23278
|
+
"radius": "1",
|
|
23279
|
+
"stroke": "1"
|
|
23280
|
+
},
|
|
23281
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
23282
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23283
|
+
"componentName": "IconUserBlock"
|
|
23284
|
+
},
|
|
23285
|
+
{
|
|
23286
|
+
"category": "People",
|
|
23287
|
+
"svg": "<path d=\"M2.5 19.5C1.94772 19.5 1.5 19.0523 1.5 18.5C1.5 14.9101 4.41015 12 8 12C11.5899 12 14.5 14.9101 14.5 18.5C14.5 19.0523 14.0523 19.5 13.5 19.5H2.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 18.5H21.5C22.0523 18.5 22.5061 18.0507 22.4449 17.5019C22.1042 14.4483 20.2102 12 17.5 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"8\" cy=\"8.25\" r=\"3.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"17.5\" cy=\"9.25\" r=\"2.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
23288
|
+
"iconName": "user-duo, team, members, persons",
|
|
23289
|
+
"variant": {
|
|
23290
|
+
"join": "round",
|
|
23291
|
+
"filled": "off",
|
|
23292
|
+
"radius": "1",
|
|
23293
|
+
"stroke": "1"
|
|
23294
|
+
},
|
|
23295
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
23296
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23297
|
+
"componentName": "IconUserDuo"
|
|
23298
|
+
},
|
|
23299
|
+
{
|
|
23300
|
+
"category": "People",
|
|
23301
|
+
"svg": "<path d=\"M10.5 20.5H5.5C4.94772 20.5 4.5 20.0523 4.5 19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 20.5V18.4142C13.5 18.149 13.6054 17.8946 13.7929 17.7071L17.75 13.75C18.4404 13.0596 19.5596 13.0596 20.25 13.75C20.9404 14.4404 20.9404 15.5596 20.25 16.25L16.2929 20.2071C16.1054 20.3946 15.851 20.5 15.5858 20.5H13.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
23302
|
+
"iconName": "user-edit, people, person, member",
|
|
23303
|
+
"variant": {
|
|
23304
|
+
"join": "round",
|
|
23305
|
+
"filled": "off",
|
|
23306
|
+
"radius": "1",
|
|
23307
|
+
"stroke": "1"
|
|
23308
|
+
},
|
|
23309
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
23310
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23311
|
+
"componentName": "IconUserEdit"
|
|
23312
|
+
},
|
|
23313
|
+
{
|
|
23314
|
+
"category": "People",
|
|
23315
|
+
"svg": "<circle cx=\"12\" cy=\"8.75\" r=\"3.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"4\" cy=\"9.83008\" r=\"2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"20\" cy=\"9.83008\" r=\"2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 17.5714V17.5C6.5 14.4624 8.96243 12 12 12C15.0376 12 17.5 14.4624 17.5 17.5V17.5714C17.5 18.0843 17.0843 18.5 16.5714 18.5H7.42857C6.91574 18.5 6.5 18.0843 6.5 17.5714Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 17.5H1.5C0.947715 17.5 0.493502 17.0508 0.540834 16.5005C0.751151 14.0555 1.7889 12.4226 4 11.8301\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 17.5H22.5C23.0523 17.5 23.5065 17.0508 23.4592 16.5005C23.2488 14.0555 22.2111 12.4226 20 11.8301\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
23316
|
+
"iconName": "user-group, team, club, member, friends, community",
|
|
23317
|
+
"variant": {
|
|
23318
|
+
"join": "round",
|
|
23319
|
+
"filled": "off",
|
|
23320
|
+
"radius": "1",
|
|
23321
|
+
"stroke": "1"
|
|
23322
|
+
},
|
|
23323
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
23324
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23325
|
+
"componentName": "IconUserGroup"
|
|
23326
|
+
},
|
|
23327
|
+
{
|
|
23328
|
+
"category": "People",
|
|
23329
|
+
"svg": "<path d=\"M11.5 20.5H5.5C4.94772 20.5 4.5 20.0523 4.5 19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 16.5665C21.5 19.2998 17.75 20.8 17.75 20.8C17.75 20.8 14 19.2998 14 16.5665C14 14.518 16.0157 13.2984 17.75 14.4366C19.4843 13.2984 21.5 14.518 21.5 16.5665Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
|
23330
|
+
"iconName": "user-heart, people, person, member, favorite",
|
|
23331
|
+
"variant": {
|
|
23332
|
+
"join": "round",
|
|
23333
|
+
"filled": "off",
|
|
23334
|
+
"radius": "1",
|
|
23335
|
+
"stroke": "1"
|
|
23336
|
+
},
|
|
23337
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
23338
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23339
|
+
"componentName": "IconUserHeart"
|
|
23340
|
+
},
|
|
23341
|
+
{
|
|
23342
|
+
"category": "People",
|
|
23343
|
+
"svg": "<path d=\"M10.5 20.5H5.5C4.94772 20.5 4.5 20.0523 4.5 19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"19.0992\" cy=\"15.4\" r=\"0.9\" fill=\"currentColor\"/><path d=\"M18.8496 12.5498C20.5617 12.5498 21.9502 13.9383 21.9502 15.6504C21.95 17.3623 20.5616 18.75 18.8496 18.75C18.5179 18.75 18.199 18.6961 17.8994 18.5996L15.5 21H13.5V19L15.8994 16.5996C15.8032 16.3004 15.75 15.9816 15.75 15.6504C15.75 13.9384 17.1377 12.55 18.8496 12.5498Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
23344
|
+
"iconName": "user-key, people, person, member, passkeys, access",
|
|
23345
|
+
"variant": {
|
|
23346
|
+
"join": "round",
|
|
23347
|
+
"filled": "off",
|
|
23348
|
+
"radius": "1",
|
|
23349
|
+
"stroke": "1"
|
|
23350
|
+
},
|
|
23351
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
23352
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23353
|
+
"componentName": "IconUserKey"
|
|
23354
|
+
},
|
|
23355
|
+
{
|
|
23356
|
+
"category": "People",
|
|
23357
|
+
"svg": "<path d=\"M11.5 20.5H5.5C4.94772 20.5 4.5 20.0523 4.5 19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 14.5L18.5 17.5M18.5 17.5L21.5 20.5M18.5 17.5L21.5 14.5M18.5 17.5L15.5 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
23358
|
+
"iconName": "user-remove, people, person, member",
|
|
23359
|
+
"variant": {
|
|
23360
|
+
"join": "round",
|
|
23361
|
+
"filled": "off",
|
|
23362
|
+
"radius": "1",
|
|
23363
|
+
"stroke": "1"
|
|
23364
|
+
},
|
|
23365
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
23366
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23367
|
+
"componentName": "IconUserRemove"
|
|
23368
|
+
},
|
|
23369
|
+
{
|
|
23370
|
+
"category": "People",
|
|
23371
|
+
"svg": "<path d=\"M3.5 19.7273V19.5C3.5 15.3579 6.85786 12 11 12C15.1421 12 18.5 15.3579 18.5 19.5V19.7273C18.5 20.154 18.154 20.5 17.7273 20.5H4.27273C3.84596 20.5 3.5 20.154 3.5 19.7273Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><circle cx=\"11\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M18.75 9.5L21 11.75M21 11.75L23.25 14M21 11.75L23.25 9.5M21 11.75L18.75 14\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
23372
|
+
"iconName": "user-remove-right, people, person, member",
|
|
23373
|
+
"variant": {
|
|
23374
|
+
"join": "round",
|
|
23375
|
+
"filled": "off",
|
|
23376
|
+
"radius": "1",
|
|
23377
|
+
"stroke": "1"
|
|
23378
|
+
},
|
|
23379
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
23380
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23381
|
+
"componentName": "IconUserRemoveRight"
|
|
23382
|
+
},
|
|
23383
|
+
{
|
|
23384
|
+
"category": "People",
|
|
23385
|
+
"svg": "<path d=\"M11.5 20.5H5.5C4.94772 20.5 4.5 20.0523 4.5 19.5C4.5 15.3579 7.85786 12 12 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"7.5\" r=\"4.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.7797 14.8467L20.2455 14.616L20.9357 15.7747L20.0131 16.9427L21 18.116L20.3107 19.2747L18.8069 19.0833L18.2541 20.5H16.8754L16.2652 19.0739L14.6893 19.2747L14 18.116L14.986 16.9427L14.0643 15.7747L14.7545 14.616L16.2934 14.8586L16.8754 13.5H18.2541L18.7797 14.8467Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><circle cx=\"17.5\" cy=\"17\" r=\"1\" fill=\"currentColor\"/>",
|
|
23386
|
+
"iconName": "user-settings, people, person, member, cog",
|
|
23387
|
+
"variant": {
|
|
23388
|
+
"join": "round",
|
|
23389
|
+
"filled": "off",
|
|
23390
|
+
"radius": "1",
|
|
23391
|
+
"stroke": "1"
|
|
23392
|
+
},
|
|
23393
|
+
"createdAt": "2026-02-06T16:01:04.432711+00:00",
|
|
23394
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
23395
|
+
"componentName": "IconUserSettings"
|
|
23396
|
+
},
|
|
23187
23397
|
{
|
|
23188
23398
|
"category": "Social Media & Brands",
|
|
23189
23399
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.252 8.25H19.876C19.964 8.25 20.052 8.256 20.136 8.268L14.266 14.138C14.2535 14.0502 14.2471 13.9617 14.247 13.873V8.25H11.997V13.873C11.9969 14.4147 12.1035 14.9512 12.3107 15.4517C12.518 15.9523 12.8218 16.407 13.2049 16.7901C13.588 17.1732 14.0427 17.477 14.5433 17.6843C15.0438 17.8915 15.5803 17.9981 16.122 17.998H21.746V15.748H16.122C16.032 15.748 15.943 15.742 15.857 15.73L21.731 9.855C21.7441 9.94441 21.7508 10.0346 21.751 10.125V15.748H24V10.124C24 9.58243 23.8933 9.04616 23.6861 8.54581C23.4788 8.04547 23.1751 7.59084 22.7921 7.20789C22.4092 6.82494 21.9545 6.52117 21.4542 6.31392C20.9538 6.10667 20.4176 6 19.876 6H14.252V8.25ZM0 7.5V7.506L7.686 17.294C8.61 18.47 10.499 17.817 10.499 16.321V7.5H8.25V14.37L2.856 7.5H0Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -611,6 +611,7 @@ export type CentralIconName =
|
|
|
611
611
|
| "IconDirection1"
|
|
612
612
|
| "IconDirection2"
|
|
613
613
|
| "IconDirectorChair"
|
|
614
|
+
| "IconDiscoBall"
|
|
614
615
|
| "IconDiscord"
|
|
615
616
|
| "IconDishwasher"
|
|
616
617
|
| "IconDispersion"
|
|
@@ -663,6 +664,7 @@ export type CentralIconName =
|
|
|
663
664
|
| "IconEmojiAngry"
|
|
664
665
|
| "IconEmojiAstonished"
|
|
665
666
|
| "IconEmojiGrinning"
|
|
667
|
+
| "IconEmojiLol"
|
|
666
668
|
| "IconEmojiMouthless"
|
|
667
669
|
| "IconEmojiNeutral"
|
|
668
670
|
| "IconEmojiProfile"
|
|
@@ -1655,6 +1657,19 @@ export type CentralIconName =
|
|
|
1655
1657
|
| "IconUntrash"
|
|
1656
1658
|
| "IconUsb"
|
|
1657
1659
|
| "IconUsbC"
|
|
1660
|
+
| "IconUser"
|
|
1661
|
+
| "IconUserAdd"
|
|
1662
|
+
| "IconUserAdded"
|
|
1663
|
+
| "IconUserAddRight"
|
|
1664
|
+
| "IconUserBlock"
|
|
1665
|
+
| "IconUserDuo"
|
|
1666
|
+
| "IconUserEdit"
|
|
1667
|
+
| "IconUserGroup"
|
|
1668
|
+
| "IconUserHeart"
|
|
1669
|
+
| "IconUserKey"
|
|
1670
|
+
| "IconUserRemove"
|
|
1671
|
+
| "IconUserRemoveRight"
|
|
1672
|
+
| "IconUserSettings"
|
|
1658
1673
|
| "IconV0"
|
|
1659
1674
|
| "IconVariables"
|
|
1660
1675
|
| "IconVault"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.121",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 1770,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 67,
|
|
@@ -597,12 +597,13 @@
|
|
|
597
597
|
]
|
|
598
598
|
},
|
|
599
599
|
"Emoji": {
|
|
600
|
-
"count":
|
|
600
|
+
"count": 19,
|
|
601
601
|
"icons": [
|
|
602
602
|
"IconAlien",
|
|
603
603
|
"IconEmojiAddReaction",
|
|
604
604
|
"IconEmojiAngry",
|
|
605
605
|
"IconEmojiGrinning",
|
|
606
|
+
"IconEmojiLol",
|
|
606
607
|
"IconEmojiMouthless",
|
|
607
608
|
"IconEmojiNeutral",
|
|
608
609
|
"IconEmojiProfile",
|
|
@@ -1183,7 +1184,7 @@
|
|
|
1183
1184
|
]
|
|
1184
1185
|
},
|
|
1185
1186
|
"People": {
|
|
1186
|
-
"count":
|
|
1187
|
+
"count": 52,
|
|
1187
1188
|
"icons": [
|
|
1188
1189
|
"IconAura",
|
|
1189
1190
|
"IconBathMan1",
|
|
@@ -1221,6 +1222,19 @@
|
|
|
1221
1222
|
"IconTeacher",
|
|
1222
1223
|
"IconTeacherWhiteboard",
|
|
1223
1224
|
"IconTeam",
|
|
1225
|
+
"IconUser",
|
|
1226
|
+
"IconUserAdd",
|
|
1227
|
+
"IconUserAdded",
|
|
1228
|
+
"IconUserAddRight",
|
|
1229
|
+
"IconUserBlock",
|
|
1230
|
+
"IconUserDuo",
|
|
1231
|
+
"IconUserEdit",
|
|
1232
|
+
"IconUserGroup",
|
|
1233
|
+
"IconUserHeart",
|
|
1234
|
+
"IconUserKey",
|
|
1235
|
+
"IconUserRemove",
|
|
1236
|
+
"IconUserRemoveRight",
|
|
1237
|
+
"IconUserSettings",
|
|
1224
1238
|
"IconVibeCodingBird",
|
|
1225
1239
|
"IconVibeCodingStar",
|
|
1226
1240
|
"IconWheelchair"
|
|
@@ -1663,7 +1677,7 @@
|
|
|
1663
1677
|
]
|
|
1664
1678
|
},
|
|
1665
1679
|
"Things": {
|
|
1666
|
-
"count":
|
|
1680
|
+
"count": 122,
|
|
1667
1681
|
"icons": [
|
|
1668
1682
|
"IconAnvil",
|
|
1669
1683
|
"IconBackpack",
|
|
@@ -1696,6 +1710,7 @@
|
|
|
1696
1710
|
"IconDiamondShine",
|
|
1697
1711
|
"IconDino",
|
|
1698
1712
|
"IconDirectorChair",
|
|
1713
|
+
"IconDiscoBall",
|
|
1699
1714
|
"IconDoorHanger",
|
|
1700
1715
|
"IconDumbell",
|
|
1701
1716
|
"IconEmojiAstonished",
|
|
@@ -2567,6 +2582,7 @@
|
|
|
2567
2582
|
"IconDirection1": "direction-1, route",
|
|
2568
2583
|
"IconDirection2": "direction-2, route",
|
|
2569
2584
|
"IconDirectorChair": "director-chair, chair",
|
|
2585
|
+
"IconDiscoBall": "disco-ball, music, dance, party",
|
|
2570
2586
|
"IconDiscord": "discord",
|
|
2571
2587
|
"IconDishwasher": "dishwasher, clean",
|
|
2572
2588
|
"IconDispersion": "dispersion, refraction",
|
|
@@ -2619,6 +2635,7 @@
|
|
|
2619
2635
|
"IconEmojiAngry": "emoji-angry",
|
|
2620
2636
|
"IconEmojiAstonished": "emoji-astonished",
|
|
2621
2637
|
"IconEmojiGrinning": "emoji-grinning",
|
|
2638
|
+
"IconEmojiLol": "emoji-lol, laugh, comedy, joke",
|
|
2622
2639
|
"IconEmojiMouthless": "emoji-mouthless",
|
|
2623
2640
|
"IconEmojiNeutral": "emoji-neutral",
|
|
2624
2641
|
"IconEmojiProfile": "emoji-profile",
|
|
@@ -3611,6 +3628,19 @@
|
|
|
3611
3628
|
"IconUntrash": "untrash",
|
|
3612
3629
|
"IconUsb": "usb, connection, connect, save, data",
|
|
3613
3630
|
"IconUsbC": "usb-c, type-c",
|
|
3631
|
+
"IconUser": "user, people, person, member",
|
|
3632
|
+
"IconUserAdd": "user-add, people, person, member",
|
|
3633
|
+
"IconUserAdded": "user-added, people, person, member, checked",
|
|
3634
|
+
"IconUserAddRight": "user-add-right, people, person, member",
|
|
3635
|
+
"IconUserBlock": "user-block, people, person, member, blocked",
|
|
3636
|
+
"IconUserDuo": "user-duo, team, members, persons",
|
|
3637
|
+
"IconUserEdit": "user-edit, people, person, member",
|
|
3638
|
+
"IconUserGroup": "user-group, team, club, member, friends, community",
|
|
3639
|
+
"IconUserHeart": "user-heart, people, person, member, favorite",
|
|
3640
|
+
"IconUserKey": "user-key, people, person, member, passkeys, access",
|
|
3641
|
+
"IconUserRemove": "user-remove, people, person, member",
|
|
3642
|
+
"IconUserRemoveRight": "user-remove-right, people, person, member",
|
|
3643
|
+
"IconUserSettings": "user-settings, people, person, member, cog",
|
|
3614
3644
|
"IconV0": "v0",
|
|
3615
3645
|
"IconVariables": "variables, figma",
|
|
3616
3646
|
"IconVault": "vault, safe",
|
package/index.d.ts
CHANGED
|
@@ -610,6 +610,7 @@ export { IconDino, default as IconDinoDefault } from "./IconDino";
|
|
|
610
610
|
export { IconDirection1, default as IconDirection1Default, } from "./IconDirection1";
|
|
611
611
|
export { IconDirection2, default as IconDirection2Default, } from "./IconDirection2";
|
|
612
612
|
export { IconDirectorChair, default as IconDirectorChairDefault, } from "./IconDirectorChair";
|
|
613
|
+
export { IconDiscoBall, default as IconDiscoBallDefault, } from "./IconDiscoBall";
|
|
613
614
|
export { IconDiscord, default as IconDiscordDefault } from "./IconDiscord";
|
|
614
615
|
export { IconDishwasher, default as IconDishwasherDefault, } from "./IconDishwasher";
|
|
615
616
|
export { IconDispersion, default as IconDispersionDefault, } from "./IconDispersion";
|
|
@@ -662,6 +663,7 @@ export { IconEmojiAddReaction, default as IconEmojiAddReactionDefault, } from ".
|
|
|
662
663
|
export { IconEmojiAngry, default as IconEmojiAngryDefault, } from "./IconEmojiAngry";
|
|
663
664
|
export { IconEmojiAstonished, default as IconEmojiAstonishedDefault, } from "./IconEmojiAstonished";
|
|
664
665
|
export { IconEmojiGrinning, default as IconEmojiGrinningDefault, } from "./IconEmojiGrinning";
|
|
666
|
+
export { IconEmojiLol, default as IconEmojiLolDefault } from "./IconEmojiLol";
|
|
665
667
|
export { IconEmojiMouthless, default as IconEmojiMouthlessDefault, } from "./IconEmojiMouthless";
|
|
666
668
|
export { IconEmojiNeutral, default as IconEmojiNeutralDefault, } from "./IconEmojiNeutral";
|
|
667
669
|
export { IconEmojiProfile, default as IconEmojiProfileDefault, } from "./IconEmojiProfile";
|
|
@@ -1654,6 +1656,19 @@ export { IconUnpin, default as IconUnpinDefault } from "./IconUnpin";
|
|
|
1654
1656
|
export { IconUntrash, default as IconUntrashDefault } from "./IconUntrash";
|
|
1655
1657
|
export { IconUsb, default as IconUsbDefault } from "./IconUsb";
|
|
1656
1658
|
export { IconUsbC, default as IconUsbCDefault } from "./IconUsbC";
|
|
1659
|
+
export { IconUser, default as IconUserDefault } from "./IconUser";
|
|
1660
|
+
export { IconUserAdd, default as IconUserAddDefault } from "./IconUserAdd";
|
|
1661
|
+
export { IconUserAddRight, default as IconUserAddRightDefault, } from "./IconUserAddRight";
|
|
1662
|
+
export { IconUserAdded, default as IconUserAddedDefault, } from "./IconUserAdded";
|
|
1663
|
+
export { IconUserBlock, default as IconUserBlockDefault, } from "./IconUserBlock";
|
|
1664
|
+
export { IconUserDuo, default as IconUserDuoDefault } from "./IconUserDuo";
|
|
1665
|
+
export { IconUserEdit, default as IconUserEditDefault } from "./IconUserEdit";
|
|
1666
|
+
export { IconUserGroup, default as IconUserGroupDefault, } from "./IconUserGroup";
|
|
1667
|
+
export { IconUserHeart, default as IconUserHeartDefault, } from "./IconUserHeart";
|
|
1668
|
+
export { IconUserKey, default as IconUserKeyDefault } from "./IconUserKey";
|
|
1669
|
+
export { IconUserRemove, default as IconUserRemoveDefault, } from "./IconUserRemove";
|
|
1670
|
+
export { IconUserRemoveRight, default as IconUserRemoveRightDefault, } from "./IconUserRemoveRight";
|
|
1671
|
+
export { IconUserSettings, default as IconUserSettingsDefault, } from "./IconUserSettings";
|
|
1657
1672
|
export { IconV0, default as IconV0Default } from "./IconV0";
|
|
1658
1673
|
export { IconVariables, default as IconVariablesDefault, } from "./IconVariables";
|
|
1659
1674
|
export { IconVault, default as IconVaultDefault } from "./IconVault";
|