@karrotmarket/react-monochrome-icon 1.8.0 → 1.9.0
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/lib/IconGraduationcapFill.cjs +2 -2
- package/lib/IconGraduationcapFill.js +2 -2
- package/lib/IconHorizlineViewfinderFill.cjs +5 -5
- package/lib/IconHorizlineViewfinderFill.js +5 -5
- package/lib/IconKeyholeShieldFill.cjs +52 -0
- package/lib/IconKeyholeShieldFill.d.ts +9 -0
- package/lib/IconKeyholeShieldFill.js +31 -0
- package/lib/IconKeyholeShieldLine.cjs +63 -0
- package/lib/IconKeyholeShieldLine.d.ts +9 -0
- package/lib/IconKeyholeShieldLine.js +42 -0
- package/lib/IconNeedleScaleFill.cjs +1 -1
- package/lib/IconNeedleScaleFill.js +1 -1
- package/lib/IconNeedleScaleLine.cjs +2 -2
- package/lib/IconNeedleScaleLine.js +2 -2
- package/lib/IconWashingmachineFill.cjs +2 -2
- package/lib/IconWashingmachineFill.js +2 -2
- package/lib/IconWashingmachineLine.cjs +3 -3
- package/lib/IconWashingmachineLine.js +3 -3
- package/lib/IconXmarkScaleFill.cjs +1 -1
- package/lib/IconXmarkScaleFill.js +1 -1
- package/lib/IconXmarkScaleLine.cjs +2 -2
- package/lib/IconXmarkScaleLine.js +2 -2
- package/lib/index.cjs +1782 -1711
- package/lib/index.d.ts +2 -0
- package/lib/index.js +428 -424
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -414,6 +414,8 @@ export { default as IconPersonShieldLine } from "./IconPersonShieldLine.js";
|
|
|
414
414
|
export { default as IconPersonShieldFill } from "./IconPersonShieldFill.js";
|
|
415
415
|
export { default as IconWonShieldLine } from "./IconWonShieldLine.js";
|
|
416
416
|
export { default as IconWonShieldFill } from "./IconWonShieldFill.js";
|
|
417
|
+
export { default as IconKeyholeShieldLine } from "./IconKeyholeShieldLine.js";
|
|
418
|
+
export { default as IconKeyholeShieldFill } from "./IconKeyholeShieldFill.js";
|
|
417
419
|
export { default as IconStoreLine } from "./IconStoreLine.js";
|
|
418
420
|
export { default as IconStoreFill } from "./IconStoreFill.js";
|
|
419
421
|
export { default as IconStorePenLine } from "./IconStorePenLine.js";
|