@ds-mo/icons 0.5.0 → 0.6.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/README.md +4 -4
- package/dist/icons/Circle.mjs +1 -1
- package/dist/icons/CircleFilled.mjs +1 -1
- package/dist/icons/{MenuExpand.d.ts → Dot.d.ts} +1 -1
- package/dist/icons/Dot.mjs +9 -0
- package/dist/icons/{MenuExpandB.d.ts → DotFilled.d.ts} +1 -1
- package/dist/icons/DotFilled.mjs +9 -0
- package/dist/icons/{MenuCollapse.d.ts → LeftCollapse.d.ts} +1 -1
- package/dist/icons/{MenuCollapse.mjs → LeftCollapse.mjs} +3 -3
- package/dist/icons/{MenuCollapseB.d.ts → LeftCollapseB.d.ts} +1 -1
- package/dist/icons/{MenuCollapseB.mjs → LeftCollapseB.mjs} +3 -3
- package/dist/icons/LeftExpand.d.ts +2 -0
- package/dist/icons/LeftExpand.mjs +10 -0
- package/dist/icons/LeftExpandB.d.ts +2 -0
- package/dist/icons/{MenuExpandB.mjs → LeftExpandB.mjs} +3 -3
- package/dist/icons/Logout.mjs +2 -2
- package/dist/icons/ParagraphCheck.d.ts +2 -0
- package/dist/icons/ParagraphCheck.mjs +12 -0
- package/dist/icons/Pin.d.ts +2 -0
- package/dist/icons/Pin.mjs +9 -0
- package/dist/icons/RightCollapse.d.ts +2 -0
- package/dist/icons/RightCollapse.mjs +10 -0
- package/dist/icons/RightCollapseB.d.ts +2 -0
- package/dist/icons/RightCollapseB.mjs +10 -0
- package/dist/icons/RightExpand.d.ts +2 -0
- package/dist/icons/{MenuExpand.mjs → RightExpand.mjs} +4 -4
- package/dist/icons/RightExpandB.d.ts +2 -0
- package/dist/icons/RightExpandB.mjs +9 -0
- package/dist/icons/SquareCheckFilled.d.ts +2 -0
- package/dist/icons/SquareCheckFilled.mjs +9 -0
- package/dist/icons/SquareDollar.d.ts +2 -0
- package/dist/icons/SquareDollar.mjs +10 -0
- package/dist/icons/SquareFilled.d.ts +2 -0
- package/dist/icons/SquareFilled.mjs +9 -0
- package/dist/icons/SquareSubtractFilled.d.ts +2 -0
- package/dist/icons/SquareSubtractFilled.mjs +9 -0
- package/dist/icons/SubtractCircleFilled.d.ts +2 -0
- package/dist/icons/SubtractCircleFilled.mjs +9 -0
- package/dist/icons/Volume.mjs +3 -3
- package/dist/icons/VolumeFilled.mjs +3 -3
- package/dist/icons/VolumeMute.mjs +4 -4
- package/dist/icons/VolumeMuteFilled.mjs +4 -4
- package/dist/icons/index.d.ts +17 -4
- package/dist/icons/index.mjs +17 -4
- package/dist/index.d.ts +17 -4
- package/dist/index.mjs +17 -4
- package/dist/meta.json +188 -48
- package/dist/sprite.svg +58 -19
- package/dist/svg/Circle.mjs +1 -1
- package/dist/svg/CircleFilled.mjs +1 -1
- package/dist/svg/Dot.d.ts +1 -0
- package/dist/svg/Dot.mjs +1 -0
- package/dist/svg/DotFilled.d.ts +1 -0
- package/dist/svg/DotFilled.mjs +1 -0
- package/dist/svg/LeftCollapse.d.ts +1 -0
- package/dist/svg/{MenuCollapse.mjs → LeftCollapse.mjs} +1 -1
- package/dist/svg/LeftCollapseB.d.ts +1 -0
- package/dist/svg/{MenuCollapseB.mjs → LeftCollapseB.mjs} +1 -1
- package/dist/svg/LeftExpand.d.ts +1 -0
- package/dist/svg/LeftExpand.mjs +1 -0
- package/dist/svg/LeftExpandB.d.ts +1 -0
- package/dist/svg/{MenuExpandB.mjs → LeftExpandB.mjs} +1 -1
- package/dist/svg/Logout.mjs +1 -1
- package/dist/svg/ParagraphCheck.d.ts +1 -0
- package/dist/svg/ParagraphCheck.mjs +1 -0
- package/dist/svg/Pin.d.ts +1 -0
- package/dist/svg/Pin.mjs +1 -0
- package/dist/svg/RightCollapse.d.ts +1 -0
- package/dist/svg/RightCollapse.mjs +1 -0
- package/dist/svg/RightCollapseB.d.ts +1 -0
- package/dist/svg/RightCollapseB.mjs +1 -0
- package/dist/svg/RightExpand.d.ts +1 -0
- package/dist/svg/RightExpand.mjs +1 -0
- package/dist/svg/RightExpandB.d.ts +1 -0
- package/dist/svg/RightExpandB.mjs +1 -0
- package/dist/svg/SquareCheckFilled.d.ts +1 -0
- package/dist/svg/SquareCheckFilled.mjs +1 -0
- package/dist/svg/SquareDollar.d.ts +1 -0
- package/dist/svg/SquareDollar.mjs +1 -0
- package/dist/svg/SquareFilled.d.ts +1 -0
- package/dist/svg/SquareFilled.mjs +1 -0
- package/dist/svg/SquareSubtractFilled.d.ts +1 -0
- package/dist/svg/SquareSubtractFilled.mjs +1 -0
- package/dist/svg/SubtractCircleFilled.d.ts +1 -0
- package/dist/svg/SubtractCircleFilled.mjs +1 -0
- package/dist/svg/Volume.mjs +1 -1
- package/dist/svg/VolumeFilled.mjs +1 -1
- package/dist/svg/VolumeMute.mjs +1 -1
- package/dist/svg/VolumeMuteFilled.mjs +1 -1
- package/dist/svg/index.d.ts +17 -4
- package/dist/svg/index.mjs +17 -4
- package/package.json +2 -2
- package/dist/svg/MenuCollapse.d.ts +0 -1
- package/dist/svg/MenuCollapseB.d.ts +0 -1
- package/dist/svg/MenuExpand.d.ts +0 -1
- package/dist/svg/MenuExpand.mjs +0 -1
- package/dist/svg/MenuExpandB.d.ts +0 -1
package/dist/svg/index.mjs
CHANGED
|
@@ -120,6 +120,8 @@ export { DocumentQuestion } from './DocumentQuestion.mjs';
|
|
|
120
120
|
export { DocumentReceipt } from './DocumentReceipt.mjs';
|
|
121
121
|
export { DocumentStacked } from './DocumentStacked.mjs';
|
|
122
122
|
export { DoorSensor } from './DoorSensor.mjs';
|
|
123
|
+
export { Dot } from './Dot.mjs';
|
|
124
|
+
export { DotFilled } from './DotFilled.mjs';
|
|
123
125
|
export { DotPath } from './DotPath.mjs';
|
|
124
126
|
export { Download } from './Download.mjs';
|
|
125
127
|
export { Drag } from './Drag.mjs';
|
|
@@ -190,6 +192,10 @@ export { KeyB } from './KeyB.mjs';
|
|
|
190
192
|
export { LED } from './LED.mjs';
|
|
191
193
|
export { Layers } from './Layers.mjs';
|
|
192
194
|
export { Leaf } from './Leaf.mjs';
|
|
195
|
+
export { LeftCollapse } from './LeftCollapse.mjs';
|
|
196
|
+
export { LeftCollapseB } from './LeftCollapseB.mjs';
|
|
197
|
+
export { LeftExpand } from './LeftExpand.mjs';
|
|
198
|
+
export { LeftExpandB } from './LeftExpandB.mjs';
|
|
193
199
|
export { LeftTurnSignal } from './LeftTurnSignal.mjs';
|
|
194
200
|
export { LetterB } from './LetterB.mjs';
|
|
195
201
|
export { LetterC } from './LetterC.mjs';
|
|
@@ -223,10 +229,6 @@ export { MapBBetaTop } from './MapBBetaTop.mjs';
|
|
|
223
229
|
export { MapNavigation } from './MapNavigation.mjs';
|
|
224
230
|
export { MarkRead } from './MarkRead.mjs';
|
|
225
231
|
export { Match } from './Match.mjs';
|
|
226
|
-
export { MenuCollapse } from './MenuCollapse.mjs';
|
|
227
|
-
export { MenuCollapseB } from './MenuCollapseB.mjs';
|
|
228
|
-
export { MenuExpand } from './MenuExpand.mjs';
|
|
229
|
-
export { MenuExpandB } from './MenuExpandB.mjs';
|
|
230
232
|
export { MessageBubble } from './MessageBubble.mjs';
|
|
231
233
|
export { MessageBubbleStack } from './MessageBubbleStack.mjs';
|
|
232
234
|
export { Messaging } from './Messaging.mjs';
|
|
@@ -247,6 +249,7 @@ export { Paperclip } from './Paperclip.mjs';
|
|
|
247
249
|
export { PaperplaneMarker } from './PaperplaneMarker.mjs';
|
|
248
250
|
export { PaperplaneSend } from './PaperplaneSend.mjs';
|
|
249
251
|
export { Paragraph } from './Paragraph.mjs';
|
|
252
|
+
export { ParagraphCheck } from './ParagraphCheck.mjs';
|
|
250
253
|
export { ParagraphPencil } from './ParagraphPencil.mjs';
|
|
251
254
|
export { Pause } from './Pause.mjs';
|
|
252
255
|
export { PauseFilled } from './PauseFilled.mjs';
|
|
@@ -265,6 +268,7 @@ export { PersonStar } from './PersonStar.mjs';
|
|
|
265
268
|
export { Phone } from './Phone.mjs';
|
|
266
269
|
export { PhoneDisconnect } from './PhoneDisconnect.mjs';
|
|
267
270
|
export { PicmanFilled } from './PicmanFilled.mjs';
|
|
271
|
+
export { Pin } from './Pin.mjs';
|
|
268
272
|
export { PipBottomLeft } from './PipBottomLeft.mjs';
|
|
269
273
|
export { PipBottomRight } from './PipBottomRight.mjs';
|
|
270
274
|
export { PipTopLeft } from './PipTopLeft.mjs';
|
|
@@ -286,6 +290,10 @@ export { RewardRibbon } from './RewardRibbon.mjs';
|
|
|
286
290
|
export { Rewind } from './Rewind.mjs';
|
|
287
291
|
export { RewindSkip } from './RewindSkip.mjs';
|
|
288
292
|
export { RewindSkipFilled } from './RewindSkipFilled.mjs';
|
|
293
|
+
export { RightCollapse } from './RightCollapse.mjs';
|
|
294
|
+
export { RightCollapseB } from './RightCollapseB.mjs';
|
|
295
|
+
export { RightExpand } from './RightExpand.mjs';
|
|
296
|
+
export { RightExpandB } from './RightExpandB.mjs';
|
|
289
297
|
export { RightTurnSignal } from './RightTurnSignal.mjs';
|
|
290
298
|
export { Rotate } from './Rotate.mjs';
|
|
291
299
|
export { Satellite } from './Satellite.mjs';
|
|
@@ -319,17 +327,22 @@ export { SpikeCirclePercentage } from './SpikeCirclePercentage.mjs';
|
|
|
319
327
|
export { SpikeCirclePercentageFilled } from './SpikeCirclePercentageFilled.mjs';
|
|
320
328
|
export { Square } from './Square.mjs';
|
|
321
329
|
export { SquareCheck } from './SquareCheck.mjs';
|
|
330
|
+
export { SquareCheckFilled } from './SquareCheckFilled.mjs';
|
|
331
|
+
export { SquareDollar } from './SquareDollar.mjs';
|
|
322
332
|
export { SquareDollarFilled } from './SquareDollarFilled.mjs';
|
|
333
|
+
export { SquareFilled } from './SquareFilled.mjs';
|
|
323
334
|
export { SquareGrid } from './SquareGrid.mjs';
|
|
324
335
|
export { SquarePencil } from './SquarePencil.mjs';
|
|
325
336
|
export { SquarePlus } from './SquarePlus.mjs';
|
|
326
337
|
export { SquareSubtract } from './SquareSubtract.mjs';
|
|
338
|
+
export { SquareSubtractFilled } from './SquareSubtractFilled.mjs';
|
|
327
339
|
export { Star } from './Star.mjs';
|
|
328
340
|
export { StarFilled } from './StarFilled.mjs';
|
|
329
341
|
export { Stopwatch } from './Stopwatch.mjs';
|
|
330
342
|
export { Street } from './Street.mjs';
|
|
331
343
|
export { Subtract } from './Subtract.mjs';
|
|
332
344
|
export { SubtractCircle } from './SubtractCircle.mjs';
|
|
345
|
+
export { SubtractCircleFilled } from './SubtractCircleFilled.mjs';
|
|
333
346
|
export { Table } from './Table.mjs';
|
|
334
347
|
export { Tag } from './Tag.mjs';
|
|
335
348
|
export { Target } from './Target.mjs';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ds-mo/icons",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "IcoMo —
|
|
3
|
+
"version": "0.6.0",
|
|
4
|
+
"description": "IcoMo — 422 SVG icons (390 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and SVG sprite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"icons",
|
|
7
7
|
"svg",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const MenuCollapse: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const MenuCollapseB: string;
|
package/dist/svg/MenuExpand.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const MenuExpand: string;
|
package/dist/svg/MenuExpand.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const MenuExpand = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.57118 8.50424L6.94919 10.1262L7.65629 10.8333L10 8.48962V7.5202L7.6563 5.17648L6.94919 5.88359L8.56983 7.50424L3.00039 7.5L2.99963 8.5L8.57118 8.50424Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15 4C15 3.17157 14.3284 2.5 13.5 2.5H2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H12V3.5H13.5ZM11 3.5V12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H11Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const MenuExpandB: string;
|