@central-icons-react-native/round-filled-radius-1-stroke-1.5 1.1.140 → 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/IconHapticFeedback/index.d.ts +4 -0
- package/IconHapticFeedback/index.js +2 -0
- package/IconHapticFeedback/index.js.map +1 -0
- package/IconHapticFeedback/index.mjs +2 -0
- package/IconHapticFeedback/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/IconVibeCodingBird/index.js +1 -1
- package/IconVibeCodingBird/index.js.map +1 -1
- package/IconVibeCodingBird/index.mjs +1 -1
- package/IconVibeCodingBird/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 +3 -0
- package/filtered-icons.json +44 -2
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -5
- package/index.d.ts +3 -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 +23 -2
|
@@ -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"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var t=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},d=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of v(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(p=s(o,n))||p.enumerable});return r};var f=(r,o,e)=>(e=r!=null?m(B(r)):{},d(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>d(t({},"__esModule",{value:!0}),r);var M={};x(M,{IconHapticFeedback:()=>u,default:()=>g});module.exports=P(M);var C=f(require("react"));var i=f(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...e})=>i.default.createElement(a.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),u=r=>C.default.createElement(c,{...r},C.default.createElement(l.Path,{d:"M19 21.25C19 22.2165 18.2165 23 17.25 23H6.75C5.7835 23 5 22.2165 5 21.25V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V21.25Z",fill:"currentColor"}),C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z",fill:"currentColor"}),C.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z",fill:"currentColor"}),C.default.createElement(l.Path,{d:"M17.25 1C18.2165 1 19 1.7835 19 2.75V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V2.75C5 1.7835 5.7835 1 6.75 1H17.25Z",fill:"currentColor"})),g=u;0&&(module.exports={IconHapticFeedback});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHapticFeedback/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 IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 21.25C19 22.2165 18.2165 23 17.25 23H6.75C5.7835 23 5 22.2165 5 21.25V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V21.25Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.25 1C18.2165 1 19 1.7835 19 2.75V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V2.75C5 1.7835 5.7835 1 6.75 1H17.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,4PACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,yPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6JACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHapticFeedback_exports","__export","IconHapticFeedback","IconHapticFeedback_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:C,size:r=24,...l})=>t.createElement(p,{...l,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 d=C=>o.createElement(n,{...C},o.createElement(e,{d:"M19 21.25C19 22.2165 18.2165 23 17.25 23H6.75C5.7835 23 5 22.2165 5 21.25V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V21.25Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z",fill:"currentColor"}),o.createElement(e,{d:"M17.25 1C18.2165 1 19 1.7835 19 2.75V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V2.75C5 1.7835 5.7835 1 6.75 1H17.25Z",fill:"currentColor"})),I=d;export{d as IconHapticFeedback,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHapticFeedback/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 IconHapticFeedback: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 21.25C19 22.2165 18.2165 23 17.25 23H6.75C5.7835 23 5 22.2165 5 21.25V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V21.25Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.25 1C18.2165 1 19 1.7835 19 2.75V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V2.75C5 1.7835 5.7835 1 6.75 1H17.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHapticFeedback;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,4PACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,yPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6JACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHapticFeedback","props","React","CentralIconBase","IconHapticFeedback_default"]}
|
package/IconPeopleLike/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of I(o))!x.call(r,C)&&C!==e&&n(r,C,{get:()=>o[C],enumerable:!(l=B(o,C))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconPeopleLike:()=>i,default:()=>v});module.exports=d(h);var t=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>f.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M11.9999 1.
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of I(o))!x.call(r,C)&&C!==e&&n(r,C,{get:()=>o[C],enumerable:!(l=B(o,C))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(P(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconPeopleLike:()=>i,default:()=>v});module.exports=d(h);var t=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>f.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>t.default.createElement(c,{...r},t.default.createElement(p.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"}),t.default.createElement(p.Path,{d:"M11.3501 13.2499C7.55449 13.2499 4.78401 15.7734 4.02165 19.1656C3.89245 19.7405 4.35926 20.2499 4.94852 20.2499H13.28C12.8338 19.5401 12.5 18.6742 12.5 17.6665C12.5 16.4635 12.8853 15.3426 13.6728 14.5027C13.9033 14.2568 14.1582 14.0464 14.4301 13.8722C13.5106 13.4717 12.4754 13.2499 11.3501 13.2499Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M18 21.9999C17.3 21.9999 14 20.1999 14 17.5999C14 15.6999 15.3 14.6999 16.6 14.6999C17.2 14.6999 17.7 14.8999 18 15.0999C18.3 14.8999 18.8 14.6999 19.4 14.6999C20.7 14.6999 22 15.6999 22 17.5999C22 20.1999 18.7 21.9999 18 21.9999Z",fill:"currentColor"})),v=i;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=\"M11.3501 13.2499C7.55449 13.2499 4.78401 15.7734 4.02165 19.1656C3.89245 19.7405 4.35926 20.2499 4.94852 20.2499H13.28C12.8338 19.5401 12.5 18.6742 12.5 17.6665C12.5 16.4635 12.8853 15.3426 13.6728 14.5027C13.9033 14.2568 14.1582 14.0464 14.4301 13.8722C13.5106 13.4717 12.4754 13.2499 11.3501 13.2499Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 21.9999C17.3 21.9999 14 20.1999 14 17.5999C14 15.6999 15.3 14.6999 16.6 14.6999C17.2 14.6999 17.7 14.8999 18 15.0999C18.3 14.8999 18.8 14.6999 19.4 14.6999C20.7 14.6999 22 15.6999 22 17.5999C22 20.1999 18.7 21.9999 18 21.9999Z\"\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,iTACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yOACF,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 p from"react";import{Svg as l}from"react-native-svg";var t=({children:e,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as C}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(C,{d:"M11.9999 1.
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:e,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as C}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(C,{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(C,{d:"M11.3501 13.2499C7.55449 13.2499 4.78401 15.7734 4.02165 19.1656C3.89245 19.7405 4.35926 20.2499 4.94852 20.2499H13.28C12.8338 19.5401 12.5 18.6742 12.5 17.6665C12.5 16.4635 12.8853 15.3426 13.6728 14.5027C13.9033 14.2568 14.1582 14.0464 14.4301 13.8722C13.5106 13.4717 12.4754 13.2499 11.3501 13.2499Z",fill:"currentColor"}),o.createElement(C,{d:"M18 21.9999C17.3 21.9999 14 20.1999 14 17.5999C14 15.6999 15.3 14.6999 16.6 14.6999C17.2 14.6999 17.7 14.8999 18 15.0999C18.3 14.8999 18.8 14.6999 19.4 14.6999C20.7 14.6999 22 15.6999 22 17.5999C22 20.1999 18.7 21.9999 18 21.9999Z",fill:"currentColor"})),x=a;export{a as IconPeopleLike,x 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=\"M11.3501 13.2499C7.55449 13.2499 4.78401 15.7734 4.02165 19.1656C3.89245 19.7405 4.35926 20.2499 4.94852 20.2499H13.28C12.8338 19.5401 12.5 18.6742 12.5 17.6665C12.5 16.4635 12.8853 15.3426 13.6728 14.5027C13.9033 14.2568 14.1582 14.0464 14.4301 13.8722C13.5106 13.4717 12.4754 13.2499 11.3501 13.2499Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 21.9999C17.3 21.9999 14 20.1999 14 17.5999C14 15.6999 15.3 14.6999 16.6 14.6999C17.2 14.6999 17.7 14.8999 18 15.0999C18.3 14.8999 18.8 14.6999 19.4 14.6999C20.7 14.6999 22 15.6999 22 17.5999C22 20.1999 18.7 21.9999 18 21.9999Z\"\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,iTACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yOACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPeopleLike","props","React","CentralIconBase","IconPeopleLike_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var a=Object.create;var t=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var v=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},i=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of s(r))!B.call(C,n)&&n!==o&&t(C,n,{get:()=>r[n],enumerable:!(p=c(r,n))||p.enumerable});return C};var d=(C,r,o)=>(o=C!=null?a(v(C)):{},i(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),g=C=>i(t({},"__esModule",{value:!0}),C);var H={};I(H,{IconVibeCodingBird:()=>m,default:()=>x});module.exports=g(H);var e=d(require("react"));var L=d(require("react")),f=require("react-native-svg"),u=({children:C,size:r=24,...o})=>L.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 l=require("react-native-svg"),m=C=>e.default.createElement(u,{...C},e.default.createElement(l.Path,{d:"M3.45703 14.
|
|
1
|
+
"use strict";var a=Object.create;var t=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var v=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},i=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of s(r))!B.call(C,n)&&n!==o&&t(C,n,{get:()=>r[n],enumerable:!(p=c(r,n))||p.enumerable});return C};var d=(C,r,o)=>(o=C!=null?a(v(C)):{},i(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),g=C=>i(t({},"__esModule",{value:!0}),C);var H={};I(H,{IconVibeCodingBird:()=>m,default:()=>x});module.exports=g(H);var e=d(require("react"));var L=d(require("react")),f=require("react-native-svg"),u=({children:C,size:r=24,...o})=>L.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 l=require("react-native-svg"),m=C=>e.default.createElement(u,{...C},e.default.createElement(l.Path,{d:"M3.45703 14.6475C4.91916 13.4929 6.81221 13.101 8.56152 13.4551C8.96731 13.5374 9.22959 13.933 9.14746 14.3389C9.06509 14.7446 8.66948 15.0069 8.26367 14.9248C6.92131 14.6531 5.48285 14.9588 4.38672 15.8242C3.30608 16.6777 2.5 18.1232 2.5 20.251C2.49952 20.6648 2.16391 21.001 1.75 21.001C1.33609 21.001 1.00048 20.6648 1 20.251C1 17.713 1.97966 15.8142 3.45703 14.6475Z",fill:"currentColor"}),e.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.9258 12.2998C22.0148 12.3 22.8206 13.2767 22.6553 14.3194L22.6084 14.5293L21.1279 19.7295C20.9137 20.4812 20.2269 20.9999 19.4453 21H6.75C6.33585 21 6.00011 20.6642 6 20.25C6.00002 19.8358 6.3358 19.5 6.75 19.5H10.1338L11.7188 13.9336L11.7773 13.7559C12.105 12.886 12.9404 12.2998 13.8828 12.2998H20.9258Z",fill:"currentColor"}),e.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.07812 1.59182C9.38054 1.42674 9.74961 1.49079 9.97949 1.73147L10.0693 1.84573C10.3222 2.24106 10.5837 2.40447 10.7783 2.44827C10.9284 2.48195 11.1353 2.46669 11.3994 2.28128L11.5166 2.19143C11.7776 1.97125 12.1478 1.95815 12.4209 2.14358L12.5312 2.23538C13.2539 2.96068 13.5937 3.75968 13.5391 4.61428C13.4925 5.34002 13.1653 6.00751 12.75 6.60452V6.87893C12.7498 9.56268 10.5812 11.743 7.90039 11.7432C5.30322 11.7432 3.18652 9.69686 3.05664 7.12893L3.0498 6.87893C3.04975 6.04643 3.18465 5.00383 3.65332 4.14163C4.14807 3.23151 5.02153 2.52843 6.3623 2.52835C6.79721 2.52835 7.44544 2.32618 8.05957 2.07132C8.35035 1.95063 8.60762 1.82945 8.79199 1.73831C8.88387 1.69289 8.95752 1.6557 9.00684 1.62991C9.03147 1.61703 9.05045 1.60706 9.0625 1.60061C9.06832 1.5975 9.07258 1.59519 9.0752 1.59378L9.07812 1.59182ZM8 8.00003C8 8.27617 7.77614 8.50003 7.5 8.50003H4.96484C5.53559 9.53957 6.63699 10.2432 7.90039 10.2432C9.16362 10.2431 10.2644 9.53945 10.835 8.50003H9.5C9.22386 8.50003 9 8.27617 9 8.00003V7.50003H8V8.00003ZM9.23047 3.19046C9.05866 3.27161 8.85632 3.36511 8.63477 3.45706C8.0098 3.71643 7.12041 4.02835 6.3623 4.02835C5.65343 4.02842 5.24565 4.35443 4.97168 4.85842C4.79444 5.18451 4.68069 5.58258 4.61621 6.00003H11.3457L11.3994 5.91507C11.8155 5.35833 12.0173 4.90294 12.042 4.51858C12.0566 4.29095 12.0106 4.03891 11.835 3.751C11.3947 3.95291 10.9241 4.01753 10.4502 3.91116C9.97605 3.80471 9.56864 3.54174 9.23047 3.19046Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M16.5059 4.43557C16.7981 4.17997 17.2328 4.19197 17.5107 4.4512L17.5645 4.50589L17.7871 4.77249C18.0986 5.1638 18.3541 5.57334 18.5615 6.01174C19.116 5.7498 19.7094 5.52624 20.3516 5.39651C20.7575 5.31452 21.1533 5.57745 21.2354 5.98342C21.3171 6.38926 21.0543 6.78425 20.6484 6.86624C20.1045 6.97613 19.5841 7.17835 19.0576 7.43753L18.5283 7.71389C18.3307 7.82262 18.0939 7.83663 17.8848 7.75198C17.7021 7.67785 17.5573 7.53524 17.4795 7.35647L17.4502 7.27737C17.2727 6.70103 17.0028 6.19528 16.6113 5.70413L16.4355 5.49417L16.3877 5.43362C16.1677 5.12376 16.2138 4.69124 16.5059 4.43557Z",fill:"currentColor"})),x=m;0&&(module.exports={IconVibeCodingBird});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconVibeCodingBird/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 IconVibeCodingBird: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.45703 14.
|
|
1
|
+
{"version":3,"sources":["../src/IconVibeCodingBird/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 IconVibeCodingBird: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.45703 14.6475C4.91916 13.4929 6.81221 13.101 8.56152 13.4551C8.96731 13.5374 9.22959 13.933 9.14746 14.3389C9.06509 14.7446 8.66948 15.0069 8.26367 14.9248C6.92131 14.6531 5.48285 14.9588 4.38672 15.8242C3.30608 16.6777 2.5 18.1232 2.5 20.251C2.49952 20.6648 2.16391 21.001 1.75 21.001C1.33609 21.001 1.00048 20.6648 1 20.251C1 17.713 1.97966 15.8142 3.45703 14.6475Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.9258 12.2998C22.0148 12.3 22.8206 13.2767 22.6553 14.3194L22.6084 14.5293L21.1279 19.7295C20.9137 20.4812 20.2269 20.9999 19.4453 21H6.75C6.33585 21 6.00011 20.6642 6 20.25C6.00002 19.8358 6.3358 19.5 6.75 19.5H10.1338L11.7188 13.9336L11.7773 13.7559C12.105 12.886 12.9404 12.2998 13.8828 12.2998H20.9258Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.07812 1.59182C9.38054 1.42674 9.74961 1.49079 9.97949 1.73147L10.0693 1.84573C10.3222 2.24106 10.5837 2.40447 10.7783 2.44827C10.9284 2.48195 11.1353 2.46669 11.3994 2.28128L11.5166 2.19143C11.7776 1.97125 12.1478 1.95815 12.4209 2.14358L12.5312 2.23538C13.2539 2.96068 13.5937 3.75968 13.5391 4.61428C13.4925 5.34002 13.1653 6.00751 12.75 6.60452V6.87893C12.7498 9.56268 10.5812 11.743 7.90039 11.7432C5.30322 11.7432 3.18652 9.69686 3.05664 7.12893L3.0498 6.87893C3.04975 6.04643 3.18465 5.00383 3.65332 4.14163C4.14807 3.23151 5.02153 2.52843 6.3623 2.52835C6.79721 2.52835 7.44544 2.32618 8.05957 2.07132C8.35035 1.95063 8.60762 1.82945 8.79199 1.73831C8.88387 1.69289 8.95752 1.6557 9.00684 1.62991C9.03147 1.61703 9.05045 1.60706 9.0625 1.60061C9.06832 1.5975 9.07258 1.59519 9.0752 1.59378L9.07812 1.59182ZM8 8.00003C8 8.27617 7.77614 8.50003 7.5 8.50003H4.96484C5.53559 9.53957 6.63699 10.2432 7.90039 10.2432C9.16362 10.2431 10.2644 9.53945 10.835 8.50003H9.5C9.22386 8.50003 9 8.27617 9 8.00003V7.50003H8V8.00003ZM9.23047 3.19046C9.05866 3.27161 8.85632 3.36511 8.63477 3.45706C8.0098 3.71643 7.12041 4.02835 6.3623 4.02835C5.65343 4.02842 5.24565 4.35443 4.97168 4.85842C4.79444 5.18451 4.68069 5.58258 4.61621 6.00003H11.3457L11.3994 5.91507C11.8155 5.35833 12.0173 4.90294 12.042 4.51858C12.0566 4.29095 12.0106 4.03891 11.835 3.751C11.3947 3.95291 10.9241 4.01753 10.4502 3.91116C9.97605 3.80471 9.56864 3.54174 9.23047 3.19046Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5059 4.43557C16.7981 4.17997 17.2328 4.19197 17.5107 4.4512L17.5645 4.50589L17.7871 4.77249C18.0986 5.1638 18.3541 5.57334 18.5615 6.01174C19.116 5.7498 19.7094 5.52624 20.3516 5.39651C20.7575 5.31452 21.1533 5.57745 21.2354 5.98342C21.3171 6.38926 21.0543 6.78425 20.6484 6.86624C20.1045 6.97613 19.5841 7.17835 19.0576 7.43753L18.5283 7.71389C18.3307 7.82262 18.0939 7.83663 17.8848 7.75198C17.7021 7.67785 17.5573 7.53524 17.4795 7.35647L17.4502 7.27737C17.2727 6.70103 17.0028 6.19528 16.6113 5.70413L16.4355 5.49417L16.3877 5.43362C16.1677 5.12376 16.2138 4.69124 16.5059 4.43557Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCodingBird;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qXACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wTACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,w6CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,glBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVibeCodingBird_exports","__export","IconVibeCodingBird","IconVibeCodingBird_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVibeCodingBird","props","React","CentralIconBase","IconVibeCodingBird_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import r from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:C=24,...l})=>t.createElement(p,{...l,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(o,{d:"M3.45703 14.
|
|
1
|
+
import r from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:C=24,...l})=>t.createElement(p,{...l,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(o,{d:"M3.45703 14.6475C4.91916 13.4929 6.81221 13.101 8.56152 13.4551C8.96731 13.5374 9.22959 13.933 9.14746 14.3389C9.06509 14.7446 8.66948 15.0069 8.26367 14.9248C6.92131 14.6531 5.48285 14.9588 4.38672 15.8242C3.30608 16.6777 2.5 18.1232 2.5 20.251C2.49952 20.6648 2.16391 21.001 1.75 21.001C1.33609 21.001 1.00048 20.6648 1 20.251C1 17.713 1.97966 15.8142 3.45703 14.6475Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M20.9258 12.2998C22.0148 12.3 22.8206 13.2767 22.6553 14.3194L22.6084 14.5293L21.1279 19.7295C20.9137 20.4812 20.2269 20.9999 19.4453 21H6.75C6.33585 21 6.00011 20.6642 6 20.25C6.00002 19.8358 6.3358 19.5 6.75 19.5H10.1338L11.7188 13.9336L11.7773 13.7559C12.105 12.886 12.9404 12.2998 13.8828 12.2998H20.9258Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.07812 1.59182C9.38054 1.42674 9.74961 1.49079 9.97949 1.73147L10.0693 1.84573C10.3222 2.24106 10.5837 2.40447 10.7783 2.44827C10.9284 2.48195 11.1353 2.46669 11.3994 2.28128L11.5166 2.19143C11.7776 1.97125 12.1478 1.95815 12.4209 2.14358L12.5312 2.23538C13.2539 2.96068 13.5937 3.75968 13.5391 4.61428C13.4925 5.34002 13.1653 6.00751 12.75 6.60452V6.87893C12.7498 9.56268 10.5812 11.743 7.90039 11.7432C5.30322 11.7432 3.18652 9.69686 3.05664 7.12893L3.0498 6.87893C3.04975 6.04643 3.18465 5.00383 3.65332 4.14163C4.14807 3.23151 5.02153 2.52843 6.3623 2.52835C6.79721 2.52835 7.44544 2.32618 8.05957 2.07132C8.35035 1.95063 8.60762 1.82945 8.79199 1.73831C8.88387 1.69289 8.95752 1.6557 9.00684 1.62991C9.03147 1.61703 9.05045 1.60706 9.0625 1.60061C9.06832 1.5975 9.07258 1.59519 9.0752 1.59378L9.07812 1.59182ZM8 8.00003C8 8.27617 7.77614 8.50003 7.5 8.50003H4.96484C5.53559 9.53957 6.63699 10.2432 7.90039 10.2432C9.16362 10.2431 10.2644 9.53945 10.835 8.50003H9.5C9.22386 8.50003 9 8.27617 9 8.00003V7.50003H8V8.00003ZM9.23047 3.19046C9.05866 3.27161 8.85632 3.36511 8.63477 3.45706C8.0098 3.71643 7.12041 4.02835 6.3623 4.02835C5.65343 4.02842 5.24565 4.35443 4.97168 4.85842C4.79444 5.18451 4.68069 5.58258 4.61621 6.00003H11.3457L11.3994 5.91507C11.8155 5.35833 12.0173 4.90294 12.042 4.51858C12.0566 4.29095 12.0106 4.03891 11.835 3.751C11.3947 3.95291 10.9241 4.01753 10.4502 3.91116C9.97605 3.80471 9.56864 3.54174 9.23047 3.19046Z",fill:"currentColor"}),r.createElement(o,{d:"M16.5059 4.43557C16.7981 4.17997 17.2328 4.19197 17.5107 4.4512L17.5645 4.50589L17.7871 4.77249C18.0986 5.1638 18.3541 5.57334 18.5615 6.01174C19.116 5.7498 19.7094 5.52624 20.3516 5.39651C20.7575 5.31452 21.1533 5.57745 21.2354 5.98342C21.3171 6.38926 21.0543 6.78425 20.6484 6.86624C20.1045 6.97613 19.5841 7.17835 19.0576 7.43753L18.5283 7.71389C18.3307 7.82262 18.0939 7.83663 17.8848 7.75198C17.7021 7.67785 17.5573 7.53524 17.4795 7.35647L17.4502 7.27737C17.2727 6.70103 17.0028 6.19528 16.6113 5.70413L16.4355 5.49417L16.3877 5.43362C16.1677 5.12376 16.2138 4.69124 16.5059 4.43557Z",fill:"currentColor"})),B=i;export{i as IconVibeCodingBird,B as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconVibeCodingBird/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 IconVibeCodingBird: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.45703 14.
|
|
1
|
+
{"version":3,"sources":["../src/IconVibeCodingBird/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 IconVibeCodingBird: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.45703 14.6475C4.91916 13.4929 6.81221 13.101 8.56152 13.4551C8.96731 13.5374 9.22959 13.933 9.14746 14.3389C9.06509 14.7446 8.66948 15.0069 8.26367 14.9248C6.92131 14.6531 5.48285 14.9588 4.38672 15.8242C3.30608 16.6777 2.5 18.1232 2.5 20.251C2.49952 20.6648 2.16391 21.001 1.75 21.001C1.33609 21.001 1.00048 20.6648 1 20.251C1 17.713 1.97966 15.8142 3.45703 14.6475Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20.9258 12.2998C22.0148 12.3 22.8206 13.2767 22.6553 14.3194L22.6084 14.5293L21.1279 19.7295C20.9137 20.4812 20.2269 20.9999 19.4453 21H6.75C6.33585 21 6.00011 20.6642 6 20.25C6.00002 19.8358 6.3358 19.5 6.75 19.5H10.1338L11.7188 13.9336L11.7773 13.7559C12.105 12.886 12.9404 12.2998 13.8828 12.2998H20.9258Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.07812 1.59182C9.38054 1.42674 9.74961 1.49079 9.97949 1.73147L10.0693 1.84573C10.3222 2.24106 10.5837 2.40447 10.7783 2.44827C10.9284 2.48195 11.1353 2.46669 11.3994 2.28128L11.5166 2.19143C11.7776 1.97125 12.1478 1.95815 12.4209 2.14358L12.5312 2.23538C13.2539 2.96068 13.5937 3.75968 13.5391 4.61428C13.4925 5.34002 13.1653 6.00751 12.75 6.60452V6.87893C12.7498 9.56268 10.5812 11.743 7.90039 11.7432C5.30322 11.7432 3.18652 9.69686 3.05664 7.12893L3.0498 6.87893C3.04975 6.04643 3.18465 5.00383 3.65332 4.14163C4.14807 3.23151 5.02153 2.52843 6.3623 2.52835C6.79721 2.52835 7.44544 2.32618 8.05957 2.07132C8.35035 1.95063 8.60762 1.82945 8.79199 1.73831C8.88387 1.69289 8.95752 1.6557 9.00684 1.62991C9.03147 1.61703 9.05045 1.60706 9.0625 1.60061C9.06832 1.5975 9.07258 1.59519 9.0752 1.59378L9.07812 1.59182ZM8 8.00003C8 8.27617 7.77614 8.50003 7.5 8.50003H4.96484C5.53559 9.53957 6.63699 10.2432 7.90039 10.2432C9.16362 10.2431 10.2644 9.53945 10.835 8.50003H9.5C9.22386 8.50003 9 8.27617 9 8.00003V7.50003H8V8.00003ZM9.23047 3.19046C9.05866 3.27161 8.85632 3.36511 8.63477 3.45706C8.0098 3.71643 7.12041 4.02835 6.3623 4.02835C5.65343 4.02842 5.24565 4.35443 4.97168 4.85842C4.79444 5.18451 4.68069 5.58258 4.61621 6.00003H11.3457L11.3994 5.91507C11.8155 5.35833 12.0173 4.90294 12.042 4.51858C12.0566 4.29095 12.0106 4.03891 11.835 3.751C11.3947 3.95291 10.9241 4.01753 10.4502 3.91116C9.97605 3.80471 9.56864 3.54174 9.23047 3.19046Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.5059 4.43557C16.7981 4.17997 17.2328 4.19197 17.5107 4.4512L17.5645 4.50589L17.7871 4.77249C18.0986 5.1638 18.3541 5.57334 18.5615 6.01174C19.116 5.7498 19.7094 5.52624 20.3516 5.39651C20.7575 5.31452 21.1533 5.57745 21.2354 5.98342C21.3171 6.38926 21.0543 6.78425 20.6484 6.86624C20.1045 6.97613 19.5841 7.17835 19.0576 7.43753L18.5283 7.71389C18.3307 7.82262 18.0939 7.83663 17.8848 7.75198C17.7021 7.67785 17.5573 7.53524 17.4795 7.35647L17.4502 7.27737C17.2727 6.70103 17.0028 6.19528 16.6113 5.70413L16.4355 5.49417L16.3877 5.43362C16.1677 5.12376 16.2138 4.69124 16.5059 4.43557Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVibeCodingBird;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qXACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wTACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,w6CACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,glBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVibeCodingBird","props","React","CentralIconBase","IconVibeCodingBird_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
|
|
@@ -571,6 +572,7 @@ Below is a complete list of available icons:
|
|
|
571
572
|
- IconFullscreen2
|
|
572
573
|
- IconGyroscopeSensor
|
|
573
574
|
- IconHaptic
|
|
575
|
+
- IconHapticFeedback
|
|
574
576
|
- IconImac
|
|
575
577
|
- IconKeyboardCable
|
|
576
578
|
- IconKeyboardDown
|
|
@@ -1791,6 +1793,7 @@ Below is a complete list of available icons:
|
|
|
1791
1793
|
- IconDashboardFast
|
|
1792
1794
|
- IconDashboardLow
|
|
1793
1795
|
- IconDashboardMiddle
|
|
1796
|
+
- IconDeepDive
|
|
1794
1797
|
- IconDeskLamp
|
|
1795
1798
|
- IconDiamond
|
|
1796
1799
|
- IconDiamondShine
|
package/filtered-icons.json
CHANGED
|
@@ -8358,6 +8358,20 @@
|
|
|
8358
8358
|
"packageName": "round-filled-radius-1-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": "1",
|
|
8369
|
+
"stroke": "1.5"
|
|
8370
|
+
},
|
|
8371
|
+
"createdAt": "2026-02-24T13:00:43.457418+00:00",
|
|
8372
|
+
"packageName": "round-filled-radius-1-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\"/>",
|
|
@@ -12544,6 +12558,20 @@
|
|
|
12544
12558
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
12545
12559
|
"componentName": "IconHaptic"
|
|
12546
12560
|
},
|
|
12561
|
+
{
|
|
12562
|
+
"category": "Devices & Signals",
|
|
12563
|
+
"svg": "<path d=\"M19 21.25C19 22.2165 18.2165 23 17.25 23H6.75C5.7835 23 5 22.2165 5 21.25V16.8193C6.53318 19.042 9.09557 20.5 12 20.5C14.9044 20.5 17.4668 19.042 19 16.8193V21.25Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6.5C8.96243 6.5 6.5 8.96243 6.5 12C6.5 15.0376 8.96243 17.5 12 17.5C15.0376 17.5 17.5 15.0376 17.5 12C17.5 8.96243 15.0376 6.5 12 6.5Z\" fill=\"currentColor\"/><path d=\"M17.25 1C18.2165 1 19 1.7835 19 2.75V7.17969C17.4668 4.95737 14.9041 3.5 12 3.5C9.09586 3.5 6.53324 4.95737 5 7.17969V2.75C5 1.7835 5.7835 1 6.75 1H17.25Z\" fill=\"currentColor\"/>",
|
|
12564
|
+
"iconName": "haptic-feedback, vibration",
|
|
12565
|
+
"variant": {
|
|
12566
|
+
"join": "round",
|
|
12567
|
+
"filled": "on",
|
|
12568
|
+
"radius": "1",
|
|
12569
|
+
"stroke": "1.5"
|
|
12570
|
+
},
|
|
12571
|
+
"createdAt": "2026-02-23T08:00:35.605032+00:00",
|
|
12572
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
12573
|
+
"componentName": "IconHapticFeedback"
|
|
12574
|
+
},
|
|
12547
12575
|
{
|
|
12548
12576
|
"category": "Keyboard",
|
|
12549
12577
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.84025 3.00553C9.25145 3.05537 9.54439 3.42912 9.49455 3.84032L9.11155 7.00008H16.1006L16.5054 3.65983C16.5553 3.24862 16.929 2.95568 17.3402 3.00553C17.7515 3.05537 18.0444 3.42912 17.9946 3.84032L17.6116 7.00008H20.25C20.6642 7.00008 21 7.33586 21 7.75008C21 8.16429 20.6642 8.50008 20.25 8.50008H17.4297L16.5812 15.5001H20.25C20.6642 15.5001 21 15.8359 21 16.2501C21 16.6643 20.6642 17.0001 20.25 17.0001H16.3994L15.9946 20.3403C15.9447 20.7515 15.571 21.0445 15.1598 20.9946C14.7485 20.9448 14.4556 20.571 14.5054 20.1598L14.8884 17.0001H7.89943L7.49455 20.3403C7.44471 20.7515 7.07096 21.0445 6.65975 20.9946C6.24855 20.9448 5.95561 20.571 6.00545 20.1598L6.38845 17.0001H3.75C3.33579 17.0001 3 16.6643 3 16.2501C3 15.8359 3.33579 15.5001 3.75 15.5001H6.57027L7.41875 8.50008H3.75C3.33579 8.50008 3 8.16429 3 7.75008C3 7.33586 3.33579 7.00008 3.75 7.00008H7.60057L8.00545 3.65983C8.05529 3.24862 8.42904 2.95568 8.84025 3.00553ZM8.92973 8.50008L8.08125 15.5001H15.0703L15.9188 8.50008H8.92973Z\" fill=\"currentColor\"/>",
|
|
@@ -17516,7 +17544,7 @@
|
|
|
17516
17544
|
},
|
|
17517
17545
|
{
|
|
17518
17546
|
"category": "People",
|
|
17519
|
-
"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=\"M11.3501 13.2499C7.55449 13.2499 4.78401 15.7734 4.02165 19.1656C3.89245 19.7405 4.35926 20.2499 4.94852 20.2499H13.28C12.8338 19.5401 12.5 18.6742 12.5 17.6665C12.5 16.4635 12.8853 15.3426 13.6728 14.5027C13.9033 14.2568 14.1582 14.0464 14.4301 13.8722C13.5106 13.4717 12.4754 13.2499 11.3501 13.2499Z\" fill=\"currentColor\"/><path d=\"M18 21.9999C17.3 21.9999 14 20.1999 14 17.5999C14 15.6999 15.3 14.6999 16.6 14.6999C17.2 14.6999 17.7 14.8999 18 15.0999C18.3 14.8999 18.8 14.6999 19.4 14.6999C20.7 14.6999 22 15.6999 22 17.5999C22 20.1999 18.7 21.9999 18 21.9999Z\" fill=\"currentColor\"/>",
|
|
17520
17548
|
"iconName": "people-like, inner circle",
|
|
17521
17549
|
"variant": {
|
|
17522
17550
|
"join": "round",
|
|
@@ -24362,7 +24390,7 @@
|
|
|
24362
24390
|
},
|
|
24363
24391
|
{
|
|
24364
24392
|
"category": "People",
|
|
24365
|
-
"svg": "<path d=\"M3.45703 14.
|
|
24393
|
+
"svg": "<path d=\"M3.45703 14.6475C4.91916 13.4929 6.81221 13.101 8.56152 13.4551C8.96731 13.5374 9.22959 13.933 9.14746 14.3389C9.06509 14.7446 8.66948 15.0069 8.26367 14.9248C6.92131 14.6531 5.48285 14.9588 4.38672 15.8242C3.30608 16.6777 2.5 18.1232 2.5 20.251C2.49952 20.6648 2.16391 21.001 1.75 21.001C1.33609 21.001 1.00048 20.6648 1 20.251C1 17.713 1.97966 15.8142 3.45703 14.6475Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.9258 12.2998C22.0148 12.3 22.8206 13.2767 22.6553 14.3194L22.6084 14.5293L21.1279 19.7295C20.9137 20.4812 20.2269 20.9999 19.4453 21H6.75C6.33585 21 6.00011 20.6642 6 20.25C6.00002 19.8358 6.3358 19.5 6.75 19.5H10.1338L11.7188 13.9336L11.7773 13.7559C12.105 12.886 12.9404 12.2998 13.8828 12.2998H20.9258Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.07812 1.59182C9.38054 1.42674 9.74961 1.49079 9.97949 1.73147L10.0693 1.84573C10.3222 2.24106 10.5837 2.40447 10.7783 2.44827C10.9284 2.48195 11.1353 2.46669 11.3994 2.28128L11.5166 2.19143C11.7776 1.97125 12.1478 1.95815 12.4209 2.14358L12.5312 2.23538C13.2539 2.96068 13.5937 3.75968 13.5391 4.61428C13.4925 5.34002 13.1653 6.00751 12.75 6.60452V6.87893C12.7498 9.56268 10.5812 11.743 7.90039 11.7432C5.30322 11.7432 3.18652 9.69686 3.05664 7.12893L3.0498 6.87893C3.04975 6.04643 3.18465 5.00383 3.65332 4.14163C4.14807 3.23151 5.02153 2.52843 6.3623 2.52835C6.79721 2.52835 7.44544 2.32618 8.05957 2.07132C8.35035 1.95063 8.60762 1.82945 8.79199 1.73831C8.88387 1.69289 8.95752 1.6557 9.00684 1.62991C9.03147 1.61703 9.05045 1.60706 9.0625 1.60061C9.06832 1.5975 9.07258 1.59519 9.0752 1.59378L9.07812 1.59182ZM8 8.00003C8 8.27617 7.77614 8.50003 7.5 8.50003H4.96484C5.53559 9.53957 6.63699 10.2432 7.90039 10.2432C9.16362 10.2431 10.2644 9.53945 10.835 8.50003H9.5C9.22386 8.50003 9 8.27617 9 8.00003V7.50003H8V8.00003ZM9.23047 3.19046C9.05866 3.27161 8.85632 3.36511 8.63477 3.45706C8.0098 3.71643 7.12041 4.02835 6.3623 4.02835C5.65343 4.02842 5.24565 4.35443 4.97168 4.85842C4.79444 5.18451 4.68069 5.58258 4.61621 6.00003H11.3457L11.3994 5.91507C11.8155 5.35833 12.0173 4.90294 12.042 4.51858C12.0566 4.29095 12.0106 4.03891 11.835 3.751C11.3947 3.95291 10.9241 4.01753 10.4502 3.91116C9.97605 3.80471 9.56864 3.54174 9.23047 3.19046Z\" fill=\"currentColor\"/><path d=\"M16.5059 4.43557C16.7981 4.17997 17.2328 4.19197 17.5107 4.4512L17.5645 4.50589L17.7871 4.77249C18.0986 5.1638 18.3541 5.57334 18.5615 6.01174C19.116 5.7498 19.7094 5.52624 20.3516 5.39651C20.7575 5.31452 21.1533 5.57745 21.2354 5.98342C21.3171 6.38926 21.0543 6.78425 20.6484 6.86624C20.1045 6.97613 19.5841 7.17835 19.0576 7.43753L18.5283 7.71389C18.3307 7.82262 18.0939 7.83663 17.8848 7.75198C17.7021 7.67785 17.5573 7.53524 17.4795 7.35647L17.4502 7.27737C17.2727 6.70103 17.0028 6.19528 16.6113 5.70413L16.4355 5.49417L16.3877 5.43362C16.1677 5.12376 16.2138 4.69124 16.5059 4.43557Z\" fill=\"currentColor\"/>",
|
|
24366
24394
|
"iconName": "vibe-coding-bird, laptop, work",
|
|
24367
24395
|
"variant": {
|
|
24368
24396
|
"join": "round",
|
|
@@ -24626,6 +24654,20 @@
|
|
|
24626
24654
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
24627
24655
|
"componentName": "IconVoiceAndVideo"
|
|
24628
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": "1",
|
|
24665
|
+
"stroke": "1.5"
|
|
24666
|
+
},
|
|
24667
|
+
"createdAt": "2026-02-24T13:00:43.457418+00:00",
|
|
24668
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
24669
|
+
"componentName": "IconVoiceCircle"
|
|
24670
|
+
},
|
|
24629
24671
|
{
|
|
24630
24672
|
"category": "Sound & Music",
|
|
24631
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"
|
|
@@ -895,6 +896,7 @@ export type CentralIconName =
|
|
|
895
896
|
| "IconHandBell"
|
|
896
897
|
| "IconHandshake"
|
|
897
898
|
| "IconHaptic"
|
|
899
|
+
| "IconHapticFeedback"
|
|
898
900
|
| "IconHashtag"
|
|
899
901
|
| "IconHatBunny"
|
|
900
902
|
| "IconHatSparkle"
|
|
@@ -1758,6 +1760,7 @@ export type CentralIconName =
|
|
|
1758
1760
|
| "IconVoice2"
|
|
1759
1761
|
| "IconVoice3"
|
|
1760
1762
|
| "IconVoiceAndVideo"
|
|
1763
|
+
| "IconVoiceCircle"
|
|
1761
1764
|
| "IconVoiceHigh"
|
|
1762
1765
|
| "IconVoiceLow"
|
|
1763
1766
|
| "IconVoiceMid"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.142",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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"
|
|
@@ -434,7 +435,7 @@
|
|
|
434
435
|
]
|
|
435
436
|
},
|
|
436
437
|
"Devices & Signals": {
|
|
437
|
-
"count":
|
|
438
|
+
"count": 75,
|
|
438
439
|
"icons": [
|
|
439
440
|
"IconAirdrop",
|
|
440
441
|
"IconAirplay",
|
|
@@ -459,6 +460,7 @@
|
|
|
459
460
|
"IconFullscreen2",
|
|
460
461
|
"IconGyroscopeSensor",
|
|
461
462
|
"IconHaptic",
|
|
463
|
+
"IconHapticFeedback",
|
|
462
464
|
"IconImac",
|
|
463
465
|
"IconKeyboardCable",
|
|
464
466
|
"IconKeyboardDown",
|
|
@@ -1696,7 +1698,7 @@
|
|
|
1696
1698
|
]
|
|
1697
1699
|
},
|
|
1698
1700
|
"Things": {
|
|
1699
|
-
"count":
|
|
1701
|
+
"count": 127,
|
|
1700
1702
|
"icons": [
|
|
1701
1703
|
"IconAnvil",
|
|
1702
1704
|
"IconBackpack",
|
|
@@ -1725,6 +1727,7 @@
|
|
|
1725
1727
|
"IconDashboardFast",
|
|
1726
1728
|
"IconDashboardLow",
|
|
1727
1729
|
"IconDashboardMiddle",
|
|
1730
|
+
"IconDeepDive",
|
|
1728
1731
|
"IconDeskLamp",
|
|
1729
1732
|
"IconDiamond",
|
|
1730
1733
|
"IconDiamondShine",
|
|
@@ -2622,6 +2625,7 @@
|
|
|
2622
2625
|
"IconDebugger": "debugger, debug",
|
|
2623
2626
|
"IconDecimalNumberComma": "decimal-number-comma",
|
|
2624
2627
|
"IconDecimalNumberDot": "decimal-number-dot",
|
|
2628
|
+
"IconDeepDive": "deep-dive, dive-in, fin",
|
|
2625
2629
|
"IconDeepSearch": "deep-search, deep-research, focus-search",
|
|
2626
2630
|
"IconDeepseek": "deepseek",
|
|
2627
2631
|
"IconDeliveryBike": "delivery-bike",
|
|
@@ -2921,6 +2925,7 @@
|
|
|
2921
2925
|
"IconHandBell": "hand-bell",
|
|
2922
2926
|
"IconHandshake": "handshake, heart",
|
|
2923
2927
|
"IconHaptic": "haptic, waves",
|
|
2928
|
+
"IconHapticFeedback": "haptic-feedback, vibration",
|
|
2924
2929
|
"IconHashtag": "hashtag, #",
|
|
2925
2930
|
"IconHatBunny": "hat-bunny, surprise, magic hat",
|
|
2926
2931
|
"IconHatSparkle": "hat-sparkle, magic hat",
|
|
@@ -3784,6 +3789,7 @@
|
|
|
3784
3789
|
"IconVoice2": "voice-2, siri, wave",
|
|
3785
3790
|
"IconVoice3": "voice-3, wave",
|
|
3786
3791
|
"IconVoiceAndVideo": "voice-and-video, media",
|
|
3792
|
+
"IconVoiceCircle": "voice-circle, waves",
|
|
3787
3793
|
"IconVoiceHigh": "voice-high, wave",
|
|
3788
3794
|
"IconVoiceLow": "voice-low, wave",
|
|
3789
3795
|
"IconVoiceMid": "voice-mid, wave",
|