@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.273 → 1.1.275

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMoveFolderInside: FC<CentralIconBaseProps>;
4
+ export default IconMoveFolderInside;
@@ -0,0 +1,3 @@
1
+ var g=Object.create;var{getPrototypeOf:v,defineProperty:t,getOwnPropertyNames:d,getOwnPropertyDescriptor:F}=Object,m=Object.prototype.hasOwnProperty;function f(o){return this[o]}var H,h,k=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var u=r?H??=new WeakMap:h??=new WeakMap,l=u.get(o);if(l)return l}e=o!=null?g(v(o)):{};let s=r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e;for(let a of d(o))if(!m.call(s,a))t(s,a,{get:f.bind(o,a),enumerable:!0});if(n)u.set(o,s);return s},I=(o)=>{var r=(c??=new WeakMap).get(o),e;if(r)return r;if(r=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of d(o))if(!m.call(r,n))t(r,n,{get:f.bind(o,n),enumerable:!(e=F(o,n))||e.enumerable})}return c.set(o,r),r},c;var y=(o)=>o;function M(o,r){this[o]=y.bind(null,r)}var L=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0,configurable:!0,set:M.bind(r,e)})};var S={};L(S,{CentralIconBase:()=>i});module.exports=I(S);var B=k(require("react")),x=require("react-native-svg"),i=({children:o,size:r=24,...e})=>{return B.default.createElement(x.Svg,{...e,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var b={};L(b,{default:()=>j,IconMoveFolderInside:()=>P});module.exports=I(b);var p=k(require("react"));var C=require("react-native-svg"),P=(o)=>{return p.default.createElement(i,{...o},p.default.createElement(C.Path,{d:"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M22.5 17.5H19.5H16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M18.5 14.5L15.5 17.5L18.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},j=P;
2
+
3
+ //# debugId=8E91AB179FBD955464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconMoveFolderInside/index.tsx"],
4
+ "sourcesContent": [
5
+ "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<\n CentralIconBaseProps\n> = ({\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",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMoveFolderInside: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M22.5 17.5H19.5H16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.5 14.5L15.5 17.5L18.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconMoveFolderInside;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,gFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAiD,CAAC,IAAU,CACvE,OAAO,wBAAqiB,EAAriB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,2OAA2O,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,iCAAiC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG/hB",
9
+ "debugId": "8E91AB179FBD955464756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...p})=>{return s.createElement(C,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e)};import r from"react";import{Path as n}from"react-native-svg";var a=(e)=>{return r.createElement(t,{...e},r.createElement(n,{d:"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M22.5 17.5H19.5H16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M18.5 14.5L15.5 17.5L18.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},B=a;export{B as default,a as IconMoveFolderInside};
2
+
3
+ //# debugId=09FDF547EB3D31A464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconMoveFolderInside/index.tsx"],
4
+ "sourcesContent": [
5
+ "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<\n CentralIconBaseProps\n> = ({\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",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMoveFolderInside: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M12.5 19.5H3.5C2.94772 19.5 2.5 19.0523 2.5 18.5V4.5C2.5 3.94772 2.94772 3.5 3.5 3.5H9.46482C9.79917 3.5 10.1114 3.6671 10.2969 3.9453L11.7031 6.0547C11.8886 6.3329 12.2008 6.5 12.5352 6.5H20.5C21.0523 6.5 21.5 6.94772 21.5 7.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M22.5 17.5H19.5H16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.5 14.5L15.5 17.5L18.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconMoveFolderInside;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAqiB,EAAriB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,2OAA2O,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,iCAAiC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG/hB",
9
+ "debugId": "09FDF547EB3D31A464756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPhoneHaptic2: FC<CentralIconBaseProps>;
4
+ export default IconPhoneHaptic2;
@@ -0,0 +1,3 @@
1
+ var x=Object.create;var{getPrototypeOf:g,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:j}=Object,l=Object.prototype.hasOwnProperty;function a(r){return this[r]}var h,v,m=(r,o,n)=>{var s=r!=null&&typeof r==="object";if(s){var C=o?h??=new WeakMap:v??=new WeakMap,k=C.get(r);if(k)return k}n=r!=null?x(g(r)):{};let u=o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n;for(let i of c(r))if(!l.call(u,i))p(u,i,{get:a.bind(r,i),enumerable:!0});if(s)C.set(r,u);return u},f=(r)=>{var o=(L??=new WeakMap).get(r),n;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var s of c(r))if(!l.call(o,s))p(o,s,{get:a.bind(r,s),enumerable:!(n=j(r,s))||n.enumerable})}return L.set(r,o),o},L;var y=(r)=>r;function F(r,o){this[r]=y.bind(null,o)}var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0,configurable:!0,set:F.bind(o,n)})};var H={};B(H,{CentralIconBase:()=>d});module.exports=f(H);var I=m(require("react")),M=require("react-native-svg"),d=({children:r,size:o=24,...n})=>{return I.default.createElement(M.Svg,{...n,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var S={};B(S,{default:()=>b,IconPhoneHaptic2:()=>P});module.exports=f(S);var e=m(require("react"));var t=require("react-native-svg"),P=(r)=>{return e.default.createElement(d,{...r},e.default.createElement(t.Path,{d:"M16.5 19.5V4.5C16.5 3.94772 16.0523 3.5 15.5 3.5H8.5C7.94772 3.5 7.5 3.94772 7.5 4.5V19.5C7.5 20.0523 7.94772 20.5 8.5 20.5H15.5C16.0523 20.5 16.5 20.0523 16.5 19.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M11 5.5H13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M21.25 6.75L19 8.02703",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M5 15.9731L2.75 17.2502",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M21.25 17.2502L19 15.9731",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M5 8.02703L2.75 6.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M22.1357 12L19.75 12",stroke:"currentColor",strokeLinecap:"round"}),e.default.createElement(t.Path,{d:"M4.24902 12L1.86328 12",stroke:"currentColor",strokeLinecap:"round"}))},b=P;
2
+
3
+ //# debugId=3F8838524DBFD8EE64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconPhoneHaptic2/index.tsx"],
4
+ "sourcesContent": [
5
+ "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<\n CentralIconBaseProps\n> = ({\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",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPhoneHaptic2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M16.5 19.5V4.5C16.5 3.94772 16.0523 3.5 15.5 3.5H8.5C7.94772 3.5 7.5 3.94772 7.5 4.5V19.5C7.5 20.0523 7.94772 20.5 8.5 20.5H15.5C16.0523 20.5 16.5 20.0523 16.5 19.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11 5.5H13\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21.25 6.75L19 8.02703\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5 15.9731L2.75 17.2502\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21.25 17.2502L19 15.9731\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5 8.02703L2.75 6.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M22.1357 12L19.75 12\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M4.24902 12L1.86328 12\" stroke=\"currentColor\" strokeLinecap=\"round\"/></CentralIconBase>;\n};\n\nexport default IconPhoneHaptic2;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAA25B,EAA35B,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,wKAAwK,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,yBAAyB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,cAAc,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,yBAAyB,OAAO,eAAe,cAAc,QAAO,CAAI,GAGr5B",
9
+ "debugId": "3F8838524DBFD8EE64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";import{Svg as u}from"react-native-svg";var t=({children:e,size:n=24,...s})=>{return p.createElement(u,{...s,width:typeof n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},e)};import r from"react";import{Path as o}from"react-native-svg";var i=(e)=>{return r.createElement(t,{...e},r.createElement(o,{d:"M16.5 19.5V4.5C16.5 3.94772 16.0523 3.5 15.5 3.5H8.5C7.94772 3.5 7.5 3.94772 7.5 4.5V19.5C7.5 20.0523 7.94772 20.5 8.5 20.5H15.5C16.0523 20.5 16.5 20.0523 16.5 19.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M11 5.5H13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M21.25 6.75L19 8.02703",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M5 15.9731L2.75 17.2502",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M21.25 17.2502L19 15.9731",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M5 8.02703L2.75 6.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M22.1357 12L19.75 12",stroke:"currentColor",strokeLinecap:"round"}),r.createElement(o,{d:"M4.24902 12L1.86328 12",stroke:"currentColor",strokeLinecap:"round"}))},I=i;export{I as default,i as IconPhoneHaptic2};
2
+
3
+ //# debugId=8096BF311AEC01A964756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconPhoneHaptic2/index.tsx"],
4
+ "sourcesContent": [
5
+ "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<\n CentralIconBaseProps\n> = ({\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",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPhoneHaptic2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M16.5 19.5V4.5C16.5 3.94772 16.0523 3.5 15.5 3.5H8.5C7.94772 3.5 7.5 3.94772 7.5 4.5V19.5C7.5 20.0523 7.94772 20.5 8.5 20.5H15.5C16.0523 20.5 16.5 20.0523 16.5 19.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11 5.5H13\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21.25 6.75L19 8.02703\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5 15.9731L2.75 17.2502\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21.25 17.2502L19 15.9731\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5 8.02703L2.75 6.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M22.1357 12L19.75 12\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M4.24902 12L1.86328 12\" stroke=\"currentColor\" strokeLinecap=\"round\"/></CentralIconBase>;\n};\n\nexport default IconPhoneHaptic2;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAA25B,EAA35B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,wKAAwK,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,yBAAyB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,4BAA4B,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,cAAc,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,yBAAyB,OAAO,eAAe,cAAc,QAAO,CAAI,GAGr5B",
9
+ "debugId": "8096BF311AEC01A964756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -692,6 +692,7 @@ Below is a complete list of available icons:
692
692
  - IconDevices2
693
693
  - IconTorch
694
694
  - IconPrinter2
695
+ - IconPhoneHaptic2
695
696
 
696
697
  ### Edit
697
698
 
@@ -926,6 +927,7 @@ Below is a complete list of available icons:
926
927
  - IconFileArrowRightIn
927
928
  - IconFileArrowRightOut
928
929
  - IconFolderOpenFront
930
+ - IconMoveFolderInside
929
931
 
930
932
  ### Food
931
933