@central-icons-react-native/square-filled-radius-0-stroke-2 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-2-IconChevronGrabberHorizontalToward"},e.default.createElement(u.Path,{d:"M10.6641 12L5.25 17.4141L3.83594 16L7.83594 12L3.83594 8L5.25 6.58594L10.6641 12Z",fill:"currentColor"}),e.default.createElement(u.Path,{d:"M20.1641 8L16.1641 12L20.1641 16L18.75 17.4141L13.3359 12L18.75 6.58594L20.1641 8Z",fill:"currentColor"}))}),j=C;
2
+
3
+ //# debugId=696445CB55A7FDA264756E2164756E21
@@ -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-2-IconChevronGrabberHorizontalToward\"><Path d=\"M10.6641 12L5.25 17.4141L3.83594 16L7.83594 12L3.83594 8L5.25 6.58594L10.6641 12Z\" fill=\"currentColor\"/><Path d=\"M20.1641 8L16.1641 12L20.1641 16L18.75 17.4141L13.3359 12L18.75 6.58594L20.1641 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,wBAA6U,EAA7U,IAAqB,EAAO,OAAO,sEAAqE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qFAAqF,KAAK,eAAc,CAAI,EACrV,EAEc",
9
+ "debugId": "696445CB55A7FDA264756E2164756E21",
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-2-IconChevronGrabberHorizontalToward"},s.createElement(e,{d:"M10.6641 12L5.25 17.4141L3.83594 16L7.83594 12L3.83594 8L5.25 6.58594L10.6641 12Z",fill:"currentColor"}),s.createElement(e,{d:"M20.1641 8L16.1641 12L20.1641 16L18.75 17.4141L13.3359 12L18.75 6.58594L20.1641 8Z",fill:"currentColor"}))}),F=d;export{F as default,d as IconChevronGrabberHorizontalToward};
2
+
3
+ //# debugId=6ABEDEC51D94880064756E2164756E21
@@ -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-2-IconChevronGrabberHorizontalToward\"><Path d=\"M10.6641 12L5.25 17.4141L3.83594 16L7.83594 12L3.83594 8L5.25 6.58594L10.6641 12Z\" fill=\"currentColor\"/><Path d=\"M20.1641 8L16.1641 12L20.1641 16L18.75 17.4141L13.3359 12L18.75 6.58594L20.1641 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,gBAA6U,EAA7U,IAAqB,EAAO,OAAO,sEAAqE,gBAAC,EAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,qFAAqF,KAAK,eAAc,CAAI,EACrV,EAEc",
9
+ "debugId": "6ABEDEC51D94880064756E2164756E21",
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-2-IconChevronGrabberVerticalToward"},e.default.createElement(u.Path,{d:"M17.4141 18.75L16 20.1641L12 16.1641L8 20.1641L6.58594 18.75L12 13.3359L17.4141 18.75Z",fill:"currentColor"}),e.default.createElement(u.Path,{d:"M17.4141 5.25L12 10.6641L6.58594 5.25L8 3.83594L12 7.83594L16 3.83594L17.4141 5.25Z",fill:"currentColor"}))}),j=C;
2
+
3
+ //# debugId=9904BB5CA6245C2E64756E2164756E21
@@ -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-2-IconChevronGrabberVerticalToward\"><Path d=\"M17.4141 18.75L16 20.1641L12 16.1641L8 20.1641L6.58594 18.75L12 13.3359L17.4141 18.75Z\" fill=\"currentColor\"/><Path d=\"M17.4141 5.25L12 10.6641L6.58594 5.25L8 3.83594L12 7.83594L16 3.83594L17.4141 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,wBAAiV,EAAjV,IAAqB,EAAO,OAAO,oEAAmE,wBAAC,OAAD,CAAM,EAAE,yFAAyF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,sFAAsF,KAAK,eAAc,CAAI,EACzV,EAEc",
9
+ "debugId": "9904BB5CA6245C2E64756E2164756E21",
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-2-IconChevronGrabberVerticalToward"},s.createElement(e,{d:"M17.4141 18.75L16 20.1641L12 16.1641L8 20.1641L6.58594 18.75L12 13.3359L17.4141 18.75Z",fill:"currentColor"}),s.createElement(e,{d:"M17.4141 5.25L12 10.6641L6.58594 5.25L8 3.83594L12 7.83594L16 3.83594L17.4141 5.25Z",fill:"currentColor"}))}),F=d;export{F as default,d as IconChevronGrabberVerticalToward};
2
+
3
+ //# debugId=A45489A7F86FBD1364756E2164756E21
@@ -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-2-IconChevronGrabberVerticalToward\"><Path d=\"M17.4141 18.75L16 20.1641L12 16.1641L8 20.1641L6.58594 18.75L12 13.3359L17.4141 18.75Z\" fill=\"currentColor\"/><Path d=\"M17.4141 5.25L12 10.6641L6.58594 5.25L8 3.83594L12 7.83594L16 3.83594L17.4141 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,gBAAiV,EAAjV,IAAqB,EAAO,OAAO,oEAAmE,gBAAC,EAAD,CAAM,EAAE,yFAAyF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,sFAAsF,KAAK,eAAc,CAAI,EACzV,EAEc",
9
+ "debugId": "A45489A7F86FBD1364756E2164756E21",
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