@central-icons-react-native/round-filled-radius-3-stroke-1.5 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/IconPeopleLike/index.js +1 -1
- package/IconPeopleLike/index.js.map +1 -1
- package/IconPeopleLike/index.mjs +1 -1
- package/IconPeopleLike/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 +29 -1
- 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 +15 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var t=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,C)=>(C=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>a(t({},"__esModule",{value:!0}),r);var y={};g(y,{IconDeepDive:()=>i,default:()=>h});module.exports=v(y);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>m.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 f=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M15.1448 19.2499C15.1448 19.3039 15.1371 19.3563 15.1263 19.4071C16.835 19.4361 18.6266 19.1399 20.6546 18.0848C21.022 17.8938 21.4742 18.0368 21.6653 18.4042C21.8563 18.7716 21.7134 19.2238 21.346 19.4149C17.5159 21.4074 14.3803 20.996 11.5315 20.5214C8.68127 20.0464 6.22104 19.544 3.32352 20.9266C2.94977 21.105 2.50199 20.9468 2.32352 20.5731C2.14516 20.1994 2.30338 19.7516 2.67704 19.5731C4.89326 18.5155 6.91578 18.4172 8.82645 18.6044C8.71192 17.334 8.25883 16.4689 7.6536 15.7645C6.89812 14.8854 5.95352 14.2822 4.887 13.4247C3.86222 12.6007 2.82576 11.6028 2.23856 10.0634C1.65249 8.52656 1.55094 6.55257 2.16923 3.83386L2.20048 3.73328C2.28687 3.50612 2.47906 3.33237 2.71903 3.27234C2.99339 3.2038 3.28303 3.29579 3.46805 3.50964C4.91422 5.1811 6.29658 5.62723 7.73758 5.96179C9.0418 6.26459 10.5421 6.4883 12.0003 7.54578C13.4585 6.48807 14.9589 6.26459 16.263 5.96179C17.7037 5.62724 19.0863 5.18119 20.5325 3.50964L20.6057 3.43542C20.7866 3.27722 21.0349 3.21397 21.2727 3.27039C21.5446 3.33499 21.758 3.54537 21.8265 3.81628C22.4515 6.28944 22.3476 8.13911 21.7581 9.62878C21.1733 11.1064 20.1469 12.1323 19.137 13.0116C17.0739 14.8078 15.1448 16.0214 15.1448 19.2499Z",fill:"currentColor"})),h=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 d=\"M15.1448 19.2499C15.1448 19.3039 15.1371 19.3563 15.1263 19.4071C16.835 19.4361 18.6266 19.1399 20.6546 18.0848C21.022 17.8938 21.4742 18.0368 21.6653 18.4042C21.8563 18.7716 21.7134 19.2238 21.346 19.4149C17.5159 21.4074 14.3803 20.996 11.5315 20.5214C8.68127 20.0464 6.22104 19.544 3.32352 20.9266C2.94977 21.105 2.50199 20.9468 2.32352 20.5731C2.14516 20.1994 2.30338 19.7516 2.67704 19.5731C4.89326 18.5155 6.91578 18.4172 8.82645 18.6044C8.71192 17.334 8.25883 16.4689 7.6536 15.7645C6.89812 14.8854 5.95352 14.2822 4.887 13.4247C3.86222 12.6007 2.82576 11.6028 2.23856 10.0634C1.65249 8.52656 1.55094 6.55257 2.16923 3.83386L2.20048 3.73328C2.28687 3.50612 2.47906 3.33237 2.71903 3.27234C2.99339 3.2038 3.28303 3.29579 3.46805 3.50964C4.91422 5.1811 6.29658 5.62723 7.73758 5.96179C9.0418 6.26459 10.5421 6.4883 12.0003 7.54578C13.4585 6.48807 14.9589 6.26459 16.263 5.96179C17.7037 5.62724 19.0863 5.18119 20.5325 3.50964L20.6057 3.43542C20.7866 3.27722 21.0349 3.21397 21.2727 3.27039C21.5446 3.33499 21.758 3.54537 21.8265 3.81628C22.4515 6.28944 22.3476 8.13911 21.7581 9.62878C21.1733 11.1064 20.1469 12.1323 19.137 13.0116C17.0739 14.8078 15.1448 16.0214 15.1448 19.2499Z\"\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,EAAE,mqCACF,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 e from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...t})=>n.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var l=o=>e.createElement(C,{...o},e.createElement(a,{d:"M15.1448 19.2499C15.1448 19.3039 15.1371 19.3563 15.1263 19.4071C16.835 19.4361 18.6266 19.1399 20.6546 18.0848C21.022 17.8938 21.4742 18.0368 21.6653 18.4042C21.8563 18.7716 21.7134 19.2238 21.346 19.4149C17.5159 21.4074 14.3803 20.996 11.5315 20.5214C8.68127 20.0464 6.22104 19.544 3.32352 20.9266C2.94977 21.105 2.50199 20.9468 2.32352 20.5731C2.14516 20.1994 2.30338 19.7516 2.67704 19.5731C4.89326 18.5155 6.91578 18.4172 8.82645 18.6044C8.71192 17.334 8.25883 16.4689 7.6536 15.7645C6.89812 14.8854 5.95352 14.2822 4.887 13.4247C3.86222 12.6007 2.82576 11.6028 2.23856 10.0634C1.65249 8.52656 1.55094 6.55257 2.16923 3.83386L2.20048 3.73328C2.28687 3.50612 2.47906 3.33237 2.71903 3.27234C2.99339 3.2038 3.28303 3.29579 3.46805 3.50964C4.91422 5.1811 6.29658 5.62723 7.73758 5.96179C9.0418 6.26459 10.5421 6.4883 12.0003 7.54578C13.4585 6.48807 14.9589 6.26459 16.263 5.96179C17.7037 5.62724 19.0863 5.18119 20.5325 3.50964L20.6057 3.43542C20.7866 3.27722 21.0349 3.21397 21.2727 3.27039C21.5446 3.33499 21.758 3.54537 21.8265 3.81628C22.4515 6.28944 22.3476 8.13911 21.7581 9.62878C21.1733 11.1064 20.1469 12.1323 19.137 13.0116C17.0739 14.8078 15.1448 16.0214 15.1448 19.2499Z",fill:"currentColor"})),P=l;export{l as IconDeepDive,P 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 d=\"M15.1448 19.2499C15.1448 19.3039 15.1371 19.3563 15.1263 19.4071C16.835 19.4361 18.6266 19.1399 20.6546 18.0848C21.022 17.8938 21.4742 18.0368 21.6653 18.4042C21.8563 18.7716 21.7134 19.2238 21.346 19.4149C17.5159 21.4074 14.3803 20.996 11.5315 20.5214C8.68127 20.0464 6.22104 19.544 3.32352 20.9266C2.94977 21.105 2.50199 20.9468 2.32352 20.5731C2.14516 20.1994 2.30338 19.7516 2.67704 19.5731C4.89326 18.5155 6.91578 18.4172 8.82645 18.6044C8.71192 17.334 8.25883 16.4689 7.6536 15.7645C6.89812 14.8854 5.95352 14.2822 4.887 13.4247C3.86222 12.6007 2.82576 11.6028 2.23856 10.0634C1.65249 8.52656 1.55094 6.55257 2.16923 3.83386L2.20048 3.73328C2.28687 3.50612 2.47906 3.33237 2.71903 3.27234C2.99339 3.2038 3.28303 3.29579 3.46805 3.50964C4.91422 5.1811 6.29658 5.62723 7.73758 5.96179C9.0418 6.26459 10.5421 6.4883 12.0003 7.54578C13.4585 6.48807 14.9589 6.26459 16.263 5.96179C17.7037 5.62724 19.0863 5.18119 20.5325 3.50964L20.6057 3.43542C20.7866 3.27722 21.0349 3.21397 21.2727 3.27039C21.5446 3.33499 21.758 3.54537 21.8265 3.81628C22.4515 6.28944 22.3476 8.13911 21.7581 9.62878C21.1733 11.1064 20.1469 12.1323 19.137 13.0116C17.0739 14.8078 15.1448 16.0214 15.1448 19.2499Z\"\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,EAAE,mqCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDeepDive","props","React","CentralIconBase","IconDeepDive_default"]}
|
package/IconPeopleLike/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return r};var f=(r,o,C)=>(C=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var h={};v(h,{IconPeopleLike:()=>c,default:()=>g});module.exports=x(h);var n=f(require("react"));var m=f(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...C})=>m.default.createElement(i.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 l=require("react-native-svg"),c=r=>n.default.createElement(s,{...r},n.default.createElement(l.Path,{d:"M11.9999 1.
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return r};var f=(r,o,C)=>(C=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var h={};v(h,{IconPeopleLike:()=>c,default:()=>g});module.exports=x(h);var n=f(require("react"));var m=f(require("react")),i=require("react-native-svg"),s=({children:r,size:o=24,...C})=>m.default.createElement(i.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 l=require("react-native-svg"),c=r=>n.default.createElement(s,{...r},n.default.createElement(l.Path,{d:"M11.9999 1.94629C9.48499 1.94629 7.44629 3.98499 7.44629 6.49986C7.44629 9.01473 9.48499 11.0534 11.9999 11.0534C14.5147 11.0534 16.5534 9.01473 16.5534 6.49986C16.5534 3.98499 14.5147 1.94629 11.9999 1.94629Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M4.55269 16.6384C5.96263 14.016 8.64237 12.2499 12.0001 12.2499C13.5374 12.2499 14.9325 12.6201 16.1288 13.2731C15.2217 13.3722 14.3446 13.7866 13.6733 14.5027C12.8858 15.3426 12.5005 16.4635 12.5005 17.6665C12.5005 19.2115 13.2851 20.4231 14.0566 21.2499H7.79536C6.62375 21.2499 5.53148 20.7289 4.85818 19.8913C4.16063 19.0235 3.92347 17.8088 4.55269 16.6384Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 15.1258C17.9919 15.1213 17.9837 15.1168 17.9755 15.1123C17.6444 14.9317 17.1603 14.7499 16.5556 14.7499C15.9029 14.7499 15.2515 15.0119 14.7671 15.5286C14.2791 16.0491 14 16.7838 14 17.6665C14 19.0571 14.9775 20.153 15.7958 20.829C16.2251 21.1836 16.6619 21.4656 17.0137 21.661C17.1895 21.7587 17.3513 21.8388 17.4872 21.897C17.5543 21.9258 17.6236 21.9529 17.6902 21.9742C17.7324 21.9877 17.8572 22.0277 18 22.0277C18.1428 22.0277 18.2669 21.9879 18.309 21.9744C18.3757 21.9531 18.4457 21.9258 18.5128 21.897C18.6487 21.8388 18.8105 21.7587 18.9863 21.661C19.3381 21.4656 19.7749 21.1836 20.2042 20.829C21.0225 20.153 22 19.0571 22 17.6665C22 16.7838 21.7209 16.0491 21.2329 15.5286C20.7485 15.0119 20.0971 14.7499 19.4444 14.7499C18.8397 14.7499 18.3556 14.9317 18.0245 15.1123C18.0163 15.1168 18.0081 15.1213 18 15.1258Z",fill:"currentColor"})),g=c;0&&(module.exports={IconPeopleLike});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleLike/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 IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9999 1.
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleLike/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 IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9999 1.94629C9.48499 1.94629 7.44629 3.98499 7.44629 6.49986C7.44629 9.01473 9.48499 11.0534 11.9999 11.0534C14.5147 11.0534 16.5534 9.01473 16.5534 6.49986C16.5534 3.98499 14.5147 1.94629 11.9999 1.94629Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.55269 16.6384C5.96263 14.016 8.64237 12.2499 12.0001 12.2499C13.5374 12.2499 14.9325 12.6201 16.1288 13.2731C15.2217 13.3722 14.3446 13.7866 13.6733 14.5027C12.8858 15.3426 12.5005 16.4635 12.5005 17.6665C12.5005 19.2115 13.2851 20.4231 14.0566 21.2499H7.79536C6.62375 21.2499 5.53148 20.7289 4.85818 19.8913C4.16063 19.0235 3.92347 17.8088 4.55269 16.6384Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18 15.1258C17.9919 15.1213 17.9837 15.1168 17.9755 15.1123C17.6444 14.9317 17.1603 14.7499 16.5556 14.7499C15.9029 14.7499 15.2515 15.0119 14.7671 15.5286C14.2791 16.0491 14 16.7838 14 17.6665C14 19.0571 14.9775 20.153 15.7958 20.829C16.2251 21.1836 16.6619 21.4656 17.0137 21.661C17.1895 21.7587 17.3513 21.8388 17.4872 21.897C17.5543 21.9258 17.6236 21.9529 17.6902 21.9742C17.7324 21.9877 17.8572 22.0277 18 22.0277C18.1428 22.0277 18.2669 21.9879 18.309 21.9744C18.3757 21.9531 18.4457 21.9258 18.5128 21.897C18.6487 21.8388 18.8105 21.7587 18.9863 21.661C19.3381 21.4656 19.7749 21.1836 20.2042 20.829C21.0225 20.153 22 19.0571 22 17.6665C22 16.7838 21.7209 16.0491 21.2329 15.5286C20.7485 15.0119 20.0971 14.7499 19.4444 14.7499C18.8397 14.7499 18.3556 14.9317 18.0245 15.1123C18.0163 15.1168 18.0081 15.1213 18 15.1258Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleLike;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2WACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8zBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleLike_exports","__export","IconPeopleLike","IconPeopleLike_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPeopleLike","props","React","CentralIconBase","IconPeopleLike_default"]}
|
package/IconPeopleLike/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 n=({children:C,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as e}from"react-native-svg";var a=C=>o.createElement(n,{...C},o.createElement(e,{d:"M11.9999 1.
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:C,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as e}from"react-native-svg";var a=C=>o.createElement(n,{...C},o.createElement(e,{d:"M11.9999 1.94629C9.48499 1.94629 7.44629 3.98499 7.44629 6.49986C7.44629 9.01473 9.48499 11.0534 11.9999 11.0534C14.5147 11.0534 16.5534 9.01473 16.5534 6.49986C16.5534 3.98499 14.5147 1.94629 11.9999 1.94629Z",fill:"currentColor"}),o.createElement(e,{d:"M4.55269 16.6384C5.96263 14.016 8.64237 12.2499 12.0001 12.2499C13.5374 12.2499 14.9325 12.6201 16.1288 13.2731C15.2217 13.3722 14.3446 13.7866 13.6733 14.5027C12.8858 15.3426 12.5005 16.4635 12.5005 17.6665C12.5005 19.2115 13.2851 20.4231 14.0566 21.2499H7.79536C6.62375 21.2499 5.53148 20.7289 4.85818 19.8913C4.16063 19.0235 3.92347 17.8088 4.55269 16.6384Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 15.1258C17.9919 15.1213 17.9837 15.1168 17.9755 15.1123C17.6444 14.9317 17.1603 14.7499 16.5556 14.7499C15.9029 14.7499 15.2515 15.0119 14.7671 15.5286C14.2791 16.0491 14 16.7838 14 17.6665C14 19.0571 14.9775 20.153 15.7958 20.829C16.2251 21.1836 16.6619 21.4656 17.0137 21.661C17.1895 21.7587 17.3513 21.8388 17.4872 21.897C17.5543 21.9258 17.6236 21.9529 17.6902 21.9742C17.7324 21.9877 17.8572 22.0277 18 22.0277C18.1428 22.0277 18.2669 21.9879 18.309 21.9744C18.3757 21.9531 18.4457 21.9258 18.5128 21.897C18.6487 21.8388 18.8105 21.7587 18.9863 21.661C19.3381 21.4656 19.7749 21.1836 20.2042 20.829C21.0225 20.153 22 19.0571 22 17.6665C22 16.7838 21.7209 16.0491 21.2329 15.5286C20.7485 15.0119 20.0971 14.7499 19.4444 14.7499C18.8397 14.7499 18.3556 14.9317 18.0245 15.1123C18.0163 15.1168 18.0081 15.1213 18 15.1258Z",fill:"currentColor"})),P=a;export{a as IconPeopleLike,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleLike/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 IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9999 1.
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleLike/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 IconPeopleLike: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9999 1.94629C9.48499 1.94629 7.44629 3.98499 7.44629 6.49986C7.44629 9.01473 9.48499 11.0534 11.9999 11.0534C14.5147 11.0534 16.5534 9.01473 16.5534 6.49986C16.5534 3.98499 14.5147 1.94629 11.9999 1.94629Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.55269 16.6384C5.96263 14.016 8.64237 12.2499 12.0001 12.2499C13.5374 12.2499 14.9325 12.6201 16.1288 13.2731C15.2217 13.3722 14.3446 13.7866 13.6733 14.5027C12.8858 15.3426 12.5005 16.4635 12.5005 17.6665C12.5005 19.2115 13.2851 20.4231 14.0566 21.2499H7.79536C6.62375 21.2499 5.53148 20.7289 4.85818 19.8913C4.16063 19.0235 3.92347 17.8088 4.55269 16.6384Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M18 15.1258C17.9919 15.1213 17.9837 15.1168 17.9755 15.1123C17.6444 14.9317 17.1603 14.7499 16.5556 14.7499C15.9029 14.7499 15.2515 15.0119 14.7671 15.5286C14.2791 16.0491 14 16.7838 14 17.6665C14 19.0571 14.9775 20.153 15.7958 20.829C16.2251 21.1836 16.6619 21.4656 17.0137 21.661C17.1895 21.7587 17.3513 21.8388 17.4872 21.897C17.5543 21.9258 17.6236 21.9529 17.6902 21.9742C17.7324 21.9877 17.8572 22.0277 18 22.0277C18.1428 22.0277 18.2669 21.9879 18.309 21.9744C18.3757 21.9531 18.4457 21.9258 18.5128 21.897C18.6487 21.8388 18.8105 21.7587 18.9863 21.661C19.3381 21.4656 19.7749 21.1836 20.2042 20.829C21.0225 20.153 22 19.0571 22 17.6665C22 16.7838 21.7209 16.0491 21.2329 15.5286C20.7485 15.0119 20.0971 14.7499 19.4444 14.7499C18.8397 14.7499 18.3556 14.9317 18.0245 15.1123C18.0163 15.1168 18.0081 15.1213 18 15.1258Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleLike;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2WACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,8zBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleLike","props","React","CentralIconBase","IconPeopleLike_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.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 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.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 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,+RACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6nBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6fACF,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.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z",fill:"currentColor"}),r.createElement(e,{d:"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z",fill:"currentColor"}),r.createElement(e,{d:"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 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.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 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,+RACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6nBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6fACF,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-3-stroke-1.5",
|
|
8359
8359
|
"componentName": "IconDecimalNumberDot"
|
|
8360
8360
|
},
|
|
8361
|
+
{
|
|
8362
|
+
"category": "Things",
|
|
8363
|
+
"svg": "<path d=\"M15.1448 19.2499C15.1448 19.3039 15.1371 19.3563 15.1263 19.4071C16.835 19.4361 18.6266 19.1399 20.6546 18.0848C21.022 17.8938 21.4742 18.0368 21.6653 18.4042C21.8563 18.7716 21.7134 19.2238 21.346 19.4149C17.5159 21.4074 14.3803 20.996 11.5315 20.5214C8.68127 20.0464 6.22104 19.544 3.32352 20.9266C2.94977 21.105 2.50199 20.9468 2.32352 20.5731C2.14516 20.1994 2.30338 19.7516 2.67704 19.5731C4.89326 18.5155 6.91578 18.4172 8.82645 18.6044C8.71192 17.334 8.25883 16.4689 7.6536 15.7645C6.89812 14.8854 5.95352 14.2822 4.887 13.4247C3.86222 12.6007 2.82576 11.6028 2.23856 10.0634C1.65249 8.52656 1.55094 6.55257 2.16923 3.83386L2.20048 3.73328C2.28687 3.50612 2.47906 3.33237 2.71903 3.27234C2.99339 3.2038 3.28303 3.29579 3.46805 3.50964C4.91422 5.1811 6.29658 5.62723 7.73758 5.96179C9.0418 6.26459 10.5421 6.4883 12.0003 7.54578C13.4585 6.48807 14.9589 6.26459 16.263 5.96179C17.7037 5.62724 19.0863 5.18119 20.5325 3.50964L20.6057 3.43542C20.7866 3.27722 21.0349 3.21397 21.2727 3.27039C21.5446 3.33499 21.758 3.54537 21.8265 3.81628C22.4515 6.28944 22.3476 8.13911 21.7581 9.62878C21.1733 11.1064 20.1469 12.1323 19.137 13.0116C17.0739 14.8078 15.1448 16.0214 15.1448 19.2499Z\" fill=\"currentColor\"/>",
|
|
8364
|
+
"iconName": "deep-dive, dive-in, fin",
|
|
8365
|
+
"variant": {
|
|
8366
|
+
"join": "round",
|
|
8367
|
+
"filled": "on",
|
|
8368
|
+
"radius": "3",
|
|
8369
|
+
"stroke": "1.5"
|
|
8370
|
+
},
|
|
8371
|
+
"createdAt": "2026-02-24T13:00:43.457418+00:00",
|
|
8372
|
+
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
8373
|
+
"componentName": "IconDeepDive"
|
|
8374
|
+
},
|
|
8361
8375
|
{
|
|
8362
8376
|
"category": "Interface General",
|
|
8363
8377
|
"svg": "<path d=\"M15.0635 19.9355C15.4311 19.8383 15.8204 20.0339 15.957 20.3975C16.1026 20.7851 15.9062 21.2175 15.5186 21.3633L15.1035 21.5088C14.1257 21.8277 13.0823 22 12 22C10.9177 22 9.87431 21.8277 8.89648 21.5088L8.48145 21.3633L8.41113 21.333C8.0706 21.1641 7.90649 20.7609 8.04297 20.3975C8.17965 20.0339 8.56894 19.8383 8.93652 19.9355L9.00977 19.959L9.36133 20.083C10.1911 20.3537 11.0778 20.5 12 20.5C13.0538 20.5 14.061 20.3083 14.9902 19.959L15.0635 19.9355Z\" fill=\"currentColor\"/><path d=\"M12 9.5C13.3807 9.5 14.5 10.6193 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.5 12 9.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7C14.7614 7 17 9.23858 17 12C17 13.1101 16.6375 14.1352 16.0254 14.9648L18.0303 16.9697L18.082 17.0264C18.3223 17.3209 18.3049 17.7557 18.0303 18.0303C17.7557 18.3049 17.3209 18.3223 17.0264 18.082L16.9697 18.0303L14.9648 16.0254C14.1352 16.6375 13.1101 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7ZM12 8.5C10.067 8.5 8.5 10.067 8.5 12C8.5 13.933 10.067 15.5 12 15.5C12.9454 15.5 13.8018 15.1238 14.4316 14.5146C14.4443 14.4998 14.4557 14.4837 14.4697 14.4697C14.4837 14.4557 14.4998 14.4443 14.5146 14.4316C15.1238 13.8018 15.5 12.9454 15.5 12C15.5 10.067 13.933 8.5 12 8.5Z\" fill=\"currentColor\"/><path d=\"M2.63672 8.48145C2.78258 8.09392 3.21491 7.89823 3.60254 8.04395C3.99023 8.18971 4.18676 8.62206 4.04102 9.00977C3.69172 9.93898 3.5 10.9462 3.5 12C3.5 13.0538 3.69172 14.061 4.04102 14.9902C4.18676 15.3779 3.99023 15.8103 3.60254 15.9561C3.21491 16.1018 2.78258 15.9061 2.63672 15.5186C2.22494 14.4232 2 13.2368 2 12C2 10.7632 2.22494 9.57685 2.63672 8.48145Z\" fill=\"currentColor\"/><path d=\"M21.3633 15.5186C21.2174 15.9061 20.7851 16.1018 20.3975 15.9561C20.0098 15.8103 19.8132 15.3779 19.959 14.9902L21.3633 15.5186Z\" fill=\"currentColor\"/><path d=\"M21.3633 8.48145C21.7751 9.57685 22 10.7632 22 12C22 13.2368 21.7751 14.4232 21.3633 15.5186L20.6611 15.2539L19.959 14.9902C20.3083 14.061 20.5 13.0538 20.5 12C20.5 10.9462 20.3083 9.93898 19.959 9.00977L20.6611 8.74609L21.3633 8.48145Z\" fill=\"currentColor\"/><path d=\"M20.3975 8.04395C20.7851 7.89823 21.2174 8.09392 21.3633 8.48145L19.959 9.00977C19.8132 8.62206 20.0098 8.18971 20.3975 8.04395Z\" fill=\"currentColor\"/><path d=\"M12 2C13.0823 2 14.1257 2.17226 15.1035 2.49121L15.5186 2.63672L15.5889 2.66699C15.9294 2.83593 16.0935 3.23906 15.957 3.60254C15.8204 3.9661 15.4311 4.16173 15.0635 4.06445L14.9902 4.04102L14.6387 3.91699C13.8089 3.6463 12.9222 3.5 12 3.5C10.9462 3.5 9.93898 3.69172 9.00977 4.04102L8.93652 4.06445C8.56894 4.16173 8.17965 3.9661 8.04297 3.60254C7.89742 3.2149 8.09384 2.78245 8.48145 2.63672L8.89648 2.49121C9.87431 2.17226 10.9177 2 12 2Z\" fill=\"currentColor\"/>",
|
|
@@ -17530,7 +17544,7 @@
|
|
|
17530
17544
|
},
|
|
17531
17545
|
{
|
|
17532
17546
|
"category": "People",
|
|
17533
|
-
"svg": "<path d=\"M11.9999 1.
|
|
17547
|
+
"svg": "<path d=\"M11.9999 1.94629C9.48499 1.94629 7.44629 3.98499 7.44629 6.49986C7.44629 9.01473 9.48499 11.0534 11.9999 11.0534C14.5147 11.0534 16.5534 9.01473 16.5534 6.49986C16.5534 3.98499 14.5147 1.94629 11.9999 1.94629Z\" fill=\"currentColor\"/><path d=\"M4.55269 16.6384C5.96263 14.016 8.64237 12.2499 12.0001 12.2499C13.5374 12.2499 14.9325 12.6201 16.1288 13.2731C15.2217 13.3722 14.3446 13.7866 13.6733 14.5027C12.8858 15.3426 12.5005 16.4635 12.5005 17.6665C12.5005 19.2115 13.2851 20.4231 14.0566 21.2499H7.79536C6.62375 21.2499 5.53148 20.7289 4.85818 19.8913C4.16063 19.0235 3.92347 17.8088 4.55269 16.6384Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 15.1258C17.9919 15.1213 17.9837 15.1168 17.9755 15.1123C17.6444 14.9317 17.1603 14.7499 16.5556 14.7499C15.9029 14.7499 15.2515 15.0119 14.7671 15.5286C14.2791 16.0491 14 16.7838 14 17.6665C14 19.0571 14.9775 20.153 15.7958 20.829C16.2251 21.1836 16.6619 21.4656 17.0137 21.661C17.1895 21.7587 17.3513 21.8388 17.4872 21.897C17.5543 21.9258 17.6236 21.9529 17.6902 21.9742C17.7324 21.9877 17.8572 22.0277 18 22.0277C18.1428 22.0277 18.2669 21.9879 18.309 21.9744C18.3757 21.9531 18.4457 21.9258 18.5128 21.897C18.6487 21.8388 18.8105 21.7587 18.9863 21.661C19.3381 21.4656 19.7749 21.1836 20.2042 20.829C21.0225 20.153 22 19.0571 22 17.6665C22 16.7838 21.7209 16.0491 21.2329 15.5286C20.7485 15.0119 20.0971 14.7499 19.4444 14.7499C18.8397 14.7499 18.3556 14.9317 18.0245 15.1123C18.0163 15.1168 18.0081 15.1213 18 15.1258Z\" fill=\"currentColor\"/>",
|
|
17534
17548
|
"iconName": "people-like, inner circle",
|
|
17535
17549
|
"variant": {
|
|
17536
17550
|
"join": "round",
|
|
@@ -24640,6 +24654,20 @@
|
|
|
24640
24654
|
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
24641
24655
|
"componentName": "IconVoiceAndVideo"
|
|
24642
24656
|
},
|
|
24657
|
+
{
|
|
24658
|
+
"category": "AI & Magic",
|
|
24659
|
+
"svg": "<path d=\"M3.50781 17.2803C4.90477 16.3647 6.11596 16.1498 7.22461 16.2881C8.45936 16.4421 9.64959 17.0432 10.915 17.8262C12.1309 18.5784 13.4788 19.5459 14.8301 20.2148C15.3864 20.4902 15.9662 20.7258 16.5703 20.8926C15.2001 21.5982 13.6474 22 12 22C8.41582 22 5.27326 20.1136 3.50781 17.2803Z\" fill=\"currentColor\"/><path d=\"M8.06836 9.75098C8.78494 9.72945 9.47961 10.0177 10.2041 10.583C10.9354 11.1537 11.6424 11.9638 12.3682 12.8916C13.0613 13.7777 13.8281 14.8493 14.5508 15.7363C15.29 16.6437 16.0949 17.5055 16.9932 18.0703C17.712 18.5223 18.5109 18.7934 19.3828 18.7422C19.0886 19.0642 18.7741 19.3672 18.4404 19.6484C17.4438 19.6599 16.4818 19.3586 15.4951 18.8701C14.2247 18.2411 13.0533 17.3846 11.7041 16.5498C10.4046 15.7458 8.98288 14.996 7.41016 14.7998C5.95089 14.6178 4.42929 14.92 2.81055 15.9463C2.64779 15.5678 2.50823 15.1773 2.39258 14.7764C3.50867 13.0643 4.50276 11.8691 5.39258 11.0742C6.47283 10.1092 7.35055 9.77264 8.06836 9.75098Z\" fill=\"currentColor\"/><path d=\"M12 2C17.5228 2 22 6.47715 22 12C22 13.6603 21.592 15.2244 20.876 16.6025C20.4604 16.901 20.0863 17.0799 19.75 17.1709C19.0756 17.3533 18.4508 17.2149 17.792 16.8008C17.1087 16.3711 16.4295 15.6673 15.7139 14.7891C14.9816 13.8903 14.3217 12.9559 13.5488 11.9678C12.8088 11.0217 12.01 10.0895 11.127 9.40039C10.2368 8.70588 9.20702 8.2162 8.02246 8.25195C6.83916 8.28776 5.63764 8.84281 4.39258 9.95508C3.63863 10.6286 2.85289 11.5221 2.02344 12.6641C2.00904 12.4445 2 12.2232 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": "3",
|
|
24665
|
+
"stroke": "1.5"
|
|
24666
|
+
},
|
|
24667
|
+
"createdAt": "2026-02-24T13:00:43.457418+00:00",
|
|
24668
|
+
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
24669
|
+
"componentName": "IconVoiceCircle"
|
|
24670
|
+
},
|
|
24643
24671
|
{
|
|
24644
24672
|
"category": "Sound & Music",
|
|
24645
24673
|
"svg": "<path d=\"M8.5 3.75C8.5 3.33579 8.16421 3 7.75 3C7.33579 3 7 3.33579 7 3.75V20.25C7 20.6642 7.33579 21 7.75 21C8.16421 21 8.5 20.6642 8.5 20.25V3.75Z\" fill=\"currentColor\"/><path d=\"M17 5.75C17 5.33579 16.6642 5 16.25 5C15.8358 5 15.5 5.33579 15.5 5.75V18.25C15.5 18.6642 15.8358 19 16.25 19C16.6642 19 17 18.6642 17 18.25V5.75Z\" fill=\"currentColor\"/><path d=\"M12.75 7.75C12.75 7.33579 12.4142 7 12 7C11.5858 7 11.25 7.33579 11.25 7.75V16.25C11.25 16.6642 11.5858 17 12 17C12.4142 17 12.75 16.6642 12.75 16.25V7.75Z\" fill=\"currentColor\"/><path d=\"M4.5 9.75C4.5 9.33579 4.16421 9 3.75 9C3.33579 9 3 9.33579 3 9.75V14.25C3 14.6642 3.33579 15 3.75 15C4.16421 15 4.5 14.6642 4.5 14.25V9.75Z\" fill=\"currentColor\"/><path d=\"M21 9.75C21 9.33579 20.6642 9 20.25 9C19.8358 9 19.5 9.33579 19.5 9.75V14.25C19.5 14.6642 19.8358 15 20.25 15C20.6642 15 21 14.6642 21 14.25V9.75Z\" 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-3-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.142",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-1.5/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";
|