@central-icons-react/square-filled-radius-0-stroke-2 1.1.51 → 1.1.52
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/IconArrowsZoom/index.d.ts +4 -0
- package/IconArrowsZoom/index.js +2 -0
- package/IconArrowsZoom/index.js.map +1 -0
- package/IconArrowsZoom/index.mjs +2 -0
- package/IconArrowsZoom/index.mjs.map +1 -0
- package/IconVectorAnchorPointAsymmetric/index.d.ts +4 -0
- package/IconVectorAnchorPointAsymmetric/index.js +2 -0
- package/IconVectorAnchorPointAsymmetric/index.js.map +1 -0
- package/IconVectorAnchorPointAsymmetric/index.mjs +2 -0
- package/IconVectorAnchorPointAsymmetric/index.mjs.map +1 -0
- package/IconVectorAnchorPointDisconnected/index.d.ts +4 -0
- package/IconVectorAnchorPointDisconnected/index.js +2 -0
- package/IconVectorAnchorPointDisconnected/index.js.map +1 -0
- package/IconVectorAnchorPointDisconnected/index.mjs +2 -0
- package/IconVectorAnchorPointDisconnected/index.mjs.map +1 -0
- package/IconVectorAnchorPointStraight/index.d.ts +4 -0
- package/IconVectorAnchorPointStraight/index.js +2 -0
- package/IconVectorAnchorPointStraight/index.js.map +1 -0
- package/IconVectorAnchorPointStraight/index.mjs +2 -0
- package/IconVectorAnchorPointStraight/index.mjs.map +1 -0
- package/IconVectorAnchorPointStraight1/index.d.ts +4 -0
- package/IconVectorAnchorPointStraight1/index.js +2 -0
- package/IconVectorAnchorPointStraight1/index.js.map +1 -0
- package/IconVectorAnchorPointStraight1/index.mjs +2 -0
- package/IconVectorAnchorPointStraight1/index.mjs.map +1 -0
- package/README.md +5 -0
- package/icons/index.d.ts +5 -0
- 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 +14 -4
- package/index.d.ts +20 -0
- 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
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var C=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var h=(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))!d.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=L(o,e))||l.enumerable});return r};var i=(r,o,t)=>(t=r!=null?C(H(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>s(p({},"__esModule",{value:!0}),r);var x={};h(x,{IconArrowsZoom:()=>V,default:()=>w});module.exports=g(x);var n=i(require("react"));var a=i(require("react")),m=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:c,...f})=>a.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:l,...c}},t&&!e&&a.default.createElement("title",null,t),r);var V=r=>n.default.createElement(m,{...r,ariaLabel:"arrows-zoom, scale, motion, move, directions"},n.default.createElement("path",{d:"M10.707 14.707L7.41406 18H10V20H4V14H6V16.5859L9.29297 13.293L10.707 14.707Z",fill:"currentColor"}),n.default.createElement("path",{d:"M18 16.5859V14H20V20H14V18H16.5859L13.293 14.707L14.707 13.293L18 16.5859Z",fill:"currentColor"}),n.default.createElement("path",{d:"M10 6H7.41406L10.707 9.29297L9.29297 10.707L6 7.41406V10H4V4H10V6Z",fill:"currentColor"}),n.default.createElement("path",{d:"M20 10H18V7.41406L14.707 10.707L13.293 9.29297L16.5859 6H14V4H20V10Z",fill:"currentColor"})),w=V;0&&(module.exports={IconArrowsZoom});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowsZoom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconArrowsZoom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"arrows-zoom, scale, motion, move, directions\"\n >\n <path\n d=\"M10.707 14.707L7.41406 18H10V20H4V14H6V16.5859L9.29297 13.293L10.707 14.707Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18 16.5859V14H20V20H14V18H16.5859L13.293 14.707L14.707 13.293L18 16.5859Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10 6H7.41406L10.707 9.29297L9.29297 10.707L6 7.41406V10H4V4H10V6Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20 10H18V7.41406L14.707 10.707L13.293 9.29297L16.5859 6H14V4H20V10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsZoom;\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,CACE,GAAGF,EACJ,UAAU,gDAEV,EAAAC,QAAA,cAAC,QACC,EAAE,+EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowsZoom_exports","__export","IconArrowsZoom","IconArrowsZoom_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconArrowsZoom","props","React","CentralIconBase","IconArrowsZoom_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-zoom, scale, motion, move, directions"},o.createElement("path",{d:"M10.707 14.707L7.41406 18H10V20H4V14H6V16.5859L9.29297 13.293L10.707 14.707Z",fill:"currentColor"}),o.createElement("path",{d:"M18 16.5859V14H20V20H14V18H16.5859L13.293 14.707L14.707 13.293L18 16.5859Z",fill:"currentColor"}),o.createElement("path",{d:"M10 6H7.41406L10.707 9.29297L9.29297 10.707L6 7.41406V10H4V4H10V6Z",fill:"currentColor"}),o.createElement("path",{d:"M20 10H18V7.41406L14.707 10.707L13.293 9.29297L16.5859 6H14V4H20V10Z",fill:"currentColor"})),L=m;export{m as IconArrowsZoom,L as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArrowsZoom/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconArrowsZoom: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"arrows-zoom, scale, motion, move, directions\"\n >\n <path\n d=\"M10.707 14.707L7.41406 18H10V20H4V14H6V16.5859L9.29297 13.293L10.707 14.707Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M18 16.5859V14H20V20H14V18H16.5859L13.293 14.707L14.707 13.293L18 16.5859Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M10 6H7.41406L10.707 9.29297L9.29297 10.707L6 7.41406V10H4V4H10V6Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M20 10H18V7.41406L14.707 10.707L13.293 9.29297L16.5859 6H14V4H20V10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowsZoom;\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,CACE,GAAGF,EACJ,UAAU,gDAEVC,EAAA,cAAC,QACC,EAAE,+EACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,6EACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,qEACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,uEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconArrowsZoom","props","React","CentralIconBase","IconArrowsZoom_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var L=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var y=(r,t)=>{for(var e in t)p(r,e,{get:t[e],enumerable:!0})},l=(r,t,e,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of g(t))!x.call(r,o)&&o!==e&&p(r,o,{get:()=>t[o],enumerable:!(n=u(t,o))||n.enumerable});return r};var s=(r,t,e)=>(e=r!=null?L(h(r)):{},l(t||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>l(p({},"__esModule",{value:!0}),r);var P={};y(P,{IconVectorAnchorPointAsymmetric:()=>m,default:()=>I});module.exports=B(P);var a=s(require("react"));var C=s(require("react")),c=({children:r,size:t=24,ariaLabel:e,color:n,ariaHidden:o=!0,style:i,...f})=>C.default.createElement("svg",{...f,"aria-hidden":o,role:o?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...i}},e&&!o&&C.default.createElement("title",null,e),r);var m=r=>a.default.createElement(c,{...r,ariaLabel:"vector-anchor-point-asymmetric"},a.default.createElement("path",{d:"M13 4C14.8638 4 16.43 5.27477 16.874 7H18.75L20.25 5.5L22.75 8L20.25 10.5L18.75 9H16.874C16.8724 9.00628 16.8698 9.01229 16.8682 9.01855C17.2416 9.45091 17.7471 10.0696 18.3115 10.8535C19.4743 12.4685 20.9 14.7998 21.9395 17.6582L20.0605 18.3418C19.1 15.7004 17.7757 13.5315 16.6885 12.0215C16.3644 11.5713 16.0614 11.1818 15.7979 10.8564C15.0764 11.5631 14.0897 12 13 12C11.436 12 10.0825 11.1021 9.4248 9.79395C9.39313 9.80824 9.36013 9.8216 9.32715 9.83691C8.72749 10.1153 7.92922 10.5574 7.13477 11.21C5.56296 12.5011 4 14.6117 4 18H2C2 13.8884 3.93709 11.2489 5.86523 9.66504C6.16592 9.41804 6.46711 9.19783 6.75977 9H4L2.5 10.5L0 8L2.5 5.5L4 7H9.12598C9.57002 5.27477 11.1362 4 13 4Z",fill:"currentColor"})),I=m;0&&(module.exports={IconVectorAnchorPointAsymmetric});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointAsymmetric/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointAsymmetric: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vector-anchor-point-asymmetric\">\n <path\n d=\"M13 4C14.8638 4 16.43 5.27477 16.874 7H18.75L20.25 5.5L22.75 8L20.25 10.5L18.75 9H16.874C16.8724 9.00628 16.8698 9.01229 16.8682 9.01855C17.2416 9.45091 17.7471 10.0696 18.3115 10.8535C19.4743 12.4685 20.9 14.7998 21.9395 17.6582L20.0605 18.3418C19.1 15.7004 17.7757 13.5315 16.6885 12.0215C16.3644 11.5713 16.0614 11.1818 15.7979 10.8564C15.0764 11.5631 14.0897 12 13 12C11.436 12 10.0825 11.1021 9.4248 9.79395C9.39313 9.80824 9.36013 9.8216 9.32715 9.83691C8.72749 10.1153 7.92922 10.5574 7.13477 11.21C5.56296 12.5011 4 14.6117 4 18H2C2 13.8884 3.93709 11.2489 5.86523 9.66504C6.16592 9.41804 6.46711 9.19783 6.75977 9H4L2.5 10.5L0 8L2.5 5.5L4 7H9.12598C9.57002 5.27477 11.1362 4 13 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointAsymmetric;\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,qCAAAE,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,CAAiB,GAAGF,EAAO,UAAU,kCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,orBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointAsymmetric_exports","__export","IconVectorAnchorPointAsymmetric","IconVectorAnchorPointAsymmetric_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVectorAnchorPointAsymmetric","props","React","CentralIconBase","IconVectorAnchorPointAsymmetric_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import n from"react";var p=({children:t,size:r=24,ariaLabel:o,color:a,ariaHidden:e=!0,style:l,...s})=>n.createElement("svg",{...s,"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,...l}},o&&!e&&n.createElement("title",null,o),t);var c=t=>C.createElement(p,{...t,ariaLabel:"vector-anchor-point-asymmetric"},C.createElement("path",{d:"M13 4C14.8638 4 16.43 5.27477 16.874 7H18.75L20.25 5.5L22.75 8L20.25 10.5L18.75 9H16.874C16.8724 9.00628 16.8698 9.01229 16.8682 9.01855C17.2416 9.45091 17.7471 10.0696 18.3115 10.8535C19.4743 12.4685 20.9 14.7998 21.9395 17.6582L20.0605 18.3418C19.1 15.7004 17.7757 13.5315 16.6885 12.0215C16.3644 11.5713 16.0614 11.1818 15.7979 10.8564C15.0764 11.5631 14.0897 12 13 12C11.436 12 10.0825 11.1021 9.4248 9.79395C9.39313 9.80824 9.36013 9.8216 9.32715 9.83691C8.72749 10.1153 7.92922 10.5574 7.13477 11.21C5.56296 12.5011 4 14.6117 4 18H2C2 13.8884 3.93709 11.2489 5.86523 9.66504C6.16592 9.41804 6.46711 9.19783 6.75977 9H4L2.5 10.5L0 8L2.5 5.5L4 7H9.12598C9.57002 5.27477 11.1362 4 13 4Z",fill:"currentColor"})),u=c;export{c as IconVectorAnchorPointAsymmetric,u as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointAsymmetric/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointAsymmetric: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vector-anchor-point-asymmetric\">\n <path\n d=\"M13 4C14.8638 4 16.43 5.27477 16.874 7H18.75L20.25 5.5L22.75 8L20.25 10.5L18.75 9H16.874C16.8724 9.00628 16.8698 9.01229 16.8682 9.01855C17.2416 9.45091 17.7471 10.0696 18.3115 10.8535C19.4743 12.4685 20.9 14.7998 21.9395 17.6582L20.0605 18.3418C19.1 15.7004 17.7757 13.5315 16.6885 12.0215C16.3644 11.5713 16.0614 11.1818 15.7979 10.8564C15.0764 11.5631 14.0897 12 13 12C11.436 12 10.0825 11.1021 9.4248 9.79395C9.39313 9.80824 9.36013 9.8216 9.32715 9.83691C8.72749 10.1153 7.92922 10.5574 7.13477 11.21C5.56296 12.5011 4 14.6117 4 18H2C2 13.8884 3.93709 11.2489 5.86523 9.66504C6.16592 9.41804 6.46711 9.19783 6.75977 9H4L2.5 10.5L0 8L2.5 5.5L4 7H9.12598C9.57002 5.27477 11.1362 4 13 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointAsymmetric;\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,CAAiB,GAAGF,EAAO,UAAU,kCACpCC,EAAA,cAAC,QACC,EAAE,orBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVectorAnchorPointAsymmetric","props","React","CentralIconBase","IconVectorAnchorPointAsymmetric_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!g.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=u(o,e))||l.enumerable});return r};var s=(r,o,t)=>(t=r!=null?f(h(r)):{},c(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),B=r=>c(p({},"__esModule",{value:!0}),r);var P={};x(P,{IconVectorAnchorPointDisconnected:()=>C,default:()=>I});module.exports=B(P);var n=s(require("react"));var a=s(require("react")),i=({children:r,size:o=24,ariaLabel:t,color:l,ariaHidden:e=!0,style:L,...m})=>a.default.createElement("svg",{...m,"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,...L}},t&&!e&&a.default.createElement("title",null,t),r);var C=r=>n.default.createElement(i,{...r,ariaLabel:"vector-anchor-point-disconnected"},n.default.createElement("path",{d:"M17.457 12.043L18 11.5L20.5 14L18 16.5L15.5 14L16.043 13.457L13.0859 10.5L14.5 9.08594L17.457 12.043Z",fill:"currentColor"}),n.default.createElement("path",{d:"M4 7H10V9H4L2.5 10.5L0 8L2.5 5.5L4 7Z",fill:"currentColor"}),n.default.createElement("path",{d:"M22.4141 17L21 18.4141L18.5359 15.95L19.95 14.5359L22.4141 17Z",fill:"currentColor"}),n.default.createElement("path",{d:"M12 4C14.2091 4 16 5.79086 16 8C16 10.2091 14.2091 12 12 12C10.4451 12 9.09837 11.1122 8.43652 9.81641C5.83316 11.2916 4 14.256 4 18H2C2 13.3339 4.43879 9.5135 8.00488 7.78223C8.11795 5.67433 9.86391 4 12 4Z",fill:"currentColor"})),I=C;0&&(module.exports={IconVectorAnchorPointDisconnected});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointDisconnected/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointDisconnected: React.FC<\n CentralIconBaseProps\n> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vector-anchor-point-disconnected\">\n <path\n d=\"M17.457 12.043L18 11.5L20.5 14L18 16.5L15.5 14L16.043 13.457L13.0859 10.5L14.5 9.08594L17.457 12.043Z\"\n fill=\"currentColor\"\n />\n <path d=\"M4 7H10V9H4L2.5 10.5L0 8L2.5 5.5L4 7Z\" fill=\"currentColor\" />\n <path\n d=\"M22.4141 17L21 18.4141L18.5359 15.95L19.95 14.5359L22.4141 17Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 4C14.2091 4 16 5.79086 16 8C16 10.2091 14.2091 12 12 12C10.4451 12 9.09837 11.1122 8.43652 9.81641C5.83316 11.2916 4 14.256 4 18H2C2 13.3339 4.43879 9.5135 8.00488 7.78223C8.11795 5.67433 9.86391 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointDisconnected;\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,uCAAAE,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,EAERC,GAED,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oCACpC,EAAAC,QAAA,cAAC,QACC,EAAE,wGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,wCAAwC,KAAK,eAAe,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,iEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointDisconnected_exports","__export","IconVectorAnchorPointDisconnected","IconVectorAnchorPointDisconnected_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVectorAnchorPointDisconnected","props","React","CentralIconBase","IconVectorAnchorPointDisconnected_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:c,...s})=>l.createElement("svg",{...s,"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,...c}},n&&!e&&l.createElement("title",null,n),t);var i=t=>o.createElement(p,{...t,ariaLabel:"vector-anchor-point-disconnected"},o.createElement("path",{d:"M17.457 12.043L18 11.5L20.5 14L18 16.5L15.5 14L16.043 13.457L13.0859 10.5L14.5 9.08594L17.457 12.043Z",fill:"currentColor"}),o.createElement("path",{d:"M4 7H10V9H4L2.5 10.5L0 8L2.5 5.5L4 7Z",fill:"currentColor"}),o.createElement("path",{d:"M22.4141 17L21 18.4141L18.5359 15.95L19.95 14.5359L22.4141 17Z",fill:"currentColor"}),o.createElement("path",{d:"M12 4C14.2091 4 16 5.79086 16 8C16 10.2091 14.2091 12 12 12C10.4451 12 9.09837 11.1122 8.43652 9.81641C5.83316 11.2916 4 14.256 4 18H2C2 13.3339 4.43879 9.5135 8.00488 7.78223C8.11795 5.67433 9.86391 4 12 4Z",fill:"currentColor"})),u=i;export{i as IconVectorAnchorPointDisconnected,u as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointDisconnected/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointDisconnected: React.FC<\n CentralIconBaseProps\n> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"vector-anchor-point-disconnected\">\n <path\n d=\"M17.457 12.043L18 11.5L20.5 14L18 16.5L15.5 14L16.043 13.457L13.0859 10.5L14.5 9.08594L17.457 12.043Z\"\n fill=\"currentColor\"\n />\n <path d=\"M4 7H10V9H4L2.5 10.5L0 8L2.5 5.5L4 7Z\" fill=\"currentColor\" />\n <path\n d=\"M22.4141 17L21 18.4141L18.5359 15.95L19.95 14.5359L22.4141 17Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 4C14.2091 4 16 5.79086 16 8C16 10.2091 14.2091 12 12 12C10.4451 12 9.09837 11.1122 8.43652 9.81641C5.83316 11.2916 4 14.256 4 18H2C2 13.3339 4.43879 9.5135 8.00488 7.78223C8.11795 5.67433 9.86391 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointDisconnected;\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,EAERC,GAEDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oCACpCC,EAAA,cAAC,QACC,EAAE,wGACF,KAAK,eACP,EACAA,EAAA,cAAC,QAAK,EAAE,wCAAwC,KAAK,eAAe,EACpEA,EAAA,cAAC,QACC,EAAE,iEACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,kNACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVectorAnchorPointDisconnected","props","React","CentralIconBase","IconVectorAnchorPointDisconnected_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var h=Object.create;var a=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(t,r)=>{for(var o in r)a(t,o,{get:r[o],enumerable:!0})},s=(t,r,o,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of u(r))!B.call(t,e)&&e!==o&&a(t,e,{get:()=>r[e],enumerable:!(n=f(r,e))||n.enumerable});return t};var i=(t,r,o)=>(o=t!=null?h(x(t)):{},s(r||!t||!t.__esModule?a(o,"default",{value:t,enumerable:!0}):o,t)),L=t=>s(a({},"__esModule",{value:!0}),t);var w={};I(w,{IconVectorAnchorPointStraight:()=>C,default:()=>P});module.exports=L(w);var l=i(require("react"));var p=i(require("react")),c=({children:t,size:r=24,ariaLabel:o,color:n,ariaHidden:e=!0,style:m,...g})=>p.default.createElement("svg",{...g,"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:n,...m}},o&&!e&&p.default.createElement("title",null,o),t);var C=t=>l.default.createElement(c,{...t,ariaLabel:"vector-anchor-point-straight, no-smoothing"},l.default.createElement("path",{d:"M12 4C14.2091 4 16 5.79086 16 8C16 8.74175 15.7971 9.43577 15.4453 10.0312L22.4141 17L21 18.4141L14.0312 11.4453C13.4358 11.7971 12.7417 12 12 12C11.258 12 10.5634 11.7974 9.96777 11.4453L3 18.4141L1.58594 17L8.55371 10.0312C8.20203 9.43587 8 8.74157 8 8C8 5.79086 9.79086 4 12 4Z",fill:"currentColor"})),P=C;0&&(module.exports={IconVectorAnchorPointStraight});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointStraight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointStraight: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-straight, no-smoothing\"\n >\n <path\n d=\"M12 4C14.2091 4 16 5.79086 16 8C16 8.74175 15.7971 9.43577 15.4453 10.0312L22.4141 17L21 18.4141L14.0312 11.4453C13.4358 11.7971 12.7417 12 12 12C11.258 12 10.5634 11.7974 9.96777 11.4453L3 18.4141L1.58594 17L8.55371 10.0312C8.20203 9.43587 8 8.74157 8 8C8 5.79086 9.79086 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight;\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,2RACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointStraight_exports","__export","IconVectorAnchorPointStraight","IconVectorAnchorPointStraight_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVectorAnchorPointStraight","props","React","CentralIconBase","IconVectorAnchorPointStraight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import p from"react";import n from"react";var a=({children:r,size:t=24,ariaLabel:e,color:l,ariaHidden:o=!0,style:s,...i})=>n.createElement("svg",{...i,"aria-hidden":o,role:o?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...s}},e&&!o&&n.createElement("title",null,e),r);var c=r=>p.createElement(a,{...r,ariaLabel:"vector-anchor-point-straight, no-smoothing"},p.createElement("path",{d:"M12 4C14.2091 4 16 5.79086 16 8C16 8.74175 15.7971 9.43577 15.4453 10.0312L22.4141 17L21 18.4141L14.0312 11.4453C13.4358 11.7971 12.7417 12 12 12C11.258 12 10.5634 11.7974 9.96777 11.4453L3 18.4141L1.58594 17L8.55371 10.0312C8.20203 9.43587 8 8.74157 8 8C8 5.79086 9.79086 4 12 4Z",fill:"currentColor"})),f=c;export{c as IconVectorAnchorPointStraight,f as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointStraight/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointStraight: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-straight, no-smoothing\"\n >\n <path\n d=\"M12 4C14.2091 4 16 5.79086 16 8C16 8.74175 15.7971 9.43577 15.4453 10.0312L22.4141 17L21 18.4141L14.0312 11.4453C13.4358 11.7971 12.7417 12 12 12C11.258 12 10.5634 11.7974 9.96777 11.4453L3 18.4141L1.58594 17L8.55371 10.0312C8.20203 9.43587 8 8.74157 8 8C8 5.79086 9.79086 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight;\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,2RACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVectorAnchorPointStraight","props","React","CentralIconBase","IconVectorAnchorPointStraight_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var h=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,t)=>{for(var o in t)p(r,o,{get:t[o],enumerable:!0})},C=(r,t,o,l)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of u(t))!x.call(r,e)&&e!==o&&p(r,e,{get:()=>t[e],enumerable:!(l=g(t,e))||l.enumerable});return r};var i=(r,t,o)=>(o=r!=null?h(L(r)):{},C(t||!r||!r.__esModule?p(o,"default",{value:r,enumerable:!0}):o,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconVectorAnchorPointStraight1:()=>c,default:()=>d});module.exports=I(P);var n=i(require("react"));var a=i(require("react")),s=({children:r,size:t=24,ariaLabel:o,color:l,ariaHidden:e=!0,style:m,...f})=>a.default.createElement("svg",{...f,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...m}},o&&!e&&a.default.createElement("title",null,o),r);var c=r=>n.default.createElement(s,{...r,ariaLabel:"vector-anchor-point-straight, mirror-angle"},n.default.createElement("path",{d:"M4 7H10V9H4L2.5 10.5L0 8L2.5 5.5L4 7Z",fill:"currentColor"}),n.default.createElement("path",{d:"M24 8L21.5 10.5L20 9H14V7H20L21.5 5.5L24 8Z",fill:"currentColor"}),n.default.createElement("path",{d:"M12 4C14.1361 4 15.881 5.67436 15.9941 7.78223C19.5607 9.51332 22 13.3335 22 18H20C20 14.2557 18.1663 11.2915 15.5625 9.81641C14.9006 11.112 13.5548 12 12 12C10.4451 12 9.09837 11.1122 8.43652 9.81641C5.83316 11.2916 4 14.256 4 18H2C2 13.3339 4.43879 9.5135 8.00488 7.78223C8.11795 5.67433 9.86391 4 12 4Z",fill:"currentColor"})),d=c;0&&(module.exports={IconVectorAnchorPointStraight1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointStraight1: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-straight, mirror-angle\"\n >\n <path d=\"M4 7H10V9H4L2.5 10.5L0 8L2.5 5.5L4 7Z\" fill=\"currentColor\" />\n <path\n d=\"M24 8L21.5 10.5L20 9H14V7H20L21.5 5.5L24 8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 4C14.1361 4 15.881 5.67436 15.9941 7.78223C19.5607 9.51332 22 13.3335 22 18H20C20 14.2557 18.1663 11.2915 15.5625 9.81641C14.9006 11.112 13.5548 12 12 12C10.4451 12 9.09837 11.1122 8.43652 9.81641C5.83316 11.2916 4 14.256 4 18H2C2 13.3339 4.43879 9.5135 8.00488 7.78223C8.11795 5.67433 9.86391 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\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,oCAAAE,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,QAAK,EAAE,wCAAwC,KAAK,eAAe,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,8CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oTACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVectorAnchorPointStraight1_exports","__export","IconVectorAnchorPointStraight1","IconVectorAnchorPointStraight1_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import l from"react";var p=({children:o,size:r=24,ariaLabel:n,color:a,ariaHidden:e=!0,style:C,...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,...C}},n&&!e&&l.createElement("title",null,n),o);var s=o=>t.createElement(p,{...o,ariaLabel:"vector-anchor-point-straight, mirror-angle"},t.createElement("path",{d:"M4 7H10V9H4L2.5 10.5L0 8L2.5 5.5L4 7Z",fill:"currentColor"}),t.createElement("path",{d:"M24 8L21.5 10.5L20 9H14V7H20L21.5 5.5L24 8Z",fill:"currentColor"}),t.createElement("path",{d:"M12 4C14.1361 4 15.881 5.67436 15.9941 7.78223C19.5607 9.51332 22 13.3335 22 18H20C20 14.2557 18.1663 11.2915 15.5625 9.81641C14.9006 11.112 13.5548 12 12 12C10.4451 12 9.09837 11.1122 8.43652 9.81641C5.83316 11.2916 4 14.256 4 18H2C2 13.3339 4.43879 9.5135 8.00488 7.78223C8.11795 5.67433 9.86391 4 12 4Z",fill:"currentColor"})),g=s;export{s as IconVectorAnchorPointStraight1,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVectorAnchorPointStraight1/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconVectorAnchorPointStraight1: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"vector-anchor-point-straight, mirror-angle\"\n >\n <path d=\"M4 7H10V9H4L2.5 10.5L0 8L2.5 5.5L4 7Z\" fill=\"currentColor\" />\n <path\n d=\"M24 8L21.5 10.5L20 9H14V7H20L21.5 5.5L24 8Z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M12 4C14.1361 4 15.881 5.67436 15.9941 7.78223C19.5607 9.51332 22 13.3335 22 18H20C20 14.2557 18.1663 11.2915 15.5625 9.81641C14.9006 11.112 13.5548 12 12 12C10.4451 12 9.09837 11.1122 8.43652 9.81641C5.83316 11.2916 4 14.256 4 18H2C2 13.3339 4.43879 9.5135 8.00488 7.78223C8.11795 5.67433 9.86391 4 12 4Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVectorAnchorPointStraight1;\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,QAAK,EAAE,wCAAwC,KAAK,eAAe,EACpEA,EAAA,cAAC,QACC,EAAE,8CACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,oTACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconVectorAnchorPointStraight1","props","React","CentralIconBase","IconVectorAnchorPointStraight1_default"]}
|
package/README.md
CHANGED
|
@@ -301,6 +301,7 @@ Below is a complete list of available icons:
|
|
|
301
301
|
- IconArrowsRepeatLeftRight
|
|
302
302
|
- IconArrowsRepeatRightLeft
|
|
303
303
|
- IconArrowsRepeatRightLeftOff
|
|
304
|
+
- IconArrowsZoom
|
|
304
305
|
- IconArrowTopBottom
|
|
305
306
|
- IconArrowTriangleBottom
|
|
306
307
|
- IconArrowTriangleLeft
|
|
@@ -681,6 +682,10 @@ Below is a complete list of available icons:
|
|
|
681
682
|
- IconTextEdit
|
|
682
683
|
- IconToolbox
|
|
683
684
|
- IconVariables
|
|
685
|
+
- IconVectorAnchorPointAsymmetric
|
|
686
|
+
- IconVectorAnchorPointDisconnected
|
|
687
|
+
- IconVectorAnchorPointStraight
|
|
688
|
+
- IconVectorAnchorPointStraight1
|
|
684
689
|
- IconVectorLogo
|
|
685
690
|
- IconWhiteboard
|
|
686
691
|
- IconWrite1
|
package/icons/index.d.ts
CHANGED
|
@@ -120,6 +120,7 @@ export type CentralIconName =
|
|
|
120
120
|
| "IconArrowsRepeatLeftRight"
|
|
121
121
|
| "IconArrowsRepeatRightLeft"
|
|
122
122
|
| "IconArrowsRepeatRightLeftOff"
|
|
123
|
+
| "IconArrowsZoom"
|
|
123
124
|
| "IconArrowTopBottom"
|
|
124
125
|
| "IconArrowTriangleBottom"
|
|
125
126
|
| "IconArrowTriangleLeft"
|
|
@@ -1527,6 +1528,10 @@ export type CentralIconName =
|
|
|
1527
1528
|
| "IconV0"
|
|
1528
1529
|
| "IconVariables"
|
|
1529
1530
|
| "IconVault"
|
|
1531
|
+
| "IconVectorAnchorPointAsymmetric"
|
|
1532
|
+
| "IconVectorAnchorPointDisconnected"
|
|
1533
|
+
| "IconVectorAnchorPointStraight"
|
|
1534
|
+
| "IconVectorAnchorPointStraight1"
|
|
1530
1535
|
| "IconVectorLogo"
|
|
1531
1536
|
| "IconVenmo"
|
|
1532
1537
|
| "IconVercel"
|