@ds-mo/icons 2.0.1 → 2.1.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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@ds-mo/icons.svg)](https://www.npmjs.com/package/@ds-mo/icons)
4
4
 
5
- IcoMo — **424 SVG icons** (392 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and an SVG sprite.
5
+ IcoMo — **426 SVG icons** (394 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and an SVG sprite.
6
6
 
7
7
  Part of the **ds-mo design system trilogy**: [@ds-mo/tokens](https://www.npmjs.com/package/@ds-mo/tokens) → **@ds-mo/icons** → [@ds-mo/ui](https://www.npmjs.com/package/@ds-mo/ui) (CompoMo).
8
8
 
@@ -28,7 +28,7 @@ Icons are grouped into **categories** so the pipeline can treat them differently
28
28
 
29
29
  | Category | Count | Themeable | Description |
30
30
  |---|---|---|---|
31
- | `system` | 392 | ✅ `currentColor` | Monochrome UI icons — respond to CSS `color` and the `color` prop |
31
+ | `system` | 394 | ✅ `currentColor` | Monochrome UI icons — respond to CSS `color` and the `color` prop |
32
32
  | `flag` | 32 | ❌ preserved | Multi-color country flags — hex + P3 wide-gamut colors kept verbatim |
33
33
 
34
34
  Flag component names are prefixed with `Flag` (e.g. `FlagFrance`, `FlagUnitedStates`) so every export is globally unique.
@@ -2,7 +2,7 @@ import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
4
  const Dot = createIcon('dot', [
5
- createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5ZM4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z", key: "a" }),
5
+ createElement('path', { d: "M8 5C9.65685 5 11 6.34315 11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8C5 6.34315 6.34315 5 8 5ZM8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6Z", key: "a" }),
6
6
  ]);
7
7
 
8
8
  Dot.displayName = 'Dot';
@@ -2,7 +2,7 @@ import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
4
  const DotFilled = createIcon('dot-filled', [
5
- createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z", key: "a" }),
5
+ createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M5 8C5 6.34315 6.34315 5 8 5C9.65685 5 11 6.34315 11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8Z", key: "a" }),
6
6
  ]);
7
7
 
8
8
  DotFilled.displayName = 'DotFilled';
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const KeyCmd: IconComponent;
@@ -0,0 +1,9 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const KeyCmd = createIcon('key-cmd', [
5
+ createElement('path', { d: "M5.66699 10.333H4.33301C3.59678 10.3332 3 10.9307 3 11.667C3.00018 12.4031 3.59689 12.9998 4.33301 13C5.06928 13 5.66682 12.4032 5.66699 11.667V10.333ZM13 11.667C13 10.9307 12.4032 10.3332 11.667 10.333H10.333V11.667C10.3332 12.4032 10.9307 13 11.667 13C12.4031 12.9998 12.9998 12.4031 13 11.667ZM6.66699 9.33301H9.33301V6.66699H6.66699V9.33301ZM5.66699 4.33301C5.66682 3.59678 5.06928 3 4.33301 3C3.59689 3.00018 3.00018 3.59689 3 4.33301C3 5.06928 3.59678 5.66682 4.33301 5.66699H5.66699V4.33301ZM13 4.33301C12.9998 3.59689 12.4031 3.00018 11.667 3C10.9307 3 10.3332 3.59678 10.333 4.33301V5.66699H11.667C12.4032 5.66682 13 5.06928 13 4.33301ZM14 4.33301C14 5.62156 12.9555 6.66682 11.667 6.66699H10.333V9.33301H11.667C12.9555 9.33318 14 10.3784 14 11.667C13.9998 12.9554 12.9554 13.9998 11.667 14C10.3784 14 9.33318 12.9555 9.33301 11.667V10.333H6.66699V11.667C6.66682 12.9555 5.62156 14 4.33301 14C3.0446 13.9998 2.00018 12.9554 2 11.667C2 10.3784 3.04449 9.33318 4.33301 9.33301H5.66699V6.66699H4.33301C3.04449 6.66682 2 5.62156 2 4.33301C2.00018 3.0446 3.0446 2.00018 4.33301 2C5.62156 2 6.66682 3.04449 6.66699 4.33301V5.66699H9.33301V4.33301C9.33318 3.04449 10.3784 2 11.667 2C12.9554 2.00018 13.9998 3.0446 14 4.33301Z", key: "a" }),
6
+ ]);
7
+
8
+ KeyCmd.displayName = 'KeyCmd';
9
+ export { KeyCmd };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const KeyShift: IconComponent;
@@ -0,0 +1,9 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const KeyShift = createIcon('key-shift', [
5
+ createElement('path', { d: "M8.35352 2.14648L14.8535 8.64648L14.5 9.5H11.5V13.5L11 14H5L4.5 13.5V9.5H1.5L1.14648 8.64648L7.64648 2.14648H8.35352ZM2.70703 8.5H5L5.5 9V13H10.5V9L11 8.5H13.293L8 3.20703L2.70703 8.5Z", key: "a" }),
6
+ ]);
7
+
8
+ KeyShift.displayName = 'KeyShift';
9
+ export { KeyShift };
@@ -192,6 +192,8 @@ export { IosFilled } from './IosFilled.mjs';
192
192
  export { Jerrycan } from './Jerrycan.mjs';
193
193
  export { KeyA } from './KeyA.mjs';
194
194
  export { KeyB } from './KeyB.mjs';
195
+ export { KeyCmd } from './KeyCmd.mjs';
196
+ export { KeyShift } from './KeyShift.mjs';
195
197
  export { LED } from './LED.mjs';
196
198
  export { Layers } from './Layers.mjs';
197
199
  export { Leaf } from './Leaf.mjs';
@@ -192,6 +192,8 @@ export { IosFilled } from './IosFilled.mjs';
192
192
  export { Jerrycan } from './Jerrycan.mjs';
193
193
  export { KeyA } from './KeyA.mjs';
194
194
  export { KeyB } from './KeyB.mjs';
195
+ export { KeyCmd } from './KeyCmd.mjs';
196
+ export { KeyShift } from './KeyShift.mjs';
195
197
  export { LED } from './LED.mjs';
196
198
  export { Layers } from './Layers.mjs';
197
199
  export { Leaf } from './Leaf.mjs';
package/dist/index.d.ts CHANGED
@@ -197,6 +197,8 @@ export { IosFilled } from './icons/IosFilled.mjs';
197
197
  export { Jerrycan } from './icons/Jerrycan.mjs';
198
198
  export { KeyA } from './icons/KeyA.mjs';
199
199
  export { KeyB } from './icons/KeyB.mjs';
200
+ export { KeyCmd } from './icons/KeyCmd.mjs';
201
+ export { KeyShift } from './icons/KeyShift.mjs';
200
202
  export { LED } from './icons/LED.mjs';
201
203
  export { Layers } from './icons/Layers.mjs';
202
204
  export { Leaf } from './icons/Leaf.mjs';
package/dist/index.mjs CHANGED
@@ -195,6 +195,8 @@ export { IosFilled } from './icons/IosFilled.mjs';
195
195
  export { Jerrycan } from './icons/Jerrycan.mjs';
196
196
  export { KeyA } from './icons/KeyA.mjs';
197
197
  export { KeyB } from './icons/KeyB.mjs';
198
+ export { KeyCmd } from './icons/KeyCmd.mjs';
199
+ export { KeyShift } from './icons/KeyShift.mjs';
198
200
  export { LED } from './icons/LED.mjs';
199
201
  export { Layers } from './icons/Layers.mjs';
200
202
  export { Leaf } from './icons/Leaf.mjs';
package/dist/meta.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "version": "2.0.1",
3
- "count": 424,
2
+ "version": "2.1.0",
3
+ "count": 426,
4
4
  "categories": {
5
5
  "system": {
6
- "count": 392,
6
+ "count": 394,
7
7
  "themeable": true
8
8
  },
9
9
  "flag": {
@@ -1968,6 +1968,28 @@
1968
1968
  "password-variant"
1969
1969
  ]
1970
1970
  },
1971
+ {
1972
+ "name": "KeyCmd",
1973
+ "category": "system",
1974
+ "kebab": "key-cmd",
1975
+ "aliases": [
1976
+ "command",
1977
+ "cmd",
1978
+ "keyboard-command",
1979
+ "modifier-command"
1980
+ ]
1981
+ },
1982
+ {
1983
+ "name": "KeyShift",
1984
+ "category": "system",
1985
+ "kebab": "key-shift",
1986
+ "aliases": [
1987
+ "shift",
1988
+ "keyboard-shift",
1989
+ "modifier-shift",
1990
+ "uppercase"
1991
+ ]
1992
+ },
1971
1993
  {
1972
1994
  "name": "LED",
1973
1995
  "category": "system",
package/dist/sprite.svg CHANGED
@@ -375,10 +375,10 @@
375
375
  <path d="M8 7C8.27614 7 8.5 7.22386 8.5 7.5V8.5C8.5 8.77614 8.27614 9 8 9C7.72386 9 7.5 8.77614 7.5 8.5V7.5C7.5 7.22386 7.72386 7 8 7Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 3.5C3 2.11929 4.11929 1 5.5 1H10.5C11.8807 1 13 2.11929 13 3.5V8.5C13 9.88071 11.8807 11 10.5 11H5.5C4.11929 11 3 9.88071 3 8.5V3.5ZM10 10V6H6V10H10ZM11 9.91465V6C11 5.44772 10.5523 5 10 5H6C5.44772 5 5 5.44772 5 6V9.91465C4.4174 9.70873 4 9.15311 4 8.5V3.5C4 2.67157 4.67157 2 5.5 2H10.5C11.3284 2 12 2.67157 12 3.5V8.5C12 9.15311 11.5826 9.70873 11 9.91465Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 13.5C3 12.6716 3.67157 12 4.5 12H11.5C12.3284 12 13 12.6716 13 13.5C13 14.3284 12.3284 15 11.5 15H4.5C3.67157 15 3 14.3284 3 13.5ZM4.5 13C4.22386 13 4 13.2239 4 13.5C4 13.7761 4.22386 14 4.5 14H11.5C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13H4.5Z" fill="currentColor"/>
376
376
  </symbol>
377
377
  <symbol id="dot" viewBox="0 0 16 16" fill="currentColor">
378
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5ZM4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z" fill="currentColor"/>
378
+ <path d="M8 5C9.65685 5 11 6.34315 11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8C5 6.34315 6.34315 5 8 5ZM8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6Z" fill="currentColor"/>
379
379
  </symbol>
380
380
  <symbol id="dot-filled" viewBox="0 0 16 16" fill="currentColor">
381
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z" fill="currentColor"/>
381
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5 8C5 6.34315 6.34315 5 8 5C9.65685 5 11 6.34315 11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8Z" fill="currentColor"/>
382
382
  </symbol>
383
383
  <symbol id="dot-path" viewBox="0 0 16 16" fill="currentColor">
384
384
  <path fill-rule="evenodd" clip-rule="evenodd" d="M7.99988 1.5C8.82831 1.5 9.49988 2.17157 9.49988 3C9.49988 3.82843 8.82831 4.5 7.99988 4.5C7.76835 4.49998 7.55015 4.44526 7.35437 4.35156L4.35339 7.35352C3.85835 7.84861 3.85833 8.6514 4.35339 9.14648C4.84847 9.64156 5.65126 9.64153 6.14636 9.14648L9.14636 6.14648C10.032 5.26087 11.4678 5.26088 12.3534 6.14648C13.239 7.0321 13.239 8.4679 12.3534 9.35352L9.35144 12.3545C9.44514 12.5503 9.49988 12.7684 9.49988 13C9.49988 13.8284 8.82831 14.5 7.99988 14.5C7.17152 14.4999 6.49988 13.8284 6.49988 13C6.49988 12.1716 7.17152 11.5001 7.99988 11.5C8.2309 11.5 8.44895 11.5542 8.64441 11.6475L11.6464 8.64648C12.1415 8.15139 12.1415 7.34861 11.6464 6.85352C11.1513 6.35844 10.3485 6.35843 9.85339 6.85352L6.85339 9.85352C5.96777 10.7391 4.53197 10.7391 3.64636 9.85352C2.76077 8.96791 2.76079 7.5321 3.64636 6.64648L6.64734 3.64453C6.55403 3.44905 6.49988 3.23105 6.49988 3C6.49988 2.17162 7.17152 1.50008 7.99988 1.5ZM7.99988 12.5C7.7238 12.5001 7.49988 12.7239 7.49988 13C7.49988 13.2761 7.7238 13.4999 7.99988 13.5C8.27602 13.5 8.49988 13.2761 8.49988 13C8.49988 12.7239 8.27602 12.5 7.99988 12.5ZM7.99988 2.5C7.7238 2.50008 7.49988 2.72391 7.49988 3C7.49988 3.27609 7.7238 3.49992 7.99988 3.5C8.27602 3.5 8.49988 3.27614 8.49988 3C8.49988 2.72386 8.27602 2.5 7.99988 2.5Z" fill="currentColor"/>
@@ -581,6 +581,12 @@
581
581
  <symbol id="key-b" viewBox="0 0 16 16" fill="currentColor">
582
582
  <path fill-rule="evenodd" clip-rule="evenodd" d="M10 2.5C11.933 2.5 13.5 4.067 13.5 6C13.5 7.933 11.933 9.5 10 9.5C9.21297 9.5 8.48657 9.2402 7.90193 8.80167L6.45679 10.2497L7.85359 11.6465L6.44479 13.0553L5.04834 11.6588L2.85359 13.8536L2.14648 13.1465L7.19504 8.09366C6.75853 7.50979 6.50004 6.78508 6.50004 6C6.50004 4.067 8.06705 2.5 10 2.5ZM12.5 6C12.5 4.61929 11.3808 3.5 10 3.5C8.61933 3.5 7.50004 4.61929 7.50004 6C7.50004 7.38071 8.61933 8.5 10 8.5C11.3808 8.5 12.5 7.38071 12.5 6Z" fill="currentColor"/>
583
583
  </symbol>
584
+ <symbol id="key-cmd" viewBox="0 0 16 16" fill="currentColor">
585
+ <path d="M5.66699 10.333H4.33301C3.59678 10.3332 3 10.9307 3 11.667C3.00018 12.4031 3.59689 12.9998 4.33301 13C5.06928 13 5.66682 12.4032 5.66699 11.667V10.333ZM13 11.667C13 10.9307 12.4032 10.3332 11.667 10.333H10.333V11.667C10.3332 12.4032 10.9307 13 11.667 13C12.4031 12.9998 12.9998 12.4031 13 11.667ZM6.66699 9.33301H9.33301V6.66699H6.66699V9.33301ZM5.66699 4.33301C5.66682 3.59678 5.06928 3 4.33301 3C3.59689 3.00018 3.00018 3.59689 3 4.33301C3 5.06928 3.59678 5.66682 4.33301 5.66699H5.66699V4.33301ZM13 4.33301C12.9998 3.59689 12.4031 3.00018 11.667 3C10.9307 3 10.3332 3.59678 10.333 4.33301V5.66699H11.667C12.4032 5.66682 13 5.06928 13 4.33301ZM14 4.33301C14 5.62156 12.9555 6.66682 11.667 6.66699H10.333V9.33301H11.667C12.9555 9.33318 14 10.3784 14 11.667C13.9998 12.9554 12.9554 13.9998 11.667 14C10.3784 14 9.33318 12.9555 9.33301 11.667V10.333H6.66699V11.667C6.66682 12.9555 5.62156 14 4.33301 14C3.0446 13.9998 2.00018 12.9554 2 11.667C2 10.3784 3.04449 9.33318 4.33301 9.33301H5.66699V6.66699H4.33301C3.04449 6.66682 2 5.62156 2 4.33301C2.00018 3.0446 3.0446 2.00018 4.33301 2C5.62156 2 6.66682 3.04449 6.66699 4.33301V5.66699H9.33301V4.33301C9.33318 3.04449 10.3784 2 11.667 2C12.9554 2.00018 13.9998 3.0446 14 4.33301Z" fill="currentColor"/>
586
+ </symbol>
587
+ <symbol id="key-shift" viewBox="0 0 16 16" fill="currentColor">
588
+ <path d="M8.35352 2.14648L14.8535 8.64648L14.5 9.5H11.5V13.5L11 14H5L4.5 13.5V9.5H1.5L1.14648 8.64648L7.64648 2.14648H8.35352ZM2.70703 8.5H5L5.5 9V13H10.5V9L11 8.5H13.293L8 3.20703L2.70703 8.5Z" fill="currentColor"/>
589
+ </symbol>
584
590
  <symbol id="led" viewBox="0 0 16 16" fill="currentColor">
585
591
  <path d="M5.87868 5.17153L3.40381 2.69666L2.6967 3.40376L5.17158 5.87864L5.87868 5.17153Z" fill="currentColor"/><path d="M8 9.5C8.82843 9.5 9.5 8.82843 9.5 8C9.5 7.17157 8.82843 6.5 8 6.5C7.17157 6.5 6.5 7.17157 6.5 8C6.5 8.82843 7.17157 9.5 8 9.5Z" fill="currentColor"/><path d="M1 7.5H4.5V8.5H1V7.5Z" fill="currentColor"/><path d="M2.69678 12.5962L5.17165 10.1213L5.87876 10.8284L3.40388 13.3033L2.69678 12.5962Z" fill="currentColor"/><path d="M15 7.5H11.5V8.5H15V7.5Z" fill="currentColor"/><path d="M10.8284 10.1213L13.3032 12.5962L12.5961 13.3033L10.1213 10.8284L10.8284 10.1213Z" fill="currentColor"/><path d="M12.5962 2.69676L10.1213 5.17163L10.8284 5.87874L13.3033 3.40386L12.5962 2.69676Z" fill="currentColor"/>
586
592
  </symbol>
package/dist/svg/Dot.mjs CHANGED
@@ -1 +1 @@
1
- export const Dot = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5ZM4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z\" fill=\"currentColor\"/></svg>";
1
+ export const Dot = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8 5C9.65685 5 11 6.34315 11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8C5 6.34315 6.34315 5 8 5ZM8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6Z\" fill=\"currentColor\"/></svg>";
@@ -1 +1 @@
1
- export const DotFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z\" fill=\"currentColor\"/></svg>";
1
+ export const DotFilled = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 8C5 6.34315 6.34315 5 8 5C9.65685 5 11 6.34315 11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const KeyCmd: string;
@@ -0,0 +1 @@
1
+ export const KeyCmd = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M5.66699 10.333H4.33301C3.59678 10.3332 3 10.9307 3 11.667C3.00018 12.4031 3.59689 12.9998 4.33301 13C5.06928 13 5.66682 12.4032 5.66699 11.667V10.333ZM13 11.667C13 10.9307 12.4032 10.3332 11.667 10.333H10.333V11.667C10.3332 12.4032 10.9307 13 11.667 13C12.4031 12.9998 12.9998 12.4031 13 11.667ZM6.66699 9.33301H9.33301V6.66699H6.66699V9.33301ZM5.66699 4.33301C5.66682 3.59678 5.06928 3 4.33301 3C3.59689 3.00018 3.00018 3.59689 3 4.33301C3 5.06928 3.59678 5.66682 4.33301 5.66699H5.66699V4.33301ZM13 4.33301C12.9998 3.59689 12.4031 3.00018 11.667 3C10.9307 3 10.3332 3.59678 10.333 4.33301V5.66699H11.667C12.4032 5.66682 13 5.06928 13 4.33301ZM14 4.33301C14 5.62156 12.9555 6.66682 11.667 6.66699H10.333V9.33301H11.667C12.9555 9.33318 14 10.3784 14 11.667C13.9998 12.9554 12.9554 13.9998 11.667 14C10.3784 14 9.33318 12.9555 9.33301 11.667V10.333H6.66699V11.667C6.66682 12.9555 5.62156 14 4.33301 14C3.0446 13.9998 2.00018 12.9554 2 11.667C2 10.3784 3.04449 9.33318 4.33301 9.33301H5.66699V6.66699H4.33301C3.04449 6.66682 2 5.62156 2 4.33301C2.00018 3.0446 3.0446 2.00018 4.33301 2C5.62156 2 6.66682 3.04449 6.66699 4.33301V5.66699H9.33301V4.33301C9.33318 3.04449 10.3784 2 11.667 2C12.9554 2.00018 13.9998 3.0446 14 4.33301Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const KeyShift: string;
@@ -0,0 +1 @@
1
+ export const KeyShift = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.35352 2.14648L14.8535 8.64648L14.5 9.5H11.5V13.5L11 14H5L4.5 13.5V9.5H1.5L1.14648 8.64648L7.64648 2.14648H8.35352ZM2.70703 8.5H5L5.5 9V13H10.5V9L11 8.5H13.293L8 3.20703L2.70703 8.5Z\" fill=\"currentColor\"/></svg>";
@@ -192,6 +192,8 @@ export { IosFilled } from './IosFilled.mjs';
192
192
  export { Jerrycan } from './Jerrycan.mjs';
193
193
  export { KeyA } from './KeyA.mjs';
194
194
  export { KeyB } from './KeyB.mjs';
195
+ export { KeyCmd } from './KeyCmd.mjs';
196
+ export { KeyShift } from './KeyShift.mjs';
195
197
  export { LED } from './LED.mjs';
196
198
  export { Layers } from './Layers.mjs';
197
199
  export { Leaf } from './Leaf.mjs';
@@ -192,6 +192,8 @@ export { IosFilled } from './IosFilled.mjs';
192
192
  export { Jerrycan } from './Jerrycan.mjs';
193
193
  export { KeyA } from './KeyA.mjs';
194
194
  export { KeyB } from './KeyB.mjs';
195
+ export { KeyCmd } from './KeyCmd.mjs';
196
+ export { KeyShift } from './KeyShift.mjs';
195
197
  export { LED } from './LED.mjs';
196
198
  export { Layers } from './Layers.mjs';
197
199
  export { Leaf } from './Leaf.mjs';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ds-mo/icons",
3
- "version": "2.0.1",
4
- "description": "IcoMo — 424 SVG icons (392 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and SVG sprite",
3
+ "version": "2.1.0",
4
+ "description": "IcoMo — 426 SVG icons (394 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",