@simplybusiness/icons 4.33.1 → 4.35.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/CHANGELOG.md +12 -0
- package/dist/cjs/index.js +11 -0
- package/dist/esm/index.js +11 -0
- package/dist/esm/tsconfig.tsbuildinfo +1 -0
- package/dist/types/icons.d.ts +1 -0
- package/dist/types/partyHorn.d.ts +3 -0
- package/package.json +9 -9
- package/src/icons.tsx +1 -0
- package/src/partyHorn.tsx +12 -0
- package/dist/cjs/tsconfig.tsbuildinfo +0 -1
package/CHANGELOG.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -91,6 +91,7 @@ __export(index_exports, {
|
|
|
91
91
|
notdef: () => notdef,
|
|
92
92
|
paintRoller: () => paintRoller,
|
|
93
93
|
paintbrushPencil: () => paintbrushPencil,
|
|
94
|
+
partyHorn: () => partyHorn,
|
|
94
95
|
pen: () => pen,
|
|
95
96
|
penToSquare: () => penToSquare,
|
|
96
97
|
pencil: () => pencil,
|
|
@@ -835,6 +836,16 @@ var paintRoller = {
|
|
|
835
836
|
fill: "none"
|
|
836
837
|
};
|
|
837
838
|
|
|
839
|
+
// src/partyHorn.tsx
|
|
840
|
+
var partyHorn = {
|
|
841
|
+
iconName: "party-horn",
|
|
842
|
+
width: 512,
|
|
843
|
+
height: 512,
|
|
844
|
+
svgPathData: "M32 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM448 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM150.1 136c12.8-12.8 21.2-21.2 25.2-25.2 16.7-16.7 27.2-38.6 29.8-62.1l3-27.4 47.7 5.3-3 27.4c-3.8 34.3-19.2 66.3-43.6 90.7L184 169.9 150.1 136zM359 311l8.2-8.3c24.4-24.4 56.4-39.8 90.7-43.6l27.4-3 5.3 47.7-27.4 3c-23.5 2.6-45.4 13.1-62.1 29.8-4 4-12.5 12.5-25.2 25.2l-33.9-33.9 17-17zM503.5 42.3l-10 8.5c-14.8 12.5-33.7 19.1-53 18.6-16.6-.4-30.6 12.4-31.6 29l-1.6 27c-2.6 44.1-39.8 78.2-84 77-5.7-.2-11.2 1.8-15.5 5.4-7.2 6.1-17.4 14.7-30.6 25.9l-31-36.6c13.2-11.2 23.4-19.8 30.6-25.9 13.3-11.3 30.3-17.3 47.8-16.8 18.3 .5 33.7-13.6 34.7-31.9l1.6-27c2.5-42.5 38.3-75.3 80.8-74.2 7.6 .2 15-2.4 20.7-7.3l10-8.5 31 36.6zM63.9 448.1l79.4-30.9-48.5-48.5-30.9 79.4zM234 381.9l-104-104-16.3 41.9 78.4 78.4 41.9-16.3zM93 240.9L112 192c8.6 8.6 65.6 65.6 170.9 170.9L320 400c-.9 .3-96.9 37.7-288 112L0 480 93 240.9z",
|
|
845
|
+
iconType: "fill",
|
|
846
|
+
fill: "none"
|
|
847
|
+
};
|
|
848
|
+
|
|
838
849
|
// src/pen.tsx
|
|
839
850
|
var pen = {
|
|
840
851
|
iconName: "pen",
|
package/dist/esm/index.js
CHANGED
|
@@ -700,6 +700,16 @@ var paintRoller = {
|
|
|
700
700
|
fill: "none"
|
|
701
701
|
};
|
|
702
702
|
|
|
703
|
+
// src/partyHorn.tsx
|
|
704
|
+
var partyHorn = {
|
|
705
|
+
iconName: "party-horn",
|
|
706
|
+
width: 512,
|
|
707
|
+
height: 512,
|
|
708
|
+
svgPathData: "M32 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM448 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM150.1 136c12.8-12.8 21.2-21.2 25.2-25.2 16.7-16.7 27.2-38.6 29.8-62.1l3-27.4 47.7 5.3-3 27.4c-3.8 34.3-19.2 66.3-43.6 90.7L184 169.9 150.1 136zM359 311l8.2-8.3c24.4-24.4 56.4-39.8 90.7-43.6l27.4-3 5.3 47.7-27.4 3c-23.5 2.6-45.4 13.1-62.1 29.8-4 4-12.5 12.5-25.2 25.2l-33.9-33.9 17-17zM503.5 42.3l-10 8.5c-14.8 12.5-33.7 19.1-53 18.6-16.6-.4-30.6 12.4-31.6 29l-1.6 27c-2.6 44.1-39.8 78.2-84 77-5.7-.2-11.2 1.8-15.5 5.4-7.2 6.1-17.4 14.7-30.6 25.9l-31-36.6c13.2-11.2 23.4-19.8 30.6-25.9 13.3-11.3 30.3-17.3 47.8-16.8 18.3 .5 33.7-13.6 34.7-31.9l1.6-27c2.5-42.5 38.3-75.3 80.8-74.2 7.6 .2 15-2.4 20.7-7.3l10-8.5 31 36.6zM63.9 448.1l79.4-30.9-48.5-48.5-30.9 79.4zM234 381.9l-104-104-16.3 41.9 78.4 78.4 41.9-16.3zM93 240.9L112 192c8.6 8.6 65.6 65.6 170.9 170.9L320 400c-.9 .3-96.9 37.7-288 112L0 480 93 240.9z",
|
|
709
|
+
iconType: "fill",
|
|
710
|
+
fill: "none"
|
|
711
|
+
};
|
|
712
|
+
|
|
703
713
|
// src/pen.tsx
|
|
704
714
|
var pen = {
|
|
705
715
|
iconName: "pen",
|
|
@@ -1151,6 +1161,7 @@ export {
|
|
|
1151
1161
|
notdef,
|
|
1152
1162
|
paintRoller,
|
|
1153
1163
|
paintbrushPencil,
|
|
1164
|
+
partyHorn,
|
|
1154
1165
|
pen,
|
|
1155
1166
|
penToSquare,
|
|
1156
1167
|
pencil,
|