@central-icons-react/square-filled-radius-0-stroke-2 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/icons/index.d.ts +1 -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 +3 -3
- package/index.d.ts +4 -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
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.54",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-filled-radius-0-stroke-2/IconHome';",
|
|
@@ -543,8 +543,8 @@
|
|
|
543
543
|
"IconVariables",
|
|
544
544
|
"IconVectorAnchorPointAsymmetric",
|
|
545
545
|
"IconVectorAnchorPointDisconnected",
|
|
546
|
+
"IconVectorAnchorPointMirrored",
|
|
546
547
|
"IconVectorAnchorPointStraight",
|
|
547
|
-
"IconVectorAnchorPointStraight1",
|
|
548
548
|
"IconVectorLogo",
|
|
549
549
|
"IconWhiteboard",
|
|
550
550
|
"IconWrite1",
|
|
@@ -3344,8 +3344,8 @@
|
|
|
3344
3344
|
"IconVault": "vault, safe",
|
|
3345
3345
|
"IconVectorAnchorPointAsymmetric": "vector-anchor-point-asymmetric",
|
|
3346
3346
|
"IconVectorAnchorPointDisconnected": "vector-anchor-point-disconnected",
|
|
3347
|
+
"IconVectorAnchorPointMirrored": "vector-anchor-point-mirrored, mirror-angle",
|
|
3347
3348
|
"IconVectorAnchorPointStraight": "vector-anchor-point-straight, no-smoothing",
|
|
3348
|
-
"IconVectorAnchorPointStraight1": "vector-anchor-point-straight, mirror-angle",
|
|
3349
3349
|
"IconVectorLogo": "vector-logo, svg",
|
|
3350
3350
|
"IconVenmo": "venmo",
|
|
3351
3351
|
"IconVercel": "vercel",
|
package/index.d.ts
CHANGED
|
@@ -4294,14 +4294,14 @@ export {
|
|
|
4294
4294
|
IconVectorAnchorPointDisconnected,
|
|
4295
4295
|
default as IconVectorAnchorPointDisconnectedDefault,
|
|
4296
4296
|
} from "./IconVectorAnchorPointDisconnected";
|
|
4297
|
+
export {
|
|
4298
|
+
IconVectorAnchorPointMirrored,
|
|
4299
|
+
default as IconVectorAnchorPointMirroredDefault,
|
|
4300
|
+
} from "./IconVectorAnchorPointMirrored";
|
|
4297
4301
|
export {
|
|
4298
4302
|
IconVectorAnchorPointStraight,
|
|
4299
4303
|
default as IconVectorAnchorPointStraightDefault,
|
|
4300
4304
|
} from "./IconVectorAnchorPointStraight";
|
|
4301
|
-
export {
|
|
4302
|
-
IconVectorAnchorPointStraight1,
|
|
4303
|
-
default as IconVectorAnchorPointStraight1Default,
|
|
4304
|
-
} from "./IconVectorAnchorPointStraight1";
|
|
4305
4305
|
export {
|
|
4306
4306
|
IconVectorLogo,
|
|
4307
4307
|
default as IconVectorLogoDefault,
|