@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.1.53 → 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/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 +1 -1
- package/filtered-icons.json +8 -8
- package/icons/index.d.ts +1 -1
- package/icons-index.json +3 -3
- package/index.d.ts +1 -1
- 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/tsx-icons.json +7 -7
- 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 u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>a(e({},"__esModule",{value:!0}),r);var H={};x(H,{IconVectorAnchorPointMirrored:()=>i,default:()=>g});module.exports=d(H);var n=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>c.default.createElement(f.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>n.default.createElement(s,{...r},n.default.createElement(p.Path,{d:"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z",fill:"currentColor"}),n.default.createElement(p.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"})),g=i;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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointMirrored: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mCAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,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","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVectorAnchorPointMirrored","props","React","CentralIconBase","IconVectorAnchorPointMirrored_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:C,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as t}from"react-native-svg";var a=C=>o.createElement(n,{...C},o.createElement(t,{d:"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z",fill:"currentColor"}),o.createElement(t,{d:"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z",fill:"currentColor"}),o.createElement(t,{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"})),P=a;export{a as IconVectorAnchorPointMirrored,P 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, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconVectorAnchorPointMirrored: FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase {...props}>\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, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EACXC,GAGEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uwBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVectorAnchorPointMirrored","props","React","CentralIconBase","IconVectorAnchorPointMirrored_default"]}
|
package/README.md
CHANGED
|
@@ -652,8 +652,8 @@ Below is a complete list of available icons:
|
|
|
652
652
|
- IconVariables
|
|
653
653
|
- IconVectorAnchorPointAsymmetric
|
|
654
654
|
- IconVectorAnchorPointDisconnected
|
|
655
|
+
- IconVectorAnchorPointMirrored
|
|
655
656
|
- IconVectorAnchorPointStraight
|
|
656
|
-
- IconVectorAnchorPointStraight1
|
|
657
657
|
- IconVectorLogo
|
|
658
658
|
- IconWhiteboard
|
|
659
659
|
- IconWrite1
|
package/filtered-icons.json
CHANGED
|
@@ -21464,31 +21464,31 @@
|
|
|
21464
21464
|
},
|
|
21465
21465
|
{
|
|
21466
21466
|
"category": "Edit",
|
|
21467
|
-
"svg": "<path d=\"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75
|
|
21468
|
-
"iconName": "vector-anchor-point-
|
|
21467
|
+
"svg": "<path d=\"M4.25 7H9.63867V8.5H4.25L2.5 10.25L0 7.75L2.5 5.25L4.25 7Z\" fill=\"currentColor\"/><path d=\"M24 7.75L21.5 10.25L19.75 8.5H14.25V7H19.75L21.5 5.25L24 7.75Z\" fill=\"currentColor\"/><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\"/>",
|
|
21468
|
+
"iconName": "vector-anchor-point-mirrored, mirror-angle",
|
|
21469
21469
|
"variant": {
|
|
21470
21470
|
"join": "square",
|
|
21471
21471
|
"filled": "on",
|
|
21472
21472
|
"radius": "0",
|
|
21473
21473
|
"stroke": "1.5"
|
|
21474
21474
|
},
|
|
21475
|
-
"createdAt": "2025-12-
|
|
21475
|
+
"createdAt": "2025-12-03T12:02:17.039279+00:00",
|
|
21476
21476
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
21477
|
-
"componentName": "
|
|
21477
|
+
"componentName": "IconVectorAnchorPointMirrored"
|
|
21478
21478
|
},
|
|
21479
21479
|
{
|
|
21480
21480
|
"category": "Edit",
|
|
21481
|
-
"svg": "<path d=\"
|
|
21482
|
-
"iconName": "vector-anchor-point-straight,
|
|
21481
|
+
"svg": "<path d=\"M12 4C14.0711 4 15.75 5.67893 15.75 7.75C15.75 8.58297 15.478 9.35222 15.0186 9.97461L22.3105 17.5176L21.2324 18.5605L13.9043 10.9795C13.346 11.3094 12.6955 11.5 12 11.5C11.3175 11.5 10.6782 11.3166 10.127 10.998L2.76367 18.5605L1.68945 17.5137L9.00195 10.0029C8.52985 9.37568 8.25 8.59553 8.25 7.75C8.25 5.67893 9.92893 4 12 4Z\" fill=\"currentColor\"/>",
|
|
21482
|
+
"iconName": "vector-anchor-point-straight, no-smoothing",
|
|
21483
21483
|
"variant": {
|
|
21484
21484
|
"join": "square",
|
|
21485
21485
|
"filled": "on",
|
|
21486
21486
|
"radius": "0",
|
|
21487
21487
|
"stroke": "1.5"
|
|
21488
21488
|
},
|
|
21489
|
-
"createdAt": "2025-12-
|
|
21489
|
+
"createdAt": "2025-12-03T12:02:17.039279+00:00",
|
|
21490
21490
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
21491
|
-
"componentName": "
|
|
21491
|
+
"componentName": "IconVectorAnchorPointStraight"
|
|
21492
21492
|
},
|
|
21493
21493
|
{
|
|
21494
21494
|
"category": "Edit",
|
package/icons/index.d.ts
CHANGED
|
@@ -1532,8 +1532,8 @@ export type CentralIconName =
|
|
|
1532
1532
|
| "IconVault"
|
|
1533
1533
|
| "IconVectorAnchorPointAsymmetric"
|
|
1534
1534
|
| "IconVectorAnchorPointDisconnected"
|
|
1535
|
+
| "IconVectorAnchorPointMirrored"
|
|
1535
1536
|
| "IconVectorAnchorPointStraight"
|
|
1536
|
-
| "IconVectorAnchorPointStraight1"
|
|
1537
1537
|
| "IconVectorLogo"
|
|
1538
1538
|
| "IconVenmo"
|
|
1539
1539
|
| "IconVercel"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.54",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1.5/IconHome';",
|
|
@@ -542,8 +542,8 @@
|
|
|
542
542
|
"IconVariables",
|
|
543
543
|
"IconVectorAnchorPointAsymmetric",
|
|
544
544
|
"IconVectorAnchorPointDisconnected",
|
|
545
|
+
"IconVectorAnchorPointMirrored",
|
|
545
546
|
"IconVectorAnchorPointStraight",
|
|
546
|
-
"IconVectorAnchorPointStraight1",
|
|
547
547
|
"IconVectorLogo",
|
|
548
548
|
"IconWhiteboard",
|
|
549
549
|
"IconWrite1",
|
|
@@ -3343,8 +3343,8 @@
|
|
|
3343
3343
|
"IconVault": "vault, safe",
|
|
3344
3344
|
"IconVectorAnchorPointAsymmetric": "vector-anchor-point-asymmetric",
|
|
3345
3345
|
"IconVectorAnchorPointDisconnected": "vector-anchor-point-disconnected",
|
|
3346
|
+
"IconVectorAnchorPointMirrored": "vector-anchor-point-mirrored, mirror-angle",
|
|
3346
3347
|
"IconVectorAnchorPointStraight": "vector-anchor-point-straight, no-smoothing",
|
|
3347
|
-
"IconVectorAnchorPointStraight1": "vector-anchor-point-straight, mirror-angle",
|
|
3348
3348
|
"IconVectorLogo": "vector-logo, svg",
|
|
3349
3349
|
"IconVenmo": "venmo",
|
|
3350
3350
|
"IconVercel": "vercel",
|
package/index.d.ts
CHANGED
|
@@ -1531,8 +1531,8 @@ export { IconVariables, default as IconVariablesDefault, } from "./IconVariables
|
|
|
1531
1531
|
export { IconVault, default as IconVaultDefault } from "./IconVault";
|
|
1532
1532
|
export { IconVectorAnchorPointAsymmetric, default as IconVectorAnchorPointAsymmetricDefault, } from "./IconVectorAnchorPointAsymmetric";
|
|
1533
1533
|
export { IconVectorAnchorPointDisconnected, default as IconVectorAnchorPointDisconnectedDefault, } from "./IconVectorAnchorPointDisconnected";
|
|
1534
|
+
export { IconVectorAnchorPointMirrored, default as IconVectorAnchorPointMirroredDefault, } from "./IconVectorAnchorPointMirrored";
|
|
1534
1535
|
export { IconVectorAnchorPointStraight, default as IconVectorAnchorPointStraightDefault, } from "./IconVectorAnchorPointStraight";
|
|
1535
|
-
export { IconVectorAnchorPointStraight1, default as IconVectorAnchorPointStraight1Default, } from "./IconVectorAnchorPointStraight1";
|
|
1536
1536
|
export { IconVectorLogo, default as IconVectorLogoDefault, } from "./IconVectorLogo";
|
|
1537
1537
|
export { IconVenmo, default as IconVenmoDefault } from "./IconVenmo";
|
|
1538
1538
|
export { IconVercel, default as IconVercelDefault } from "./IconVercel";
|