elementa-icons 1.27.0 → 1.28.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/dist/icons/marketing/Loudspeaker.js +14 -0
- package/dist/icons/marketing/index.js +2 -0
- package/dist/icons/writing/Checklist.js +1 -3
- package/dist/icons/writing/Notepad.js +1 -3
- package/dist/index.esm.js +1 -1
- package/dist/index.js +2 -0
- package/dist/types/icons/marketing/Loudspeaker.d.ts +6 -0
- package/dist/types/icons/marketing/index.d.ts +2 -0
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/index.ts +2 -0
package/dist/index.js
CHANGED
|
@@ -87,6 +87,7 @@ import { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube } from
|
|
|
87
87
|
// SECTION: Logistics
|
|
88
88
|
// !SECTION: Logistics
|
|
89
89
|
// SECTION: Marketing
|
|
90
|
+
import { Loudspeaker } from '@/src/icons/marketing/';
|
|
90
91
|
// !SECTION: Marketing
|
|
91
92
|
// SECTION: Mathematics
|
|
92
93
|
// !SECTION: Mathematics
|
|
@@ -253,6 +254,7 @@ export { FavoriteFilled, FavoriteOutline };
|
|
|
253
254
|
export { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube };
|
|
254
255
|
// !SECTION: Logos
|
|
255
256
|
// SECTION: Marketing
|
|
257
|
+
export { Loudspeaker };
|
|
256
258
|
// !SECTION: Marketing
|
|
257
259
|
// SECTION: Mathematics
|
|
258
260
|
// !SECTION: Mathematics
|
package/dist/types/index.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import { Balloon, GiftBox } from '@/src/icons/holidays';
|
|
|
13
13
|
import { Appliances, Sofa } from '@/src/icons/household';
|
|
14
14
|
import { FavoriteFilled, FavoriteOutline } from '@/src/icons/interactions';
|
|
15
15
|
import { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube } from '@/src/icons/logos';
|
|
16
|
+
import { Loudspeaker } from '@/src/icons/marketing/';
|
|
16
17
|
import { Bitcoin, CreditCards, Wallet } from '@/src/icons/money';
|
|
17
18
|
import { Mic } from '@/src/icons/music-audio';
|
|
18
19
|
import { Fire } from '@/src/icons/nature-environment';
|
|
@@ -41,6 +42,7 @@ export { Balloon, GiftBox };
|
|
|
41
42
|
export { Appliances, Sofa };
|
|
42
43
|
export { FavoriteFilled, FavoriteOutline };
|
|
43
44
|
export { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube };
|
|
45
|
+
export { Loudspeaker };
|
|
44
46
|
export { Bitcoin, CreditCards, Wallet };
|
|
45
47
|
export { Mic };
|
|
46
48
|
export { Fire };
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -112,6 +112,7 @@ import {
|
|
|
112
112
|
// SECTION: Logistics
|
|
113
113
|
// !SECTION: Logistics
|
|
114
114
|
// SECTION: Marketing
|
|
115
|
+
import { Loudspeaker } from '@/src/icons/marketing/';
|
|
115
116
|
// !SECTION: Marketing
|
|
116
117
|
// SECTION: Mathematics
|
|
117
118
|
// !SECTION: Mathematics
|
|
@@ -312,6 +313,7 @@ export { FavoriteFilled, FavoriteOutline };
|
|
|
312
313
|
export { Discord, Facebook, Instagram, LinkedIn, Reddit, Twitter, YouTube };
|
|
313
314
|
// !SECTION: Logos
|
|
314
315
|
// SECTION: Marketing
|
|
316
|
+
export { Loudspeaker };
|
|
315
317
|
// !SECTION: Marketing
|
|
316
318
|
// SECTION: Mathematics
|
|
317
319
|
// !SECTION: Mathematics
|