@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.141 → 1.1.142
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/IconDeepDive/index.d.ts +4 -0
- package/IconDeepDive/index.js +2 -0
- package/IconDeepDive/index.js.map +1 -0
- package/IconDeepDive/index.mjs +2 -0
- package/IconDeepDive/index.mjs.map +1 -0
- package/IconGroup2/index.js +1 -1
- package/IconGroup2/index.js.map +1 -1
- package/IconGroup2/index.mjs +1 -1
- package/IconGroup2/index.mjs.map +1 -1
- package/IconPersona/index.js +1 -1
- package/IconPersona/index.js.map +1 -1
- package/IconPersona/index.mjs +1 -1
- package/IconPersona/index.mjs.map +1 -1
- package/IconVoiceCircle/index.d.ts +4 -0
- package/IconVoiceCircle/index.js +2 -0
- package/IconVoiceCircle/index.js.map +1 -0
- package/IconVoiceCircle/index.mjs +2 -0
- package/IconVoiceCircle/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +30 -2
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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 +16 -2
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var v=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of B(r))!d.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=v(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var h={};x(h,{IconDeepDive:()=>i,default:()=>g});module.exports=P(h);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.2111 3.51388C21.3922 3.55694 21.5345 3.69769 21.5803 3.87814C22.1966 6.31698 22.0924 8.13861 21.5422 9.61349C20.9952 11.0797 20.0277 12.1446 19.0402 13.0969C17.0607 15.0058 15.0355 16.4768 14.9973 19.9016C16.9262 19.9691 18.9609 19.6927 21.2756 18.552C21.5231 18.4301 21.8224 18.5321 21.9445 18.7795C22.0665 19.0272 21.9646 19.3264 21.717 19.4485C17.7676 21.3948 14.5452 20.9978 11.5539 20.5256C8.56069 20.0531 5.86291 19.5274 2.70234 20.9563C2.45076 21.0699 2.15396 20.9578 2.04023 20.7063C1.92679 20.4548 2.03882 20.1579 2.29023 20.0442C4.70537 18.9523 6.89052 18.9098 8.9875 19.1408C8.91933 17.6435 8.42474 16.6295 7.74336 15.8069C6.97536 14.8797 6.00205 14.2154 4.97676 13.3469C3.97808 12.5009 3.00014 11.5058 2.44941 10.008C1.89941 8.5117 1.79779 6.5779 2.40937 3.88888L2.42988 3.82248C2.48745 3.67117 2.61577 3.55495 2.77558 3.51486C2.95838 3.4692 3.15222 3.53068 3.27558 3.67306C4.77038 5.40074 6.21048 5.86578 7.67695 6.20627C9.0467 6.52428 10.546 6.7423 11.9963 7.85568C13.4466 6.74189 14.946 6.52427 16.3156 6.20627C17.7819 5.86578 19.2221 5.40084 20.717 3.67306L20.7658 3.62424C20.8863 3.51851 21.0524 3.47634 21.2111 3.51388Z",fill:"currentColor"})),g=i;0&&(module.exports={IconDeepDive});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDeepDive/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDeepDive: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.2111 3.51388C21.3922 3.55694 21.5345 3.69769 21.5803 3.87814C22.1966 6.31698 22.0924 8.13861 21.5422 9.61349C20.9952 11.0797 20.0277 12.1446 19.0402 13.0969C17.0607 15.0058 15.0355 16.4768 14.9973 19.9016C16.9262 19.9691 18.9609 19.6927 21.2756 18.552C21.5231 18.4301 21.8224 18.5321 21.9445 18.7795C22.0665 19.0272 21.9646 19.3264 21.717 19.4485C17.7676 21.3948 14.5452 20.9978 11.5539 20.5256C8.56069 20.0531 5.86291 19.5274 2.70234 20.9563C2.45076 21.0699 2.15396 20.9578 2.04023 20.7063C1.92679 20.4548 2.03882 20.1579 2.29023 20.0442C4.70537 18.9523 6.89052 18.9098 8.9875 19.1408C8.91933 17.6435 8.42474 16.6295 7.74336 15.8069C6.97536 14.8797 6.00205 14.2154 4.97676 13.3469C3.97808 12.5009 3.00014 11.5058 2.44941 10.008C1.89941 8.5117 1.79779 6.5779 2.40937 3.88888L2.42988 3.82248C2.48745 3.67117 2.61577 3.55495 2.77558 3.51486C2.95838 3.4692 3.15222 3.53068 3.27558 3.67306C4.77038 5.40074 6.21048 5.86578 7.67695 6.20627C9.0467 6.52428 10.546 6.7423 11.9963 7.85568C13.4466 6.74189 14.946 6.52427 16.3156 6.20627C17.7819 5.86578 19.2221 5.40084 20.717 3.67306L20.7658 3.62424C20.8863 3.51851 21.0524 3.47634 21.2111 3.51388Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDeepDive;\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,kBAAAE,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,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wnCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconDeepDive_exports","__export","IconDeepDive","IconDeepDive_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDeepDive","props","React","CentralIconBase","IconDeepDive_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>C.createElement(e,{...r},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.2111 3.51388C21.3922 3.55694 21.5345 3.69769 21.5803 3.87814C22.1966 6.31698 22.0924 8.13861 21.5422 9.61349C20.9952 11.0797 20.0277 12.1446 19.0402 13.0969C17.0607 15.0058 15.0355 16.4768 14.9973 19.9016C16.9262 19.9691 18.9609 19.6927 21.2756 18.552C21.5231 18.4301 21.8224 18.5321 21.9445 18.7795C22.0665 19.0272 21.9646 19.3264 21.717 19.4485C17.7676 21.3948 14.5452 20.9978 11.5539 20.5256C8.56069 20.0531 5.86291 19.5274 2.70234 20.9563C2.45076 21.0699 2.15396 20.9578 2.04023 20.7063C1.92679 20.4548 2.03882 20.1579 2.29023 20.0442C4.70537 18.9523 6.89052 18.9098 8.9875 19.1408C8.91933 17.6435 8.42474 16.6295 7.74336 15.8069C6.97536 14.8797 6.00205 14.2154 4.97676 13.3469C3.97808 12.5009 3.00014 11.5058 2.44941 10.008C1.89941 8.5117 1.79779 6.5779 2.40937 3.88888L2.42988 3.82248C2.48745 3.67117 2.61577 3.55495 2.77558 3.51486C2.95838 3.4692 3.15222 3.53068 3.27558 3.67306C4.77038 5.40074 6.21048 5.86578 7.67695 6.20627C9.0467 6.52428 10.546 6.7423 11.9963 7.85568C13.4466 6.74189 14.946 6.52427 16.3156 6.20627C17.7819 5.86578 19.2221 5.40084 20.717 3.67306L20.7658 3.62424C20.8863 3.51851 21.0524 3.47634 21.2111 3.51388Z",fill:"currentColor"})),d=a;export{a as IconDeepDive,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDeepDive/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconDeepDive: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21.2111 3.51388C21.3922 3.55694 21.5345 3.69769 21.5803 3.87814C22.1966 6.31698 22.0924 8.13861 21.5422 9.61349C20.9952 11.0797 20.0277 12.1446 19.0402 13.0969C17.0607 15.0058 15.0355 16.4768 14.9973 19.9016C16.9262 19.9691 18.9609 19.6927 21.2756 18.552C21.5231 18.4301 21.8224 18.5321 21.9445 18.7795C22.0665 19.0272 21.9646 19.3264 21.717 19.4485C17.7676 21.3948 14.5452 20.9978 11.5539 20.5256C8.56069 20.0531 5.86291 19.5274 2.70234 20.9563C2.45076 21.0699 2.15396 20.9578 2.04023 20.7063C1.92679 20.4548 2.03882 20.1579 2.29023 20.0442C4.70537 18.9523 6.89052 18.9098 8.9875 19.1408C8.91933 17.6435 8.42474 16.6295 7.74336 15.8069C6.97536 14.8797 6.00205 14.2154 4.97676 13.3469C3.97808 12.5009 3.00014 11.5058 2.44941 10.008C1.89941 8.5117 1.79779 6.5779 2.40937 3.88888L2.42988 3.82248C2.48745 3.67117 2.61577 3.55495 2.77558 3.51486C2.95838 3.4692 3.15222 3.53068 3.27558 3.67306C4.77038 5.40074 6.21048 5.86578 7.67695 6.20627C9.0467 6.52428 10.546 6.7423 11.9963 7.85568C13.4466 6.74189 14.946 6.52427 16.3156 6.20627C17.7819 5.86578 19.2221 5.40084 20.717 3.67306L20.7658 3.62424C20.8863 3.51851 21.0524 3.47634 21.2111 3.51388Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDeepDive;\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,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wnCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDeepDive","props","React","CentralIconBase","IconDeepDive_default"]}
|
package/IconGroup2/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var i=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&l(r,t,{get:()=>o[t],enumerable:!(p=B(o,t))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(x(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var h={};d(h,{IconGroup2:()=>c,default:()=>v});module.exports=g(h);var n=m(require("react"));var a=m(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...C})=>a.default.createElement(s.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 e=require("react-native-svg"),c=r=>n.default.createElement(u,{...r},n.default.createElement(e.Path,{d:"M3.45752
|
|
1
|
+
"use strict";var i=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&l(r,t,{get:()=>o[t],enumerable:!(p=B(o,t))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(x(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var h={};d(h,{IconGroup2:()=>c,default:()=>v});module.exports=g(h);var n=m(require("react"));var a=m(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,...C})=>a.default.createElement(s.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 e=require("react-native-svg"),c=r=>n.default.createElement(u,{...r},n.default.createElement(e.Path,{d:"M3.45752 6.99989C3.45752 4.76951 5.2656 2.96143 7.49598 2.96143C9.72636 2.96143 11.5344 4.76951 11.5344 6.99989C11.5344 9.23027 9.72636 11.0383 7.49598 11.0383C5.2656 11.0383 3.45752 9.23027 3.45752 6.99989Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M12.498 6.99988C12.498 4.79074 14.2889 2.99988 16.498 2.99988C18.7072 2.99988 20.498 4.79074 20.498 6.99988C20.498 9.20902 18.7072 10.9999 16.498 10.9999C14.2889 10.9999 12.498 9.20902 12.498 6.99988Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M12.7524 13.6803C13.8122 14.7631 14.6427 16.2165 15.1069 18.0003C15.4242 19.2199 15.0182 20.2786 14.2789 20.9999H20.8483C22.2647 20.9999 23.5306 19.7567 23.1391 18.2522C22.1422 14.4214 19.3585 12.4187 16.4961 12.4187C15.1756 12.4187 13.8718 12.8449 12.7524 13.6803Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M7.4963 12.4187C10.3587 12.4187 13.1424 14.4214 14.1393 18.2522C14.5308 19.7567 13.2649 20.9999 11.8485 20.9999H3.14407C1.72765 20.9999 0.461821 19.7567 0.853317 18.2522C1.85015 14.4214 4.63388 12.4187 7.4963 12.4187Z",fill:"currentColor"})),v=c;0&&(module.exports={IconGroup2});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconGroup2/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconGroup2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.45752
|
|
1
|
+
{"version":3,"sources":["../src/IconGroup2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.45752 6.99989C3.45752 4.76951 5.2656 2.96143 7.49598 2.96143C9.72636 2.96143 11.5344 4.76951 11.5344 6.99989C11.5344 9.23027 9.72636 11.0383 7.49598 11.0383C5.2656 11.0383 3.45752 9.23027 3.45752 6.99989Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.498 6.99988C12.498 4.79074 14.2889 2.99988 16.498 2.99988C18.7072 2.99988 20.498 4.79074 20.498 6.99988C20.498 9.20902 18.7072 10.9999 16.498 10.9999C14.2889 10.9999 12.498 9.20902 12.498 6.99988Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.7524 13.6803C13.8122 14.7631 14.6427 16.2165 15.1069 18.0003C15.4242 19.2199 15.0182 20.2786 14.2789 20.9999H20.8483C22.2647 20.9999 23.5306 19.7567 23.1391 18.2522C22.1422 14.4214 19.3585 12.4187 16.4961 12.4187C15.1756 12.4187 13.8718 12.8449 12.7524 13.6803Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.4963 12.4187C10.3587 12.4187 13.1424 14.4214 14.1393 18.2522C14.5308 19.7567 13.2649 20.9999 11.8485 20.9999H3.14407C1.72765 20.9999 0.461821 19.7567 0.853317 18.2522C1.85015 14.4214 4.63388 12.4187 7.4963 12.4187Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\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,gBAAAE,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,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4QACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGroup2_exports","__export","IconGroup2","IconGroup2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
|
package/IconGroup2/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...e})=>l.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>o.createElement(t,{...n},o.createElement(C,{d:"M3.45752
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...e})=>l.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>o.createElement(t,{...n},o.createElement(C,{d:"M3.45752 6.99989C3.45752 4.76951 5.2656 2.96143 7.49598 2.96143C9.72636 2.96143 11.5344 4.76951 11.5344 6.99989C11.5344 9.23027 9.72636 11.0383 7.49598 11.0383C5.2656 11.0383 3.45752 9.23027 3.45752 6.99989Z",fill:"currentColor"}),o.createElement(C,{d:"M12.498 6.99988C12.498 4.79074 14.2889 2.99988 16.498 2.99988C18.7072 2.99988 20.498 4.79074 20.498 6.99988C20.498 9.20902 18.7072 10.9999 16.498 10.9999C14.2889 10.9999 12.498 9.20902 12.498 6.99988Z",fill:"currentColor"}),o.createElement(C,{d:"M12.7524 13.6803C13.8122 14.7631 14.6427 16.2165 15.1069 18.0003C15.4242 19.2199 15.0182 20.2786 14.2789 20.9999H20.8483C22.2647 20.9999 23.5306 19.7567 23.1391 18.2522C22.1422 14.4214 19.3585 12.4187 16.4961 12.4187C15.1756 12.4187 13.8718 12.8449 12.7524 13.6803Z",fill:"currentColor"}),o.createElement(C,{d:"M7.4963 12.4187C10.3587 12.4187 13.1424 14.4214 14.1393 18.2522C14.5308 19.7567 13.2649 20.9999 11.8485 20.9999H3.14407C1.72765 20.9999 0.461821 19.7567 0.853317 18.2522C1.85015 14.4214 4.63388 12.4187 7.4963 12.4187Z",fill:"currentColor"})),P=f;export{f as IconGroup2,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconGroup2/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconGroup2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.45752
|
|
1
|
+
{"version":3,"sources":["../src/IconGroup2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconGroup2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.45752 6.99989C3.45752 4.76951 5.2656 2.96143 7.49598 2.96143C9.72636 2.96143 11.5344 4.76951 11.5344 6.99989C11.5344 9.23027 9.72636 11.0383 7.49598 11.0383C5.2656 11.0383 3.45752 9.23027 3.45752 6.99989Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.498 6.99988C12.498 4.79074 14.2889 2.99988 16.498 2.99988C18.7072 2.99988 20.498 4.79074 20.498 6.99988C20.498 9.20902 18.7072 10.9999 16.498 10.9999C14.2889 10.9999 12.498 9.20902 12.498 6.99988Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.7524 13.6803C13.8122 14.7631 14.6427 16.2165 15.1069 18.0003C15.4242 19.2199 15.0182 20.2786 14.2789 20.9999H20.8483C22.2647 20.9999 23.5306 19.7567 23.1391 18.2522C22.1422 14.4214 19.3585 12.4187 16.4961 12.4187C15.1756 12.4187 13.8718 12.8449 12.7524 13.6803Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.4963 12.4187C10.3587 12.4187 13.1424 14.4214 14.1393 18.2522C14.5308 19.7567 13.2649 20.9999 11.8485 20.9999H3.14407C1.72765 20.9999 0.461821 19.7567 0.853317 18.2522C1.85015 14.4214 4.63388 12.4187 7.4963 12.4187Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGroup2;\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,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4QACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4NACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGroup2","props","React","CentralIconBase","IconGroup2_default"]}
|
package/IconPersona/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var m=Object.create;var e=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var c in o)e(r,c,{get:o[c],enumerable:!0})},f=(r,o,c,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!P.call(r,C)&&C!==c&&e(r,C,{get:()=>o[C],enumerable:!(t=s(o,C))||t.enumerable});return r};var i=(r,o,c)=>(c=r!=null?m(I(r)):{},f(o||!r||!r.__esModule?e(c,"default",{value:r,enumerable:!0}):c,r)),v=r=>f(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconPersona:()=>y,default:()=>d});module.exports=v(h);var l=i(require("react"));var p=i(require("react")),u=require("react-native-svg"),x=({children:r,size:o=24,...c})=>p.default.createElement(u.Svg,{...c,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),y=r=>l.default.createElement(x,{...r},l.default.createElement(n.Path,{d:"M12.0016 12V21H6.25161C4.8709 21 3.71679 19.8647 4.03319 18.5207C4.92308 14.7408 7.86281 12 12.0016 12Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M12.0016 11C9.51633 11 7.50161 8.98528 7.50161 6.5C7.50161 4.01472 9.51633 2 12.0016 2V11Z",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"20",r:"0.65",fill:"currentColor"})),d=y;0&&(module.exports={IconPersona});
|
|
1
|
+
"use strict";var m=Object.create;var e=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var c in o)e(r,c,{get:o[c],enumerable:!0})},f=(r,o,c,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!P.call(r,C)&&C!==c&&e(r,C,{get:()=>o[C],enumerable:!(t=s(o,C))||t.enumerable});return r};var i=(r,o,c)=>(c=r!=null?m(I(r)):{},f(o||!r||!r.__esModule?e(c,"default",{value:r,enumerable:!0}):c,r)),v=r=>f(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconPersona:()=>y,default:()=>d});module.exports=v(h);var l=i(require("react"));var p=i(require("react")),u=require("react-native-svg"),x=({children:r,size:o=24,...c})=>p.default.createElement(u.Svg,{...c,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),y=r=>l.default.createElement(x,{...r},l.default.createElement(n.Path,{d:"M12.0016 12V21H6.25161C4.8709 21 3.71679 19.8647 4.03319 18.5207C4.92308 14.7408 7.86281 12 12.0016 12Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M12.0016 11C9.51633 11 7.50161 8.98528 7.50161 6.5C7.50161 4.01472 9.51633 2 12.0016 2V11Z",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),l.default.createElement(n.Circle,{cx:"20.0016",cy:"20.0001",r:"0.65",fill:"currentColor"})),d=y;0&&(module.exports={IconPersona});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconPersona/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0016 12V21H6.25161C4.8709 21 3.71679 19.8647 4.03319 18.5207C4.92308 14.7408 7.86281 12 12.0016 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0016 11C9.51633 11 7.50161 8.98528 7.50161 6.5C7.50161 4.01472 9.51633 2 12.0016 2V11Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20\" r=\"0.65\" 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,0GACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,
|
|
1
|
+
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0016 12V21H6.25161C4.8709 21 3.71679 19.8647 4.03319 18.5207C4.92308 14.7408 7.86281 12 12.0016 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0016 11C9.51633 11 7.50161 8.98528 7.50161 6.5C7.50161 4.01472 9.51633 2 12.0016 2V11Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20.0001\" r=\"0.65\" 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,0GACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6FACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,CACjE,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"]}
|
package/IconPersona/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import r from"react";import t from"react";import{Svg as f}from"react-native-svg";var c=({children:n,size:l=24,...e})=>t.createElement(f,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as o,Path as C}from"react-native-svg";var i=n=>r.createElement(c,{...n},r.createElement(C,{d:"M12.0016 12V21H6.25161C4.8709 21 3.71679 19.8647 4.03319 18.5207C4.92308 14.7408 7.86281 12 12.0016 12Z",fill:"currentColor"}),r.createElement(C,{d:"M12.0016 11C9.51633 11 7.50161 8.98528 7.50161 6.5C7.50161 4.01472 9.51633 2 12.0016 2V11Z",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"20",r:"0.65",fill:"currentColor"})),g=i;export{i as IconPersona,g as default};
|
|
1
|
+
import r from"react";import t from"react";import{Svg as f}from"react-native-svg";var c=({children:n,size:l=24,...e})=>t.createElement(f,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as o,Path as C}from"react-native-svg";var i=n=>r.createElement(c,{...n},r.createElement(C,{d:"M12.0016 12V21H6.25161C4.8709 21 3.71679 19.8647 4.03319 18.5207C4.92308 14.7408 7.86281 12 12.0016 12Z",fill:"currentColor"}),r.createElement(C,{d:"M12.0016 11C9.51633 11 7.50161 8.98528 7.50161 6.5C7.50161 4.01472 9.51633 2 12.0016 2V11Z",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"3.24922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"6.49922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"4.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"7.99961",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"9.74922",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"12.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"17.0016",cy:"12.9996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"16.4996",r:"0.65",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"16.4992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"13.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"16.9992",cy:"19.9992",r:"0.8",fill:"currentColor"}),r.createElement(o,{cx:"20.0016",cy:"20.0001",r:"0.65",fill:"currentColor"})),g=i;export{i as IconPersona,g as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0016 12V21H6.25161C4.8709 21 3.71679 19.8647 4.03319 18.5207C4.92308 14.7408 7.86281 12 12.0016 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0016 11C9.51633 11 7.50161 8.98528 7.50161 6.5C7.50161 4.01472 9.51633 2 12.0016 2V11Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20\" r=\"0.65\" 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,0GACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6FACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,
|
|
1
|
+
{"version":3,"sources":["../src/IconPersona/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconPersona: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0016 12V21H6.25161C4.8709 21 3.71679 19.8647 4.03319 18.5207C4.92308 14.7408 7.86281 12 12.0016 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0016 11C9.51633 11 7.50161 8.98528 7.50161 6.5C7.50161 4.01472 9.51633 2 12.0016 2V11Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\" />\n <Circle cx=\"20.0016\" cy=\"20.0001\" r=\"0.65\" 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,0GACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6FACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,EAC9DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,CACjE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconPersona","props","React","CentralIconBase","IconPersona_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(C,r)=>{for(var o in r)n(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!P.call(C,e)&&e!==o&&n(C,e,{get:()=>r[e],enumerable:!(l=B(r,e))||l.enumerable});return C};var m=(C,r,o)=>(o=C!=null?u(x(C)):{},a(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),d=C=>a(n({},"__esModule",{value:!0}),C);var h={};g(h,{IconVoiceCircle:()=>i,default:()=>v});module.exports=d(h);var t=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:C,size:r=24,...o})=>c.default.createElement(f.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),i=C=>t.default.createElement(s,{...C},t.default.createElement(p.Path,{d:"M3.0918 16.541C4.54448 15.6786 5.85786 15.4235 7.08984 15.5186C8.50971 15.6281 9.86806 16.2049 11.2578 16.957C11.9523 17.3329 12.6394 17.7436 13.3457 18.1562C14.0473 18.5661 14.7634 18.9757 15.4951 19.333C16.2122 19.6832 16.953 19.9871 17.7227 20.1973C16.1009 21.3315 14.1292 22 12 22C8.11274 22 4.74645 19.7805 3.0918 16.541Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M8.33398 9.21582C9.05942 9.21167 9.75763 9.51572 10.4658 10.0615C11.1772 10.6099 11.863 11.3742 12.5557 12.2285C13.2263 13.0557 13.9425 14.0194 14.6279 14.834C15.325 15.6624 16.0648 16.4312 16.8682 16.9365C17.6851 17.4503 18.5965 17.7081 19.5986 17.4561C19.9498 17.3677 20.3008 17.2186 20.6543 17.0078C20.1362 17.9012 19.4857 18.7078 18.7266 19.3984C17.7817 19.235 16.8594 18.8857 15.9336 18.4336C15.2377 18.0937 14.5485 17.7012 13.8496 17.293C13.1554 16.8874 12.4468 16.4632 11.7334 16.0771C10.3071 15.3053 8.79947 14.6475 7.16699 14.5215C5.74316 14.4116 4.25902 14.7092 2.67969 15.623C2.56564 15.3299 2.46436 15.0305 2.37793 14.7246L2.42969 14.7559C3.6867 12.6451 4.79977 11.2513 5.79004 10.3887C6.77583 9.52995 7.61243 9.22005 8.33398 9.21582Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 13.0082 21.8488 13.9808 21.5713 14.8984C20.7184 15.863 19.9855 16.3276 19.3545 16.4863C18.6861 16.6544 18.054 16.5018 17.4004 16.0908C16.7333 15.6712 16.0752 15.0004 15.3936 14.1904C14.7003 13.3665 14.0563 12.492 13.332 11.5986C12.6296 10.7323 11.8841 9.89229 11.0762 9.26953C10.2653 8.6446 9.35508 8.21009 8.3291 8.21582C7.29892 8.22171 6.24026 8.67096 5.13379 9.63477C4.18404 10.4621 3.17924 11.6855 2.09766 13.3877C2.03467 12.9341 2 12.471 2 12C2 6.47715 6.47715 2 12 2Z",fill:"currentColor"})),v=i;0&&(module.exports={IconVoiceCircle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVoiceCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.0918 16.541C4.54448 15.6786 5.85786 15.4235 7.08984 15.5186C8.50971 15.6281 9.86806 16.2049 11.2578 16.957C11.9523 17.3329 12.6394 17.7436 13.3457 18.1562C14.0473 18.5661 14.7634 18.9757 15.4951 19.333C16.2122 19.6832 16.953 19.9871 17.7227 20.1973C16.1009 21.3315 14.1292 22 12 22C8.11274 22 4.74645 19.7805 3.0918 16.541Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.33398 9.21582C9.05942 9.21167 9.75763 9.51572 10.4658 10.0615C11.1772 10.6099 11.863 11.3742 12.5557 12.2285C13.2263 13.0557 13.9425 14.0194 14.6279 14.834C15.325 15.6624 16.0648 16.4312 16.8682 16.9365C17.6851 17.4503 18.5965 17.7081 19.5986 17.4561C19.9498 17.3677 20.3008 17.2186 20.6543 17.0078C20.1362 17.9012 19.4857 18.7078 18.7266 19.3984C17.7817 19.235 16.8594 18.8857 15.9336 18.4336C15.2377 18.0937 14.5485 17.7012 13.8496 17.293C13.1554 16.8874 12.4468 16.4632 11.7334 16.0771C10.3071 15.3053 8.79947 14.6475 7.16699 14.5215C5.74316 14.4116 4.25902 14.7092 2.67969 15.623C2.56564 15.3299 2.46436 15.0305 2.37793 14.7246L2.42969 14.7559C3.6867 12.6451 4.79977 11.2513 5.79004 10.3887C6.77583 9.52995 7.61243 9.22005 8.33398 9.21582Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.0082 21.8488 13.9808 21.5713 14.8984C20.7184 15.863 19.9855 16.3276 19.3545 16.4863C18.6861 16.6544 18.054 16.5018 17.4004 16.0908C16.7333 15.6712 16.0752 15.0004 15.3936 14.1904C14.7003 13.3665 14.0563 12.492 13.332 11.5986C12.6296 10.7323 11.8841 9.89229 11.0762 9.26953C10.2653 8.6446 9.35508 8.21009 8.3291 8.21582C7.29892 8.22171 6.24026 8.67096 5.13379 9.63477C4.18404 10.4621 3.17924 11.6855 2.09766 13.3877C2.03467 12.9341 2 12.471 2 12C2 6.47715 6.47715 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceCircle;\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,qBAAAE,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,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yUACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6uBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ggBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVoiceCircle_exports","__export","IconVoiceCircle","IconVoiceCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceCircle","props","React","CentralIconBase","IconVoiceCircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:C=24,...n})=>p.createElement(l,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>r.createElement(t,{...o},r.createElement(e,{d:"M3.0918 16.541C4.54448 15.6786 5.85786 15.4235 7.08984 15.5186C8.50971 15.6281 9.86806 16.2049 11.2578 16.957C11.9523 17.3329 12.6394 17.7436 13.3457 18.1562C14.0473 18.5661 14.7634 18.9757 15.4951 19.333C16.2122 19.6832 16.953 19.9871 17.7227 20.1973C16.1009 21.3315 14.1292 22 12 22C8.11274 22 4.74645 19.7805 3.0918 16.541Z",fill:"currentColor"}),r.createElement(e,{d:"M8.33398 9.21582C9.05942 9.21167 9.75763 9.51572 10.4658 10.0615C11.1772 10.6099 11.863 11.3742 12.5557 12.2285C13.2263 13.0557 13.9425 14.0194 14.6279 14.834C15.325 15.6624 16.0648 16.4312 16.8682 16.9365C17.6851 17.4503 18.5965 17.7081 19.5986 17.4561C19.9498 17.3677 20.3008 17.2186 20.6543 17.0078C20.1362 17.9012 19.4857 18.7078 18.7266 19.3984C17.7817 19.235 16.8594 18.8857 15.9336 18.4336C15.2377 18.0937 14.5485 17.7012 13.8496 17.293C13.1554 16.8874 12.4468 16.4632 11.7334 16.0771C10.3071 15.3053 8.79947 14.6475 7.16699 14.5215C5.74316 14.4116 4.25902 14.7092 2.67969 15.623C2.56564 15.3299 2.46436 15.0305 2.37793 14.7246L2.42969 14.7559C3.6867 12.6451 4.79977 11.2513 5.79004 10.3887C6.77583 9.52995 7.61243 9.22005 8.33398 9.21582Z",fill:"currentColor"}),r.createElement(e,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 13.0082 21.8488 13.9808 21.5713 14.8984C20.7184 15.863 19.9855 16.3276 19.3545 16.4863C18.6861 16.6544 18.054 16.5018 17.4004 16.0908C16.7333 15.6712 16.0752 15.0004 15.3936 14.1904C14.7003 13.3665 14.0563 12.492 13.332 11.5986C12.6296 10.7323 11.8841 9.89229 11.0762 9.26953C10.2653 8.6446 9.35508 8.21009 8.3291 8.21582C7.29892 8.22171 6.24026 8.67096 5.13379 9.63477C4.18404 10.4621 3.17924 11.6855 2.09766 13.3877C2.03467 12.9341 2 12.471 2 12C2 6.47715 6.47715 2 12 2Z",fill:"currentColor"})),P=a;export{a as IconVoiceCircle,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVoiceCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.0918 16.541C4.54448 15.6786 5.85786 15.4235 7.08984 15.5186C8.50971 15.6281 9.86806 16.2049 11.2578 16.957C11.9523 17.3329 12.6394 17.7436 13.3457 18.1562C14.0473 18.5661 14.7634 18.9757 15.4951 19.333C16.2122 19.6832 16.953 19.9871 17.7227 20.1973C16.1009 21.3315 14.1292 22 12 22C8.11274 22 4.74645 19.7805 3.0918 16.541Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.33398 9.21582C9.05942 9.21167 9.75763 9.51572 10.4658 10.0615C11.1772 10.6099 11.863 11.3742 12.5557 12.2285C13.2263 13.0557 13.9425 14.0194 14.6279 14.834C15.325 15.6624 16.0648 16.4312 16.8682 16.9365C17.6851 17.4503 18.5965 17.7081 19.5986 17.4561C19.9498 17.3677 20.3008 17.2186 20.6543 17.0078C20.1362 17.9012 19.4857 18.7078 18.7266 19.3984C17.7817 19.235 16.8594 18.8857 15.9336 18.4336C15.2377 18.0937 14.5485 17.7012 13.8496 17.293C13.1554 16.8874 12.4468 16.4632 11.7334 16.0771C10.3071 15.3053 8.79947 14.6475 7.16699 14.5215C5.74316 14.4116 4.25902 14.7092 2.67969 15.623C2.56564 15.3299 2.46436 15.0305 2.37793 14.7246L2.42969 14.7559C3.6867 12.6451 4.79977 11.2513 5.79004 10.3887C6.77583 9.52995 7.61243 9.22005 8.33398 9.21582Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.0082 21.8488 13.9808 21.5713 14.8984C20.7184 15.863 19.9855 16.3276 19.3545 16.4863C18.6861 16.6544 18.054 16.5018 17.4004 16.0908C16.7333 15.6712 16.0752 15.0004 15.3936 14.1904C14.7003 13.3665 14.0563 12.492 13.332 11.5986C12.6296 10.7323 11.8841 9.89229 11.0762 9.26953C10.2653 8.6446 9.35508 8.21009 8.3291 8.21582C7.29892 8.22171 6.24026 8.67096 5.13379 9.63477C4.18404 10.4621 3.17924 11.6855 2.09766 13.3877C2.03467 12.9341 2 12.471 2 12C2 6.47715 6.47715 2 12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceCircle;\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,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yUACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6uBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ggBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceCircle","props","React","CentralIconBase","IconVoiceCircle_default"]}
|
package/README.md
CHANGED
|
@@ -212,6 +212,7 @@ Below is a complete list of available icons:
|
|
|
212
212
|
- IconTextToSpeach
|
|
213
213
|
- IconVisualIntelligence
|
|
214
214
|
- IconVoice2
|
|
215
|
+
- IconVoiceCircle
|
|
215
216
|
- IconVoiceSparkle
|
|
216
217
|
- IconWindowSparkle
|
|
217
218
|
- IconWizardHat
|
|
@@ -1792,6 +1793,7 @@ Below is a complete list of available icons:
|
|
|
1792
1793
|
- IconDashboardFast
|
|
1793
1794
|
- IconDashboardLow
|
|
1794
1795
|
- IconDashboardMiddle
|
|
1796
|
+
- IconDeepDive
|
|
1795
1797
|
- IconDeskLamp
|
|
1796
1798
|
- IconDiamond
|
|
1797
1799
|
- IconDiamondShine
|
package/filtered-icons.json
CHANGED
|
@@ -8358,6 +8358,20 @@
|
|
|
8358
8358
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
8359
8359
|
"componentName": "IconDecimalNumberDot"
|
|
8360
8360
|
},
|
|
8361
|
+
{
|
|
8362
|
+
"category": "Things",
|
|
8363
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.2111 3.51388C21.3922 3.55694 21.5345 3.69769 21.5803 3.87814C22.1966 6.31698 22.0924 8.13861 21.5422 9.61349C20.9952 11.0797 20.0277 12.1446 19.0402 13.0969C17.0607 15.0058 15.0355 16.4768 14.9973 19.9016C16.9262 19.9691 18.9609 19.6927 21.2756 18.552C21.5231 18.4301 21.8224 18.5321 21.9445 18.7795C22.0665 19.0272 21.9646 19.3264 21.717 19.4485C17.7676 21.3948 14.5452 20.9978 11.5539 20.5256C8.56069 20.0531 5.86291 19.5274 2.70234 20.9563C2.45076 21.0699 2.15396 20.9578 2.04023 20.7063C1.92679 20.4548 2.03882 20.1579 2.29023 20.0442C4.70537 18.9523 6.89052 18.9098 8.9875 19.1408C8.91933 17.6435 8.42474 16.6295 7.74336 15.8069C6.97536 14.8797 6.00205 14.2154 4.97676 13.3469C3.97808 12.5009 3.00014 11.5058 2.44941 10.008C1.89941 8.5117 1.79779 6.5779 2.40937 3.88888L2.42988 3.82248C2.48745 3.67117 2.61577 3.55495 2.77558 3.51486C2.95838 3.4692 3.15222 3.53068 3.27558 3.67306C4.77038 5.40074 6.21048 5.86578 7.67695 6.20627C9.0467 6.52428 10.546 6.7423 11.9963 7.85568C13.4466 6.74189 14.946 6.52427 16.3156 6.20627C17.7819 5.86578 19.2221 5.40084 20.717 3.67306L20.7658 3.62424C20.8863 3.51851 21.0524 3.47634 21.2111 3.51388Z\" fill=\"currentColor\"/>",
|
|
8364
|
+
"iconName": "deep-dive, dive-in, fin",
|
|
8365
|
+
"variant": {
|
|
8366
|
+
"join": "round",
|
|
8367
|
+
"filled": "on",
|
|
8368
|
+
"radius": "2",
|
|
8369
|
+
"stroke": "1"
|
|
8370
|
+
},
|
|
8371
|
+
"createdAt": "2026-02-24T13:00:43.457418+00:00",
|
|
8372
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
8373
|
+
"componentName": "IconDeepDive"
|
|
8374
|
+
},
|
|
8361
8375
|
{
|
|
8362
8376
|
"category": "Interface General",
|
|
8363
8377
|
"svg": "<path d=\"M15.5 20.2939C15.7543 20.1867 16.0478 20.3063 16.1553 20.5605C16.2625 20.8148 16.1429 21.1084 15.8887 21.2158C14.6927 21.7211 13.3782 22 12 22C10.7941 22 9.63705 21.7864 8.56543 21.3945L8.11133 21.2158L8.02246 21.167C7.8306 21.0355 7.75085 20.7832 7.84473 20.5605C7.93876 20.338 8.1753 20.2189 8.40332 20.2646L8.5 20.2939L8.9082 20.4551C9.8718 20.8075 10.9129 21 12 21C13.2423 21 14.4248 20.7482 15.5 20.2939Z\" fill=\"currentColor\"/><path d=\"M12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7C14.7614 7 17 9.23858 17 12C17 13.2006 16.5764 14.3021 15.8711 15.1641L17.8535 17.1465L17.918 17.2246C18.0461 17.4187 18.0244 17.6827 17.8535 17.8535C17.6827 18.0244 17.4187 18.0461 17.2246 17.918L17.1465 17.8535L15.1641 15.8711C14.3021 16.5764 13.2006 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8Z\" fill=\"currentColor\"/><path d=\"M2.83301 8.02246C2.96451 7.8306 3.21684 7.75085 3.43945 7.84473C3.69374 7.95216 3.81334 8.24569 3.70605 8.5C3.25178 9.57519 3 10.7577 3 12C3 13.0871 3.19245 14.1282 3.54492 15.0918L3.70605 15.5L3.73535 15.5967C3.78107 15.8247 3.66202 16.0612 3.43945 16.1553C3.21684 16.2492 2.96451 16.1694 2.83301 15.9775L2.78418 15.8887L2.60547 15.4346C2.21359 14.363 2 13.2059 2 12C2 10.6218 2.27893 9.30734 2.78418 8.11133L2.83301 8.02246Z\" fill=\"currentColor\"/><path d=\"M20.5605 7.84473C20.7832 7.75085 21.0355 7.8306 21.167 8.02246L21.2158 8.11133L21.3945 8.56543C21.7864 9.63705 22 10.7941 22 12C22 13.3782 21.7211 14.6927 21.2158 15.8887C21.1084 16.1429 20.8148 16.2625 20.5605 16.1553C20.3063 16.0478 20.1867 15.7543 20.2939 15.5C20.7482 14.4248 21 13.2423 21 12C21 10.9129 20.8075 9.8718 20.4551 8.9082L20.2939 8.5L20.2646 8.40332C20.2189 8.1753 20.338 7.93876 20.5605 7.84473Z\" fill=\"currentColor\"/><path d=\"M12 2C13.2059 2 14.363 2.21359 15.4346 2.60547L15.8887 2.78418L15.9775 2.83301C16.1694 2.96451 16.2492 3.21684 16.1553 3.43945C16.0612 3.66202 15.8247 3.78107 15.5967 3.73535L15.5 3.70605L15.0918 3.54492C14.1282 3.19245 13.0871 3 12 3C10.7577 3 9.57519 3.25178 8.5 3.70605C8.24569 3.81334 7.95216 3.69374 7.84473 3.43945C7.73749 3.18516 7.85706 2.89161 8.11133 2.78418C9.30734 2.27893 10.6218 2 12 2Z\" fill=\"currentColor\"/>",
|
|
@@ -12336,7 +12350,7 @@
|
|
|
12336
12350
|
},
|
|
12337
12351
|
{
|
|
12338
12352
|
"category": "People",
|
|
12339
|
-
"svg": "<path d=\"M3.45752
|
|
12353
|
+
"svg": "<path d=\"M3.45752 6.99989C3.45752 4.76951 5.2656 2.96143 7.49598 2.96143C9.72636 2.96143 11.5344 4.76951 11.5344 6.99989C11.5344 9.23027 9.72636 11.0383 7.49598 11.0383C5.2656 11.0383 3.45752 9.23027 3.45752 6.99989Z\" fill=\"currentColor\"/><path d=\"M12.498 6.99988C12.498 4.79074 14.2889 2.99988 16.498 2.99988C18.7072 2.99988 20.498 4.79074 20.498 6.99988C20.498 9.20902 18.7072 10.9999 16.498 10.9999C14.2889 10.9999 12.498 9.20902 12.498 6.99988Z\" fill=\"currentColor\"/><path d=\"M12.7524 13.6803C13.8122 14.7631 14.6427 16.2165 15.1069 18.0003C15.4242 19.2199 15.0182 20.2786 14.2789 20.9999H20.8483C22.2647 20.9999 23.5306 19.7567 23.1391 18.2522C22.1422 14.4214 19.3585 12.4187 16.4961 12.4187C15.1756 12.4187 13.8718 12.8449 12.7524 13.6803Z\" fill=\"currentColor\"/><path d=\"M7.4963 12.4187C10.3587 12.4187 13.1424 14.4214 14.1393 18.2522C14.5308 19.7567 13.2649 20.9999 11.8485 20.9999H3.14407C1.72765 20.9999 0.461821 19.7567 0.853317 18.2522C1.85015 14.4214 4.63388 12.4187 7.4963 12.4187Z\" fill=\"currentColor\"/>",
|
|
12340
12354
|
"iconName": "group-2, users",
|
|
12341
12355
|
"variant": {
|
|
12342
12356
|
"join": "round",
|
|
@@ -17628,7 +17642,7 @@
|
|
|
17628
17642
|
},
|
|
17629
17643
|
{
|
|
17630
17644
|
"category": "People",
|
|
17631
|
-
"svg": "<path d=\"M12.0016 12V21H6.25161C4.8709 21 3.71679 19.8647 4.03319 18.5207C4.92308 14.7408 7.86281 12 12.0016 12Z\" fill=\"currentColor\"/><path d=\"M12.0016 11C9.51633 11 7.50161 8.98528 7.50161 6.5C7.50161 4.01472 9.51633 2 12.0016 2V11Z\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"20.0016\" cy=\"20\" r=\"0.65\" fill=\"currentColor\"/>",
|
|
17645
|
+
"svg": "<path d=\"M12.0016 12V21H6.25161C4.8709 21 3.71679 19.8647 4.03319 18.5207C4.92308 14.7408 7.86281 12 12.0016 12Z\" fill=\"currentColor\"/><path d=\"M12.0016 11C9.51633 11 7.50161 8.98528 7.50161 6.5C7.50161 4.01472 9.51633 2 12.0016 2V11Z\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"3.24922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"6.49922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"4.99961\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"7.99961\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"9.74922\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"12.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"17.0016\" cy=\"12.9996\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"20.0016\" cy=\"16.4996\" r=\"0.65\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"16.9992\" cy=\"16.4992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"13.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"16.9992\" cy=\"19.9992\" r=\"0.8\" fill=\"currentColor\"/><circle cx=\"20.0016\" cy=\"20.0001\" r=\"0.65\" fill=\"currentColor\"/>",
|
|
17632
17646
|
"iconName": "persona, thanos-effect, remove-user, remove-account, blip",
|
|
17633
17647
|
"variant": {
|
|
17634
17648
|
"join": "round",
|
|
@@ -24640,6 +24654,20 @@
|
|
|
24640
24654
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
24641
24655
|
"componentName": "IconVoiceAndVideo"
|
|
24642
24656
|
},
|
|
24657
|
+
{
|
|
24658
|
+
"category": "AI & Magic",
|
|
24659
|
+
"svg": "<path d=\"M3.0918 16.541C4.54448 15.6786 5.85786 15.4235 7.08984 15.5186C8.50971 15.6281 9.86806 16.2049 11.2578 16.957C11.9523 17.3329 12.6394 17.7436 13.3457 18.1562C14.0473 18.5661 14.7634 18.9757 15.4951 19.333C16.2122 19.6832 16.953 19.9871 17.7227 20.1973C16.1009 21.3315 14.1292 22 12 22C8.11274 22 4.74645 19.7805 3.0918 16.541Z\" fill=\"currentColor\"/><path d=\"M8.33398 9.21582C9.05942 9.21167 9.75763 9.51572 10.4658 10.0615C11.1772 10.6099 11.863 11.3742 12.5557 12.2285C13.2263 13.0557 13.9425 14.0194 14.6279 14.834C15.325 15.6624 16.0648 16.4312 16.8682 16.9365C17.6851 17.4503 18.5965 17.7081 19.5986 17.4561C19.9498 17.3677 20.3008 17.2186 20.6543 17.0078C20.1362 17.9012 19.4857 18.7078 18.7266 19.3984C17.7817 19.235 16.8594 18.8857 15.9336 18.4336C15.2377 18.0937 14.5485 17.7012 13.8496 17.293C13.1554 16.8874 12.4468 16.4632 11.7334 16.0771C10.3071 15.3053 8.79947 14.6475 7.16699 14.5215C5.74316 14.4116 4.25902 14.7092 2.67969 15.623C2.56564 15.3299 2.46436 15.0305 2.37793 14.7246L2.42969 14.7559C3.6867 12.6451 4.79977 11.2513 5.79004 10.3887C6.77583 9.52995 7.61243 9.22005 8.33398 9.21582Z\" fill=\"currentColor\"/><path d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.0082 21.8488 13.9808 21.5713 14.8984C20.7184 15.863 19.9855 16.3276 19.3545 16.4863C18.6861 16.6544 18.054 16.5018 17.4004 16.0908C16.7333 15.6712 16.0752 15.0004 15.3936 14.1904C14.7003 13.3665 14.0563 12.492 13.332 11.5986C12.6296 10.7323 11.8841 9.89229 11.0762 9.26953C10.2653 8.6446 9.35508 8.21009 8.3291 8.21582C7.29892 8.22171 6.24026 8.67096 5.13379 9.63477C4.18404 10.4621 3.17924 11.6855 2.09766 13.3877C2.03467 12.9341 2 12.471 2 12C2 6.47715 6.47715 2 12 2Z\" fill=\"currentColor\"/>",
|
|
24660
|
+
"iconName": "voice-circle, waves",
|
|
24661
|
+
"variant": {
|
|
24662
|
+
"join": "round",
|
|
24663
|
+
"filled": "on",
|
|
24664
|
+
"radius": "2",
|
|
24665
|
+
"stroke": "1"
|
|
24666
|
+
},
|
|
24667
|
+
"createdAt": "2026-02-24T13:00:43.457418+00:00",
|
|
24668
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
24669
|
+
"componentName": "IconVoiceCircle"
|
|
24670
|
+
},
|
|
24643
24671
|
{
|
|
24644
24672
|
"category": "Sound & Music",
|
|
24645
24673
|
"svg": "<path d=\"M7.99911 3.5C7.99911 3.22386 7.77526 3 7.49911 3C7.22297 3 6.99911 3.22386 6.99911 3.5V20.5C6.99911 20.7761 7.22297 21 7.49911 21C7.77526 21 7.99911 20.7761 7.99911 20.5V3.5Z\" fill=\"currentColor\"/><path d=\"M17 5.5C17 5.22386 16.7761 5 16.5 5C16.2239 5 16 5.22386 16 5.5V18.5C16 18.7761 16.2239 19 16.5 19C16.7761 19 17 18.7761 17 18.5V5.5Z\" fill=\"currentColor\"/><path d=\"M12.4991 7.5C12.4991 7.22386 12.2753 7 11.9991 7C11.723 7 11.4991 7.22386 11.4991 7.5V16.5C11.4991 16.7761 11.723 17 11.9991 17C12.2753 17 12.4991 16.7761 12.4991 16.5V7.5Z\" fill=\"currentColor\"/><path d=\"M4 9.5C4 9.22386 3.77614 9 3.5 9C3.22386 9 3 9.22386 3 9.5V14.5C3 14.7761 3.22386 15 3.5 15C3.77614 15 4 14.7761 4 14.5V9.5Z\" fill=\"currentColor\"/><path d=\"M21 9.5C21 9.22386 20.7761 9 20.5 9C20.2239 9 20 9.22386 20 9.5V14.5C20 14.7761 20.2239 15 20.5 15C20.7761 15 21 14.7761 21 14.5V9.5Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -596,6 +596,7 @@ export type CentralIconName =
|
|
|
596
596
|
| "IconDebugger"
|
|
597
597
|
| "IconDecimalNumberComma"
|
|
598
598
|
| "IconDecimalNumberDot"
|
|
599
|
+
| "IconDeepDive"
|
|
599
600
|
| "IconDeepSearch"
|
|
600
601
|
| "IconDeepseek"
|
|
601
602
|
| "IconDeliveryBike"
|
|
@@ -1759,6 +1760,7 @@ export type CentralIconName =
|
|
|
1759
1760
|
| "IconVoice2"
|
|
1760
1761
|
| "IconVoice3"
|
|
1761
1762
|
| "IconVoiceAndVideo"
|
|
1763
|
+
| "IconVoiceCircle"
|
|
1762
1764
|
| "IconVoiceHigh"
|
|
1763
1765
|
| "IconVoiceLow"
|
|
1764
1766
|
| "IconVoiceMid"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.142",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1826,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 70,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAiTokens",
|
|
20
20
|
"IconAiTranslate",
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
"IconTextToSpeach",
|
|
83
83
|
"IconVisualIntelligence",
|
|
84
84
|
"IconVoice2",
|
|
85
|
+
"IconVoiceCircle",
|
|
85
86
|
"IconVoiceSparkle",
|
|
86
87
|
"IconWindowSparkle",
|
|
87
88
|
"IconWizardHat"
|
|
@@ -1697,7 +1698,7 @@
|
|
|
1697
1698
|
]
|
|
1698
1699
|
},
|
|
1699
1700
|
"Things": {
|
|
1700
|
-
"count":
|
|
1701
|
+
"count": 127,
|
|
1701
1702
|
"icons": [
|
|
1702
1703
|
"IconAnvil",
|
|
1703
1704
|
"IconBackpack",
|
|
@@ -1726,6 +1727,7 @@
|
|
|
1726
1727
|
"IconDashboardFast",
|
|
1727
1728
|
"IconDashboardLow",
|
|
1728
1729
|
"IconDashboardMiddle",
|
|
1730
|
+
"IconDeepDive",
|
|
1729
1731
|
"IconDeskLamp",
|
|
1730
1732
|
"IconDiamond",
|
|
1731
1733
|
"IconDiamondShine",
|
|
@@ -2623,6 +2625,7 @@
|
|
|
2623
2625
|
"IconDebugger": "debugger, debug",
|
|
2624
2626
|
"IconDecimalNumberComma": "decimal-number-comma",
|
|
2625
2627
|
"IconDecimalNumberDot": "decimal-number-dot",
|
|
2628
|
+
"IconDeepDive": "deep-dive, dive-in, fin",
|
|
2626
2629
|
"IconDeepSearch": "deep-search, deep-research, focus-search",
|
|
2627
2630
|
"IconDeepseek": "deepseek",
|
|
2628
2631
|
"IconDeliveryBike": "delivery-bike",
|
|
@@ -3786,6 +3789,7 @@
|
|
|
3786
3789
|
"IconVoice2": "voice-2, siri, wave",
|
|
3787
3790
|
"IconVoice3": "voice-3, wave",
|
|
3788
3791
|
"IconVoiceAndVideo": "voice-and-video, media",
|
|
3792
|
+
"IconVoiceCircle": "voice-circle, waves",
|
|
3789
3793
|
"IconVoiceHigh": "voice-high, wave",
|
|
3790
3794
|
"IconVoiceLow": "voice-low, wave",
|
|
3791
3795
|
"IconVoiceMid": "voice-mid, wave",
|
package/index.d.ts
CHANGED
|
@@ -595,6 +595,7 @@ export { IconDateYearly, default as IconDateYearlyDefault, } from "./IconDateYea
|
|
|
595
595
|
export { IconDebugger, default as IconDebuggerDefault } from "./IconDebugger";
|
|
596
596
|
export { IconDecimalNumberComma, default as IconDecimalNumberCommaDefault, } from "./IconDecimalNumberComma";
|
|
597
597
|
export { IconDecimalNumberDot, default as IconDecimalNumberDotDefault, } from "./IconDecimalNumberDot";
|
|
598
|
+
export { IconDeepDive, default as IconDeepDiveDefault } from "./IconDeepDive";
|
|
598
599
|
export { IconDeepSearch, default as IconDeepSearchDefault, } from "./IconDeepSearch";
|
|
599
600
|
export { IconDeepseek, default as IconDeepseekDefault } from "./IconDeepseek";
|
|
600
601
|
export { IconDeliveryBike, default as IconDeliveryBikeDefault, } from "./IconDeliveryBike";
|
|
@@ -1758,6 +1759,7 @@ export { IconVocalMicrophone, default as IconVocalMicrophoneDefault, } from "./I
|
|
|
1758
1759
|
export { IconVoice2, default as IconVoice2Default } from "./IconVoice2";
|
|
1759
1760
|
export { IconVoice3, default as IconVoice3Default } from "./IconVoice3";
|
|
1760
1761
|
export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconVoiceAndVideo";
|
|
1762
|
+
export { IconVoiceCircle, default as IconVoiceCircleDefault, } from "./IconVoiceCircle";
|
|
1761
1763
|
export { IconVoiceHigh, default as IconVoiceHighDefault, } from "./IconVoiceHigh";
|
|
1762
1764
|
export { IconVoiceLow, default as IconVoiceLowDefault } from "./IconVoiceLow";
|
|
1763
1765
|
export { IconVoiceMid, default as IconVoiceMidDefault } from "./IconVoiceMid";
|