@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.52 → 1.1.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconArrowsHide/index.d.ts +4 -0
- package/IconArrowsHide/index.js +2 -0
- package/IconArrowsHide/index.js.map +1 -0
- package/IconArrowsHide/index.mjs +2 -0
- package/IconArrowsHide/index.mjs.map +1 -0
- package/IconArrowsShow/index.d.ts +4 -0
- package/IconArrowsShow/index.js +2 -0
- package/IconArrowsShow/index.js.map +1 -0
- package/IconArrowsShow/index.mjs +2 -0
- package/IconArrowsShow/index.mjs.map +1 -0
- package/IconVectorAnchorPointMirrored/index.d.ts +4 -0
- package/IconVectorAnchorPointMirrored/index.js +2 -0
- package/IconVectorAnchorPointMirrored/index.js.map +1 -0
- package/{IconVectorAnchorPointStraight1 → IconVectorAnchorPointMirrored}/index.mjs +1 -1
- package/IconVectorAnchorPointMirrored/index.mjs.map +1 -0
- package/README.md +3 -1
- package/icons/index.d.ts +3 -1
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +9 -5
- package/index.d.ts +12 -4
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/IconVectorAnchorPointStraight1/index.d.ts +0 -4
- package/IconVectorAnchorPointStraight1/index.js +0 -2
- package/IconVectorAnchorPointStraight1/index.js.map +0 -1
- package/IconVectorAnchorPointStraight1/index.mjs.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var C=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var H=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!h.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(l=L(o,t))||l.enumerable});return r};var i=(r,o,e)=>(e=r!=null?C(d(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>s(p({},"__esModule",{value:!0}),r);var x={};H(x,{IconArrowsHide:()=>V,default:()=>w});module.exports=g(x);var n=i(require("react"));var a=i(require("react")),m=({children:r,size:o=24,ariaLabel:e,color:l,ariaHidden:t=!0,style:c,...f})=>a.default.createElement("svg",{...f,"aria-hidden":t,role:t?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...c}},e&&!t&&a.default.createElement("title",null,e),r);var V=r=>n.default.createElement(m,{...r,ariaLabel:"arrows-hide, collapse, minimize"},n.default.createElement("path",{d:"M15.5303 16.2197L14.4697 17.2803L12.75 15.5605V21H11.25V15.5605L9.53027 17.2803L8.46973 16.2197L12 12.6895L15.5303 16.2197Z",fill:"currentColor"}),n.default.createElement("path",{d:"M8 5.5H3.5V18.5H8V20H2V4H8V5.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M22 20H16V18.5H20.5V5.5H16V4H22V20Z",fill:"currentColor"}),n.default.createElement("path",{d:"M12.75 8.43945L14.4697 6.71973L15.5303 7.78027L12 11.3105L8.46973 7.78027L9.53027 6.71973L11.25 8.43945V3H12.75V8.43945Z",fill:"currentColor"})),w=V;0&&(module.exports={IconArrowsHide});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowsHide/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconArrowsHide: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"arrows-hide, collapse, minimize\">\n <path\n d=\"M15.5303 16.2197L14.4697 17.2803L12.75 15.5605V21H11.25V15.5605L9.53027 17.2803L8.46973 16.2197L12 12.6895L15.5303 16.2197Z\"\n fill=\"currentColor\"\n />\n <path d=\"M8 5.5H3.5V18.5H8V20H2V4H8V5.5Z\" fill=\"currentColor\" />\n <path d=\"M22 20H16V18.5H20.5V5.5H16V4H22V20Z\" fill=\"currentColor\" />\n <path\n d=\"M12.75 8.43945L14.4697 6.71973L15.5303 7.78027L12 11.3105L8.46973 7.78027L9.53027 6.71973L11.25 8.43945V3H12.75V8.43945Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsHide;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\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 ...props\n}) => {\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 {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,mCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,QAAK,EAAE,sCAAsC,KAAK,eAAe,EAClE,EAAAA,QAAA,cAAC,QACC,EAAE,2HACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowsHide_exports","__export","IconArrowsHide","IconArrowsHide_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconArrowsHide","props","React","CentralIconBase","IconArrowsHide_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";var p=({children:e,size:r=24,ariaLabel:n,color:a,ariaHidden:t=!0,style:s,...i})=>l.createElement("svg",{...i,"aria-hidden":t,role:t?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:a,...s}},n&&!t&&l.createElement("title",null,n),e);var m=e=>o.createElement(p,{...e,ariaLabel:"arrows-hide, collapse, minimize"},o.createElement("path",{d:"M15.5303 16.2197L14.4697 17.2803L12.75 15.5605V21H11.25V15.5605L9.53027 17.2803L8.46973 16.2197L12 12.6895L15.5303 16.2197Z",fill:"currentColor"}),o.createElement("path",{d:"M8 5.5H3.5V18.5H8V20H2V4H8V5.5Z",fill:"currentColor"}),o.createElement("path",{d:"M22 20H16V18.5H20.5V5.5H16V4H22V20Z",fill:"currentColor"}),o.createElement("path",{d:"M12.75 8.43945L14.4697 6.71973L15.5303 7.78027L12 11.3105L8.46973 7.78027L9.53027 6.71973L11.25 8.43945V3H12.75V8.43945Z",fill:"currentColor"})),L=m;export{m as IconArrowsHide,L as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowsHide/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconArrowsHide: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"arrows-hide, collapse, minimize\">\n <path\n d=\"M15.5303 16.2197L14.4697 17.2803L12.75 15.5605V21H11.25V15.5605L9.53027 17.2803L8.46973 16.2197L12 12.6895L15.5303 16.2197Z\"\n fill=\"currentColor\"\n />\n <path d=\"M8 5.5H3.5V18.5H8V20H2V4H8V5.5Z\" fill=\"currentColor\" />\n <path d=\"M22 20H16V18.5H20.5V5.5H16V4H22V20Z\" fill=\"currentColor\" />\n <path\n d=\"M12.75 8.43945L14.4697 6.71973L15.5303 7.78027L12 11.3105L8.46973 7.78027L9.53027 6.71973L11.25 8.43945V3H12.75V8.43945Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsHide;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\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 ...props\n}) => {\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 {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,mCACpCC,EAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9DA,EAAA,cAAC,QAAK,EAAE,sCAAsC,KAAK,eAAe,EAClEA,EAAA,cAAC,QACC,EAAE,2HACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconArrowsHide","props","React","CentralIconBase","IconArrowsHide_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var p=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!w.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=c(o,e))||l.enumerable});return r};var i=(r,o,t)=>(t=r!=null?L(h(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>s(p({},"__esModule",{value:!0}),r);var g={};x(g,{IconArrowsShow:()=>V,default:()=>H});module.exports=d(g);var n=i(require("react"));var a=i(require("react")),m=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:f,...C})=>a.default.createElement("svg",{...C,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...f}},t&&!e&&a.default.createElement("title",null,t),r);var V=r=>n.default.createElement(m,{...r,ariaLabel:"arrows-show, expand, maximize"},n.default.createElement("path",{d:"M12.75 19.4395L14.4697 17.7197L15.5303 18.7803L12 22.3105L8.46973 18.7803L9.53027 17.7197L11.25 19.4395V14H12.75V19.4395Z",fill:"currentColor"}),n.default.createElement("path",{d:"M8 9.5H3.5V14.5H8V16H2V8H8V9.5Z",fill:"currentColor"}),n.default.createElement("path",{d:"M22 16H16V14.5H20.5V9.5H16V8H22V16Z",fill:"currentColor"}),n.default.createElement("path",{d:"M15.5303 5.21973L14.4697 6.28027L12.75 4.56055V10H11.25V4.56055L9.53027 6.28027L8.46973 5.21973L12 1.68945L15.5303 5.21973Z",fill:"currentColor"})),H=V;0&&(module.exports={IconArrowsShow});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowsShow/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconArrowsShow: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"arrows-show, expand, maximize\">\n <path\n d=\"M12.75 19.4395L14.4697 17.7197L15.5303 18.7803L12 22.3105L8.46973 18.7803L9.53027 17.7197L11.25 19.4395V14H12.75V19.4395Z\"\n fill=\"currentColor\"\n />\n <path d=\"M8 9.5H3.5V14.5H8V16H2V8H8V9.5Z\" fill=\"currentColor\" />\n <path d=\"M22 16H16V14.5H20.5V9.5H16V8H22V16Z\" fill=\"currentColor\" />\n <path\n d=\"M15.5303 5.21973L14.4697 6.28027L12.75 4.56055V10H11.25V4.56055L9.53027 6.28027L8.46973 5.21973L12 1.68945L15.5303 5.21973Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsShow;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\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 ...props\n}) => {\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 {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,oBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,iCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,4HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9D,EAAAA,QAAA,cAAC,QAAK,EAAE,sCAAsC,KAAK,eAAe,EAClE,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowsShow_exports","__export","IconArrowsShow","IconArrowsShow_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconArrowsShow","props","React","CentralIconBase","IconArrowsShow_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";var p=({children:t,size:r=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:s,...i})=>l.createElement("svg",{...i,"aria-hidden":e,role:e?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:a,...s}},n&&!e&&l.createElement("title",null,n),t);var m=t=>o.createElement(p,{...t,ariaLabel:"arrows-show, expand, maximize"},o.createElement("path",{d:"M12.75 19.4395L14.4697 17.7197L15.5303 18.7803L12 22.3105L8.46973 18.7803L9.53027 17.7197L11.25 19.4395V14H12.75V19.4395Z",fill:"currentColor"}),o.createElement("path",{d:"M8 9.5H3.5V14.5H8V16H2V8H8V9.5Z",fill:"currentColor"}),o.createElement("path",{d:"M22 16H16V14.5H20.5V9.5H16V8H22V16Z",fill:"currentColor"}),o.createElement("path",{d:"M15.5303 5.21973L14.4697 6.28027L12.75 4.56055V10H11.25V4.56055L9.53027 6.28027L8.46973 5.21973L12 1.68945L15.5303 5.21973Z",fill:"currentColor"})),c=m;export{m as IconArrowsShow,c as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowsShow/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconArrowsShow: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"arrows-show, expand, maximize\">\n <path\n d=\"M12.75 19.4395L14.4697 17.7197L15.5303 18.7803L12 22.3105L8.46973 18.7803L9.53027 17.7197L11.25 19.4395V14H12.75V19.4395Z\"\n fill=\"currentColor\"\n />\n <path d=\"M8 9.5H3.5V14.5H8V16H2V8H8V9.5Z\" fill=\"currentColor\" />\n <path d=\"M22 16H16V14.5H20.5V9.5H16V8H22V16Z\" fill=\"currentColor\" />\n <path\n d=\"M15.5303 5.21973L14.4697 6.28027L12.75 4.56055V10H11.25V4.56055L9.53027 6.28027L8.46973 5.21973L12 1.68945L15.5303 5.21973Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsShow;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\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 ...props\n}) => {\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 {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,iCACpCC,EAAA,cAAC,QACC,EAAE,4HACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,kCAAkC,KAAK,eAAe,EAC9DA,EAAA,cAAC,QAAK,EAAE,sCAAsC,KAAK,eAAe,EAClEA,EAAA,cAAC,QACC,EAAE,8HACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconArrowsShow","props","React","CentralIconBase","IconArrowsShow_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!L.call(r,e)&&e!==t&&l(r,e,{get:()=>o[e],enumerable:!(C=h(o,e))||C.enumerable});return r};var i=(r,o,t)=>(t=r!=null?u(g(r)):{},a(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>a(l({},"__esModule",{value:!0}),r);var P={};x(P,{IconVectorAnchorPointMirrored:()=>c,default:()=>I});module.exports=B(P);var n=i(require("react"));var p=i(require("react")),s=({children:r,size:o=24,ariaLabel:t,color:C,ariaHidden:e=!0,style:m,...f})=>p.default.createElement("svg",{...f,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:C,...m}},t&&!e&&p.default.createElement("title",null,t),r);var c=r=>n.default.createElement(s,{...r,ariaLabel:"vector-anchor-point-mirrored, mirror-angle"},n.default.createElement("path",{d:"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z",fill:"currentColor"}),n.default.createElement("path",{d:"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z",fill:"currentColor"}),n.default.createElement("path",{d:"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 7.83503 15.7458 7.91931 15.7402 8.00293C15.9066 8.08106 16.1101 8.18148 16.3398 8.30859C16.9674 8.65583 17.8025 9.19841 18.6387 9.98438C20.322 11.5667 22 14.1302 22 18H20.5C20.5 14.62 19.0529 12.4333 17.6113 11.0781C16.8851 10.3955 16.1576 9.92226 15.6133 9.62109C15.5121 9.56513 15.4168 9.51671 15.3301 9.47266C14.706 10.6766 13.4497 11.5 12 11.5C10.5501 11.5 9.29296 10.6768 8.66895 9.47266C8.5824 9.51661 8.48756 9.5653 8.38672 9.62109C7.84243 9.92226 7.11487 10.3955 6.38867 11.0781C4.94705 12.4333 3.5 14.62 3.5 18H2C2 14.1302 3.67802 11.5667 5.36133 9.98438C6.1975 9.19841 7.03263 8.65583 7.66016 8.30859C7.88951 8.18168 8.0926 8.08101 8.25879 8.00293C8.25322 7.91933 8.25 7.83501 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z",fill:"currentColor"})),I=c;0&&(module.exports={IconVectorAnchorPointMirrored});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointMirrored/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointMirrored: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-mirrored, mirror-angle\"\n >\n <path\n d=\"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 7.83503 15.7458 7.91931 15.7402 8.00293C15.9066 8.08106 16.1101 8.18148 16.3398 8.30859C16.9674 8.65583 17.8025 9.19841 18.6387 9.98438C20.322 11.5667 22 14.1302 22 18H20.5C20.5 14.62 19.0529 12.4333 17.6113 11.0781C16.8851 10.3955 16.1576 9.92226 15.6133 9.62109C15.5121 9.56513 15.4168 9.51671 15.3301 9.47266C14.706 10.6766 13.4497 11.5 12 11.5C10.5501 11.5 9.29296 10.6768 8.66895 9.47266C8.5824 9.51661 8.48756 9.5653 8.38672 9.62109C7.84243 9.92226 7.11487 10.3955 6.38867 11.0781C4.94705 12.4333 3.5 14.62 3.5 18H2C2 14.1302 3.67802 11.5667 5.36133 9.98438C6.1975 9.19841 7.03263 8.65583 7.66016 8.30859C7.88951 8.18168 8.0926 8.08101 8.25879 8.00293C8.25322 7.91933 8.25 7.83501 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointMirrored;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\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 ...props\n}) => {\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 {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,8CAEV,EAAAC,QAAA,cAAC,QACC,EAAE,6DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uwBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointMirrored_exports","__export","IconVectorAnchorPointMirrored","IconVectorAnchorPointMirrored_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVectorAnchorPointMirrored","props","React","CentralIconBase","IconVectorAnchorPointMirrored_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from"react";import C from"react";var l=({children:t,size:r=24,ariaLabel:n,color:p,ariaHidden:e=!0,style:a,...i})=>C.createElement("svg",{...i,"aria-hidden":e,role:e?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:p,...a}},n&&!e&&C.createElement("title",null,n),t);var s=t=>o.createElement(l,{...t,ariaLabel:"vector-anchor-point-mirrored, mirror-angle"},o.createElement("path",{d:"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z",fill:"currentColor"}),o.createElement("path",{d:"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z",fill:"currentColor"}),o.createElement("path",{d:"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 7.83503 15.7458 7.91931 15.7402 8.00293C15.9066 8.08106 16.1101 8.18148 16.3398 8.30859C16.9674 8.65583 17.8025 9.19841 18.6387 9.98438C20.322 11.5667 22 14.1302 22 18H20.5C20.5 14.62 19.0529 12.4333 17.6113 11.0781C16.8851 10.3955 16.1576 9.92226 15.6133 9.62109C15.5121 9.56513 15.4168 9.51671 15.3301 9.47266C14.706 10.6766 13.4497 11.5 12 11.5C10.5501 11.5 9.29296 10.6768 8.66895 9.47266C8.5824 9.51661 8.48756 9.5653 8.38672 9.62109C7.84243 9.92226 7.11487 10.3955 6.38867 11.0781C4.94705 12.4333 3.5 14.62 3.5 18H2C2 14.1302 3.67802 11.5667 5.36133 9.98438C6.1975 9.19841 7.03263 8.65583 7.66016 8.30859C7.88951 8.18168 8.0926 8.08101 8.25879 8.00293C8.25322 7.91933 8.25 7.83501 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z",fill:"currentColor"})),h=s;export{s as IconVectorAnchorPointMirrored,h as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointMirrored/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointMirrored: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-mirrored, mirror-angle\"\n >\n <path\n d=\"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 7.83503 15.7458 7.91931 15.7402 8.00293C15.9066 8.08106 16.1101 8.18148 16.3398 8.30859C16.9674 8.65583 17.8025 9.19841 18.6387 9.98438C20.322 11.5667 22 14.1302 22 18H20.5C20.5 14.62 19.0529 12.4333 17.6113 11.0781C16.8851 10.3955 16.1576 9.92226 15.6133 9.62109C15.5121 9.56513 15.4168 9.51671 15.3301 9.47266C14.706 10.6766 13.4497 11.5 12 11.5C10.5501 11.5 9.29296 10.6768 8.66895 9.47266C8.5824 9.51661 8.48756 9.5653 8.38672 9.62109C7.84243 9.92226 7.11487 10.3955 6.38867 11.0781C4.94705 12.4333 3.5 14.62 3.5 18H2C2 14.1302 3.67802 11.5667 5.36133 9.98438C6.1975 9.19841 7.03263 8.65583 7.66016 8.30859C7.88951 8.18168 8.0926 8.08101 8.25879 8.00293C8.25322 7.91933 8.25 7.83501 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointMirrored;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\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 ...props\n}) => {\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 {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EACXC,GAGEC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,8CAEVC,EAAA,cAAC,QACC,EAAE,6DACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,iEACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,uwBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVectorAnchorPointMirrored","props","React","CentralIconBase","IconVectorAnchorPointMirrored_default"]}
|
package/README.md
CHANGED
|
@@ -295,12 +295,14 @@ Below is a complete list of available icons:
|
|
|
295
295
|
- IconArrowRotateRightLeft
|
|
296
296
|
- IconArrowShareLeft
|
|
297
297
|
- IconArrowShareRight
|
|
298
|
+
- IconArrowsHide
|
|
298
299
|
- IconArrowSplit
|
|
299
300
|
- IconArrowsRepeat
|
|
300
301
|
- IconArrowsRepeatCircle
|
|
301
302
|
- IconArrowsRepeatLeftRight
|
|
302
303
|
- IconArrowsRepeatRightLeft
|
|
303
304
|
- IconArrowsRepeatRightLeftOff
|
|
305
|
+
- IconArrowsShow
|
|
304
306
|
- IconArrowsZoom
|
|
305
307
|
- IconArrowTopBottom
|
|
306
308
|
- IconArrowTriangleBottom
|
|
@@ -684,8 +686,8 @@ Below is a complete list of available icons:
|
|
|
684
686
|
- IconVariables
|
|
685
687
|
- IconVectorAnchorPointAsymmetric
|
|
686
688
|
- IconVectorAnchorPointDisconnected
|
|
689
|
+
- IconVectorAnchorPointMirrored
|
|
687
690
|
- IconVectorAnchorPointStraight
|
|
688
|
-
- IconVectorAnchorPointStraight1
|
|
689
691
|
- IconVectorLogo
|
|
690
692
|
- IconWhiteboard
|
|
691
693
|
- IconWrite1
|
package/icons/index.d.ts
CHANGED
|
@@ -114,12 +114,14 @@ export type CentralIconName =
|
|
|
114
114
|
| "IconArrowsAllSides21"
|
|
115
115
|
| "IconArrowShareLeft"
|
|
116
116
|
| "IconArrowShareRight"
|
|
117
|
+
| "IconArrowsHide"
|
|
117
118
|
| "IconArrowSplit"
|
|
118
119
|
| "IconArrowsRepeat"
|
|
119
120
|
| "IconArrowsRepeatCircle"
|
|
120
121
|
| "IconArrowsRepeatLeftRight"
|
|
121
122
|
| "IconArrowsRepeatRightLeft"
|
|
122
123
|
| "IconArrowsRepeatRightLeftOff"
|
|
124
|
+
| "IconArrowsShow"
|
|
123
125
|
| "IconArrowsZoom"
|
|
124
126
|
| "IconArrowTopBottom"
|
|
125
127
|
| "IconArrowTriangleBottom"
|
|
@@ -1530,8 +1532,8 @@ export type CentralIconName =
|
|
|
1530
1532
|
| "IconVault"
|
|
1531
1533
|
| "IconVectorAnchorPointAsymmetric"
|
|
1532
1534
|
| "IconVectorAnchorPointDisconnected"
|
|
1535
|
+
| "IconVectorAnchorPointMirrored"
|
|
1533
1536
|
| "IconVectorAnchorPointStraight"
|
|
1534
|
-
| "IconVectorAnchorPointStraight1"
|
|
1535
1537
|
| "IconVectorLogo"
|
|
1536
1538
|
| "IconVenmo"
|
|
1537
1539
|
| "IconVercel"
|