@ds-mo/icons 6.2.0 → 6.4.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 — **429 SVG icons** (397 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and an SVG sprite.
5
+ IcoMo — **431 SVG icons** (399 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` | 397 | ✅ `currentColor` | Monochrome UI icons — respond to CSS `color` and the `color` prop |
31
+ | `system` | 399 | ✅ `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.
@@ -106,7 +106,7 @@ Generate a flat folder of vector PDFs — one per icon — for use in Xcode asse
106
106
 
107
107
  ```bash
108
108
  npm run build # required first — generates dist/
109
- npm run build:pdf # outputs dist/pdf/<Name>.pdf (429 files)
109
+ npm run build:pdf # outputs dist/pdf/<Name>.pdf (430 files)
110
110
  ```
111
111
 
112
112
  **Adding to Xcode:**
@@ -139,8 +139,8 @@ Machine-readable icon list (for docs, agents, search indexes):
139
139
  import meta from '@ds-mo/icons/meta';
140
140
 
141
141
  meta.version // matches package version (e.g. "6.0.1")
142
- meta.count // 429
143
- meta.categories // { system: {count:397,themeable:true}, flag: {count:32,themeable:false} }
142
+ meta.count // 430
143
+ meta.categories // { system: {count:398,themeable:true}, flag: {count:32,themeable:false} }
144
144
  meta.icons // [{ name, category, kebab, aliases }, ...]
145
145
  ```
146
146
 
package/dist/agent.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
3
  "package": "@ds-mo/icons",
4
- "packageVersion": "6.2.0",
4
+ "packageVersion": "6.4.0",
5
5
  "kind": "icons",
6
6
  "entries": [
7
7
  {
package/dist/agent.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  const manifest = {
2
2
  "schemaVersion": "1.0.0",
3
3
  "package": "@ds-mo/icons",
4
- "packageVersion": "6.2.0",
4
+ "packageVersion": "6.4.0",
5
5
  "kind": "icons",
6
6
  "entries": [
7
7
  {
@@ -2,7 +2,7 @@ import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
4
  const BuildingPublic = createIcon('building-public', [
5
- createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M7.94043 1.44141L14.5 4.68945V7.5H13.5V11.5H14.5V14.5H1.5V11.5H2.5V7.5H1.5V4.69238L7.94043 1.44141ZM2.5 13.5H13.5V12.5H2.5V13.5ZM11.5 7.5V11.5H12.5V7.5H11.5ZM3.5 11.5H4.5V7.5H3.5V11.5ZM5.5 11.5H6.5V7.5H5.5V11.5ZM7.5 11.5H8.5V7.5H7.5V11.5ZM9.5 11.5H10.5V7.5H9.5V11.5ZM2.5 6.5H13.5V5.5H2.5V6.5ZM4.09961 4.5H11.8633L7.94434 2.55859L4.09961 4.5Z", key: "a" }),
5
+ createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M13 11H14V14H2V11H3V7H2V4L8 1.5L14 4V7H13V11ZM10 7V11H12V7H10ZM3 13H13V12H3V13ZM4 11H6V7H4V11ZM7 11H9V7H7V11ZM3 6H13V5H3V6ZM4.59863 4H11.4014L8 2.58301L4.59863 4Z", key: "a" }),
6
6
  ]);
7
7
 
8
8
  BuildingPublic.displayName = 'BuildingPublic';
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const HandHeart: IconComponent;
@@ -0,0 +1,10 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const HandHeart = createIcon('hand-heart', [
5
+ createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M6.07129 7.33301C6.66732 7.0946 7.33268 7.0946 7.92871 7.33301L9.12305 7.81055C9.65242 8.0223 9.99996 8.53532 10 9.10547C9.99999 9.87558 9.37559 10.5 8.60547 10.5H7V9.5H8.60547C8.8233 9.5 8.99999 9.3233 9 9.10547C8.99996 8.94422 8.90167 8.79915 8.75195 8.73926L7.55664 8.26172C7.19918 8.11881 6.80082 8.11881 6.44336 8.26172L5 8.83789V13H9.11523C9.30593 12.9999 9.49482 12.9634 9.67188 12.8926L13.752 11.2607C13.9017 11.2009 14 11.0558 14 10.8945C14 10.6767 13.8233 10.5 13.6055 10.5H10.5V9.5H13.6055C14.3756 9.5 15 10.1244 15 10.8945C15 11.4647 14.6524 11.9777 14.123 12.1895L10.043 13.8213C9.74789 13.9393 9.43303 13.9999 9.11523 14H2V8H4.4043L6.07129 7.33301ZM3 13H4V9H3V13Z", key: "a" }),
6
+ createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M12.2119 1.5C13.4546 1.50011 14.4999 2.4657 14.5 3.70117C14.4999 4.62049 13.9393 5.43673 13.3066 6.05078C12.6618 6.67668 11.8588 7.17449 11.1973 7.45898L11 7.54395L10.8027 7.45898C10.1412 7.17449 9.33823 6.67668 8.69336 6.05078C8.06073 5.43673 7.50014 4.62049 7.5 3.70117C7.50009 2.46592 8.54461 1.50011 9.78809 1.5C10.2769 1.5 10.6786 1.66193 11 1.87012C11.3211 1.66201 11.7228 1.5 12.2119 1.5ZM12.2119 2.5C11.8639 2.5 11.5799 2.65233 11.3291 2.87109L11 3.1582L10.6719 2.87109C10.4213 2.65237 10.1365 2.5 9.78809 2.5C9.0511 2.50011 8.50005 3.06285 8.5 3.70117C8.50014 4.21663 8.82798 4.78781 9.38965 5.33301C9.87618 5.80525 10.4795 6.19789 11 6.44922C11.5205 6.19789 12.1238 5.80525 12.6104 5.33301C13.172 4.78781 13.4999 4.21663 13.5 3.70117C13.5 3.06289 12.9484 2.50011 12.2119 2.5Z", key: "b" }),
7
+ ]);
8
+
9
+ HandHeart.displayName = 'HandHeart';
10
+ export { HandHeart };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const PersonGroupThree: IconComponent;
@@ -0,0 +1,14 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const PersonGroupThree = createIcon('person-group-three', [
5
+ createElement('path', { d: "M10 11C10.8284 11 11.5 11.6716 11.5 12.5V14H10.5V12.5C10.5 12.2239 10.2761 12 10 12H6C5.72386 12 5.5 12.2239 5.5 12.5V14H4.5V12.5C4.5 11.6716 5.17157 11 6 11H10Z", key: "a" }),
6
+ createElement('path', { d: "M4.5 9H3C2.72386 9 2.5 9.22386 2.5 9.5V11H1.5V9.5C1.5 8.67157 2.17157 8 3 8H4.5V9Z", key: "b" }),
7
+ createElement('path', { d: "M13 8C13.8284 8 14.5 8.67157 14.5 9.5V11H13.5V9.5C13.5 9.22386 13.2761 9 13 9H11.5V8H13Z", key: "c" }),
8
+ createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M8 5C9.38071 5 10.5 6.11929 10.5 7.5C10.5 8.88071 9.38071 10 8 10C6.61929 10 5.5 8.88071 5.5 7.5C5.5 6.11929 6.61929 5 8 5ZM8 6C7.17157 6 6.5 6.67157 6.5 7.5C6.5 8.32843 7.17157 9 8 9C8.82843 9 9.5 8.32843 9.5 7.5C9.5 6.67157 8.82843 6 8 6Z", key: "d" }),
9
+ createElement('path', { d: "M4.5 2C5.70949 2 6.71858 2.85886 6.9502 4H5.91309C5.70703 3.41766 5.15293 3 4.5 3C3.67157 3 3 3.67157 3 4.5C3 5.32843 3.67157 6 4.5 6V7C3.11929 7 2 5.88071 2 4.5C2 3.11929 3.11929 2 4.5 2Z", key: "e" }),
10
+ createElement('path', { d: "M11.5 2C12.8807 2 14 3.11929 14 4.5C14 5.88071 12.8807 7 11.5 7V6C12.3284 6 13 5.32843 13 4.5C13 3.67157 12.3284 3 11.5 3C10.8471 3 10.293 3.41766 10.0869 4H9.0498C9.28142 2.85886 10.2905 2 11.5 2Z", key: "f" }),
11
+ ]);
12
+
13
+ PersonGroupThree.displayName = 'PersonGroupThree';
14
+ export { PersonGroupThree };
@@ -190,6 +190,7 @@ export { GraphDecreasing } from './GraphDecreasing.mjs';
190
190
  export { GraphIncreasing } from './GraphIncreasing.mjs';
191
191
  export { GroupBy } from './GroupBy.mjs';
192
192
  export { Hamburger } from './Hamburger.mjs';
193
+ export { HandHeart } from './HandHeart.mjs';
193
194
  export { HandOpen } from './HandOpen.mjs';
194
195
  export { Headset } from './Headset.mjs';
195
196
  export { History } from './History.mjs';
@@ -270,6 +271,7 @@ export { PersonFrame } from './PersonFrame.mjs';
270
271
  export { PersonGear } from './PersonGear.mjs';
271
272
  export { PersonGroup } from './PersonGroup.mjs';
272
273
  export { PersonGroupArrows } from './PersonGroupArrows.mjs';
274
+ export { PersonGroupThree } from './PersonGroupThree.mjs';
273
275
  export { PersonManager } from './PersonManager.mjs';
274
276
  export { PersonShield } from './PersonShield.mjs';
275
277
  export { PersonStar } from './PersonStar.mjs';
@@ -190,6 +190,7 @@ export { GraphDecreasing } from './GraphDecreasing.mjs';
190
190
  export { GraphIncreasing } from './GraphIncreasing.mjs';
191
191
  export { GroupBy } from './GroupBy.mjs';
192
192
  export { Hamburger } from './Hamburger.mjs';
193
+ export { HandHeart } from './HandHeart.mjs';
193
194
  export { HandOpen } from './HandOpen.mjs';
194
195
  export { Headset } from './Headset.mjs';
195
196
  export { History } from './History.mjs';
@@ -270,6 +271,7 @@ export { PersonFrame } from './PersonFrame.mjs';
270
271
  export { PersonGear } from './PersonGear.mjs';
271
272
  export { PersonGroup } from './PersonGroup.mjs';
272
273
  export { PersonGroupArrows } from './PersonGroupArrows.mjs';
274
+ export { PersonGroupThree } from './PersonGroupThree.mjs';
273
275
  export { PersonManager } from './PersonManager.mjs';
274
276
  export { PersonShield } from './PersonShield.mjs';
275
277
  export { PersonStar } from './PersonStar.mjs';
package/dist/index.d.ts CHANGED
@@ -195,6 +195,7 @@ export { GraphDecreasing } from './icons/GraphDecreasing.mjs';
195
195
  export { GraphIncreasing } from './icons/GraphIncreasing.mjs';
196
196
  export { GroupBy } from './icons/GroupBy.mjs';
197
197
  export { Hamburger } from './icons/Hamburger.mjs';
198
+ export { HandHeart } from './icons/HandHeart.mjs';
198
199
  export { HandOpen } from './icons/HandOpen.mjs';
199
200
  export { Headset } from './icons/Headset.mjs';
200
201
  export { History } from './icons/History.mjs';
@@ -275,6 +276,7 @@ export { PersonFrame } from './icons/PersonFrame.mjs';
275
276
  export { PersonGear } from './icons/PersonGear.mjs';
276
277
  export { PersonGroup } from './icons/PersonGroup.mjs';
277
278
  export { PersonGroupArrows } from './icons/PersonGroupArrows.mjs';
279
+ export { PersonGroupThree } from './icons/PersonGroupThree.mjs';
278
280
  export { PersonManager } from './icons/PersonManager.mjs';
279
281
  export { PersonShield } from './icons/PersonShield.mjs';
280
282
  export { PersonStar } from './icons/PersonStar.mjs';
package/dist/index.mjs CHANGED
@@ -193,6 +193,7 @@ export { GraphDecreasing } from './icons/GraphDecreasing.mjs';
193
193
  export { GraphIncreasing } from './icons/GraphIncreasing.mjs';
194
194
  export { GroupBy } from './icons/GroupBy.mjs';
195
195
  export { Hamburger } from './icons/Hamburger.mjs';
196
+ export { HandHeart } from './icons/HandHeart.mjs';
196
197
  export { HandOpen } from './icons/HandOpen.mjs';
197
198
  export { Headset } from './icons/Headset.mjs';
198
199
  export { History } from './icons/History.mjs';
@@ -273,6 +274,7 @@ export { PersonFrame } from './icons/PersonFrame.mjs';
273
274
  export { PersonGear } from './icons/PersonGear.mjs';
274
275
  export { PersonGroup } from './icons/PersonGroup.mjs';
275
276
  export { PersonGroupArrows } from './icons/PersonGroupArrows.mjs';
277
+ export { PersonGroupThree } from './icons/PersonGroupThree.mjs';
276
278
  export { PersonManager } from './icons/PersonManager.mjs';
277
279
  export { PersonShield } from './icons/PersonShield.mjs';
278
280
  export { PersonStar } from './icons/PersonStar.mjs';
package/dist/meta.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "version": "6.2.0",
3
- "count": 429,
2
+ "version": "6.4.0",
3
+ "count": 431,
4
4
  "categories": {
5
5
  "system": {
6
- "count": 397,
6
+ "count": 399,
7
7
  "colorModel": "monochrome",
8
8
  "motion": "static",
9
9
  "themeable": true
@@ -2076,6 +2076,16 @@
2076
2076
  "lines"
2077
2077
  ]
2078
2078
  },
2079
+ {
2080
+ "name": "HandHeart",
2081
+ "category": "system",
2082
+ "kebab": "hand-heart",
2083
+ "aliases": [
2084
+ "care",
2085
+ "charity",
2086
+ "giving"
2087
+ ]
2088
+ },
2079
2089
  {
2080
2090
  "name": "HandOpen",
2081
2091
  "category": "system",
@@ -2885,6 +2895,16 @@
2885
2895
  "user-group-arrows"
2886
2896
  ]
2887
2897
  },
2898
+ {
2899
+ "name": "PersonGroupThree",
2900
+ "category": "system",
2901
+ "kebab": "person-group-three",
2902
+ "aliases": [
2903
+ "team-three",
2904
+ "three-people",
2905
+ "trio"
2906
+ ]
2907
+ },
2888
2908
  {
2889
2909
  "name": "PersonManager",
2890
2910
  "category": "system",
package/dist/sprite.svg CHANGED
@@ -129,7 +129,7 @@
129
129
  <path d="M4 9H6V8H4V9Z" fill="currentColor"/><path d="M4 11H6V10H4V11Z" fill="currentColor"/><path d="M9 4V5H10V4H9Z" fill="currentColor"/><path d="M11 4V5H12V4H11Z" fill="currentColor"/><path d="M9 6V7H10V6H9Z" fill="currentColor"/><path d="M11 6V7H12V6H11Z" fill="currentColor"/><path d="M9 8V9H10V8H9Z" fill="currentColor"/><path d="M11 8V9H12V8H11Z" fill="currentColor"/><path d="M9 10V11H10V10H9Z" fill="currentColor"/><path d="M11 10V11H12V10H11Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 2H14V14H2V6H7V2ZM7 7H3V13H4.5V12H5.5V13H7V7ZM13 3V13H11V12H10V13H8V3H13Z" fill="currentColor"/>
130
130
  </symbol>
131
131
  <symbol id="building-public" viewBox="0 0 16 16" fill="currentColor">
132
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.94043 1.44141L14.5 4.68945V7.5H13.5V11.5H14.5V14.5H1.5V11.5H2.5V7.5H1.5V4.69238L7.94043 1.44141ZM2.5 13.5H13.5V12.5H2.5V13.5ZM11.5 7.5V11.5H12.5V7.5H11.5ZM3.5 11.5H4.5V7.5H3.5V11.5ZM5.5 11.5H6.5V7.5H5.5V11.5ZM7.5 11.5H8.5V7.5H7.5V11.5ZM9.5 11.5H10.5V7.5H9.5V11.5ZM2.5 6.5H13.5V5.5H2.5V6.5ZM4.09961 4.5H11.8633L7.94434 2.55859L4.09961 4.5Z" fill="currentColor"/>
132
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13 11H14V14H2V11H3V7H2V4L8 1.5L14 4V7H13V11ZM10 7V11H12V7H10ZM3 13H13V12H3V13ZM4 11H6V7H4V11ZM7 11H9V7H7V11ZM3 6H13V5H3V6ZM4.59863 4H11.4014L8 2.58301L4.59863 4Z" fill="currentColor"/>
133
133
  </symbol>
134
134
  <symbol id="building-shop" viewBox="0 0 16 16" fill="currentColor">
135
135
  <path fill-rule="evenodd" clip-rule="evenodd" d="M4 7H7V11H4V7ZM5 8V10H6V8H5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14 2H2V14H14V2ZM13 4V3H3V4C3 4.48325 3.39175 4.875 3.875 4.875C4.35825 4.875 4.75 4.48325 4.75 4H5.75C5.75 4.48325 6.14175 4.875 6.625 4.875C7.10825 4.875 7.5 4.48325 7.5 4H8.5C8.5 4.48325 8.89175 4.875 9.375 4.875C9.85825 4.875 10.25 4.48325 10.25 4H11.25C11.25 4.48325 11.6418 4.875 12.125 4.875C12.6082 4.875 13 4.48325 13 4ZM10.75 5.27477C11.0924 5.64396 11.5817 5.875 12.125 5.875C12.441 5.875 12.7388 5.79682 13 5.65874V13H12V7H8V13H3V5.65874C3.26121 5.79682 3.55898 5.875 3.875 5.875C4.41826 5.875 4.90756 5.64396 5.25 5.27477C5.59244 5.64396 6.08174 5.875 6.625 5.875C7.16826 5.875 7.65757 5.64396 8 5.27477C8.34244 5.64396 8.83174 5.875 9.375 5.875C9.91826 5.875 10.4076 5.64396 10.75 5.27477ZM9 13H11V8H9V13Z" fill="currentColor"/>
@@ -575,6 +575,9 @@
575
575
  <symbol id="hamburger" viewBox="0 0 16 16" fill="currentColor">
576
576
  <path fill-rule="evenodd" clip-rule="evenodd" d="M14 4.5H2V3.5H14V4.5ZM14 8.5H2V7.5H14V8.5ZM14 12.5H2V11.5H14V12.5Z" fill="currentColor"/>
577
577
  </symbol>
578
+ <symbol id="hand-heart" viewBox="0 0 16 16" fill="currentColor">
579
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.07129 7.33301C6.66732 7.0946 7.33268 7.0946 7.92871 7.33301L9.12305 7.81055C9.65242 8.0223 9.99996 8.53532 10 9.10547C9.99999 9.87558 9.37559 10.5 8.60547 10.5H7V9.5H8.60547C8.8233 9.5 8.99999 9.3233 9 9.10547C8.99996 8.94422 8.90167 8.79915 8.75195 8.73926L7.55664 8.26172C7.19918 8.11881 6.80082 8.11881 6.44336 8.26172L5 8.83789V13H9.11523C9.30593 12.9999 9.49482 12.9634 9.67188 12.8926L13.752 11.2607C13.9017 11.2009 14 11.0558 14 10.8945C14 10.6767 13.8233 10.5 13.6055 10.5H10.5V9.5H13.6055C14.3756 9.5 15 10.1244 15 10.8945C15 11.4647 14.6524 11.9777 14.123 12.1895L10.043 13.8213C9.74789 13.9393 9.43303 13.9999 9.11523 14H2V8H4.4043L6.07129 7.33301ZM3 13H4V9H3V13Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.2119 1.5C13.4546 1.50011 14.4999 2.4657 14.5 3.70117C14.4999 4.62049 13.9393 5.43673 13.3066 6.05078C12.6618 6.67668 11.8588 7.17449 11.1973 7.45898L11 7.54395L10.8027 7.45898C10.1412 7.17449 9.33823 6.67668 8.69336 6.05078C8.06073 5.43673 7.50014 4.62049 7.5 3.70117C7.50009 2.46592 8.54461 1.50011 9.78809 1.5C10.2769 1.5 10.6786 1.66193 11 1.87012C11.3211 1.66201 11.7228 1.5 12.2119 1.5ZM12.2119 2.5C11.8639 2.5 11.5799 2.65233 11.3291 2.87109L11 3.1582L10.6719 2.87109C10.4213 2.65237 10.1365 2.5 9.78809 2.5C9.0511 2.50011 8.50005 3.06285 8.5 3.70117C8.50014 4.21663 8.82798 4.78781 9.38965 5.33301C9.87618 5.80525 10.4795 6.19789 11 6.44922C11.5205 6.19789 12.1238 5.80525 12.6104 5.33301C13.172 4.78781 13.4999 4.21663 13.5 3.70117C13.5 3.06289 12.9484 2.50011 12.2119 2.5Z" fill="currentColor"/>
580
+ </symbol>
578
581
  <symbol id="hand-open" viewBox="0 0 16 16" fill="currentColor">
579
582
  <path d="M8.50003 3C8.50003 2.72386 8.27617 2.5 8.00003 2.5C7.72389 2.5 7.50003 2.72386 7.50003 3V8H6.50003V4C6.50003 3.72386 6.27617 3.5 6.00003 3.5C5.72389 3.5 5.50003 3.72386 5.50003 4V9L4.59964 9.2998L3.56741 7.92285C3.4358 7.74737 3.19957 7.68728 3.00003 7.77832C2.76006 7.888 2.65788 8.17493 2.77542 8.41113L5.3096 13.5H11.6094L12.5 9.9375V5.5C12.5 5.22387 12.2762 5.00001 12 5C11.7239 5 11.5 5.22386 11.5 5.5V8H10.5V4C10.5 3.72386 10.2762 3.5 10 3.5C9.72389 3.5 9.50003 3.72386 9.50003 4V8H8.50003V3ZM11.5 4.08691C11.6566 4.03153 11.8245 4 12 4C12.8284 4.00001 13.5 4.67158 13.5 5.5V10.0615L13.4854 10.1211L12.4854 14.1211L12 14.5H5.00003L4.55277 14.2227L1.88089 8.85645C1.51144 8.11422 1.82998 7.21384 2.58402 6.86914C3.21122 6.58248 3.95346 6.77156 4.36722 7.32324L4.50003 7.5V4C4.50003 3.17157 5.1716 2.5 6.00003 2.5C6.1954 2.5 6.38159 2.53849 6.55277 2.60645C6.7257 1.96899 7.30784 1.5 8.00003 1.5C8.69213 1.5 9.27331 1.96912 9.44632 2.60645C9.61772 2.53828 9.80434 2.5 10 2.5C10.8285 2.5 11.5 3.17157 11.5 4V4.08691Z" fill="currentColor"/>
580
583
  </symbol>
@@ -815,6 +818,9 @@
815
818
  <symbol id="person-group-arrows" viewBox="0 0 16 16" fill="currentColor">
816
819
  <path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 11C10.6716 11 10 11.6716 10 12.5V15H9.00003V12.5C9.00003 11.1193 10.1193 10 11.5 10H15V11H11.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15 2C13.3431 2 12 3.34315 12 5C12 6.65685 13.3431 8 15 8V9C12.7909 9 11 7.20914 11 5C11 2.79086 12.7909 1 15 1V2Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 11C5.32843 11 6 11.6716 6 12.5V15H7V12.5C7 11.1193 5.88071 10 4.5 10H1V11H4.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1 2C2.65685 2 4 3.34315 4 5C4 6.65685 2.65685 8 1 8V9C3.20914 9 5 7.20914 5 5C5 2.79086 3.20914 1 1 1V2Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10 4.99998V4.008L8.63842 2.64642L7.93131 3.35353L8.57776 3.99998H6V4.99998L10 4.99998Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.00417 5.99764V6.98962L7.36575 8.3512L8.07286 7.64409L7.42641 6.99764H10.0042V5.99764H6.00417Z" fill="currentColor"/>
817
820
  </symbol>
821
+ <symbol id="person-group-three" viewBox="0 0 16 16" fill="currentColor">
822
+ <path d="M10 11C10.8284 11 11.5 11.6716 11.5 12.5V14H10.5V12.5C10.5 12.2239 10.2761 12 10 12H6C5.72386 12 5.5 12.2239 5.5 12.5V14H4.5V12.5C4.5 11.6716 5.17157 11 6 11H10Z" fill="currentColor"/><path d="M4.5 9H3C2.72386 9 2.5 9.22386 2.5 9.5V11H1.5V9.5C1.5 8.67157 2.17157 8 3 8H4.5V9Z" fill="currentColor"/><path d="M13 8C13.8284 8 14.5 8.67157 14.5 9.5V11H13.5V9.5C13.5 9.22386 13.2761 9 13 9H11.5V8H13Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8 5C9.38071 5 10.5 6.11929 10.5 7.5C10.5 8.88071 9.38071 10 8 10C6.61929 10 5.5 8.88071 5.5 7.5C5.5 6.11929 6.61929 5 8 5ZM8 6C7.17157 6 6.5 6.67157 6.5 7.5C6.5 8.32843 7.17157 9 8 9C8.82843 9 9.5 8.32843 9.5 7.5C9.5 6.67157 8.82843 6 8 6Z" fill="currentColor"/><path d="M4.5 2C5.70949 2 6.71858 2.85886 6.9502 4H5.91309C5.70703 3.41766 5.15293 3 4.5 3C3.67157 3 3 3.67157 3 4.5C3 5.32843 3.67157 6 4.5 6V7C3.11929 7 2 5.88071 2 4.5C2 3.11929 3.11929 2 4.5 2Z" fill="currentColor"/><path d="M11.5 2C12.8807 2 14 3.11929 14 4.5C14 5.88071 12.8807 7 11.5 7V6C12.3284 6 13 5.32843 13 4.5C13 3.67157 12.3284 3 11.5 3C10.8471 3 10.293 3.41766 10.0869 4H9.0498C9.28142 2.85886 10.2905 2 11.5 2Z" fill="currentColor"/>
823
+ </symbol>
818
824
  <symbol id="person-manager" viewBox="0 0 16 16" fill="currentColor">
819
825
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8 1C6.067 1 4.5 2.567 4.5 4.5C4.5 6.433 6.067 8 8 8C9.933 8 11.5 6.433 11.5 4.5C11.5 2.567 9.933 1 8 1ZM5.5 4.5C5.5 3.11929 6.61929 2 8 2C9.38071 2 10.5 3.11929 10.5 4.5C10.5 5.88071 9.38071 7 8 7C6.61929 7 5.5 5.88071 5.5 4.5Z" fill="currentColor"/><path d="M3 11.5C3 10.6716 3.67157 10 4.5 10H8V9H4.5C3.11929 9 2 10.1193 2 11.5V14H3V11.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10 9C9.44772 9 9 9.44771 9 10V12.5C9 13.0523 9.44772 13.5 10 13.5H11.5V14H10.5V15H13.5V14H12.5V13.5H14C14.5523 13.5 15 13.0523 15 12.5V10C15 9.44771 14.5523 9 14 9H10ZM10 10H14V12.5H10V10Z" fill="currentColor"/>
820
826
  </symbol>
@@ -1 +1 @@
1
- export const BuildingPublic = "<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=\"M7.94043 1.44141L14.5 4.68945V7.5H13.5V11.5H14.5V14.5H1.5V11.5H2.5V7.5H1.5V4.69238L7.94043 1.44141ZM2.5 13.5H13.5V12.5H2.5V13.5ZM11.5 7.5V11.5H12.5V7.5H11.5ZM3.5 11.5H4.5V7.5H3.5V11.5ZM5.5 11.5H6.5V7.5H5.5V11.5ZM7.5 11.5H8.5V7.5H7.5V11.5ZM9.5 11.5H10.5V7.5H9.5V11.5ZM2.5 6.5H13.5V5.5H2.5V6.5ZM4.09961 4.5H11.8633L7.94434 2.55859L4.09961 4.5Z\" fill=\"currentColor\"/></svg>";
1
+ export const BuildingPublic = "<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=\"M13 11H14V14H2V11H3V7H2V4L8 1.5L14 4V7H13V11ZM10 7V11H12V7H10ZM3 13H13V12H3V13ZM4 11H6V7H4V11ZM7 11H9V7H7V11ZM3 6H13V5H3V6ZM4.59863 4H11.4014L8 2.58301L4.59863 4Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const HandHeart: string;
@@ -0,0 +1 @@
1
+ export const HandHeart = "<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=\"M6.07129 7.33301C6.66732 7.0946 7.33268 7.0946 7.92871 7.33301L9.12305 7.81055C9.65242 8.0223 9.99996 8.53532 10 9.10547C9.99999 9.87558 9.37559 10.5 8.60547 10.5H7V9.5H8.60547C8.8233 9.5 8.99999 9.3233 9 9.10547C8.99996 8.94422 8.90167 8.79915 8.75195 8.73926L7.55664 8.26172C7.19918 8.11881 6.80082 8.11881 6.44336 8.26172L5 8.83789V13H9.11523C9.30593 12.9999 9.49482 12.9634 9.67188 12.8926L13.752 11.2607C13.9017 11.2009 14 11.0558 14 10.8945C14 10.6767 13.8233 10.5 13.6055 10.5H10.5V9.5H13.6055C14.3756 9.5 15 10.1244 15 10.8945C15 11.4647 14.6524 11.9777 14.123 12.1895L10.043 13.8213C9.74789 13.9393 9.43303 13.9999 9.11523 14H2V8H4.4043L6.07129 7.33301ZM3 13H4V9H3V13Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.2119 1.5C13.4546 1.50011 14.4999 2.4657 14.5 3.70117C14.4999 4.62049 13.9393 5.43673 13.3066 6.05078C12.6618 6.67668 11.8588 7.17449 11.1973 7.45898L11 7.54395L10.8027 7.45898C10.1412 7.17449 9.33823 6.67668 8.69336 6.05078C8.06073 5.43673 7.50014 4.62049 7.5 3.70117C7.50009 2.46592 8.54461 1.50011 9.78809 1.5C10.2769 1.5 10.6786 1.66193 11 1.87012C11.3211 1.66201 11.7228 1.5 12.2119 1.5ZM12.2119 2.5C11.8639 2.5 11.5799 2.65233 11.3291 2.87109L11 3.1582L10.6719 2.87109C10.4213 2.65237 10.1365 2.5 9.78809 2.5C9.0511 2.50011 8.50005 3.06285 8.5 3.70117C8.50014 4.21663 8.82798 4.78781 9.38965 5.33301C9.87618 5.80525 10.4795 6.19789 11 6.44922C11.5205 6.19789 12.1238 5.80525 12.6104 5.33301C13.172 4.78781 13.4999 4.21663 13.5 3.70117C13.5 3.06289 12.9484 2.50011 12.2119 2.5Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const PersonGroupThree: string;
@@ -0,0 +1 @@
1
+ export const PersonGroupThree = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 11C10.8284 11 11.5 11.6716 11.5 12.5V14H10.5V12.5C10.5 12.2239 10.2761 12 10 12H6C5.72386 12 5.5 12.2239 5.5 12.5V14H4.5V12.5C4.5 11.6716 5.17157 11 6 11H10Z\" fill=\"currentColor\"/><path d=\"M4.5 9H3C2.72386 9 2.5 9.22386 2.5 9.5V11H1.5V9.5C1.5 8.67157 2.17157 8 3 8H4.5V9Z\" fill=\"currentColor\"/><path d=\"M13 8C13.8284 8 14.5 8.67157 14.5 9.5V11H13.5V9.5C13.5 9.22386 13.2761 9 13 9H11.5V8H13Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8 5C9.38071 5 10.5 6.11929 10.5 7.5C10.5 8.88071 9.38071 10 8 10C6.61929 10 5.5 8.88071 5.5 7.5C5.5 6.11929 6.61929 5 8 5ZM8 6C7.17157 6 6.5 6.67157 6.5 7.5C6.5 8.32843 7.17157 9 8 9C8.82843 9 9.5 8.32843 9.5 7.5C9.5 6.67157 8.82843 6 8 6Z\" fill=\"currentColor\"/><path d=\"M4.5 2C5.70949 2 6.71858 2.85886 6.9502 4H5.91309C5.70703 3.41766 5.15293 3 4.5 3C3.67157 3 3 3.67157 3 4.5C3 5.32843 3.67157 6 4.5 6V7C3.11929 7 2 5.88071 2 4.5C2 3.11929 3.11929 2 4.5 2Z\" fill=\"currentColor\"/><path d=\"M11.5 2C12.8807 2 14 3.11929 14 4.5C14 5.88071 12.8807 7 11.5 7V6C12.3284 6 13 5.32843 13 4.5C13 3.67157 12.3284 3 11.5 3C10.8471 3 10.293 3.41766 10.0869 4H9.0498C9.28142 2.85886 10.2905 2 11.5 2Z\" fill=\"currentColor\"/></svg>";
@@ -190,6 +190,7 @@ export { GraphDecreasing } from './GraphDecreasing.mjs';
190
190
  export { GraphIncreasing } from './GraphIncreasing.mjs';
191
191
  export { GroupBy } from './GroupBy.mjs';
192
192
  export { Hamburger } from './Hamburger.mjs';
193
+ export { HandHeart } from './HandHeart.mjs';
193
194
  export { HandOpen } from './HandOpen.mjs';
194
195
  export { Headset } from './Headset.mjs';
195
196
  export { History } from './History.mjs';
@@ -270,6 +271,7 @@ export { PersonFrame } from './PersonFrame.mjs';
270
271
  export { PersonGear } from './PersonGear.mjs';
271
272
  export { PersonGroup } from './PersonGroup.mjs';
272
273
  export { PersonGroupArrows } from './PersonGroupArrows.mjs';
274
+ export { PersonGroupThree } from './PersonGroupThree.mjs';
273
275
  export { PersonManager } from './PersonManager.mjs';
274
276
  export { PersonShield } from './PersonShield.mjs';
275
277
  export { PersonStar } from './PersonStar.mjs';
@@ -190,6 +190,7 @@ export { GraphDecreasing } from './GraphDecreasing.mjs';
190
190
  export { GraphIncreasing } from './GraphIncreasing.mjs';
191
191
  export { GroupBy } from './GroupBy.mjs';
192
192
  export { Hamburger } from './Hamburger.mjs';
193
+ export { HandHeart } from './HandHeart.mjs';
193
194
  export { HandOpen } from './HandOpen.mjs';
194
195
  export { Headset } from './Headset.mjs';
195
196
  export { History } from './History.mjs';
@@ -270,6 +271,7 @@ export { PersonFrame } from './PersonFrame.mjs';
270
271
  export { PersonGear } from './PersonGear.mjs';
271
272
  export { PersonGroup } from './PersonGroup.mjs';
272
273
  export { PersonGroupArrows } from './PersonGroupArrows.mjs';
274
+ export { PersonGroupThree } from './PersonGroupThree.mjs';
273
275
  export { PersonManager } from './PersonManager.mjs';
274
276
  export { PersonShield } from './PersonShield.mjs';
275
277
  export { PersonStar } from './PersonStar.mjs';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ds-mo/icons",
3
- "version": "6.2.0",
4
- "description": "IcoMo — 429 SVG icons (397 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and SVG sprite",
3
+ "version": "6.4.0",
4
+ "description": "IcoMo — 431 SVG icons (399 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",