@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.300 → 1.1.301

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 React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconChevronGrabberHorizontalToward: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconChevronGrabberHorizontalToward;
@@ -0,0 +1,3 @@
1
+ var B=Object.create;var{getPrototypeOf:$,defineProperty:t,getOwnPropertyNames:k,getOwnPropertyDescriptor:F}=Object,w=Object.prototype.hasOwnProperty;function x(r){return this[r]}var M,P,S=(r,o,n)=>{var s=r!=null&&typeof r==="object";if(s){var f=o?M??=new WeakMap:P??=new WeakMap,g=f.get(r);if(g)return g}n=r!=null?B($(r)):{};let p=o||!r||!r.__esModule?t(n,"default",{value:r,enumerable:!0}):n;for(let l of k(r))if(!w.call(p,l))t(p,l,{get:x.bind(r,l),enumerable:!0});if(s)f.set(r,p);return p},v=(r)=>{var o=(d??=new WeakMap).get(r),n;if(o)return o;if(o=t({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var s of k(r))if(!w.call(o,s))t(o,s,{get:x.bind(r,s),enumerable:!(n=F(r,s))||n.enumerable})}return d.set(r,o),o},d;var U=(r)=>r;function b(r,o){this[r]=U.bind(null,o)}var y=(r,o)=>{for(var n in o)t(r,n,{get:o[n],enumerable:!0,configurable:!0,set:b.bind(o,n)})};var G={};y(G,{CentralIconBase:()=>h});module.exports=v(G);var m=S(require("react")),i=require("react-native-svg"),h=({children:r,size:o=24,mode:n="masked",maskId:s,...f})=>{let g=n!=="raw"&&!!s;return m.default.createElement(i.Svg,{...f,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},g?m.default.createElement(m.default.Fragment,null,m.default.createElement(i.Mask,{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},m.default.createElement(i.Rect,{width:"24",height:"24",fill:"#000"}),m.default.createElement(i.G,{color:"#fff"},r)),m.default.createElement(i.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):r)};var O={};y(O,{default:()=>j,IconChevronGrabberHorizontalToward:()=>C});module.exports=v(O);var e=S(require("react"));var u=require("react-native-svg"),C=e.default.memo((r)=>{return e.default.createElement(h,{...r,maskId:"square-filled-radius-0-stroke-1-IconChevronGrabberHorizontalToward"},e.default.createElement(u.Path,{d:"M9.95703 12L5.25 16.707L4.54297 16L8.54297 12L4.54297 8L5.25 7.29297L9.95703 12Z",fill:"currentColor"}),e.default.createElement(u.Path,{d:"M19.457 8L15.457 12L19.457 16L18.75 16.707L14.043 12L18.75 7.29297L19.457 8Z",fill:"currentColor"}))}),j=C;
2
+
3
+ //# debugId=B88DC40D6722B1F964756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconChevronGrabberHorizontalToward/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconChevronGrabberHorizontalToward: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconChevronGrabberHorizontalToward\"><Path d=\"M9.95703 12L5.25 16.707L4.54297 16L8.54297 12L4.54297 8L5.25 7.29297L9.95703 12Z\" fill=\"currentColor\"/><Path d=\"M19.457 8L15.457 12L19.457 16L18.75 16.707L14.043 12L18.75 7.29297L19.457 8Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconChevronGrabberHorizontalToward;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,8FChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAAuF,UAAM,KAAK,CAAC,IAAU,CACxH,OAAO,wBAAsU,EAAtU,IAAqB,EAAO,OAAO,sEAAqE,wBAAC,OAAD,CAAM,EAAE,mFAAmF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,+EAA+E,KAAK,eAAc,CAAI,EAC9U,EAEc",
9
+ "debugId": "B88DC40D6722B1F964756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import r from"react";import{Svg as l,Mask as h,Rect as m,G as u}from"react-native-svg";var t=({children:n,size:o=24,mode:f="masked",maskId:i,...g})=>{let p=f!=="raw"&&!!i;return r.createElement(l,{...g,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},p?r.createElement(r.Fragment,null,r.createElement(h,{id:i,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(m,{width:"24",height:"24",fill:"#000"}),r.createElement(u,{color:"#fff"},n)),r.createElement(m,{width:"24",height:"24",fill:"currentColor",mask:`url(#${i})`})):n)};import s from"react";import{Path as e}from"react-native-svg";var d=s.memo((n)=>{return s.createElement(t,{...n,maskId:"square-filled-radius-0-stroke-1-IconChevronGrabberHorizontalToward"},s.createElement(e,{d:"M9.95703 12L5.25 16.707L4.54297 16L8.54297 12L4.54297 8L5.25 7.29297L9.95703 12Z",fill:"currentColor"}),s.createElement(e,{d:"M19.457 8L15.457 12L19.457 16L18.75 16.707L14.043 12L18.75 7.29297L19.457 8Z",fill:"currentColor"}))}),F=d;export{F as default,d as IconChevronGrabberHorizontalToward};
2
+
3
+ //# debugId=F93509FD8E70BB9A64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconChevronGrabberHorizontalToward/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconChevronGrabberHorizontalToward: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconChevronGrabberHorizontalToward\"><Path d=\"M9.95703 12L5.25 16.707L4.54297 16L8.54297 12L4.54297 8L5.25 7.29297L9.95703 12Z\" fill=\"currentColor\"/><Path d=\"M19.457 8L15.457 12L19.457 16L18.75 16.707L14.043 12L18.75 7.29297L19.457 8Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconChevronGrabberHorizontalToward;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAuF,EAAM,KAAK,CAAC,IAAU,CACxH,OAAO,gBAAsU,EAAtU,IAAqB,EAAO,OAAO,sEAAqE,gBAAC,EAAD,CAAM,EAAE,mFAAmF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,+EAA+E,KAAK,eAAc,CAAI,EAC9U,EAEc",
9
+ "debugId": "F93509FD8E70BB9A64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconChevronGrabberVerticalToward: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconChevronGrabberVerticalToward;
@@ -0,0 +1,3 @@
1
+ var B=Object.create;var{getPrototypeOf:$,defineProperty:t,getOwnPropertyNames:k,getOwnPropertyDescriptor:F}=Object,w=Object.prototype.hasOwnProperty;function x(r){return this[r]}var M,P,S=(r,o,n)=>{var s=r!=null&&typeof r==="object";if(s){var f=o?M??=new WeakMap:P??=new WeakMap,g=f.get(r);if(g)return g}n=r!=null?B($(r)):{};let p=o||!r||!r.__esModule?t(n,"default",{value:r,enumerable:!0}):n;for(let l of k(r))if(!w.call(p,l))t(p,l,{get:x.bind(r,l),enumerable:!0});if(s)f.set(r,p);return p},v=(r)=>{var o=(d??=new WeakMap).get(r),n;if(o)return o;if(o=t({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var s of k(r))if(!w.call(o,s))t(o,s,{get:x.bind(r,s),enumerable:!(n=F(r,s))||n.enumerable})}return d.set(r,o),o},d;var U=(r)=>r;function b(r,o){this[r]=U.bind(null,o)}var y=(r,o)=>{for(var n in o)t(r,n,{get:o[n],enumerable:!0,configurable:!0,set:b.bind(o,n)})};var G={};y(G,{CentralIconBase:()=>h});module.exports=v(G);var m=S(require("react")),i=require("react-native-svg"),h=({children:r,size:o=24,mode:n="masked",maskId:s,...f})=>{let g=n!=="raw"&&!!s;return m.default.createElement(i.Svg,{...f,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},g?m.default.createElement(m.default.Fragment,null,m.default.createElement(i.Mask,{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},m.default.createElement(i.Rect,{width:"24",height:"24",fill:"#000"}),m.default.createElement(i.G,{color:"#fff"},r)),m.default.createElement(i.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):r)};var O={};y(O,{default:()=>j,IconChevronGrabberVerticalToward:()=>C});module.exports=v(O);var e=S(require("react"));var u=require("react-native-svg"),C=e.default.memo((r)=>{return e.default.createElement(h,{...r,maskId:"square-filled-radius-0-stroke-1-IconChevronGrabberVerticalToward"},e.default.createElement(u.Path,{d:"M16.707 18.75L16 19.457L12 15.457L8 19.457L7.29297 18.75L12 14.043L16.707 18.75Z",fill:"currentColor"}),e.default.createElement(u.Path,{d:"M16.707 5.25L12 9.95703L7.29297 5.25L8 4.54297L12 8.54297L16 4.54297L16.707 5.25Z",fill:"currentColor"}))}),j=C;
2
+
3
+ //# debugId=279143F62AB247F364756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconChevronGrabberVerticalToward/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconChevronGrabberVerticalToward: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconChevronGrabberVerticalToward\"><Path d=\"M16.707 18.75L16 19.457L12 15.457L8 19.457L7.29297 18.75L12 14.043L16.707 18.75Z\" fill=\"currentColor\"/><Path d=\"M16.707 5.25L12 9.95703L7.29297 5.25L8 4.54297L12 8.54297L16 4.54297L16.707 5.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconChevronGrabberVerticalToward;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,4FChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAAqF,UAAM,KAAK,CAAC,IAAU,CACtH,OAAO,wBAAyU,EAAzU,IAAqB,EAAO,OAAO,oEAAmE,wBAAC,OAAD,CAAM,EAAE,mFAAmF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,EACjV,EAEc",
9
+ "debugId": "279143F62AB247F364756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import r from"react";import{Svg as l,Mask as h,Rect as m,G as u}from"react-native-svg";var t=({children:n,size:o=24,mode:f="masked",maskId:i,...g})=>{let p=f!=="raw"&&!!i;return r.createElement(l,{...g,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},p?r.createElement(r.Fragment,null,r.createElement(h,{id:i,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(m,{width:"24",height:"24",fill:"#000"}),r.createElement(u,{color:"#fff"},n)),r.createElement(m,{width:"24",height:"24",fill:"currentColor",mask:`url(#${i})`})):n)};import s from"react";import{Path as e}from"react-native-svg";var d=s.memo((n)=>{return s.createElement(t,{...n,maskId:"square-filled-radius-0-stroke-1-IconChevronGrabberVerticalToward"},s.createElement(e,{d:"M16.707 18.75L16 19.457L12 15.457L8 19.457L7.29297 18.75L12 14.043L16.707 18.75Z",fill:"currentColor"}),s.createElement(e,{d:"M16.707 5.25L12 9.95703L7.29297 5.25L8 4.54297L12 8.54297L16 4.54297L16.707 5.25Z",fill:"currentColor"}))}),F=d;export{F as default,d as IconChevronGrabberVerticalToward};
2
+
3
+ //# debugId=ABD1D4EEC25011DE64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconChevronGrabberVerticalToward/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconChevronGrabberVerticalToward: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-filled-radius-0-stroke-1-IconChevronGrabberVerticalToward\"><Path d=\"M16.707 18.75L16 19.457L12 15.457L8 19.457L7.29297 18.75L12 14.043L16.707 18.75Z\" fill=\"currentColor\"/><Path d=\"M16.707 5.25L12 9.95703L7.29297 5.25L8 4.54297L12 8.54297L16 4.54297L16.707 5.25Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconChevronGrabberVerticalToward;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAqF,EAAM,KAAK,CAAC,IAAU,CACtH,OAAO,gBAAyU,EAAzU,IAAqB,EAAO,OAAO,oEAAmE,gBAAC,EAAD,CAAM,EAAE,mFAAmF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,EACjV,EAEc",
9
+ "debugId": "ABD1D4EEC25011DE64756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -414,6 +414,8 @@ Below is a complete list of available icons:
414
414
  - IconChevronTriangleUpMedium
415
415
  - IconCompassPointer
416
416
  - IconArrowRotatePoint
417
+ - IconChevronGrabberVerticalToward
418
+ - IconChevronGrabberHorizontalToward
417
419
 
418
420
  ### Augmented Reality
419
421