@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.241 → 1.1.242
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/IconChevronTriangleDownMedium/index.d.ts +4 -0
- package/IconChevronTriangleDownMedium/index.js +2 -0
- package/IconChevronTriangleDownMedium/index.js.map +1 -0
- package/IconChevronTriangleDownMedium/index.mjs +2 -0
- package/IconChevronTriangleDownMedium/index.mjs.map +1 -0
- package/IconChevronTriangleLeftMedium/index.d.ts +4 -0
- package/IconChevronTriangleLeftMedium/index.js +2 -0
- package/IconChevronTriangleLeftMedium/index.js.map +1 -0
- package/IconChevronTriangleLeftMedium/index.mjs +2 -0
- package/IconChevronTriangleLeftMedium/index.mjs.map +1 -0
- package/IconChevronTriangleRightMedium/index.d.ts +4 -0
- package/IconChevronTriangleRightMedium/index.js +2 -0
- package/IconChevronTriangleRightMedium/index.js.map +1 -0
- package/IconChevronTriangleRightMedium/index.mjs +2 -0
- package/IconChevronTriangleRightMedium/index.mjs.map +1 -0
- package/IconChevronTriangleUpMedium/index.d.ts +4 -0
- package/IconChevronTriangleUpMedium/index.js +2 -0
- package/IconChevronTriangleUpMedium/index.js.map +1 -0
- package/IconChevronTriangleUpMedium/index.mjs +2 -0
- package/IconChevronTriangleUpMedium/index.mjs.map +1 -0
- package/IconPiggyBank/index.js +1 -1
- package/IconPiggyBank/index.js.map +1 -1
- package/IconPiggyBank/index.mjs +1 -1
- package/IconPiggyBank/index.mjs.map +1 -1
- package/IconVoiceover/index.d.ts +4 -0
- package/IconVoiceover/index.js +2 -0
- package/IconVoiceover/index.js.map +1 -0
- package/IconVoiceover/index.mjs +2 -0
- package/IconVoiceover/index.mjs.map +1 -0
- package/README.md +5 -0
- package/filtered-icons.json +73 -3
- package/icons/index.d.ts +5 -0
- package/icons-index.json +17 -7
- package/index.d.ts +5 -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/skills/central-icons-react-native/SKILL.md +8 -3
- package/tsx-icons.json +38 -3
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(g(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>C(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconChevronTriangleDownMedium:()=>f,default:()=>h});module.exports=d(v);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),f=r=>p.default.createElement(i,{...r},p.default.createElement(c.Path,{d:"M15.3987 10H8.60128C7.9654 10 7.61804 10.7416 8.02511 11.2301L11.4238 15.3086C11.7237 15.6684 12.2763 15.6684 12.5762 15.3086L15.9749 11.2301C16.382 10.7416 16.0346 10 15.3987 10Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),h=f;0&&(module.exports={IconChevronTriangleDownMedium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChevronTriangleDownMedium/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 IconChevronTriangleDownMedium: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.3987 10H8.60128C7.9654 10 7.61804 10.7416 8.02511 11.2301L11.4238 15.3086C11.7237 15.6684 12.2763 15.6684 12.5762 15.3086L15.9749 11.2301C16.382 10.7416 16.0346 10 15.3987 10Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChevronTriangleDownMedium;\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,mCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sLACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconChevronTriangleDownMedium_exports","__export","IconChevronTriangleDownMedium","IconChevronTriangleDownMedium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChevronTriangleDownMedium","props","React","CentralIconBase","IconChevronTriangleDownMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...n,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 C}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(C,{d:"M15.3987 10H8.60128C7.9654 10 7.61804 10.7416 8.02511 11.2301L11.4238 15.3086C11.7237 15.6684 12.2763 15.6684 12.5762 15.3086L15.9749 11.2301C16.382 10.7416 16.0346 10 15.3987 10Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),x=s;export{s as IconChevronTriangleDownMedium,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChevronTriangleDownMedium/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 IconChevronTriangleDownMedium: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.3987 10H8.60128C7.9654 10 7.61804 10.7416 8.02511 11.2301L11.4238 15.3086C11.7237 15.6684 12.2763 15.6684 12.5762 15.3086L15.9749 11.2301C16.382 10.7416 16.0346 10 15.3987 10Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChevronTriangleDownMedium;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sLACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChevronTriangleDownMedium","props","React","CentralIconBase","IconChevronTriangleDownMedium_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 g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(g(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>C(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconChevronTriangleLeftMedium:()=>f,default:()=>h});module.exports=d(v);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),f=r=>p.default.createElement(i,{...r},p.default.createElement(c.Path,{d:"M12.7699 8.02512C13.2584 7.61804 14 7.9654 14 8.60128V15.3987C14 16.0346 13.2584 16.382 12.7699 15.9749L8.6914 12.5762C8.33158 12.2763 8.33158 11.7237 8.6914 11.4238L12.7699 8.02512Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),h=f;0&&(module.exports={IconChevronTriangleLeftMedium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChevronTriangleLeftMedium/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 IconChevronTriangleLeftMedium: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.7699 8.02512C13.2584 7.61804 14 7.9654 14 8.60128V15.3987C14 16.0346 13.2584 16.382 12.7699 15.9749L8.6914 12.5762C8.33158 12.2763 8.33158 11.7237 8.6914 11.4238L12.7699 8.02512Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChevronTriangleLeftMedium;\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,mCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yLACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconChevronTriangleLeftMedium_exports","__export","IconChevronTriangleLeftMedium","IconChevronTriangleLeftMedium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChevronTriangleLeftMedium","props","React","CentralIconBase","IconChevronTriangleLeftMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...n,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 C}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(C,{d:"M12.7699 8.02512C13.2584 7.61804 14 7.9654 14 8.60128V15.3987C14 16.0346 13.2584 16.382 12.7699 15.9749L8.6914 12.5762C8.33158 12.2763 8.33158 11.7237 8.6914 11.4238L12.7699 8.02512Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),x=s;export{s as IconChevronTriangleLeftMedium,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChevronTriangleLeftMedium/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 IconChevronTriangleLeftMedium: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.7699 8.02512C13.2584 7.61804 14 7.9654 14 8.60128V15.3987C14 16.0346 13.2584 16.382 12.7699 15.9749L8.6914 12.5762C8.33158 12.2763 8.33158 11.7237 8.6914 11.4238L12.7699 8.02512Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChevronTriangleLeftMedium;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yLACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChevronTriangleLeftMedium","props","React","CentralIconBase","IconChevronTriangleLeftMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!h.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=g(o,t))||a.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(I(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(n({},"__esModule",{value:!0}),r);var v={};x(v,{IconChevronTriangleRightMedium:()=>f,default:()=>d});module.exports=P(v);var p=s(require("react"));var m=s(require("react")),i=require("react-native-svg"),l=({children:r,size:o=24,...e})=>m.default.createElement(i.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 c=require("react-native-svg"),f=r=>p.default.createElement(l,{...r},p.default.createElement(c.Path,{d:"M11.2301 8.02512C10.7416 7.61804 10 7.9654 10 8.60128V15.3987C10 16.0346 10.7416 16.382 11.2301 15.9749L15.3086 12.5762C15.6684 12.2763 15.6684 11.7237 15.3086 11.4238L11.2301 8.02512Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),d=f;0&&(module.exports={IconChevronTriangleRightMedium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChevronTriangleRightMedium/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 IconChevronTriangleRightMedium: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.2301 8.02512C10.7416 7.61804 10 7.9654 10 8.60128V15.3987C10 16.0346 10.7416 16.382 11.2301 15.9749L15.3086 12.5762C15.6684 12.2763 15.6684 11.7237 15.3086 11.4238L11.2301 8.02512Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChevronTriangleRightMedium;\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,oCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2LACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconChevronTriangleRightMedium_exports","__export","IconChevronTriangleRightMedium","IconChevronTriangleRightMedium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChevronTriangleRightMedium","props","React","CentralIconBase","IconChevronTriangleRightMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...n,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 C}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(C,{d:"M11.2301 8.02512C10.7416 7.61804 10 7.9654 10 8.60128V15.3987C10 16.0346 10.7416 16.382 11.2301 15.9749L15.3086 12.5762C15.6684 12.2763 15.6684 11.7237 15.3086 11.4238L11.2301 8.02512Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),h=s;export{s as IconChevronTriangleRightMedium,h as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChevronTriangleRightMedium/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 IconChevronTriangleRightMedium: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.2301 8.02512C10.7416 7.61804 10 7.9654 10 8.60128V15.3987C10 16.0346 10.7416 16.382 11.2301 15.9749L15.3086 12.5762C15.6684 12.2763 15.6684 11.7237 15.3086 11.4238L11.2301 8.02512Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChevronTriangleRightMedium;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2LACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChevronTriangleRightMedium","props","React","CentralIconBase","IconChevronTriangleRightMedium_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 g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(g(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>C(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconChevronTriangleUpMedium:()=>f,default:()=>h});module.exports=d(v);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),f=r=>p.default.createElement(i,{...r},p.default.createElement(c.Path,{d:"M15.9749 12.7699C16.382 13.2584 16.0346 14 15.3987 14H8.60128C7.9654 14 7.61804 13.2584 8.02511 12.7699L11.4238 8.6914C11.7237 8.33158 12.2763 8.33158 12.5762 8.6914L15.9749 12.7699Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),h=f;0&&(module.exports={IconChevronTriangleUpMedium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChevronTriangleUpMedium/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 IconChevronTriangleUpMedium: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.9749 12.7699C16.382 13.2584 16.0346 14 15.3987 14H8.60128C7.9654 14 7.61804 13.2584 8.02511 12.7699L11.4238 8.6914C11.7237 8.33158 12.2763 8.33158 12.5762 8.6914L15.9749 12.7699Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChevronTriangleUpMedium;\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,iCAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yLACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconChevronTriangleUpMedium_exports","__export","IconChevronTriangleUpMedium","IconChevronTriangleUpMedium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconChevronTriangleUpMedium","props","React","CentralIconBase","IconChevronTriangleUpMedium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(a,{...n,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 C}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(C,{d:"M15.9749 12.7699C16.382 13.2584 16.0346 14 15.3987 14H8.60128C7.9654 14 7.61804 13.2584 8.02511 12.7699L11.4238 8.6914C11.7237 8.33158 12.2763 8.33158 12.5762 8.6914L15.9749 12.7699Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),x=s;export{s as IconChevronTriangleUpMedium,x as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconChevronTriangleUpMedium/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 IconChevronTriangleUpMedium: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.9749 12.7699C16.382 13.2584 16.0346 14 15.3987 14H8.60128C7.9654 14 7.61804 13.2584 8.02511 12.7699L11.4238 8.6914C11.7237 8.33158 12.2763 8.33158 12.5762 8.6914L15.9749 12.7699Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconChevronTriangleUpMedium;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yLACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconChevronTriangleUpMedium","props","React","CentralIconBase","IconChevronTriangleUpMedium_default"]}
|
package/IconPiggyBank/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},s=(r,o,C,M)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!B.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(M=d(o,e))||M.enumerable});return r};var a=(r,o,C)=>(C=r!=null?u(k(r)):{},s(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>s(t({},"__esModule",{value:!0}),r);var P={};L(P,{IconPiggyBank:()=>l,default:()=>I});module.exports=g(P);var n=a(require("react"));var i=a(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...C})=>i.default.createElement(m.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 p=require("react-native-svg"),l=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M22.7314
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},s=(r,o,C,M)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!B.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(M=d(o,e))||M.enumerable});return r};var a=(r,o,C)=>(C=r!=null?u(k(r)):{},s(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>s(t({},"__esModule",{value:!0}),r);var P={};L(P,{IconPiggyBank:()=>l,default:()=>I});module.exports=g(P);var n=a(require("react"));var i=a(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...C})=>i.default.createElement(m.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 p=require("react-native-svg"),l=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M22.7314 11.9999C22.9016 12.2941 22.999 12.6356 22.999 12.9999C22.999 14.1045 22.1035 14.9999 20.999 14.9999C20.5646 14.9999 20.1625 14.8614 19.8346 14.6262M19.8346 14.6262C19.7385 14.5573 19.6487 14.4801 19.5664 14.3956L19.8346 14.6262ZM5.5 7.49989V4.99989C5.5 4.44761 5.95165 3.98853 6.49636 4.07973C8.7202 4.45206 9.474 5.99994 9.474 5.99994H14C17.314 5.99994 20 8.68589 20 11.9999C20 13.7749 19.225 15.3639 18 16.4629V18.9999C18 19.5522 17.5523 19.9999 17 19.9999H15C14.4477 19.9999 14 19.5522 14 18.9999C14 18.4477 13.5523 17.9999 13 17.9999H11C10.4477 17.9999 10 18.4477 10 18.9999C10 19.5522 9.55228 19.9999 9 19.9999H7C6.44772 19.9999 6 19.5522 6 18.9999V16.9999C5.094 16.4729 4.525 15.9079 4 14.9999H3C2.44772 14.9999 2 14.5522 2 13.9999V10.9349C2 10.3827 2.44772 9.93494 3 9.93494H4C4.338 9.00994 4.782 8.14789 5.5 7.49989Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M8.5 10.75C8.5 10.8881 8.38808 11 8.25 11M8.5 10.75C8.5 10.612 8.38808 10.5 8.25 10.5M8.5 10.75H8M8.25 11C8.11193 11 8 10.8881 8 10.75M8.25 11V10.5M8 10.75C8 10.612 8.11193 10.5 8.25 10.5M8.46655 10.625C8.53558 10.7446 8.49462 10.8975 8.37504 10.9665M8.46655 10.625C8.39751 10.5055 8.24462 10.4645 8.12504 10.5335M8.46655 10.625L8.03354 10.875M8.37504 10.9665C8.25547 11.0356 8.10257 10.9946 8.03354 10.875M8.37504 10.9665L8.12504 10.5335M8.03354 10.875C7.9645 10.7555 8.00547 10.6026 8.12504 10.5335M8.37508 10.5336C8.49465 10.6026 8.53562 10.7555 8.46659 10.8751M8.37508 10.5336C8.25551 10.4645 8.10261 10.5055 8.03357 10.6251M8.37508 10.5336L8.12508 10.9666M8.46659 10.8751C8.39755 10.9946 8.24465 11.0356 8.12508 10.9666M8.46659 10.8751L8.03357 10.6251M8.12508 10.9666C8.00551 10.8975 7.96454 10.7446 8.03357 10.6251",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=l;0&&(module.exports={IconPiggyBank});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPiggyBank/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 IconPiggyBank: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M22.7314
|
|
1
|
+
{"version":3,"sources":["../src/IconPiggyBank/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 IconPiggyBank: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M22.7314 11.9999C22.9016 12.2941 22.999 12.6356 22.999 12.9999C22.999 14.1045 22.1035 14.9999 20.999 14.9999C20.5646 14.9999 20.1625 14.8614 19.8346 14.6262M19.8346 14.6262C19.7385 14.5573 19.6487 14.4801 19.5664 14.3956L19.8346 14.6262ZM5.5 7.49989V4.99989C5.5 4.44761 5.95165 3.98853 6.49636 4.07973C8.7202 4.45206 9.474 5.99994 9.474 5.99994H14C17.314 5.99994 20 8.68589 20 11.9999C20 13.7749 19.225 15.3639 18 16.4629V18.9999C18 19.5522 17.5523 19.9999 17 19.9999H15C14.4477 19.9999 14 19.5522 14 18.9999C14 18.4477 13.5523 17.9999 13 17.9999H11C10.4477 17.9999 10 18.4477 10 18.9999C10 19.5522 9.55228 19.9999 9 19.9999H7C6.44772 19.9999 6 19.5522 6 18.9999V16.9999C5.094 16.4729 4.525 15.9079 4 14.9999H3C2.44772 14.9999 2 14.5522 2 13.9999V10.9349C2 10.3827 2.44772 9.93494 3 9.93494H4C4.338 9.00994 4.782 8.14789 5.5 7.49989Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 10.75C8.5 10.8881 8.38808 11 8.25 11M8.5 10.75C8.5 10.612 8.38808 10.5 8.25 10.5M8.5 10.75H8M8.25 11C8.11193 11 8 10.8881 8 10.75M8.25 11V10.5M8 10.75C8 10.612 8.11193 10.5 8.25 10.5M8.46655 10.625C8.53558 10.7446 8.49462 10.8975 8.37504 10.9665M8.46655 10.625C8.39751 10.5055 8.24462 10.4645 8.12504 10.5335M8.46655 10.625L8.03354 10.875M8.37504 10.9665C8.25547 11.0356 8.10257 10.9946 8.03354 10.875M8.37504 10.9665L8.12504 10.5335M8.03354 10.875C7.9645 10.7555 8.00547 10.6026 8.12504 10.5335M8.37508 10.5336C8.49465 10.6026 8.53562 10.7555 8.46659 10.8751M8.37508 10.5336C8.25551 10.4645 8.10261 10.5055 8.03357 10.6251M8.37508 10.5336L8.12508 10.9666M8.46659 10.8751C8.39755 10.9946 8.24465 11.0356 8.12508 10.9666M8.46659 10.8751L8.03357 10.6251M8.12508 10.9666C8.00551 10.8975 7.96454 10.7446 8.03357 10.6251\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPiggyBank;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,o0BACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uzBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconPiggyBank_exports","__export","IconPiggyBank","IconPiggyBank_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPiggyBank","props","React","CentralIconBase","IconPiggyBank_default"]}
|
package/IconPiggyBank/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import C from"react";import p from"react";import{Svg as M}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(M,{...n,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 t}from"react-native-svg";var s=o=>C.createElement(e,{...o},C.createElement(t,{d:"M22.7314
|
|
1
|
+
import C from"react";import p from"react";import{Svg as M}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(M,{...n,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 t}from"react-native-svg";var s=o=>C.createElement(e,{...o},C.createElement(t,{d:"M22.7314 11.9999C22.9016 12.2941 22.999 12.6356 22.999 12.9999C22.999 14.1045 22.1035 14.9999 20.999 14.9999C20.5646 14.9999 20.1625 14.8614 19.8346 14.6262M19.8346 14.6262C19.7385 14.5573 19.6487 14.4801 19.5664 14.3956L19.8346 14.6262ZM5.5 7.49989V4.99989C5.5 4.44761 5.95165 3.98853 6.49636 4.07973C8.7202 4.45206 9.474 5.99994 9.474 5.99994H14C17.314 5.99994 20 8.68589 20 11.9999C20 13.7749 19.225 15.3639 18 16.4629V18.9999C18 19.5522 17.5523 19.9999 17 19.9999H15C14.4477 19.9999 14 19.5522 14 18.9999C14 18.4477 13.5523 17.9999 13 17.9999H11C10.4477 17.9999 10 18.4477 10 18.9999C10 19.5522 9.55228 19.9999 9 19.9999H7C6.44772 19.9999 6 19.5522 6 18.9999V16.9999C5.094 16.4729 4.525 15.9079 4 14.9999H3C2.44772 14.9999 2 14.5522 2 13.9999V10.9349C2 10.3827 2.44772 9.93494 3 9.93494H4C4.338 9.00994 4.782 8.14789 5.5 7.49989Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),C.createElement(t,{d:"M8.5 10.75C8.5 10.8881 8.38808 11 8.25 11M8.5 10.75C8.5 10.612 8.38808 10.5 8.25 10.5M8.5 10.75H8M8.25 11C8.11193 11 8 10.8881 8 10.75M8.25 11V10.5M8 10.75C8 10.612 8.11193 10.5 8.25 10.5M8.46655 10.625C8.53558 10.7446 8.49462 10.8975 8.37504 10.9665M8.46655 10.625C8.39751 10.5055 8.24462 10.4645 8.12504 10.5335M8.46655 10.625L8.03354 10.875M8.37504 10.9665C8.25547 11.0356 8.10257 10.9946 8.03354 10.875M8.37504 10.9665L8.12504 10.5335M8.03354 10.875C7.9645 10.7555 8.00547 10.6026 8.12504 10.5335M8.37508 10.5336C8.49465 10.6026 8.53562 10.7555 8.46659 10.8751M8.37508 10.5336C8.25551 10.4645 8.10261 10.5055 8.03357 10.6251M8.37508 10.5336L8.12508 10.9666M8.46659 10.8751C8.39755 10.9946 8.24465 11.0356 8.12508 10.9666M8.46659 10.8751L8.03357 10.6251M8.12508 10.9666C8.00551 10.8975 7.96454 10.7446 8.03357 10.6251",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=s;export{s as IconPiggyBank,B as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPiggyBank/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 IconPiggyBank: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M22.7314
|
|
1
|
+
{"version":3,"sources":["../src/IconPiggyBank/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 IconPiggyBank: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M22.7314 11.9999C22.9016 12.2941 22.999 12.6356 22.999 12.9999C22.999 14.1045 22.1035 14.9999 20.999 14.9999C20.5646 14.9999 20.1625 14.8614 19.8346 14.6262M19.8346 14.6262C19.7385 14.5573 19.6487 14.4801 19.5664 14.3956L19.8346 14.6262ZM5.5 7.49989V4.99989C5.5 4.44761 5.95165 3.98853 6.49636 4.07973C8.7202 4.45206 9.474 5.99994 9.474 5.99994H14C17.314 5.99994 20 8.68589 20 11.9999C20 13.7749 19.225 15.3639 18 16.4629V18.9999C18 19.5522 17.5523 19.9999 17 19.9999H15C14.4477 19.9999 14 19.5522 14 18.9999C14 18.4477 13.5523 17.9999 13 17.9999H11C10.4477 17.9999 10 18.4477 10 18.9999C10 19.5522 9.55228 19.9999 9 19.9999H7C6.44772 19.9999 6 19.5522 6 18.9999V16.9999C5.094 16.4729 4.525 15.9079 4 14.9999H3C2.44772 14.9999 2 14.5522 2 13.9999V10.9349C2 10.3827 2.44772 9.93494 3 9.93494H4C4.338 9.00994 4.782 8.14789 5.5 7.49989Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 10.75C8.5 10.8881 8.38808 11 8.25 11M8.5 10.75C8.5 10.612 8.38808 10.5 8.25 10.5M8.5 10.75H8M8.25 11C8.11193 11 8 10.8881 8 10.75M8.25 11V10.5M8 10.75C8 10.612 8.11193 10.5 8.25 10.5M8.46655 10.625C8.53558 10.7446 8.49462 10.8975 8.37504 10.9665M8.46655 10.625C8.39751 10.5055 8.24462 10.4645 8.12504 10.5335M8.46655 10.625L8.03354 10.875M8.37504 10.9665C8.25547 11.0356 8.10257 10.9946 8.03354 10.875M8.37504 10.9665L8.12504 10.5335M8.03354 10.875C7.9645 10.7555 8.00547 10.6026 8.12504 10.5335M8.37508 10.5336C8.49465 10.6026 8.53562 10.7555 8.46659 10.8751M8.37508 10.5336C8.25551 10.4645 8.10261 10.5055 8.03357 10.6251M8.37508 10.5336L8.12508 10.9666M8.46659 10.8751C8.39755 10.9946 8.24465 11.0356 8.12508 10.9666M8.46659 10.8751L8.03357 10.6251M8.12508 10.9666C8.00551 10.8975 7.96454 10.7446 8.03357 10.6251\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPiggyBank;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,o0BACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uzBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPiggyBank","props","React","CentralIconBase","IconPiggyBank_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of x(o))!I.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=d(o,t))||s.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(B(r)):{},l(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>l(p({},"__esModule",{value:!0}),r);var k={};P(k,{IconVoiceover:()=>u,default:()=>h});module.exports=g(k);var n=c(require("react"));var a=c(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...e})=>a.default.createElement(i.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 C=require("react-native-svg"),u=r=>n.default.createElement(m,{...r},n.default.createElement(C.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(C.Path,{d:"M7.5 13.5V10.5C7.5 9.94772 7.94772 9.5 8.5 9.5H9C9.31476 9.5 9.61115 9.35181 9.8 9.1L10.7 7.9C10.8889 7.64819 11.1852 7.5 11.5 7.5C12.0523 7.5 12.5 7.94772 12.5 8.5V15.5C12.5 16.0523 12.0523 16.5 11.5 16.5C11.1852 16.5 10.8889 16.3518 10.7 16.1L9.8 14.9C9.61115 14.6482 9.31476 14.5 9 14.5H8.5C7.94772 14.5 7.5 14.0523 7.5 13.5Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M14.5 14C16 13 16 11 14.5 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=u;0&&(module.exports={IconVoiceover});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceover/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVoiceover: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M7.5 13.5V10.5C7.5 9.94772 7.94772 9.5 8.5 9.5H9C9.31476 9.5 9.61115 9.35181 9.8 9.1L10.7 7.9C10.8889 7.64819 11.1852 7.5 11.5 7.5C12.0523 7.5 12.5 7.94772 12.5 8.5V15.5C12.5 16.0523 12.0523 16.5 11.5 16.5C11.1852 16.5 10.8889 16.3518 10.7 16.1L9.8 14.9C9.61115 14.6482 9.31476 14.5 9 14.5H8.5C7.94772 14.5 7.5 14.0523 7.5 13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.5 14C16 13 16 11 14.5 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceover;\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,mBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,2UACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+BACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconVoiceover_exports","__export","IconVoiceover","IconVoiceover_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceover","props","React","CentralIconBase","IconVoiceover_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as l,Path as n}from"react-native-svg";var c=e=>o.createElement(t,{...e},o.createElement(l,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),o.createElement(n,{d:"M7.5 13.5V10.5C7.5 9.94772 7.94772 9.5 8.5 9.5H9C9.31476 9.5 9.61115 9.35181 9.8 9.1L10.7 7.9C10.8889 7.64819 11.1852 7.5 11.5 7.5C12.0523 7.5 12.5 7.94772 12.5 8.5V15.5C12.5 16.0523 12.0523 16.5 11.5 16.5C11.1852 16.5 10.8889 16.3518 10.7 16.1L9.8 14.9C9.61115 14.6482 9.31476 14.5 9 14.5H8.5C7.94772 14.5 7.5 14.0523 7.5 13.5Z",fill:"currentColor"}),o.createElement(n,{d:"M14.5 14C16 13 16 11 14.5 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;export{c as IconVoiceover,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceover/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconVoiceover: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M7.5 13.5V10.5C7.5 9.94772 7.94772 9.5 8.5 9.5H9C9.31476 9.5 9.61115 9.35181 9.8 9.1L10.7 7.9C10.8889 7.64819 11.1852 7.5 11.5 7.5C12.0523 7.5 12.5 7.94772 12.5 8.5V15.5C12.5 16.0523 12.0523 16.5 11.5 16.5C11.1852 16.5 10.8889 16.3518 10.7 16.1L9.8 14.9C9.61115 14.6482 9.31476 14.5 9 14.5H8.5C7.94772 14.5 7.5 14.0523 7.5 13.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.5 14C16 13 16 11 14.5 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceover;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CACC,EAAE,2UACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+BACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconVoiceover","props","React","CentralIconBase","IconVoiceover_default"]}
|
package/README.md
CHANGED
|
@@ -249,6 +249,7 @@ Below is a complete list of available icons:
|
|
|
249
249
|
- IconReduceMotion
|
|
250
250
|
- IconSquareLinesBottom
|
|
251
251
|
- IconVoiceControl
|
|
252
|
+
- IconVoiceover
|
|
252
253
|
|
|
253
254
|
### Arrows
|
|
254
255
|
|
|
@@ -347,7 +348,11 @@ Below is a complete list of available icons:
|
|
|
347
348
|
- IconChevronTop
|
|
348
349
|
- IconChevronTopMedium
|
|
349
350
|
- IconChevronTopSmall
|
|
351
|
+
- IconChevronTriangleDownMedium
|
|
350
352
|
- IconChevronTriangleDownSmall
|
|
353
|
+
- IconChevronTriangleLeftMedium
|
|
354
|
+
- IconChevronTriangleRightMedium
|
|
355
|
+
- IconChevronTriangleUpMedium
|
|
351
356
|
- IconChevronTriangleUpSmall
|
|
352
357
|
- IconCollaborationPointerLeft
|
|
353
358
|
- IconCollaborationPointerRight
|
package/filtered-icons.json
CHANGED
|
@@ -6706,10 +6706,24 @@
|
|
|
6706
6706
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
6707
6707
|
"componentName": "IconChevronTopSmall"
|
|
6708
6708
|
},
|
|
6709
|
+
{
|
|
6710
|
+
"category": "Arrows",
|
|
6711
|
+
"svg": "<path d=\"M15.3987 10H8.60128C7.9654 10 7.61804 10.7416 8.02511 11.2301L11.4238 15.3086C11.7237 15.6684 12.2763 15.6684 12.5762 15.3086L15.9749 11.2301C16.382 10.7416 16.0346 10 15.3987 10Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
6712
|
+
"iconName": "chevron-triangle-down-medium, dropdown, caret",
|
|
6713
|
+
"variant": {
|
|
6714
|
+
"join": "round",
|
|
6715
|
+
"filled": "off",
|
|
6716
|
+
"radius": "2",
|
|
6717
|
+
"stroke": "2"
|
|
6718
|
+
},
|
|
6719
|
+
"createdAt": "2026-05-21T07:02:14.376118+00:00",
|
|
6720
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
6721
|
+
"componentName": "IconChevronTriangleDownMedium"
|
|
6722
|
+
},
|
|
6709
6723
|
{
|
|
6710
6724
|
"category": "Arrows",
|
|
6711
6725
|
"svg": "<path d=\"M14.4777 10.75H9.52232C9.10625 10.75 8.8722 11.2285 9.12764 11.557L11.6053 14.7426C11.8055 14.9999 12.1945 14.9999 12.3947 14.7426L14.8724 11.557C15.1278 11.2285 14.8938 10.75 14.4777 10.75Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
6712
|
-
"iconName": "chevron-triangle-down-small, dropdown",
|
|
6726
|
+
"iconName": "chevron-triangle-down-small, dropdown, caret",
|
|
6713
6727
|
"variant": {
|
|
6714
6728
|
"join": "round",
|
|
6715
6729
|
"filled": "off",
|
|
@@ -6720,10 +6734,52 @@
|
|
|
6720
6734
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
6721
6735
|
"componentName": "IconChevronTriangleDownSmall"
|
|
6722
6736
|
},
|
|
6737
|
+
{
|
|
6738
|
+
"category": "Arrows",
|
|
6739
|
+
"svg": "<path d=\"M12.7699 8.02512C13.2584 7.61804 14 7.9654 14 8.60128V15.3987C14 16.0346 13.2584 16.382 12.7699 15.9749L8.6914 12.5762C8.33158 12.2763 8.33158 11.7237 8.6914 11.4238L12.7699 8.02512Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
6740
|
+
"iconName": "chevron-triangle-left-medium, dropdown, caret",
|
|
6741
|
+
"variant": {
|
|
6742
|
+
"join": "round",
|
|
6743
|
+
"filled": "off",
|
|
6744
|
+
"radius": "2",
|
|
6745
|
+
"stroke": "2"
|
|
6746
|
+
},
|
|
6747
|
+
"createdAt": "2026-05-21T07:02:14.376118+00:00",
|
|
6748
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
6749
|
+
"componentName": "IconChevronTriangleLeftMedium"
|
|
6750
|
+
},
|
|
6751
|
+
{
|
|
6752
|
+
"category": "Arrows",
|
|
6753
|
+
"svg": "<path d=\"M11.2301 8.02512C10.7416 7.61804 10 7.9654 10 8.60128V15.3987C10 16.0346 10.7416 16.382 11.2301 15.9749L15.3086 12.5762C15.6684 12.2763 15.6684 11.7237 15.3086 11.4238L11.2301 8.02512Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
6754
|
+
"iconName": "chevron-triangle-right-medium, dropdown, caret",
|
|
6755
|
+
"variant": {
|
|
6756
|
+
"join": "round",
|
|
6757
|
+
"filled": "off",
|
|
6758
|
+
"radius": "2",
|
|
6759
|
+
"stroke": "2"
|
|
6760
|
+
},
|
|
6761
|
+
"createdAt": "2026-05-21T07:02:14.376118+00:00",
|
|
6762
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
6763
|
+
"componentName": "IconChevronTriangleRightMedium"
|
|
6764
|
+
},
|
|
6765
|
+
{
|
|
6766
|
+
"category": "Arrows",
|
|
6767
|
+
"svg": "<path d=\"M15.9749 12.7699C16.382 13.2584 16.0346 14 15.3987 14H8.60128C7.9654 14 7.61804 13.2584 8.02511 12.7699L11.4238 8.6914C11.7237 8.33158 12.2763 8.33158 12.5762 8.6914L15.9749 12.7699Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
6768
|
+
"iconName": "chevron-triangle-up-medium, dropdown, caret",
|
|
6769
|
+
"variant": {
|
|
6770
|
+
"join": "round",
|
|
6771
|
+
"filled": "off",
|
|
6772
|
+
"radius": "2",
|
|
6773
|
+
"stroke": "2"
|
|
6774
|
+
},
|
|
6775
|
+
"createdAt": "2026-05-21T07:02:14.376118+00:00",
|
|
6776
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
6777
|
+
"componentName": "IconChevronTriangleUpMedium"
|
|
6778
|
+
},
|
|
6723
6779
|
{
|
|
6724
6780
|
"category": "Arrows",
|
|
6725
6781
|
"svg": "<path d=\"M14.4778 13.25H9.52241C9.10634 13.25 8.87229 12.7715 9.12773 12.4431L11.6054 9.25748C11.8056 9.00011 12.1946 9.00011 12.3948 9.25748L14.8724 12.4431C15.1279 12.7715 14.8938 13.25 14.4778 13.25Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
6726
|
-
"iconName": "chevron-triangle-up-small, dropdown",
|
|
6782
|
+
"iconName": "chevron-triangle-up-small, dropdown, caret",
|
|
6727
6783
|
"variant": {
|
|
6728
6784
|
"join": "round",
|
|
6729
6785
|
"filled": "off",
|
|
@@ -19364,7 +19420,7 @@
|
|
|
19364
19420
|
},
|
|
19365
19421
|
{
|
|
19366
19422
|
"category": "Things",
|
|
19367
|
-
"svg": "<path d=\"M22.7314
|
|
19423
|
+
"svg": "<path d=\"M22.7314 11.9999C22.9016 12.2941 22.999 12.6356 22.999 12.9999C22.999 14.1045 22.1035 14.9999 20.999 14.9999C20.5646 14.9999 20.1625 14.8614 19.8346 14.6262M19.8346 14.6262C19.7385 14.5573 19.6487 14.4801 19.5664 14.3956L19.8346 14.6262ZM5.5 7.49989V4.99989C5.5 4.44761 5.95165 3.98853 6.49636 4.07973C8.7202 4.45206 9.474 5.99994 9.474 5.99994H14C17.314 5.99994 20 8.68589 20 11.9999C20 13.7749 19.225 15.3639 18 16.4629V18.9999C18 19.5522 17.5523 19.9999 17 19.9999H15C14.4477 19.9999 14 19.5522 14 18.9999C14 18.4477 13.5523 17.9999 13 17.9999H11C10.4477 17.9999 10 18.4477 10 18.9999C10 19.5522 9.55228 19.9999 9 19.9999H7C6.44772 19.9999 6 19.5522 6 18.9999V16.9999C5.094 16.4729 4.525 15.9079 4 14.9999H3C2.44772 14.9999 2 14.5522 2 13.9999V10.9349C2 10.3827 2.44772 9.93494 3 9.93494H4C4.338 9.00994 4.782 8.14789 5.5 7.49989Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 10.75C8.5 10.8881 8.38808 11 8.25 11M8.5 10.75C8.5 10.612 8.38808 10.5 8.25 10.5M8.5 10.75H8M8.25 11C8.11193 11 8 10.8881 8 10.75M8.25 11V10.5M8 10.75C8 10.612 8.11193 10.5 8.25 10.5M8.46655 10.625C8.53558 10.7446 8.49462 10.8975 8.37504 10.9665M8.46655 10.625C8.39751 10.5055 8.24462 10.4645 8.12504 10.5335M8.46655 10.625L8.03354 10.875M8.37504 10.9665C8.25547 11.0356 8.10257 10.9946 8.03354 10.875M8.37504 10.9665L8.12504 10.5335M8.03354 10.875C7.9645 10.7555 8.00547 10.6026 8.12504 10.5335M8.37508 10.5336C8.49465 10.6026 8.53562 10.7555 8.46659 10.8751M8.37508 10.5336C8.25551 10.4645 8.10261 10.5055 8.03357 10.6251M8.37508 10.5336L8.12508 10.9666M8.46659 10.8751C8.39755 10.9946 8.24465 11.0356 8.12508 10.9666M8.46659 10.8751L8.03357 10.6251M8.12508 10.9666C8.00551 10.8975 7.96454 10.7446 8.03357 10.6251\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19368
19424
|
"iconName": "piggy-bank, save-money",
|
|
19369
19425
|
"variant": {
|
|
19370
19426
|
"join": "round",
|
|
@@ -27118,6 +27174,20 @@
|
|
|
27118
27174
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
27119
27175
|
"componentName": "IconVoiceMode"
|
|
27120
27176
|
},
|
|
27177
|
+
{
|
|
27178
|
+
"category": "Accessibility",
|
|
27179
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M7.5 13.5V10.5C7.5 9.94772 7.94772 9.5 8.5 9.5H9C9.31476 9.5 9.61115 9.35181 9.8 9.1L10.7 7.9C10.8889 7.64819 11.1852 7.5 11.5 7.5C12.0523 7.5 12.5 7.94772 12.5 8.5V15.5C12.5 16.0523 12.0523 16.5 11.5 16.5C11.1852 16.5 10.8889 16.3518 10.7 16.1L9.8 14.9C9.61115 14.6482 9.31476 14.5 9 14.5H8.5C7.94772 14.5 7.5 14.0523 7.5 13.5Z\" fill=\"currentColor\"/><path d=\"M14.5 14C16 13 16 11 14.5 10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
27180
|
+
"iconName": "voiceover, sound",
|
|
27181
|
+
"variant": {
|
|
27182
|
+
"join": "round",
|
|
27183
|
+
"filled": "off",
|
|
27184
|
+
"radius": "2",
|
|
27185
|
+
"stroke": "2"
|
|
27186
|
+
},
|
|
27187
|
+
"createdAt": "2026-05-21T07:02:14.376118+00:00",
|
|
27188
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
27189
|
+
"componentName": "IconVoiceover"
|
|
27190
|
+
},
|
|
27121
27191
|
{
|
|
27122
27192
|
"category": "Sound & Music",
|
|
27123
27193
|
"svg": "<circle cx=\"16.5\" cy=\"15.5\" r=\"4.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"16.5\" cy=\"15.5\" r=\"2.5\" fill=\"currentColor\"/><path d=\"M3.00391 9V11M6.50391 4V16M10.0039 7V10M13.5039 5V7.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -478,7 +478,11 @@ export type CentralIconName =
|
|
|
478
478
|
| "IconChevronTop"
|
|
479
479
|
| "IconChevronTopMedium"
|
|
480
480
|
| "IconChevronTopSmall"
|
|
481
|
+
| "IconChevronTriangleDownMedium"
|
|
481
482
|
| "IconChevronTriangleDownSmall"
|
|
483
|
+
| "IconChevronTriangleLeftMedium"
|
|
484
|
+
| "IconChevronTriangleRightMedium"
|
|
485
|
+
| "IconChevronTriangleUpMedium"
|
|
482
486
|
| "IconChevronTriangleUpSmall"
|
|
483
487
|
| "IconChip"
|
|
484
488
|
| "IconChipSimple"
|
|
@@ -1936,6 +1940,7 @@ export type CentralIconName =
|
|
|
1936
1940
|
| "IconVoiceMemo"
|
|
1937
1941
|
| "IconVoiceMid"
|
|
1938
1942
|
| "IconVoiceMode"
|
|
1943
|
+
| "IconVoiceover"
|
|
1939
1944
|
| "IconVoiceRecord"
|
|
1940
1945
|
| "IconVoiceSettings"
|
|
1941
1946
|
| "IconVoiceShare"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.242",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 2006,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
]
|
|
108
108
|
},
|
|
109
109
|
"Accessibility": {
|
|
110
|
-
"count":
|
|
110
|
+
"count": 12,
|
|
111
111
|
"icons": [
|
|
112
112
|
"IconCircleHalfFill",
|
|
113
113
|
"IconCirclePerson",
|
|
@@ -119,11 +119,12 @@
|
|
|
119
119
|
"IconImageAltText",
|
|
120
120
|
"IconReduceMotion",
|
|
121
121
|
"IconSquareLinesBottom",
|
|
122
|
-
"IconVoiceControl"
|
|
122
|
+
"IconVoiceControl",
|
|
123
|
+
"IconVoiceover"
|
|
123
124
|
]
|
|
124
125
|
},
|
|
125
126
|
"Arrows": {
|
|
126
|
-
"count":
|
|
127
|
+
"count": 140,
|
|
127
128
|
"icons": [
|
|
128
129
|
"IconArrow",
|
|
129
130
|
"IconArrowBottomTop",
|
|
@@ -220,7 +221,11 @@
|
|
|
220
221
|
"IconChevronTop",
|
|
221
222
|
"IconChevronTopMedium",
|
|
222
223
|
"IconChevronTopSmall",
|
|
224
|
+
"IconChevronTriangleDownMedium",
|
|
223
225
|
"IconChevronTriangleDownSmall",
|
|
226
|
+
"IconChevronTriangleLeftMedium",
|
|
227
|
+
"IconChevronTriangleRightMedium",
|
|
228
|
+
"IconChevronTriangleUpMedium",
|
|
224
229
|
"IconChevronTriangleUpSmall",
|
|
225
230
|
"IconCollaborationPointerLeft",
|
|
226
231
|
"IconCollaborationPointerRight",
|
|
@@ -2681,8 +2686,12 @@
|
|
|
2681
2686
|
"IconChevronTop": "chevron-top",
|
|
2682
2687
|
"IconChevronTopMedium": "chevron-top-medium",
|
|
2683
2688
|
"IconChevronTopSmall": "chevron-top-small",
|
|
2684
|
-
"
|
|
2685
|
-
"
|
|
2689
|
+
"IconChevronTriangleDownMedium": "chevron-triangle-down-medium, dropdown, caret",
|
|
2690
|
+
"IconChevronTriangleDownSmall": "chevron-triangle-down-small, dropdown, caret",
|
|
2691
|
+
"IconChevronTriangleLeftMedium": "chevron-triangle-left-medium, dropdown, caret",
|
|
2692
|
+
"IconChevronTriangleRightMedium": "chevron-triangle-right-medium, dropdown, caret",
|
|
2693
|
+
"IconChevronTriangleUpMedium": "chevron-triangle-up-medium, dropdown, caret",
|
|
2694
|
+
"IconChevronTriangleUpSmall": "chevron-triangle-up-small, dropdown, caret",
|
|
2686
2695
|
"IconChip": "chip, esim",
|
|
2687
2696
|
"IconChipSimple": "chip-simple, processor",
|
|
2688
2697
|
"IconChrome": "chrome",
|
|
@@ -4139,6 +4148,7 @@
|
|
|
4139
4148
|
"IconVoiceMemo": "voice-memo, voice-control",
|
|
4140
4149
|
"IconVoiceMid": "voice-mid, wave",
|
|
4141
4150
|
"IconVoiceMode": "voice-mode, voice-settings",
|
|
4151
|
+
"IconVoiceover": "voiceover, sound",
|
|
4142
4152
|
"IconVoiceRecord": "voice-record",
|
|
4143
4153
|
"IconVoiceSettings": "voice-settings, edit-voice",
|
|
4144
4154
|
"IconVoiceShare": "voice-share",
|
package/index.d.ts
CHANGED
|
@@ -477,7 +477,11 @@ export { IconChevronRightSmall, default as IconChevronRightSmallDefault, } from
|
|
|
477
477
|
export { IconChevronTop, default as IconChevronTopDefault, } from "./IconChevronTop";
|
|
478
478
|
export { IconChevronTopMedium, default as IconChevronTopMediumDefault, } from "./IconChevronTopMedium";
|
|
479
479
|
export { IconChevronTopSmall, default as IconChevronTopSmallDefault, } from "./IconChevronTopSmall";
|
|
480
|
+
export { IconChevronTriangleDownMedium, default as IconChevronTriangleDownMediumDefault, } from "./IconChevronTriangleDownMedium";
|
|
480
481
|
export { IconChevronTriangleDownSmall, default as IconChevronTriangleDownSmallDefault, } from "./IconChevronTriangleDownSmall";
|
|
482
|
+
export { IconChevronTriangleLeftMedium, default as IconChevronTriangleLeftMediumDefault, } from "./IconChevronTriangleLeftMedium";
|
|
483
|
+
export { IconChevronTriangleRightMedium, default as IconChevronTriangleRightMediumDefault, } from "./IconChevronTriangleRightMedium";
|
|
484
|
+
export { IconChevronTriangleUpMedium, default as IconChevronTriangleUpMediumDefault, } from "./IconChevronTriangleUpMedium";
|
|
481
485
|
export { IconChevronTriangleUpSmall, default as IconChevronTriangleUpSmallDefault, } from "./IconChevronTriangleUpSmall";
|
|
482
486
|
export { IconChip, default as IconChipDefault } from "./IconChip";
|
|
483
487
|
export { IconChipSimple, default as IconChipSimpleDefault, } from "./IconChipSimple";
|
|
@@ -1939,6 +1943,7 @@ export { IconVoiceRecord, default as IconVoiceRecordDefault, } from "./IconVoice
|
|
|
1939
1943
|
export { IconVoiceSettings, default as IconVoiceSettingsDefault, } from "./IconVoiceSettings";
|
|
1940
1944
|
export { IconVoiceShare, default as IconVoiceShareDefault, } from "./IconVoiceShare";
|
|
1941
1945
|
export { IconVoiceSparkle, default as IconVoiceSparkleDefault, } from "./IconVoiceSparkle";
|
|
1946
|
+
export { IconVoiceover, default as IconVoiceoverDefault, } from "./IconVoiceover";
|
|
1942
1947
|
export { IconVolleyball, default as IconVolleyballDefault, } from "./IconVolleyball";
|
|
1943
1948
|
export { IconVolumeDown, default as IconVolumeDownDefault, } from "./IconVolumeDown";
|
|
1944
1949
|
export { IconVolumeFull, default as IconVolumeFullDefault, } from "./IconVolumeFull";
|