@central-icons-react-native/square-filled-radius-0-stroke-1 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 C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==t&&C(r,n,{get:()=>o[n],enumerable:!(l=B(o,n))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(C({},"__esModule",{value:!0}),r);var H={};x(H,{IconVectorAnchorPointMirrored:()=>i,default:()=>g});module.exports=d(H);var e=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...t})=>c.default.createElement(f.Svg,{...t,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=>e.default.createElement(s,{...r},e.default.createElement(p.Path,{d:"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 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 d=\"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z\" fill=\"currentColor\" />\n <Path\n d=\"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 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,QAAK,EAAE,4CAA4C,KAAK,eAAe,EACxE,EAAAA,QAAA,cAAC,QACC,EAAE,mDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gXACF,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 e=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z",fill:"currentColor"}),o.createElement(n,{d:"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z",fill:"currentColor"}),o.createElement(n,{d:"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 4 12 4Z",fill:"currentColor"})),P=a;export{a as
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z",fill:"currentColor"}),o.createElement(n,{d:"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z",fill:"currentColor"}),o.createElement(n,{d:"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 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 d=\"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z\" fill=\"currentColor\" />\n <Path\n d=\"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 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,CAAK,EAAE,4CAA4C,KAAK,eAAe,EACxEG,EAAA,cAACH,EAAA,CACC,EAAE,mDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gXACF,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 4C13.933 4 15.5 5.567 15.5 7.5C15.5
|
|
21468
|
-
"iconName": "vector-anchor-point-
|
|
21467
|
+
"svg": "<path d=\"M3.5 7H9.5V8H3.5L2 9.5L0 7.5L2 5.5L3.5 7Z\" fill=\"currentColor\"/><path d=\"M24 7.5L22 9.5L20.5 8H14.5V7H20.5L22 5.5L24 7.5Z\" fill=\"currentColor\"/><path d=\"M12 4C13.933 4 15.5 5.567 15.5 7.5C15.5 7.62608 15.4915 7.75041 15.4785 7.87305C17.3589 8.7747 22 11.6437 22 18H21C21 12.4116 17.063 9.7859 15.2236 8.86328C14.692 10.1188 13.4493 11 12 11C10.5506 11 9.30693 10.119 8.77539 8.86328C6.93567 9.78625 3 12.4124 3 18H2C2 11.6446 6.63957 8.77512 8.52051 7.87305C8.50751 7.75045 8.5 7.62605 8.5 7.5C8.5 5.567 10.067 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"
|
|
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",
|
|
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 4C13.933 4 15.5 5.567 15.5 7.5C15.5 8.28938 15.2377 9.01702 14.7969 9.60254L22.207 17.5234L21.4766 18.207L14.0869 10.3086C13.5041 10.7424 12.7824 11 12 11C11.2174 11 10.495 10.7427 9.91211 10.3086L2.52344 18.207L1.79297 17.5234L9.20215 9.60254C8.7615 9.0171 8.5 8.28917 8.5 7.5C8.5 5.567 10.067 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"
|
|
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",
|
|
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",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.54",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/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";
|