@m3e/icons 1.0.10 → 1.0.12

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.
@@ -0,0 +1,2 @@
1
+ import { registerIcon } from '@m3e/web/icon';
2
+ registerIcon('high_quality_off','outlined',{outlined:'m720-326-50-50v-177H570v77l-50-51v-42q0-14.7 12-24.35 12-9.65 28-9.65h126q14.45 0 24.22 9.78Q720-583.45 720-569v243Zm-480-31v-246h50v107h100v-75l50 50v164h-50v-89H290v89h-50ZM140-160q-24 0-42-17.63Q80-195.25 80-220v-520q0-24 18-42t42-18h22l60 60h-82v520h519L41-837l42-42 764 765-42 42-88-88H140Zm731-15-51-51v-514H308l-60-60h572q23 0 41.5 18.5T880-740v520.13q0 12.02-2 22.94-2 10.93-7 21.93ZM564-484Zm-164 5Z',filled:'M720-327v-242q0-14-10-24t-24-10H560q-24 0-32 24t-8 52l50 50v-76h100v176l50 50Zm-480-30h50v-89h100v89h50v-164l-50-50v75H290v-107h-50v246Zm631 182L248-800h572q23 0 41.5 18.5T880-740v520q0 12-2 23t-7 22Zm-731 15q-24 0-42-17.5T80-220v-520q0-24 18-42t42-18h22l442 443h-84L41-837l42-42 764 765-42 42-88-88H140Z'});
@@ -1708,6 +1708,7 @@ import './highlight_text_cursor';
1708
1708
  import './high_chair';
1709
1709
  import './high_density';
1710
1710
  import './high_quality';
1711
+ import './high_quality_off';
1711
1712
  import './high_res';
1712
1713
  import './hiking';
1713
1714
  import './history';
@@ -3102,6 +3103,7 @@ import './sign_language_off';
3102
3103
  import './simulation';
3103
3104
  import './sim_card';
3104
3105
  import './sim_card_download';
3106
+ import './single_arrow';
3105
3107
  import './single_bed';
3106
3108
  import './sip';
3107
3109
  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'});
@@ -0,0 +1,2 @@
1
+ import { registerIcon } from '@m3e/web/icon';
2
+ registerIcon('high_quality_off','rounded',{outlined:'M880-740v502q0 15-9.37 22.5-9.38 7.5-20.63 7.5-14 0-22-8t-8-22v-502H320q-15 0-22.5-9.43t-7.5-20.75q0-12.82 8.63-21.32 8.62-8.5 21.37-8.5h500q23 0 41.5 18.5T880-740ZM564-484Zm-274 38v64q0 10.83-7.12 17.92-7.11 7.08-18 7.08-10.88 0-17.88-7.08-7-7.09-7-17.92v-196q0-10.83 7.12-17.92 7.11-7.08 18-7.08 10.88 0 17.88 7.08 7 7.09 7 17.92v82h100v-75l50 50v139q0 10.83-7.12 17.92-7.11 7.08-18 7.08-10.88 0-17.88-7.08-7-7.09-7-17.92v-64H290ZM140-160q-24 0-42-17.63Q80-195.25 80-220v-520q0-24 18-42t42-18h22l60 60h-82v520h519L62-816q-9-9-9-21t9-21q9-9 21-9t21 9l722 723q9 9 9 21t-9 21q-9 9-21 9t-21-9l-67-67H140Zm260-319Zm320-90v183q0 16.57-15.5 22.79-15.5 6.21-27.29-5.58-4.21-4.21-5.71-8.27-1.5-4.07-1.5-8.94v-167H570v52q0 10.83-7.12 17.92-7.11 7.08-18 7.08-10.88 0-17.88-7.08-7-7.09-7-17.92v-68q0-14.7 12-24.35 12-9.65 28-9.65h126q14.45 0 24.22 9.78Q720-583.45 720-569Z',filled:'M290-446h100v64q0 11 7 18t18 7q11 0 18-7t7-18v-139l-50-50v75H290v-82q0-11-7-18t-18-7q-11 0-18 7t-7 18v196q0 11 7 18t18 7q11 0 18-7t7-18v-64Zm430 119v-242q0-14-10-24t-24-10H560q-24 0-32 24t-8 52l50 50v-76h100v176l50 50Zm160-413v501q0 20-18.5 28t-32.5-6L299-749q-14-14-6.5-32.5T320-800h500q23 0 41.5 18.5T880-740ZM140-160q-24 0-42-17.5T80-220v-520q0-24 18-42t42-18h22l442 443h-84L62-816q-9-9-9-21t9-21q9-9 21-9t21 9l722 723q9 9 9 21t-9 21q-9 9-21 9t-21-9l-67-67H140Z'});
@@ -1708,6 +1708,7 @@ import './highlight_text_cursor';
1708
1708
  import './high_chair';
1709
1709
  import './high_density';
1710
1710
  import './high_quality';
1711
+ import './high_quality_off';
1711
1712
  import './high_res';
1712
1713
  import './hiking';
1713
1714
  import './history';
@@ -3102,6 +3103,7 @@ import './sign_language_off';
3102
3103
  import './simulation';
3103
3104
  import './sim_card';
3104
3105
  import './sim_card_download';
3106
+ import './single_arrow';
3105
3107
  import './single_bed';
3106
3108
  import './sip';
3107
3109
  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'});
@@ -0,0 +1,2 @@
1
+ import { registerIcon } from '@m3e/web/icon';
2
+ registerIcon('high_quality_off','sharp',{outlined:'m720-326-50-50v-177H570v77l-57-51v-76h207v277Zm-480-31v-246h50v107h100v-75l50 50v164h-50v-89H290v89h-50ZM805-72l-88-88H80v-640h82l60 60h-82v520h519L41-837l42-42 764 765-42 42Zm75-94-60-60v-514H308l-60-60h632v634ZM564-484Zm-164 5Z',filled:'M720-327v-276H513v76l57 50v-76h100v176l50 50Zm-480-30h50v-89h100v89h50v-164l-50-50v75H290v-107h-50v246Zm640 191L248-800h632v634Zm-800 6v-640h82l442 443h-84L41-837l42-42 764 765-42 42-88-88H80Z'});
@@ -1708,6 +1708,7 @@ import './highlight_text_cursor';
1708
1708
  import './high_chair';
1709
1709
  import './high_density';
1710
1710
  import './high_quality';
1711
+ import './high_quality_off';
1711
1712
  import './high_res';
1712
1713
  import './hiking';
1713
1714
  import './history';
@@ -3102,6 +3103,7 @@ import './sign_language_off';
3102
3103
  import './simulation';
3103
3104
  import './sim_card';
3104
3105
  import './sim_card_download';
3106
+ import './single_arrow';
3105
3107
  import './single_bed';
3106
3108
  import './sip';
3107
3109
  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.12",
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.10"
42
42
  }
43
43
  }