@central-icons-react/square-outlined-radius-0-stroke-1 1.1.300 → 1.1.302

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 IconChart8: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconChart8;
@@ -0,0 +1,3 @@
1
+ var B=Object.create;var{getPrototypeOf:x,defineProperty:p,getOwnPropertyNames:C,getOwnPropertyDescriptor:y}=Object,c=Object.prototype.hasOwnProperty;function u(r){return this[r]}var P,I,m=(r,e,o)=>{var i=r!=null&&typeof r==="object";if(i){var h=e?P??=new WeakMap:I??=new WeakMap,d=h.get(r);if(d)return d}o=r!=null?B(x(r)):{};let l=e||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o;for(let n of C(r))if(!c.call(l,n))p(l,n,{get:u.bind(r,n),enumerable:!0});if(i)h.set(r,l);return l},g=(r)=>{var e=(a??=new WeakMap).get(r),o;if(e)return e;if(e=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var i of C(r))if(!c.call(e,i))p(e,i,{get:u.bind(r,i),enumerable:!(o=y(r,i))||o.enumerable})}return a.set(r,e),e},a;var V=(r)=>r;function W(r,e){this[r]=V.bind(null,e)}var f=(r,e)=>{for(var o in e)p(r,o,{get:e[o],enumerable:!0,configurable:!0,set:W.bind(e,o)})};var M={};f(M,{CentralIconBase:()=>k});module.exports=g(M);var s=m(require("react")),k=({children:r,size:e=24,ariaLabel:o,color:i,ariaHidden:h=!0,style:d,mode:l="masked",maskId:n,...w})=>{let L=l!=="raw"&&!!n;return s.default.createElement("svg",{...w,"aria-hidden":h,role:h?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:i,...d}},o&&!h&&s.default.createElement("title",null,o),L?s.default.createElement(s.default.Fragment,null,s.default.createElement("mask",{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),s.default.createElement("g",{fill:"none",style:{color:"#fff"}},r)),s.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):r)};var _={};f(_,{default:()=>b,IconChart8:()=>F});module.exports=g(_);var t=m(require("react"));var F=t.default.memo((r)=>{return t.default.createElement(k,{...r,ariaLabel:"chart-8, statistics, flipchart, presentation, graph",maskId:"square-outlined-radius-0-stroke-1-IconChart8"},t.default.createElement("g",{clipPath:"url(#clip0_15619_27922)"},t.default.createElement("g",{clipPath:"url(#clip1_15619_27922)"},t.default.createElement("rect",{width:"24",height:"24",fill:"#FFB5CC","fill-opacity":"0.03"}),t.default.createElement("rect",{x:"3",y:"3",width:"18",height:"18",stroke:"#FFB5CC",strokeWidth:"0.1"}),t.default.createElement("rect",{x:"4",y:"2",width:"16",height:"20",stroke:"#FFB5CC",strokeWidth:"0.1"}),t.default.createElement("rect",{x:"2",y:"4",width:"20",height:"16",stroke:"#FFB5CC",strokeWidth:"0.1"}),t.default.createElement("circle",{cx:"12",cy:"12",r:"8.95",stroke:"#FFB5CC",strokeWidth:"0.1"}),t.default.createElement("circle",{cx:"12",cy:"12",r:"8.95",stroke:"#FFB5CC",strokeWidth:"0.1"}),t.default.createElement("circle",{cx:"12",cy:"12",r:"9.95",stroke:"#FFB5CC",strokeWidth:"0.1"}),t.default.createElement("path",{d:"M0 0L24 24M24 0L0 24",stroke:"#FFB5CC",strokeWidth:"0.1"}),t.default.createElement("path",{d:"M8 12L12 8L16 12L12 16L8 12Z",stroke:"#FFB5CC",strokeWidth:"0.1",strokeLinecap:"round"}),t.default.createElement("path",{d:"M7 12L12 7L17 12L12 17L7 12Z",stroke:"#FFB5CC",strokeWidth:"0.1",strokeLinecap:"round"})),t.default.createElement("path",{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor"}),t.default.createElement("path",{d:"M12 16.5V7.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),t.default.createElement("path",{d:"M7.5 16.5V12.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),t.default.createElement("path",{d:"M16.5 16.5V10.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"})),t.default.createElement("defs",null,t.default.createElement("clipPath",{id:"clip0_15619_27922"},t.default.createElement("rect",{width:"24",height:"24",fill:"white"})),t.default.createElement("clipPath",{id:"clip1_15619_27922"},t.default.createElement("rect",{width:"24",height:"24",fill:"white"}))))}),b=F;
2
+
3
+ //# debugId=9B1EDE2B7182F9C264756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconChart8/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\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 fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </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\";\n\nexport const IconChart8: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"chart-8, statistics, flipchart, presentation, graph\" maskId=\"square-outlined-radius-0-stroke-1-IconChart8\"><g clipPath=\"url(#clip0_15619_27922)\"><g clipPath=\"url(#clip1_15619_27922)\"><rect width=\"24\" height=\"24\" fill=\"#FFB5CC\" fill-opacity=\"0.03\"/><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><rect x=\"4\" y=\"2\" width=\"16\" height=\"20\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><circle cx=\"12\" cy=\"12\" r=\"8.95\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><circle cx=\"12\" cy=\"12\" r=\"8.95\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><circle cx=\"12\" cy=\"12\" r=\"9.95\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><path d=\"M0 0L24 24M24 0L0 24\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><path d=\"M8 12L12 8L16 12L12 16L8 12Z\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\" strokeLinecap=\"round\"/><path d=\"M7 12L12 7L17 12L12 17L7 12Z\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\" strokeLinecap=\"round\"/></g><path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\"/><path d=\"M12 16.5V7.5\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><path d=\"M7.5 16.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><path d=\"M16.5 16.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/></g><defs><clipPath id=\"clip0_15619_27922\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath><clipPath id=\"clip1_15619_27922\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs></CentralIconBase>;\n});\n\nexport default IconChart8;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,sEC9DY,IAAlB,sBAGO,IAAM,EAA+D,UAAM,KAAK,CAAC,IAAU,CAChG,OAAO,wBAAs/C,EAAt/C,IAAqB,EAAO,UAAU,sDAAsD,OAAO,gDAA+C,wBAAqqC,IAArqC,CAAG,SAAS,2BAA0B,wBAAoyB,IAApyB,CAAG,SAAS,2BAA0B,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,UAAU,eAAa,OAAM,EAAE,wBAAC,OAAD,CAAM,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,OAAO,UAAU,YAAY,MAAK,EAAE,wBAAC,OAAD,CAAM,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,OAAO,UAAU,YAAY,MAAK,EAAE,wBAAC,OAAD,CAAM,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,OAAO,UAAU,YAAY,MAAK,EAAE,wBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,OAAO,UAAU,YAAY,MAAK,EAAE,wBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,OAAO,UAAU,YAAY,MAAK,EAAE,wBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,OAAO,UAAU,YAAY,MAAK,EAAE,wBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,UAAU,YAAY,MAAK,EAAE,wBAAC,OAAD,CAAM,EAAE,+BAA+B,OAAO,UAAU,YAAY,MAAM,cAAc,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,+BAA+B,OAAO,UAAU,YAAY,MAAM,cAAc,QAAO,CAAI,EAAE,wBAAC,OAAD,CAAM,EAAE,+BAA+B,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,eAAe,QAAO,CAAI,EAAE,wBAAsL,OAAtL,KAAM,wBAA8E,WAA9E,CAAU,GAAG,qBAAoB,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,QAAO,CAAI,EAAS,wBAA8E,WAA9E,CAAU,GAAG,qBAAoB,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,QAAO,CAAI,CAAW,CAAO,EAC9/C,EAEc",
9
+ "debugId": "9B1EDE2B7182F9C264756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import t from"react";var h=({children:o,size:e=24,ariaLabel:n,color:l,ariaHidden:i=!0,style:p,mode:d="masked",maskId:s,...k})=>{let a=d!=="raw"&&!!s;return t.createElement("svg",{...k,"aria-hidden":i,role:i?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...p}},n&&!i&&t.createElement("title",null,n),a?t.createElement(t.Fragment,null,t.createElement("mask",{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},t.createElement("rect",{width:"24",height:"24",fill:"#000"}),t.createElement("g",{fill:"none",style:{color:"#fff"}},o)),t.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):o)};import r from"react";var C=r.memo((o)=>{return r.createElement(h,{...o,ariaLabel:"chart-8, statistics, flipchart, presentation, graph",maskId:"square-outlined-radius-0-stroke-1-IconChart8"},r.createElement("g",{clipPath:"url(#clip0_15619_27922)"},r.createElement("g",{clipPath:"url(#clip1_15619_27922)"},r.createElement("rect",{width:"24",height:"24",fill:"#FFB5CC","fill-opacity":"0.03"}),r.createElement("rect",{x:"3",y:"3",width:"18",height:"18",stroke:"#FFB5CC",strokeWidth:"0.1"}),r.createElement("rect",{x:"4",y:"2",width:"16",height:"20",stroke:"#FFB5CC",strokeWidth:"0.1"}),r.createElement("rect",{x:"2",y:"4",width:"20",height:"16",stroke:"#FFB5CC",strokeWidth:"0.1"}),r.createElement("circle",{cx:"12",cy:"12",r:"8.95",stroke:"#FFB5CC",strokeWidth:"0.1"}),r.createElement("circle",{cx:"12",cy:"12",r:"8.95",stroke:"#FFB5CC",strokeWidth:"0.1"}),r.createElement("circle",{cx:"12",cy:"12",r:"9.95",stroke:"#FFB5CC",strokeWidth:"0.1"}),r.createElement("path",{d:"M0 0L24 24M24 0L0 24",stroke:"#FFB5CC",strokeWidth:"0.1"}),r.createElement("path",{d:"M8 12L12 8L16 12L12 16L8 12Z",stroke:"#FFB5CC",strokeWidth:"0.1",strokeLinecap:"round"}),r.createElement("path",{d:"M7 12L12 7L17 12L12 17L7 12Z",stroke:"#FFB5CC",strokeWidth:"0.1",strokeLinecap:"round"})),r.createElement("path",{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor"}),r.createElement("path",{d:"M12 16.5V7.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement("path",{d:"M7.5 16.5V12.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}),r.createElement("path",{d:"M16.5 16.5V10.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"})),r.createElement("defs",null,r.createElement("clipPath",{id:"clip0_15619_27922"},r.createElement("rect",{width:"24",height:"24",fill:"white"})),r.createElement("clipPath",{id:"clip1_15619_27922"},r.createElement("rect",{width:"24",height:"24",fill:"white"}))))}),F=C;export{F as default,C as IconChart8};
2
+
3
+ //# debugId=D041757620A69CD564756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconChart8/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\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 fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </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\";\n\nexport const IconChart8: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"chart-8, statistics, flipchart, presentation, graph\" maskId=\"square-outlined-radius-0-stroke-1-IconChart8\"><g clipPath=\"url(#clip0_15619_27922)\"><g clipPath=\"url(#clip1_15619_27922)\"><rect width=\"24\" height=\"24\" fill=\"#FFB5CC\" fill-opacity=\"0.03\"/><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><rect x=\"4\" y=\"2\" width=\"16\" height=\"20\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><circle cx=\"12\" cy=\"12\" r=\"8.95\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><circle cx=\"12\" cy=\"12\" r=\"8.95\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><circle cx=\"12\" cy=\"12\" r=\"9.95\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><path d=\"M0 0L24 24M24 0L0 24\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\"/><path d=\"M8 12L12 8L16 12L12 16L8 12Z\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\" strokeLinecap=\"round\"/><path d=\"M7 12L12 7L17 12L12 17L7 12Z\" stroke=\"#FFB5CC\" strokeWidth=\"0.1\" strokeLinecap=\"round\"/></g><path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\"/><path d=\"M12 16.5V7.5\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><path d=\"M7.5 16.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><path d=\"M16.5 16.5V10.5\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/></g><defs><clipPath id=\"clip0_15619_27922\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath><clipPath id=\"clip1_15619_27922\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs></CentralIconBase>;\n});\n\nexport default IconChart8;\n"
7
+ ],
8
+ "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAA+D,EAAM,KAAK,CAAC,IAAU,CAChG,OAAO,gBAAs/C,EAAt/C,IAAqB,EAAO,UAAU,sDAAsD,OAAO,gDAA+C,gBAAqqC,IAArqC,CAAG,SAAS,2BAA0B,gBAAoyB,IAApyB,CAAG,SAAS,2BAA0B,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,UAAU,eAAa,OAAM,EAAE,gBAAC,OAAD,CAAM,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,OAAO,UAAU,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,OAAO,UAAU,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,OAAO,UAAU,YAAY,MAAK,EAAE,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,OAAO,UAAU,YAAY,MAAK,EAAE,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,OAAO,UAAU,YAAY,MAAK,EAAE,gBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,OAAO,UAAU,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,UAAU,YAAY,MAAK,EAAE,gBAAC,OAAD,CAAM,EAAE,+BAA+B,OAAO,UAAU,YAAY,MAAM,cAAc,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,+BAA+B,OAAO,UAAU,YAAY,MAAM,cAAc,QAAO,CAAI,EAAE,gBAAC,OAAD,CAAM,EAAE,+BAA+B,OAAO,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,eAAe,QAAO,EAAE,gBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,cAAc,SAAS,eAAe,QAAO,CAAI,EAAE,gBAAsL,OAAtL,KAAM,gBAA8E,WAA9E,CAAU,GAAG,qBAAoB,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,QAAO,CAAI,EAAS,gBAA8E,WAA9E,CAAU,GAAG,qBAAoB,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,QAAO,CAAI,CAAW,CAAO,EAC9/C,EAEc",
9
+ "debugId": "D041757620A69CD564756E2164756E21",
10
+ "names": []
11
+ }
@@ -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 v=Object.create;var{getPrototypeOf:B,defineProperty:m,getOwnPropertyNames:w,getOwnPropertyDescriptor:C}=Object,u=Object.prototype.hasOwnProperty;function d(t){return this[t]}var G,$,x=(t,e,r)=>{var n=t!=null&&typeof t==="object";if(n){var l=e?G??=new WeakMap:$??=new WeakMap,f=l.get(t);if(f)return f}r=t!=null?v(B(t)):{};let i=e||!t||!t.__esModule?m(r,"default",{value:t,enumerable:!0}):r;for(let s of w(t))if(!u.call(i,s))m(i,s,{get:d.bind(t,s),enumerable:!0});if(n)l.set(t,i);return i},y=(t)=>{var e=(p??=new WeakMap).get(t),r;if(e)return e;if(e=m({},"__esModule",{value:!0}),t&&typeof t==="object"||typeof t==="function"){for(var n of w(t))if(!u.call(e,n))m(e,n,{get:d.bind(t,n),enumerable:!(r=C(t,n))||r.enumerable})}return p.set(t,e),e},p;var a=(t)=>t;function b(t,e){this[t]=a.bind(null,e)}var k=(t,e)=>{for(var r in e)m(t,r,{get:e[r],enumerable:!0,configurable:!0,set:b.bind(e,r)})};var U={};k(U,{CentralIconBase:()=>h});module.exports=y(U);var o=x(require("react")),h=({children:t,size:e=24,ariaLabel:r,color:n,ariaHidden:l=!0,style:f,mode:i="masked",maskId:s,...P})=>{let V=i!=="raw"&&!!s;return o.default.createElement("svg",{...P,"aria-hidden":l,role:l?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...f}},r&&!l&&o.default.createElement("title",null,r),V?o.default.createElement(o.default.Fragment,null,o.default.createElement("mask",{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),o.default.createElement("g",{fill:"none",style:{color:"#fff"}},t)),o.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):t)};var E={};k(E,{default:()=>F,IconChevronGrabberHorizontalToward:()=>S});module.exports=y(E);var g=x(require("react"));var S=g.default.memo((t)=>{return g.default.createElement(h,{...t,ariaLabel:"chevron-grabber-horizontal-toward",maskId:"square-outlined-radius-0-stroke-1-IconChevronGrabberHorizontalToward"},g.default.createElement("path",{d:"M5.25 16L9.25 12L5.25 8",stroke:"currentColor",strokeLinecap:"square"}),g.default.createElement("path",{d:"M18.75 16L14.75 12L18.75 8",stroke:"currentColor",strokeLinecap:"square"}))}),F=S;
2
+
3
+ //# debugId=AC3CC1D53ACF156664756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconChevronGrabberHorizontalToward/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\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 fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </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\";\n\nexport const IconChevronGrabberHorizontalToward: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"chevron-grabber-horizontal-toward\" maskId=\"square-outlined-radius-0-stroke-1-IconChevronGrabberHorizontalToward\"><path d=\"M5.25 16L9.25 12L5.25 8\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M18.75 16L14.75 12L18.75 8\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n});\n\nexport default IconChevronGrabberHorizontalToward;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,8FC9DY,IAAlB,sBAGO,IAAM,EAAuF,UAAM,KAAK,CAAC,IAAU,CACxH,OAAO,wBAA6T,EAA7T,IAAqB,EAAO,UAAU,oCAAoC,OAAO,wEAAuE,wBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,cAAc,SAAQ,CAAI,EACrU,EAEc",
9
+ "debugId": "AC3CC1D53ACF156664756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import t from"react";var i=({children:r,size:e=24,ariaLabel:l,color:m,ariaHidden:o=!0,style:g,mode:f="masked",maskId:s,...h})=>{let p=f!=="raw"&&!!s;return t.createElement("svg",{...h,"aria-hidden":o,role:o?void 0:"img",width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...g}},l&&!o&&t.createElement("title",null,l),p?t.createElement(t.Fragment,null,t.createElement("mask",{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},t.createElement("rect",{width:"24",height:"24",fill:"#000"}),t.createElement("g",{fill:"none",style:{color:"#fff"}},r)),t.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):r)};import n from"react";var w=n.memo((r)=>{return n.createElement(i,{...r,ariaLabel:"chevron-grabber-horizontal-toward",maskId:"square-outlined-radius-0-stroke-1-IconChevronGrabberHorizontalToward"},n.createElement("path",{d:"M5.25 16L9.25 12L5.25 8",stroke:"currentColor",strokeLinecap:"square"}),n.createElement("path",{d:"M18.75 16L14.75 12L18.75 8",stroke:"currentColor",strokeLinecap:"square"}))}),S=w;export{S as default,w as IconChevronGrabberHorizontalToward};
2
+
3
+ //# debugId=59E7975B6FC9014664756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconChevronGrabberHorizontalToward/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\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 fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </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\";\n\nexport const IconChevronGrabberHorizontalToward: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"chevron-grabber-horizontal-toward\" maskId=\"square-outlined-radius-0-stroke-1-IconChevronGrabberHorizontalToward\"><path d=\"M5.25 16L9.25 12L5.25 8\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M18.75 16L14.75 12L18.75 8\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n});\n\nexport default IconChevronGrabberHorizontalToward;\n"
7
+ ],
8
+ "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAuF,EAAM,KAAK,CAAC,IAAU,CACxH,OAAO,gBAA6T,EAA7T,IAAqB,EAAO,UAAU,oCAAoC,OAAO,wEAAuE,gBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,cAAc,SAAQ,CAAI,EACrU,EAEc",
9
+ "debugId": "59E7975B6FC9014664756E2164756E21",
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:C,defineProperty:m,getOwnPropertyNames:w,getOwnPropertyDescriptor:G}=Object,u=Object.prototype.hasOwnProperty;function d(t){return this[t]}var V,$,x=(t,r,e)=>{var o=t!=null&&typeof t==="object";if(o){var l=r?V??=new WeakMap:$??=new WeakMap,f=l.get(t);if(f)return f}e=t!=null?B(C(t)):{};let i=r||!t||!t.__esModule?m(e,"default",{value:t,enumerable:!0}):e;for(let s of w(t))if(!u.call(i,s))m(i,s,{get:d.bind(t,s),enumerable:!0});if(o)l.set(t,i);return i},y=(t)=>{var r=(p??=new WeakMap).get(t),e;if(r)return r;if(r=m({},"__esModule",{value:!0}),t&&typeof t==="object"||typeof t==="function"){for(var o of w(t))if(!u.call(r,o))m(r,o,{get:d.bind(t,o),enumerable:!(e=G(t,o))||e.enumerable})}return p.set(t,r),r},p;var a=(t)=>t;function b(t,r){this[t]=a.bind(null,r)}var k=(t,r)=>{for(var e in r)m(t,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var U={};k(U,{CentralIconBase:()=>h});module.exports=y(U);var n=x(require("react")),h=({children:t,size:r=24,ariaLabel:e,color:o,ariaHidden:l=!0,style:f,mode:i="masked",maskId:s,...P})=>{let v=i!=="raw"&&!!s;return n.default.createElement("svg",{...P,"aria-hidden":l,role:l?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:o,...f}},e&&!l&&n.default.createElement("title",null,e),v?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),n.default.createElement("g",{fill:"none",style:{color:"#fff"}},t)),n.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):t)};var E={};k(E,{default:()=>F,IconChevronGrabberVerticalToward:()=>S});module.exports=y(E);var g=x(require("react"));var S=g.default.memo((t)=>{return g.default.createElement(h,{...t,ariaLabel:"chevron-grabber-vertical-toward",maskId:"square-outlined-radius-0-stroke-1-IconChevronGrabberVerticalToward"},g.default.createElement("path",{d:"M8 5.25L12 9.25L16 5.25",stroke:"currentColor",strokeLinecap:"square"}),g.default.createElement("path",{d:"M8 18.75L12 14.75L16 18.75",stroke:"currentColor",strokeLinecap:"square"}))}),F=S;
2
+
3
+ //# debugId=59C1C00F8702D90164756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconChevronGrabberVerticalToward/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\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 fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </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\";\n\nexport const IconChevronGrabberVerticalToward: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"chevron-grabber-vertical-toward\" maskId=\"square-outlined-radius-0-stroke-1-IconChevronGrabberVerticalToward\"><path d=\"M8 5.25L12 9.25L16 5.25\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M8 18.75L12 14.75L16 18.75\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n});\n\nexport default IconChevronGrabberVerticalToward;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,4FC9DY,IAAlB,sBAGO,IAAM,EAAqF,UAAM,KAAK,CAAC,IAAU,CACtH,OAAO,wBAAyT,EAAzT,IAAqB,EAAO,UAAU,kCAAkC,OAAO,sEAAqE,wBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,cAAc,SAAQ,CAAI,EACjU,EAEc",
9
+ "debugId": "59C1C00F8702D90164756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import t from"react";var i=({children:e,size:r=24,ariaLabel:l,color:m,ariaHidden:n=!0,style:g,mode:f="masked",maskId:s,...h})=>{let p=f!=="raw"&&!!s;return t.createElement("svg",{...h,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:m,...g}},l&&!n&&t.createElement("title",null,l),p?t.createElement(t.Fragment,null,t.createElement("mask",{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},t.createElement("rect",{width:"24",height:"24",fill:"#000"}),t.createElement("g",{fill:"none",style:{color:"#fff"}},e)),t.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):e)};import o from"react";var w=o.memo((e)=>{return o.createElement(i,{...e,ariaLabel:"chevron-grabber-vertical-toward",maskId:"square-outlined-radius-0-stroke-1-IconChevronGrabberVerticalToward"},o.createElement("path",{d:"M8 5.25L12 9.25L16 5.25",stroke:"currentColor",strokeLinecap:"square"}),o.createElement("path",{d:"M8 18.75L12 14.75L16 18.75",stroke:"currentColor",strokeLinecap:"square"}))}),S=w;export{S as default,w as IconChevronGrabberVerticalToward};
2
+
3
+ //# debugId=AC49757F6ED9561664756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconChevronGrabberVerticalToward/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\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 fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </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\";\n\nexport const IconChevronGrabberVerticalToward: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"chevron-grabber-vertical-toward\" maskId=\"square-outlined-radius-0-stroke-1-IconChevronGrabberVerticalToward\"><path d=\"M8 5.25L12 9.25L16 5.25\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M8 18.75L12 14.75L16 18.75\" stroke=\"currentColor\" strokeLinecap=\"square\"/></CentralIconBase>;\n});\n\nexport default IconChevronGrabberVerticalToward;\n"
7
+ ],
8
+ "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAqF,EAAM,KAAK,CAAC,IAAU,CACtH,OAAO,gBAAyT,EAAzT,IAAqB,EAAO,UAAU,kCAAkC,OAAO,sEAAqE,gBAAC,OAAD,CAAM,EAAE,0BAA0B,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,cAAc,SAAQ,CAAI,EACjU,EAEc",
9
+ "debugId": "AC49757F6ED9561664756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShieldSafeSearch: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconShieldSafeSearch;
@@ -0,0 +1,3 @@
1
+ var V=Object.create;var{getPrototypeOf:I,defineProperty:C,getOwnPropertyNames:d,getOwnPropertyDescriptor:y}=Object,f=Object.prototype.hasOwnProperty;function c(e){return this[e]}var B,L,u=(e,r,o)=>{var t=e!=null&&typeof e==="object";if(t){var l=r?B??=new WeakMap:L??=new WeakMap,p=l.get(e);if(p)return p}o=e!=null?V(I(e)):{};let a=r||!e||!e.__esModule?C(o,"default",{value:e,enumerable:!0}):o;for(let s of d(e))if(!f.call(a,s))C(a,s,{get:c.bind(e,s),enumerable:!0});if(t)l.set(e,a);return a},g=(e)=>{var r=(h??=new WeakMap).get(e),o;if(r)return r;if(r=C({},"__esModule",{value:!0}),e&&typeof e==="object"||typeof e==="function"){for(var t of d(e))if(!f.call(r,t))C(r,t,{get:c.bind(e,t),enumerable:!(o=y(e,t))||o.enumerable})}return h.set(e,r),r},h;var P=(e)=>e;function b(e,r){this[e]=P.bind(null,r)}var w=(e,r)=>{for(var o in r)C(e,o,{get:r[o],enumerable:!0,configurable:!0,set:b.bind(r,o)})};var v={};w(v,{CentralIconBase:()=>m});module.exports=g(v);var n=u(require("react")),m=({children:e,size:r=24,ariaLabel:o,color:t,ariaHidden:l=!0,style:p,mode:a="masked",maskId:s,...k})=>{let x=a!=="raw"&&!!s;return n.default.createElement("svg",{...k,"aria-hidden":l,role:l?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:t,...p}},o&&!l&&n.default.createElement("title",null,o),x?n.default.createElement(n.default.Fragment,null,n.default.createElement("mask",{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement("rect",{width:"24",height:"24",fill:"#000"}),n.default.createElement("g",{fill:"none",style:{color:"#fff"}},e)),n.default.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):e)};var G={};w(G,{default:()=>M,IconShieldSafeSearch:()=>S});module.exports=g(G);var i=u(require("react"));var S=i.default.memo((e)=>{return i.default.createElement(m,{...e,ariaLabel:"shield-safe-search, child-protection",maskId:"square-outlined-radius-0-stroke-1-IconShieldSafeSearch"},i.default.createElement("path",{d:"M3.5 5.5L12 2L20.5 5.5V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V5.5Z",stroke:"currentColor",strokeLinecap:"square"}),i.default.createElement("path",{d:"M15.2395 9.75537C15.5708 9.55665 16.0004 9.66442 16.1994 9.99561C16.3982 10.3271 16.2915 10.7576 15.9602 10.9565L14.5891 11.7788C14.3679 11.9115 14.1367 12.024 13.8996 12.1206V16.5962C13.8994 16.9827 13.5859 17.2964 13.1994 17.2964C12.813 17.2963 12.4994 16.9826 12.4992 16.5962V14.6841C12.3721 14.814 12.1954 14.896 11.9992 14.896C11.8032 14.8959 11.6273 14.8139 11.5002 14.6841V16.5962C11.5 16.9825 11.1863 17.2961 10.8 17.2964C10.4135 17.2964 10.1 16.9827 10.0998 16.5962V12.1206C9.86274 12.024 9.63151 11.9115 9.41035 11.7788L8.03926 10.9565C7.70777 10.7576 7.60016 10.3271 7.79902 9.99561C7.99792 9.6641 8.42845 9.55647 8.75996 9.75537L10.1311 10.5786C10.6954 10.9171 11.3412 11.0961 11.9992 11.0962C12.6575 11.0962 13.3039 10.9172 13.8684 10.5786L15.2395 9.75537Z",fill:"currentColor"}),i.default.createElement("path",{d:"M11.9992 6.396C12.9932 6.396 13.7998 7.20182 13.8 8.1958C13.8 9.18991 12.9933 9.99561 11.9992 9.99561C11.0053 9.99542 10.1994 9.1898 10.1994 8.1958C10.1996 7.20194 11.0054 6.39618 11.9992 6.396Z",fill:"currentColor"}))}),M=S;
2
+
3
+ //# debugId=0AEA857DA2FF1E8164756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconShieldSafeSearch/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\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 fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </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\";\n\nexport const IconShieldSafeSearch: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"shield-safe-search, child-protection\" maskId=\"square-outlined-radius-0-stroke-1-IconShieldSafeSearch\"><path d=\"M3.5 5.5L12 2L20.5 5.5V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V5.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M15.2395 9.75537C15.5708 9.55665 16.0004 9.66442 16.1994 9.99561C16.3982 10.3271 16.2915 10.7576 15.9602 10.9565L14.5891 11.7788C14.3679 11.9115 14.1367 12.024 13.8996 12.1206V16.5962C13.8994 16.9827 13.5859 17.2964 13.1994 17.2964C12.813 17.2963 12.4994 16.9826 12.4992 16.5962V14.6841C12.3721 14.814 12.1954 14.896 11.9992 14.896C11.8032 14.8959 11.6273 14.8139 11.5002 14.6841V16.5962C11.5 16.9825 11.1863 17.2961 10.8 17.2964C10.4135 17.2964 10.1 16.9827 10.0998 16.5962V12.1206C9.86274 12.024 9.63151 11.9115 9.41035 11.7788L8.03926 10.9565C7.70777 10.7576 7.60016 10.3271 7.79902 9.99561C7.99792 9.6641 8.42845 9.55647 8.75996 9.75537L10.1311 10.5786C10.6954 10.9171 11.3412 11.0961 11.9992 11.0962C12.6575 11.0962 13.3039 10.9172 13.8684 10.5786L15.2395 9.75537Z\" fill=\"currentColor\"/><path d=\"M11.9992 6.396C12.9932 6.396 13.7998 7.20182 13.8 8.1958C13.8 9.18991 12.9933 9.99561 11.9992 9.99561C11.0053 9.99542 10.1994 9.1898 10.1994 8.1958C10.1996 7.20194 11.0054 6.39618 11.9992 6.396Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconShieldSafeSearch;\n"
7
+ ],
8
+ "mappings": "w7BAAkB,IAAlB,sBAUa,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,wBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gDACE,wBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,gFC9DY,IAAlB,sBAGO,IAAM,EAAyE,UAAM,KAAK,CAAC,IAAU,CAC1G,OAAO,wBAA2yC,EAA3yC,IAAqB,EAAO,UAAU,uCAAuC,OAAO,0DAAyD,wBAAC,OAAD,CAAM,EAAE,mGAAmG,OAAO,eAAe,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,owBAAowB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qMAAqM,KAAK,eAAc,CAAI,EACnzC,EAEc",
9
+ "debugId": "0AEA857DA2FF1E8164756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import e from"react";var a=({children:t,size:r=24,ariaLabel:l,color:i,ariaHidden:n=!0,style:C,mode:p="masked",maskId:s,...m})=>{let h=p!=="raw"&&!!s;return e.createElement("svg",{...m,"aria-hidden":n,role:n?void 0:"img",width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:i,...C}},l&&!n&&e.createElement("title",null,l),h?e.createElement(e.Fragment,null,e.createElement("mask",{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},e.createElement("rect",{width:"24",height:"24",fill:"#000"}),e.createElement("g",{fill:"none",style:{color:"#fff"}},t)),e.createElement("rect",{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):t)};import o from"react";var d=o.memo((t)=>{return o.createElement(a,{...t,ariaLabel:"shield-safe-search, child-protection",maskId:"square-outlined-radius-0-stroke-1-IconShieldSafeSearch"},o.createElement("path",{d:"M3.5 5.5L12 2L20.5 5.5V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V5.5Z",stroke:"currentColor",strokeLinecap:"square"}),o.createElement("path",{d:"M15.2395 9.75537C15.5708 9.55665 16.0004 9.66442 16.1994 9.99561C16.3982 10.3271 16.2915 10.7576 15.9602 10.9565L14.5891 11.7788C14.3679 11.9115 14.1367 12.024 13.8996 12.1206V16.5962C13.8994 16.9827 13.5859 17.2964 13.1994 17.2964C12.813 17.2963 12.4994 16.9826 12.4992 16.5962V14.6841C12.3721 14.814 12.1954 14.896 11.9992 14.896C11.8032 14.8959 11.6273 14.8139 11.5002 14.6841V16.5962C11.5 16.9825 11.1863 17.2961 10.8 17.2964C10.4135 17.2964 10.1 16.9827 10.0998 16.5962V12.1206C9.86274 12.024 9.63151 11.9115 9.41035 11.7788L8.03926 10.9565C7.70777 10.7576 7.60016 10.3271 7.79902 9.99561C7.99792 9.6641 8.42845 9.55647 8.75996 9.75537L10.1311 10.5786C10.6954 10.9171 11.3412 11.0961 11.9992 11.0962C12.6575 11.0962 13.3039 10.9172 13.8684 10.5786L15.2395 9.75537Z",fill:"currentColor"}),o.createElement("path",{d:"M11.9992 6.396C12.9932 6.396 13.7998 7.20182 13.8 8.1958C13.8 9.18991 12.9933 9.99561 11.9992 9.99561C11.0053 9.99542 10.1994 9.1898 10.1994 8.1958C10.1996 7.20194 11.0054 6.39618 11.9992 6.396Z",fill:"currentColor"}))}),S=d;export{S as default,d as IconShieldSafeSearch};
2
+
3
+ //# debugId=3E3C76A133E7FE9664756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconShieldSafeSearch/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\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 fill=\"none\" style={{ color: \"#fff\" }}>\n {children}\n </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\";\n\nexport const IconShieldSafeSearch: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} ariaLabel=\"shield-safe-search, child-protection\" maskId=\"square-outlined-radius-0-stroke-1-IconShieldSafeSearch\"><path d=\"M3.5 5.5L12 2L20.5 5.5V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V5.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><path d=\"M15.2395 9.75537C15.5708 9.55665 16.0004 9.66442 16.1994 9.99561C16.3982 10.3271 16.2915 10.7576 15.9602 10.9565L14.5891 11.7788C14.3679 11.9115 14.1367 12.024 13.8996 12.1206V16.5962C13.8994 16.9827 13.5859 17.2964 13.1994 17.2964C12.813 17.2963 12.4994 16.9826 12.4992 16.5962V14.6841C12.3721 14.814 12.1954 14.896 11.9992 14.896C11.8032 14.8959 11.6273 14.8139 11.5002 14.6841V16.5962C11.5 16.9825 11.1863 17.2961 10.8 17.2964C10.4135 17.2964 10.1 16.9827 10.0998 16.5962V12.1206C9.86274 12.024 9.63151 11.9115 9.41035 11.7788L8.03926 10.9565C7.70777 10.7576 7.60016 10.3271 7.79902 9.99561C7.99792 9.6641 8.42845 9.55647 8.75996 9.75537L10.1311 10.5786C10.6954 10.9171 11.3412 11.0961 11.9992 11.0962C12.6575 11.0962 13.3039 10.9172 13.8684 10.5786L15.2395 9.75537Z\" fill=\"currentColor\"/><path d=\"M11.9992 6.396C12.9932 6.396 13.7998 7.20182 13.8 8.1958C13.8 9.18991 12.9933 9.99561 11.9992 9.99561C11.0053 9.99542 10.1994 9.1898 10.1994 8.1958C10.1996 7.20194 11.0054 6.39618 11.9992 6.396Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconShieldSafeSearch;\n"
7
+ ],
8
+ "mappings": "AAAA,qBAUO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,QACA,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBAqCE,MArCF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,EACC,gCACE,gBAYE,OAZF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAEE,IAFF,CAAG,KAAK,OAAO,MAAO,CAAE,MAAO,MAAO,GACnC,CACD,CACF,EACF,gBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GC9DN,qBAGO,IAAM,EAAyE,EAAM,KAAK,CAAC,IAAU,CAC1G,OAAO,gBAA2yC,EAA3yC,IAAqB,EAAO,UAAU,uCAAuC,OAAO,0DAAyD,gBAAC,OAAD,CAAM,EAAE,mGAAmG,OAAO,eAAe,cAAc,SAAQ,EAAE,gBAAC,OAAD,CAAM,EAAE,owBAAowB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qMAAqM,KAAK,eAAc,CAAI,EACnzC,EAEc",
9
+ "debugId": "3E3C76A133E7FE9664756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -448,6 +448,8 @@ Below is a complete list of available icons:
448
448
  - IconChevronTriangleUpMedium
449
449
  - IconCompassPointer
450
450
  - IconArrowRotatePoint
451
+ - IconChevronGrabberVerticalToward
452
+ - IconChevronGrabberHorizontalToward
451
453
 
452
454
  ### Augmented Reality
453
455
 
@@ -1687,6 +1689,7 @@ Below is a complete list of available icons:
1687
1689
  - IconLock2
1688
1690
  - IconUnlocked2
1689
1691
  - IconKeyhole2
1692
+ - IconShieldSafeSearch
1690
1693
 
1691
1694
  ### Shopping & Payment
1692
1695
 
@@ -2053,6 +2056,7 @@ Below is a complete list of available icons:
2053
2056
  - IconStackedBarChart100Axis
2054
2057
  - IconStackedBarChartHorizontal100Axis
2055
2058
  - IconTrending6
2059
+ - IconChart8
2056
2060
 
2057
2061
  ### Things
2058
2062