@m3e/icons 1.0.10 → 1.0.11

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.
@@ -3102,6 +3102,7 @@ import './sign_language_off';
3102
3102
  import './simulation';
3103
3103
  import './sim_card';
3104
3104
  import './sim_card_download';
3105
+ import './single_arrow';
3105
3106
  import './single_bed';
3106
3107
  import './sip';
3107
3108
  import './siren';
@@ -0,0 +1,2 @@
1
+ import { registerIcon } from '@m3e/web/icon';
2
+ registerIcon('single_arrow','outlined',{outlined:'m368-200 210-280-210-280h74l210 280-210 280h-74Z',filled:'m368-200 210-280-210-280h74l210 280-210 280h-74Z'});
@@ -3102,6 +3102,7 @@ import './sign_language_off';
3102
3102
  import './simulation';
3103
3103
  import './sim_card';
3104
3104
  import './sim_card_download';
3105
+ import './single_arrow';
3105
3106
  import './single_bed';
3106
3107
  import './sip';
3107
3108
  import './siren';
@@ -0,0 +1,2 @@
1
+ import { registerIcon } from '@m3e/web/icon';
2
+ registerIcon('single_arrow','rounded',{outlined:'M578-480 403-713q-11-14-3-30.5t27-16.5q7 0 13 3.5t11 8.5l201 268-201 268q-5 5-11 8.5t-13 3.5q-18 0-26-16t3-31l174-233Z',filled:'M578-480 403-713q-11-14-3-30.5t27-16.5q7 0 13 3.5t11 8.5l201 268-201 268q-5 5-11 8.5t-13 3.5q-18 0-26-16t3-31l174-233Z'});
@@ -3102,6 +3102,7 @@ import './sign_language_off';
3102
3102
  import './simulation';
3103
3103
  import './sim_card';
3104
3104
  import './sim_card_download';
3105
+ import './single_arrow';
3105
3106
  import './single_bed';
3106
3107
  import './sip';
3107
3108
  import './siren';
@@ -0,0 +1,2 @@
1
+ import { registerIcon } from '@m3e/web/icon';
2
+ registerIcon('single_arrow','sharp',{outlined:'m368-200 210-280-210-280h74l210 280-210 280h-74Z',filled:'m368-200 210-280-210-280h74l210 280-210 280h-74Z'});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/icons",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Icons for M3E Web Components",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -38,6 +38,6 @@
38
38
  "@m3e/web": "^2.3.2"
39
39
  },
40
40
  "devDependencies": {
41
- "@material-symbols/svg-400": "^0.45.8"
41
+ "@material-symbols/svg-400": "^0.45.9"
42
42
  }
43
43
  }