@quasar/extras 1.16.16 → 1.16.17
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 +6 -6
- package/material-symbols-outlined/icons.json +16 -3
- package/material-symbols-outlined/index.d.ts +16 -3
- package/material-symbols-outlined/index.js +21 -8
- package/material-symbols-outlined/index.mjs +20 -7
- package/material-symbols-outlined/web-font/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2 +0 -0
- package/material-symbols-outlined/web-font/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1p-p_4MrImHCIJIZrDCvHeel.woff +0 -0
- package/material-symbols-rounded/icons.json +16 -3
- package/material-symbols-rounded/index.d.ts +16 -3
- package/material-symbols-rounded/index.js +22 -9
- package/material-symbols-rounded/index.mjs +21 -8
- package/material-symbols-rounded/web-font/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjzaqkNCeE.woff2 +0 -0
- package/material-symbols-rounded/web-font/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOcDTCVpeRL2w5rwZu2rIekXxE.woff +0 -0
- package/material-symbols-sharp/icons.json +16 -3
- package/material-symbols-sharp/index.d.ts +16 -3
- package/material-symbols-sharp/index.js +21 -8
- package/material-symbols-sharp/index.mjs +20 -7
- package/material-symbols-sharp/web-font/gNMVW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4aWHSSmlN.woff2 +0 -0
- package/material-symbols-sharp/web-font/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H_OdzEL3sVTgJtfbYxOLozCN.woff +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,9 +28,9 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
28
28
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v109 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2+ | [License](material-icons-outlined/LICENSE) |
|
|
29
29
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v108 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2+ | [License](material-icons-round/LICENSE) |
|
|
30
30
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v109 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2+ | [License](material-icons-sharp/LICENSE) |
|
|
31
|
-
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN
|
|
32
|
-
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN
|
|
33
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN
|
|
31
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v226 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
32
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v226 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
33
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v222 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
34
34
|
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.4.47 | `mdi-v7` | Extended Material Design icons font | Requires: @quasar/extras 1.15+ | [License](mdi-v7/LICENSE) |
|
|
35
35
|
| MDI v6 (Material Design Icons) | 6.9.96 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
|
|
36
36
|
| MDI v5 (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
|
|
@@ -59,9 +59,9 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
59
59
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v109 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
|
|
60
60
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v108 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
|
|
61
61
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v109 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
|
|
62
|
-
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN
|
|
63
|
-
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN
|
|
64
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN
|
|
62
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v226 | `svg-material-symbols-outlined` | `@quasar/extras/material-symbols-outlined` | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
63
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN v226 | `svg-material-symbols-rounded` | `@quasar/extras/material-symbols-rounded` | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
64
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN v222 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
65
65
|
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.4.47 | `svg-mdi-v7` | `@quasar/extras/mdi-v7` | | [License](mdi-v7/LICENSE) |
|
|
66
66
|
| MDI v6 (Material Design Icons) | 6.9.96 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
|
|
67
67
|
| MDI v5 (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
|
|
@@ -152,6 +152,7 @@
|
|
|
152
152
|
"symOutlinedAlarmAdd",
|
|
153
153
|
"symOutlinedAlarmOff",
|
|
154
154
|
"symOutlinedAlarmOn",
|
|
155
|
+
"symOutlinedAlarmPause",
|
|
155
156
|
"symOutlinedAlarmSmartWake",
|
|
156
157
|
"symOutlinedAlbum",
|
|
157
158
|
"symOutlinedAlignCenter",
|
|
@@ -263,6 +264,7 @@
|
|
|
263
264
|
"symOutlinedArrowWarmUp",
|
|
264
265
|
"symOutlinedArStickers",
|
|
265
266
|
"symOutlinedArticle",
|
|
267
|
+
"symOutlinedArticlePerson",
|
|
266
268
|
"symOutlinedArticleShortcut",
|
|
267
269
|
"symOutlinedArtist",
|
|
268
270
|
"symOutlinedArtTrack",
|
|
@@ -483,8 +485,6 @@
|
|
|
483
485
|
"symOutlinedBrightnessAlert",
|
|
484
486
|
"symOutlinedBrightnessAuto",
|
|
485
487
|
"symOutlinedBrightnessEmpty",
|
|
486
|
-
"symOutlinedBrightnessHigh",
|
|
487
|
-
"symOutlinedBrightnessLow",
|
|
488
488
|
"symOutlinedBrightnessMedium",
|
|
489
489
|
"symOutlinedBringYourOwnIp",
|
|
490
490
|
"symOutlinedBroadcastOnHome",
|
|
@@ -667,7 +667,6 @@
|
|
|
667
667
|
"symOutlinedCloudOff",
|
|
668
668
|
"symOutlinedCloudSync",
|
|
669
669
|
"symOutlinedCloudUpload",
|
|
670
|
-
"symOutlinedCloudySnowing",
|
|
671
670
|
"symOutlinedCo2",
|
|
672
671
|
"symOutlinedCode",
|
|
673
672
|
"symOutlinedCodeBlocks",
|
|
@@ -1393,6 +1392,7 @@
|
|
|
1393
1392
|
"symOutlinedGlobe",
|
|
1394
1393
|
"symOutlinedGlobeAsia",
|
|
1395
1394
|
"symOutlinedGlobeBook",
|
|
1395
|
+
"symOutlinedGlobeLocationPin",
|
|
1396
1396
|
"symOutlinedGlobeUk",
|
|
1397
1397
|
"symOutlinedGlucose",
|
|
1398
1398
|
"symOutlinedGlyphs",
|
|
@@ -1594,6 +1594,9 @@
|
|
|
1594
1594
|
"symOutlinedInbox",
|
|
1595
1595
|
"symOutlinedInboxCustomize",
|
|
1596
1596
|
"symOutlinedInboxText",
|
|
1597
|
+
"symOutlinedInboxTextAsterisk",
|
|
1598
|
+
"symOutlinedInboxTextPerson",
|
|
1599
|
+
"symOutlinedInboxTextShare",
|
|
1597
1600
|
"symOutlinedIncompleteCircle",
|
|
1598
1601
|
"symOutlinedIndeterminateCheckBox",
|
|
1599
1602
|
"symOutlinedIndeterminateQuestionBox",
|
|
@@ -1805,6 +1808,7 @@
|
|
|
1805
1808
|
"symOutlinedLock",
|
|
1806
1809
|
"symOutlinedLockClock",
|
|
1807
1810
|
"symOutlinedLockOpen",
|
|
1811
|
+
"symOutlinedLockOpenCircle",
|
|
1808
1812
|
"symOutlinedLockOpenRight",
|
|
1809
1813
|
"symOutlinedLockPerson",
|
|
1810
1814
|
"symOutlinedLockReset",
|
|
@@ -2091,6 +2095,7 @@
|
|
|
2091
2095
|
"symOutlinedNextPlan",
|
|
2092
2096
|
"symOutlinedNextWeek",
|
|
2093
2097
|
"symOutlinedNfc",
|
|
2098
|
+
"symOutlinedNfcOff",
|
|
2094
2099
|
"symOutlinedNightlife",
|
|
2095
2100
|
"symOutlinedNightlight",
|
|
2096
2101
|
"symOutlinedNightShelter",
|
|
@@ -2132,6 +2137,7 @@
|
|
|
2132
2137
|
"symOutlinedNotificationMultiple",
|
|
2133
2138
|
"symOutlinedNotifications",
|
|
2134
2139
|
"symOutlinedNotificationsActive",
|
|
2140
|
+
"symOutlinedNotificationSettings",
|
|
2135
2141
|
"symOutlinedNotificationsOff",
|
|
2136
2142
|
"symOutlinedNotificationsPaused",
|
|
2137
2143
|
"symOutlinedNotificationsUnread",
|
|
@@ -2352,6 +2358,7 @@
|
|
|
2352
2358
|
"symOutlinedPlaylistPlay",
|
|
2353
2359
|
"symOutlinedPlaylistRemove",
|
|
2354
2360
|
"symOutlinedPlayPause",
|
|
2361
|
+
"symOutlinedPlugConnect",
|
|
2355
2362
|
"symOutlinedPlumbing",
|
|
2356
2363
|
"symOutlinedPodcasts",
|
|
2357
2364
|
"symOutlinedPodiatry",
|
|
@@ -2910,6 +2917,7 @@
|
|
|
2910
2917
|
"symOutlinedStackedEmail",
|
|
2911
2918
|
"symOutlinedStackedInbox",
|
|
2912
2919
|
"symOutlinedStackedLineChart",
|
|
2920
|
+
"symOutlinedStackGroup",
|
|
2913
2921
|
"symOutlinedStackHexagon",
|
|
2914
2922
|
"symOutlinedStackOff",
|
|
2915
2923
|
"symOutlinedStacks",
|
|
@@ -2969,8 +2977,13 @@
|
|
|
2969
2977
|
"symOutlinedStyle",
|
|
2970
2978
|
"symOutlinedStyler",
|
|
2971
2979
|
"symOutlinedStylus",
|
|
2980
|
+
"symOutlinedStylusBrush",
|
|
2981
|
+
"symOutlinedStylusFountainPen",
|
|
2982
|
+
"symOutlinedStylusHighlighter",
|
|
2972
2983
|
"symOutlinedStylusLaserPointer",
|
|
2973
2984
|
"symOutlinedStylusNote",
|
|
2985
|
+
"symOutlinedStylusPen",
|
|
2986
|
+
"symOutlinedStylusPencil",
|
|
2974
2987
|
"symOutlinedSubdirectoryArrowLeft",
|
|
2975
2988
|
"symOutlinedSubdirectoryArrowRight",
|
|
2976
2989
|
"symOutlinedSubheader",
|
|
@@ -153,6 +153,7 @@ export declare const symOutlinedAlarm: string;
|
|
|
153
153
|
export declare const symOutlinedAlarmAdd: string;
|
|
154
154
|
export declare const symOutlinedAlarmOff: string;
|
|
155
155
|
export declare const symOutlinedAlarmOn: string;
|
|
156
|
+
export declare const symOutlinedAlarmPause: string;
|
|
156
157
|
export declare const symOutlinedAlarmSmartWake: string;
|
|
157
158
|
export declare const symOutlinedAlbum: string;
|
|
158
159
|
export declare const symOutlinedAlignCenter: string;
|
|
@@ -265,6 +266,7 @@ export declare const symOutlinedArrowsOutput: string;
|
|
|
265
266
|
export declare const symOutlinedArrowsOutward: string;
|
|
266
267
|
export declare const symOutlinedArtTrack: string;
|
|
267
268
|
export declare const symOutlinedArticle: string;
|
|
269
|
+
export declare const symOutlinedArticlePerson: string;
|
|
268
270
|
export declare const symOutlinedArticleShortcut: string;
|
|
269
271
|
export declare const symOutlinedArtist: string;
|
|
270
272
|
export declare const symOutlinedAspectRatio: string;
|
|
@@ -484,8 +486,6 @@ export declare const symOutlinedBrightness7: string;
|
|
|
484
486
|
export declare const symOutlinedBrightnessAlert: string;
|
|
485
487
|
export declare const symOutlinedBrightnessAuto: string;
|
|
486
488
|
export declare const symOutlinedBrightnessEmpty: string;
|
|
487
|
-
export declare const symOutlinedBrightnessHigh: string;
|
|
488
|
-
export declare const symOutlinedBrightnessLow: string;
|
|
489
489
|
export declare const symOutlinedBrightnessMedium: string;
|
|
490
490
|
export declare const symOutlinedBringYourOwnIp: string;
|
|
491
491
|
export declare const symOutlinedBroadcastOnHome: string;
|
|
@@ -668,7 +668,6 @@ export declare const symOutlinedCloudLock: string;
|
|
|
668
668
|
export declare const symOutlinedCloudOff: string;
|
|
669
669
|
export declare const symOutlinedCloudSync: string;
|
|
670
670
|
export declare const symOutlinedCloudUpload: string;
|
|
671
|
-
export declare const symOutlinedCloudySnowing: string;
|
|
672
671
|
export declare const symOutlinedCo2: string;
|
|
673
672
|
export declare const symOutlinedCoPresent: string;
|
|
674
673
|
export declare const symOutlinedCode: string;
|
|
@@ -1397,6 +1396,7 @@ export declare const symOutlinedGlassCup: string;
|
|
|
1397
1396
|
export declare const symOutlinedGlobe: string;
|
|
1398
1397
|
export declare const symOutlinedGlobeAsia: string;
|
|
1399
1398
|
export declare const symOutlinedGlobeBook: string;
|
|
1399
|
+
export declare const symOutlinedGlobeLocationPin: string;
|
|
1400
1400
|
export declare const symOutlinedGlobeUk: string;
|
|
1401
1401
|
export declare const symOutlinedGlucose: string;
|
|
1402
1402
|
export declare const symOutlinedGlyphs: string;
|
|
@@ -1596,6 +1596,9 @@ export declare const symOutlinedInactiveOrder: string;
|
|
|
1596
1596
|
export declare const symOutlinedInbox: string;
|
|
1597
1597
|
export declare const symOutlinedInboxCustomize: string;
|
|
1598
1598
|
export declare const symOutlinedInboxText: string;
|
|
1599
|
+
export declare const symOutlinedInboxTextAsterisk: string;
|
|
1600
|
+
export declare const symOutlinedInboxTextPerson: string;
|
|
1601
|
+
export declare const symOutlinedInboxTextShare: string;
|
|
1599
1602
|
export declare const symOutlinedIncompleteCircle: string;
|
|
1600
1603
|
export declare const symOutlinedIndeterminateCheckBox: string;
|
|
1601
1604
|
export declare const symOutlinedIndeterminateQuestionBox: string;
|
|
@@ -1806,6 +1809,7 @@ export declare const symOutlinedLocationSearching: string;
|
|
|
1806
1809
|
export declare const symOutlinedLock: string;
|
|
1807
1810
|
export declare const symOutlinedLockClock: string;
|
|
1808
1811
|
export declare const symOutlinedLockOpen: string;
|
|
1812
|
+
export declare const symOutlinedLockOpenCircle: string;
|
|
1809
1813
|
export declare const symOutlinedLockOpenRight: string;
|
|
1810
1814
|
export declare const symOutlinedLockPerson: string;
|
|
1811
1815
|
export declare const symOutlinedLockReset: string;
|
|
@@ -2092,6 +2096,7 @@ export declare const symOutlinedNewsstand: string;
|
|
|
2092
2096
|
export declare const symOutlinedNextPlan: string;
|
|
2093
2097
|
export declare const symOutlinedNextWeek: string;
|
|
2094
2098
|
export declare const symOutlinedNfc: string;
|
|
2099
|
+
export declare const symOutlinedNfcOff: string;
|
|
2095
2100
|
export declare const symOutlinedNightShelter: string;
|
|
2096
2101
|
export declare const symOutlinedNightSightAuto: string;
|
|
2097
2102
|
export declare const symOutlinedNightSightAutoOff: string;
|
|
@@ -2134,6 +2139,7 @@ export declare const symOutlinedNotes: string;
|
|
|
2134
2139
|
export declare const symOutlinedNotificationAdd: string;
|
|
2135
2140
|
export declare const symOutlinedNotificationImportant: string;
|
|
2136
2141
|
export declare const symOutlinedNotificationMultiple: string;
|
|
2142
|
+
export declare const symOutlinedNotificationSettings: string;
|
|
2137
2143
|
export declare const symOutlinedNotifications: string;
|
|
2138
2144
|
export declare const symOutlinedNotificationsActive: string;
|
|
2139
2145
|
export declare const symOutlinedNotificationsOff: string;
|
|
@@ -2353,6 +2359,7 @@ export declare const symOutlinedPlaylistAddCheckCircle: string;
|
|
|
2353
2359
|
export declare const symOutlinedPlaylistAddCircle: string;
|
|
2354
2360
|
export declare const symOutlinedPlaylistPlay: string;
|
|
2355
2361
|
export declare const symOutlinedPlaylistRemove: string;
|
|
2362
|
+
export declare const symOutlinedPlugConnect: string;
|
|
2356
2363
|
export declare const symOutlinedPlumbing: string;
|
|
2357
2364
|
export declare const symOutlinedPodcasts: string;
|
|
2358
2365
|
export declare const symOutlinedPodiatry: string;
|
|
@@ -2907,6 +2914,7 @@ export declare const symOutlinedSquareDot: string;
|
|
|
2907
2914
|
export declare const symOutlinedSquareFoot: string;
|
|
2908
2915
|
export declare const symOutlinedSsidChart: string;
|
|
2909
2916
|
export declare const symOutlinedStack: string;
|
|
2917
|
+
export declare const symOutlinedStackGroup: string;
|
|
2910
2918
|
export declare const symOutlinedStackHexagon: string;
|
|
2911
2919
|
export declare const symOutlinedStackOff: string;
|
|
2912
2920
|
export declare const symOutlinedStackStar: string;
|
|
@@ -2970,8 +2978,13 @@ export declare const symOutlinedStroller: string;
|
|
|
2970
2978
|
export declare const symOutlinedStyle: string;
|
|
2971
2979
|
export declare const symOutlinedStyler: string;
|
|
2972
2980
|
export declare const symOutlinedStylus: string;
|
|
2981
|
+
export declare const symOutlinedStylusBrush: string;
|
|
2982
|
+
export declare const symOutlinedStylusFountainPen: string;
|
|
2983
|
+
export declare const symOutlinedStylusHighlighter: string;
|
|
2973
2984
|
export declare const symOutlinedStylusLaserPointer: string;
|
|
2974
2985
|
export declare const symOutlinedStylusNote: string;
|
|
2986
|
+
export declare const symOutlinedStylusPen: string;
|
|
2987
|
+
export declare const symOutlinedStylusPencil: string;
|
|
2975
2988
|
export declare const symOutlinedSubdirectoryArrowLeft: string;
|
|
2976
2989
|
export declare const symOutlinedSubdirectoryArrowRight: string;
|
|
2977
2990
|
export declare const symOutlinedSubheader: string;
|
|
@@ -153,6 +153,7 @@ module.exports.symOutlinedAlarm = 'M480-80q-75 0-140.5-28.5t-114-77q-48.5-48.5-7
|
|
|
153
153
|
module.exports.symOutlinedAlarmAdd = 'M440-280h80v-120h120v-80H520v-120h-80v120H320v80h120v120Zm40 200q-75 0-140.5-28.5t-114-77q-48.5-48.5-77-114T120-440q0-75 28.5-140.5t77-114q48.5-48.5 114-77T480-800q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-440q0 75-28.5 140.5t-77 114q-48.5 48.5-114 77T480-80Zm0-360ZM224-866l56 56-170 170-56-56 170-170Zm512 0 170 170-56 56-170-170 56-56ZM480-160q117 0 198.5-81.5T760-440q0-117-81.5-198.5T480-720q-117 0-198.5 81.5T200-440q0 117 81.5 198.5T480-160Z|0 -960 960 960'
|
|
154
154
|
module.exports.symOutlinedAlarmOff = 'M0 0zm798-270-60-60q11-27 16.5-52.5T760-436q0-116-82-200t-198-84q-28 0-54 4.5T374-700l-60-60q38-20 79.5-30t86.5-10q74 0 139.5 28T734-694.5Q783-645 811.5-579T840-436q0 45-11 86.5T798-270Zm52-370L680-810l56-56 170 170-56 56ZM820-24 694-150q-45 33-99.5 51.5T480-80q-74 0-139.5-28T226-184q-49-48-77.5-113T120-436q0-62 18.5-116.5T192-652l-34-34-48 48-56-56 48-48-74-74 56-56L876-80l-56 56ZM480-159q42 0 82-13t74-36L248-594q-23 35-35.5 75.5T200-436q0 116 82 196.5T480-159Zm-38-242Zm114-114Z|0 -960 960 960'
|
|
155
155
|
module.exports.symOutlinedAlarmOn = 'M0 0zm438-298 226-226-57-57-169 169-85-85-57 57 142 142Zm42 218q-75 0-140.5-28.5t-114-77q-48.5-48.5-77-114T120-440q0-75 28.5-140.5t77-114q48.5-48.5 114-77T480-800q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-440q0 75-28.5 140.5t-77 114q-48.5 48.5-114 77T480-80Zm0-360ZM224-866l56 56-170 170-56-56 170-170Zm512 0 170 170-56 56-170-170 56-56ZM480-160q117 0 198.5-81.5T760-440q0-117-81.5-198.5T480-720q-117 0-198.5 81.5T200-440q0 117 81.5 198.5T480-160Z|0 -960 960 960'
|
|
156
|
+
module.exports.symOutlinedAlarmPause = 'M480-80q-75 0-140.5-28.5t-114-77q-48.5-48.5-77-114T120-440q0-75 28.5-140.5t77-114q48.5-48.5 114-77T480-800q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-440q0 75-28.5 140.5t-77 114q-48.5 48.5-114 77T480-80Zm0-360ZM224-866l56 56-170 170-56-56 170-170Zm512 0 170 170-56 56-170-170 56-56ZM480-160q117 0 198.5-81.5T760-440q0-117-81.5-198.5T480-720q-117 0-198.5 81.5T200-440q0 117 81.5 198.5T480-160ZM360-280h80v-320h-80v320Zm160 0h80v-320h-80v320Z|0 -960 960 960'
|
|
156
157
|
module.exports.symOutlinedAlarmSmartWake = 'M320-400q17 0 28.5-11.5T360-440q0-17-11.5-28.5T320-480q-17 0-28.5 11.5T280-440q0 17 11.5 28.5T320-400Zm160 0q17 0 28.5-11.5T520-440q0-17-11.5-28.5T480-480q-17 0-28.5 11.5T440-440q0 17 11.5 28.5T480-400Zm160 0q17 0 28.5-11.5T680-440q0-17-11.5-28.5T640-480q-17 0-28.5 11.5T600-440q0 17 11.5 28.5T640-400ZM480-80q-75 0-140.5-28.5t-114-77q-48.5-48.5-77-114T120-440q0-75 28.5-140.5t77-114q48.5-48.5 114-77T480-800q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-440q0 75-28.5 140.5t-77 114q-48.5 48.5-114 77T480-80Zm0-360ZM224-866l56 56-170 170-56-56 170-170Zm512 0 170 170-56 56-170-170 56-56ZM480-160q117 0 198.5-81.5T760-440q0-117-81.5-198.5T480-720q-117 0-198.5 81.5T200-440q0 117 81.5 198.5T480-160Z|0 -960 960 960'
|
|
157
158
|
module.exports.symOutlinedAlbum = 'M480-300q75 0 127.5-52.5T660-480q0-75-52.5-127.5T480-660q-75 0-127.5 52.5T300-480q0 75 52.5 127.5T480-300Zm0-140q-17 0-28.5-11.5T440-480q0-17 11.5-28.5T480-520q17 0 28.5 11.5T520-480q0 17-11.5 28.5T480-440Zm0 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z|0 -960 960 960'
|
|
158
159
|
module.exports.symOutlinedAlignCenter = 'M80-440v-80h800v80H80Zm200-120v-120h400v120H280Zm0 280v-120h400v120H280Z|0 -960 960 960'
|
|
@@ -265,6 +266,7 @@ module.exports.symOutlinedArrowsOutput = 'M120-120v-240h80v104l124-124 56 56-124
|
|
|
265
266
|
module.exports.symOutlinedArrowsOutward = 'M0 0zm680-280-56-56 103-104H520v-80h207L624-624l56-56 200 200-200 200Zm-400 0L80-480l200-200 56 56-103 104h207v80H233l103 104-56 56Z|0 -960 960 960'
|
|
266
267
|
module.exports.symOutlinedArtTrack = 'M120-200q-33 0-56.5-23.5T40-280v-400q0-33 23.5-56.5T120-760h400q33 0 56.5 23.5T600-680v400q0 33-23.5 56.5T520-200H120Zm0-80h400v-400H120v400Zm40-80h320L376-500l-76 100-56-74-84 114Zm520 160v-560h80v560h-80Zm160 0v-560h80v560h-80Zm-720-80v-400 400Z|0 -960 960 960'
|
|
267
268
|
module.exports.symOutlinedArticle = 'M280-280h280v-80H280v80Zm0-160h400v-80H280v80Zm0-160h400v-80H280v80Zm-80 480q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z|0 -960 960 960'
|
|
269
|
+
module.exports.symOutlinedArticlePerson = 'M200-200v-560 179-19 400Zm80-240h221q2-22 10-42t20-38H280v80Zm0 160h157q17-20 39-32.5t46-20.5q-4-6-7-13t-5-14H280v80Zm0-320h400v-80H280v80Zm-80 480q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v258q-14-26-34-46t-46-33v-179H200v560h202q-1 6-1.5 12t-.5 12v56H200Zm480-200q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29ZM480-120v-56q0-24 12.5-44.5T528-250q36-15 74.5-22.5T680-280q39 0 77.5 7.5T832-250q23 9 35.5 29.5T880-176v56H480Z|0 -960 960 960'
|
|
268
270
|
module.exports.symOutlinedArticleShortcut = 'M400-280h160v-80H400v80Zm0-160h280v-80H400v80ZM280-600h400v-80H280v80Zm200 120ZM265-80q-79 0-134.5-55.5T75-270q0-57 29.5-102t77.5-68H80v-80h240v240h-80v-97q-37 8-61 38t-24 69q0 46 32.5 78t77.5 32v80Zm135-40v-80h360v-560H200v160h-80v-160q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H400Z|0 -960 960 960'
|
|
269
271
|
module.exports.symOutlinedArtist = 'M740-560h140v80h-80v220q0 42-29 71t-71 29q-42 0-71-29t-29-71q0-42 29-71t71-29q8 0 18 1.5t22 6.5v-208ZM120-160v-112q0-35 17.5-63t46.5-43q62-31 126-46.5T440-440q42 0 83.5 6.5T607-414q-20 12-36 29t-28 37q-26-6-51.5-9t-51.5-3q-57 0-112 14t-108 40q-9 5-14.5 14t-5.5 20v32h321q2 20 9.5 40t20.5 40H120Zm320-320q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47Zm0-80q33 0 56.5-23.5T520-640q0-33-23.5-56.5T440-720q-33 0-56.5 23.5T360-640q0 33 23.5 56.5T440-560Zm0-80Zm0 400Z|0 -960 960 960'
|
|
270
272
|
module.exports.symOutlinedAspectRatio = 'M560-280h200v-200h-80v120H560v80ZM200-480h80v-120h120v-80H200v200Zm-40 320q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm0-80h640v-480H160v480Zm0 0v-480 480Z|0 -960 960 960'
|
|
@@ -304,7 +306,7 @@ module.exports.symOutlinedAutoStories = 'M480-160q-48-38-104-59t-116-21q-42 0-82
|
|
|
304
306
|
module.exports.symOutlinedAutoTowing = 'M40-280v-160h328L120-636v116H40v-240h40l440 242v-282h200l200 240v280H820q0 50-35 85t-85 35q-50 0-85-35t-35-85H360q0 50-35 85t-85 35q-50 0-85-35t-35-85H40Zm200 60q26 0 43-17t17-43q0-26-17-43t-43-17q-26 0-43 17t-17 43q0 26 17 43t43 17Zm460 0q26 0 43-17t17-43q0-26-17-43t-43-17q-26 0-43 17t-17 43q0 26 17 43t43 17ZM600-560h216L682-720h-82v160Z|0 -960 960 960'
|
|
305
307
|
module.exports.symOutlinedAutoTransmission = 'M160-120q-50 0-85-35t-35-85q0-39 22.5-70t57.5-43v-254q-35-12-57.5-43T40-720q0-50 35-85t85-35q50 0 85 35t35 85q0 39-22.5 70T200-607v87h240v-87q-35-12-57.5-43T360-720q0-50 35-85t85-35q50 0 85 35t35 85q0 39-22.5 70T520-607v87h200q17 0 28.5-11.5T760-560v-47q-35-12-57.5-43T680-720q0-50 35-85t85-35q50 0 85 35t35 85q0 39-22.5 70T840-607v47q0 50-35 85t-85 35H520v87q35 12 57.5 43t22.5 70q0 50-35 85t-85 35q-50 0-85-35t-35-85q0-39 22.5-70t57.5-43v-87H200v87q35 12 57.5 43t22.5 70q0 50-35 85t-85 35Zm0-80q17 0 28.5-11.5T200-240q0-17-11.5-28.5T160-280q-17 0-28.5 11.5T120-240q0 17 11.5 28.5T160-200Zm0-480q17 0 28.5-11.5T200-720q0-17-11.5-28.5T160-760q-17 0-28.5 11.5T120-720q0 17 11.5 28.5T160-680Zm320 480q17 0 28.5-11.5T520-240q0-17-11.5-28.5T480-280q-17 0-28.5 11.5T440-240q0 17 11.5 28.5T480-200Zm0-480q17 0 28.5-11.5T520-720q0-17-11.5-28.5T480-760q-17 0-28.5 11.5T440-720q0 17 11.5 28.5T480-680Zm320 0q17 0 28.5-11.5T840-720q0-17-11.5-28.5T800-760q-17 0-28.5 11.5T760-720q0 17 11.5 28.5T800-680ZM160-240Zm0-480Zm320 480Zm0-480Zm320 0Z|0 -960 960 960'
|
|
306
308
|
module.exports.symOutlinedAutofpsSelect = 'M0 0zm438-592 40-116h4l40 116h-84Zm42 232q-100 0-170-70t-70-170q0-100 70-170t170-70q100 0 170 70t70 170q0 100-70 170t-170 70ZM350-480h48l26-72h112l26 72h48L504-760h-50L350-480ZM120-80v-200h80v200h-80Zm160 0v-200h80v200h-80Zm160 0v-200h80v200h-80Zm160 0v-200h240v200H600Z|0 -960 960 960'
|
|
307
|
-
module.exports.symOutlinedAutomation = 'M296-270q-42 35-87.5 32T129-269q-34-28-46.5-73.5T99-436l75-124q-25-22-39.5-53T120-680q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47q-9 0-18-1t-17-3l-77 130q-11 18-7 35.5t17 28.5q13 11 31 12.5t35-12.5l420-361q42-35 88-31.5t80 31.5q34 28 46 73.5T861-524l-75 124q25 22 39.5 53t14.5 67q0 66-47 113t-113 47q-66 0-113-47t-47-113q0-66 47-113t113-47q9 0 17.5 1t16.5 3l78-130q11-18 7-35.5T782-630q-13-11-31-12.5T716-630L296-
|
|
309
|
+
module.exports.symOutlinedAutomation = 'M296-270q-42 35-87.5 32T129-269q-34-28-46.5-73.5T99-436l75-124q-25-22-39.5-53T120-680q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47q-9 0-18-1t-17-3l-77 130q-11 18-7 35.5t17 28.5q13 11 31 12.5t35-12.5l420-361q42-35 88-31.5t80 31.5q34 28 46 73.5T861-524l-75 124q25 22 39.5 53t14.5 67q0 66-47 113t-113 47q-66 0-113-47t-47-113q0-66 47-113t113-47q9 0 17.5 1t16.5 3l78-130q11-18 7-35.5T782-630q-13-11-31-12.5T716-630L296-270Zm-16-330q33 0 56.5-23.5T360-680q0-33-23.5-56.5T280-760q-33 0-56.5 23.5T200-680q0 33 23.5 56.5T280-600Zm400 400q33 0 56.5-23.5T760-280q0-33-23.5-56.5T680-360q-33 0-56.5 23.5T600-280q0 33 23.5 56.5T680-200ZM280-680Zm400 400Z|0 -960 960 960'
|
|
308
310
|
module.exports.symOutlinedAutopause = 'M360-360v-240h80v240h-80Zm160 0v-240h80v240h-80ZM480-40q-108 0-202.5-49.5T120-228v108H40v-240h240v80h-98q51 75 129.5 117.5T480-120q115 0 208.5-66T820-361l78 18q-45 136-160 219.5T480-40ZM42-520q7-67 32-128.5T143-762l57 57q-32 41-52 87.5T123-520H42Zm214-241-57-57q53-44 114-69.5T440-918v80q-51 5-97 25t-87 52Zm449 0q-41-32-87.5-52T520-838v-80q67 6 128.5 31T762-818l-57 57Zm133 241q-5-51-25-97.5T761-705l57-57q44 52 69 113.5T918-520h-80Z|0 -960 960 960'
|
|
309
311
|
module.exports.symOutlinedAutoplay = 'M380-300v-360l280 180-280 180ZM480-40q-108 0-202.5-49.5T120-228v108H40v-240h240v80h-98q51 75 129.5 117.5T480-120q115 0 208.5-66T820-361l78 18q-45 136-160 219.5T480-40ZM42-520q7-67 32-128.5T143-762l57 57q-32 41-52 87.5T123-520H42Zm214-241-57-57q53-44 114-69.5T440-918v80q-51 5-97 25t-87 52Zm449 0q-41-32-87.5-52T520-838v-80q67 6 128.5 31T762-818l-57 57Zm133 241q-5-51-25-97.5T761-705l57-57q44 52 69 113.5T918-520h-80Z|0 -960 960 960'
|
|
310
312
|
module.exports.symOutlinedAutorenew = 'M204-318q-22-38-33-78t-11-82q0-134 93-228t227-94h7l-64-64 56-56 160 160-160 160-56-56 64-64h-7q-100 0-170 70.5T240-478q0 26 6 51t18 49l-60 60ZM481-40 321-200l160-160 56 56-64 64h7q100 0 170-70.5T720-482q0-26-6-51t-18-49l60-60q22 38 33 78t11 82q0 134-93 228t-227 94h-7l64 64-56 56Z|0 -960 960 960'
|
|
@@ -484,8 +486,6 @@ module.exports.symOutlinedBrightness7 = 'M480-28 346-160H160v-186L28-480l132-134
|
|
|
484
486
|
module.exports.symOutlinedBrightnessAlert = 'M480-280q17 0 28.5-11.5T520-320q0-17-11.5-28.5T480-360q-17 0-28.5 11.5T440-320q0 17 11.5 28.5T480-280Zm-40-160h80v-240h-80v240Zm40 412L346-160H160v-186L28-480l132-134v-186h186l134-132 134 132h186v186l132 134-132 134v186H614L480-28Zm0-112 100-100h140v-140l100-100-100-100v-140H580L480-820 380-720H240v140L140-480l100 100v140h140l100 100Zm0-340Z|0 -960 960 960'
|
|
485
487
|
module.exports.symOutlinedBrightnessAuto = 'M312-320h64l32-92h146l32 92h62L512-680h-64L312-320Zm114-144 52-150h4l52 150H426Zm54 436L346-160H160v-186L28-480l132-134v-186h186l134-132 134 132h186v186l132 134-132 134v186H614L480-28Zm0-112 100-100h140v-140l100-100-100-100v-140H580L480-820 380-720H240v140L140-480l100 100v140h140l100 100Zm0-340Z|0 -960 960 960'
|
|
486
488
|
module.exports.symOutlinedBrightnessEmpty = 'M480-28 346-160H160v-186L28-480l132-134v-186h186l134-132 134 132h186v186l132 134-132 134v186H614L480-28Zm0-112 100-100h140v-140l100-100-100-100v-140H580L480-820 380-720H240v140L140-480l100 100v140h140l100 100Zm0-340Z|0 -960 960 960'
|
|
487
|
-
module.exports.symOutlinedBrightnessHigh = 'M480-28 346-160H160v-186L28-480l132-134v-186h186l134-132 134 132h186v186l132 134-132 134v186H614L480-28Zm0-252q83 0 141.5-58.5T680-480q0-83-58.5-141.5T480-680q-83 0-141.5 58.5T280-480q0 83 58.5 141.5T480-280Zm0-200Zm0 340 100-100h140v-140l100-100-100-100v-140H580L480-820 380-720H240v140L140-480l100 100v140h140l100 100Zm0-340Z|0 -960 960 960'
|
|
488
|
-
module.exports.symOutlinedBrightnessLow = 'M480-28 346-160H160v-186L28-480l132-134v-186h186l134-132 134 132h186v186l132 134-132 134v186H614L480-28Zm0-252q83 0 141.5-58.5T680-480q0-83-58.5-141.5T480-680q-83 0-141.5 58.5T280-480q0 83 58.5 141.5T480-280Zm0-80q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35Zm0 220 100-100h140v-140l100-100-100-100v-140H580L480-820 380-720H240v140L140-480l100 100v140h140l100 100Zm0-340Z|0 -960 960 960'
|
|
489
489
|
module.exports.symOutlinedBrightnessMedium = 'M480-28 346-160H160v-186L28-480l132-134v-186h186l134-132 134 132h186v186l132 134-132 134v186H614L480-28Zm0-252q83 0 141.5-58.5T680-480q0-83-58.5-141.5T480-680v400Zm0 140 100-100h140v-140l100-100-100-100v-140H580L480-820 380-720H240v140L140-480l100 100v140h140l100 100Zm0-340Z|0 -960 960 960'
|
|
490
490
|
module.exports.symOutlinedBringYourOwnIp = 'M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q20 0 40 2.5t40 4.5v82q-20-2-40-4.5t-40-2.5q-26 36-45 75.5T404-640h116v80H386q-3 20-4.5 40t-1.5 40q0 20 1.5 40t4.5 40h188q3-20 4.5-40t1.5-40q0-20-1.5-40t-4.5-40h80q3 20 4.5 40t1.5 40q0 20-1.5 40t-4.5 40h136q5-20 7.5-40t2.5-40q0-20-2.5-40t-7.5-40h82q4 20 6 40t2 40q0 83-31.5 156T763-197q-54 54-127 85.5T480-80ZM170-400h136q-3-20-4.5-40t-1.5-40q0-20 1.5-40t4.5-40H170q-5 20-7.5 40t-2.5 40q0 20 2.5 40t7.5 40Zm206 222q-18-34-31.5-69.5T322-320H204q29 51 73 87.5t99 54.5ZM204-640h118q9-37 22.5-72.5T376-782q-55 18-99 54.5T204-640Zm276 478q26-36 45-75.5t31-82.5H404q12 43 31 82.5t45 75.5Zm104-16q55-18 99-54.5t73-87.5H638q-9 37-22.5 72.5T584-178Zm56-462v-240h240v240H640Zm120-120h80v-80h-80v80Z|0 -960 960 960'
|
|
491
491
|
module.exports.symOutlinedBroadcastOnHome = 'M880-649q-18-14-38-26t-42-21v-104H160v-80h640q33 0 56.5 23.5T880-800v151ZM120-240q-17 0-28.5-11.5T80-280v-360q0-17 11.5-28.5T120-680h200q17 0 28.5 11.5T360-640v360q0 17-11.5 28.5T320-240H120Zm530 80v-200q-9-8-14.5-18.5T630-400q0-21 15-35.5t35-14.5q21 0 35.5 14.5T730-400q0 11-4.5 22T710-360v200h-60Zm-83-127q-22-23-34.5-52T520-400q0-67 47-113.5T680-560q67 0 113.5 46.5T840-400q0 31-11.5 60T794-288l-43-42q14-14 21.5-32t7.5-38q0-42-29-71t-71-29q-42 0-71 29t-29 71q0 20 8 38t22 32l-43 43Zm-71 71q-35-38-55.5-85.5T420-400q0-109 76-184.5T680-660q109 0 184.5 75.5T940-400q0 51-19 98.5T865-217l-43-43q29-29 43.5-65t14.5-75q0-84-58-142t-142-58q-83 0-141.5 58T480-400q0 39 15.5 75.5T539-259l-43 43ZM160-320h120v-280H160v280Zm0 0h120-120Z|0 -960 960 960'
|
|
@@ -668,7 +668,6 @@ module.exports.symOutlinedCloudLock = 'M480-380Zm80 220H260q-91 0-155.5-63T40-37
|
|
|
668
668
|
module.exports.symOutlinedCloudOff = 'M792-56 686-160H260q-92 0-156-64T40-380q0-77 47.5-137T210-594q3-8 6-15.5t6-16.5L56-792l56-56 736 736-56 56ZM260-240h346L284-562q-2 11-3 21t-1 21h-20q-58 0-99 41t-41 99q0 58 41 99t99 41Zm185-161Zm419 191-58-56q17-14 25.5-32.5T840-340q0-42-29-71t-71-29h-60v-80q0-83-58.5-141.5T480-720q-27 0-52 6.5T380-693l-58-58q35-24 74.5-36.5T480-800q117 0 198.5 81.5T760-520q69 8 114.5 59.5T920-340q0 39-15 72.5T864-210ZM593-479Z|0 -960 960 960'
|
|
669
669
|
module.exports.symOutlinedCloudSync = 'M160-160v-80h109q-51-44-80-106t-29-134q0-112 68-197.5T400-790v84q-70 25-115 86.5T240-480q0 54 21.5 99.5T320-302v-98h80v240H160Zm440 0q-50 0-85-35t-35-85q0-48 33-82.5t81-36.5q17-36 50.5-58.5T720-480q53 0 91.5 34.5T858-360q42 0 72 29t30 70q0 42-29 71.5T860-160H600Zm116-360q-7-41-27-76t-49-62v98h-80v-240h240v80H691q43 38 70.5 89T797-520h-81ZM600-240h260q8 0 14-6t6-14q0-8-6-14t-14-6h-70v-50q0-29-20.5-49.5T720-400q-29 0-49.5 20.5T650-330v10h-50q-17 0-28.5 11.5T560-280q0 17 11.5 28.5T600-240Zm120-80Z|0 -960 960 960'
|
|
670
670
|
module.exports.symOutlinedCloudUpload = 'M260-160q-91 0-155.5-63T40-377q0-78 47-139t123-78q25-92 100-149t170-57q117 0 198.5 81.5T760-520q69 8 114.5 59.5T920-340q0 75-52.5 127.5T740-160H520q-33 0-56.5-23.5T440-240v-206l-64 62-56-56 160-160 160 160-56 56-64-62v206h220q42 0 71-29t29-71q0-42-29-71t-71-29h-60v-80q0-83-58.5-141.5T480-720q-83 0-141.5 58.5T280-520h-20q-58 0-99 41t-41 99q0 58 41 99t99 41h100v80H260Zm220-280Z|0 -960 960 960'
|
|
671
|
-
module.exports.symOutlinedCloudySnowing = 'M240-200q-17 0-28.5-11.5T200-240q0-17 11.5-28.5T240-280q17 0 28.5 11.5T280-240q0 17-11.5 28.5T240-200Zm480 0q-17 0-28.5-11.5T680-240q0-17 11.5-28.5T720-280q17 0 28.5 11.5T760-240q0 17-11.5 28.5T720-200ZM360-40q-17 0-28.5-11.5T320-80q0-17 11.5-28.5T360-120q17 0 28.5 11.5T400-80q0 17-11.5 28.5T360-40Zm120-160q-17 0-28.5-11.5T440-240q0-17 11.5-28.5T480-280q17 0 28.5 11.5T520-240q0 17-11.5 28.5T480-200ZM600-40q-17 0-28.5-11.5T560-80q0-17 11.5-28.5T600-120q17 0 28.5 11.5T640-80q0 17-11.5 28.5T600-40ZM300-320q-91 0-155.5-64.5T80-540q0-83 55-145t136-73q32-57 87.5-89.5T480-880q90 0 156.5 57.5T717-679q69 6 116 57t47 122q0 75-52.5 127.5T700-320H300Zm0-80h400q42 0 71-29t29-71q0-42-29-71t-71-29h-60v-40q0-66-47-113t-113-47q-48 0-87.5 26T333-704l-10 24h-25q-57 2-97.5 42.5T160-540q0 58 41 99t99 41Zm180-200Z|0 -960 960 960'
|
|
672
671
|
module.exports.symOutlinedCo2 = 'M440-360q-17 0-28.5-11.5T400-400v-160q0-17 11.5-28.5T440-600h120q17 0 28.5 11.5T600-560v160q0 17-11.5 28.5T560-360H440Zm20-60h80v-120h-80v120Zm-300 60q-17 0-28.5-11.5T120-400v-160q0-17 11.5-28.5T160-600h120q17 0 28.5 11.5T320-560v40h-60v-20h-80v120h80v-20h60v40q0 17-11.5 28.5T280-360H160Zm520 120v-100q0-17 11.5-28.5T720-380h80v-40H680v-60h140q17 0 28.5 11.5T860-440v60q0 17-11.5 28.5T820-340h-80v40h120v60H680Z|0 -960 960 960'
|
|
673
672
|
module.exports.symOutlinedCoPresent = 'M840-120v-640H120v320H40v-320q0-33 23.5-56.5T120-840h720q33 0 56.5 23.5T920-760v560q0 33-23.5 56.5T840-120ZM360-400q-66 0-113-47t-47-113q0-66 47-113t113-47q66 0 113 47t47 113q0 66-47 113t-113 47Zm0-80q33 0 56.5-23.5T440-560q0-33-23.5-56.5T360-640q-33 0-56.5 23.5T280-560q0 33 23.5 56.5T360-480ZM40-80v-112q0-34 17.5-62.5T104-298q62-31 126-46.5T360-360q66 0 130 15.5T616-298q29 15 46.5 43.5T680-192v112H40Zm80-80h480v-32q0-11-5.5-20T580-226q-54-27-109-40.5T360-280q-56 0-111 13.5T140-226q-9 5-14.5 14t-5.5 20v32Zm240-400Zm0 400Z|0 -960 960 960'
|
|
674
673
|
module.exports.symOutlinedCode = 'M320-240 80-480l240-240 57 57-184 184 183 183-56 56Zm320 0-57-57 184-184-183-183 56-56 240 240-240 240Z|0 -960 960 960'
|
|
@@ -1397,6 +1396,7 @@ module.exports.symOutlinedGlassCup = 'M279-80q-31 0-53.5-20T200-151l-80-729h720l
|
|
|
1397
1396
|
module.exports.symOutlinedGlobe = 'M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-7-.5-14.5T799-507q-5 29-27 48t-52 19h-80q-33 0-56.5-23.5T560-520v-40H400v-80q0-33 23.5-56.5T480-720h40q0-23 12.5-40.5T563-789q-20-5-40.5-8t-42.5-3q-134 0-227 93t-93 227h200q66 0 113 47t47 113v40H400v110q20 5 39.5 7.5T480-160Z|0 -960 960 960'
|
|
1398
1397
|
module.exports.symOutlinedGlobeAsia = 'M472-159q-33 0-56.5-24T392-240q0-33 23.5-56.5T472-320l24-23q8-8 18.5-12.5T536-360q23 0 39.5 17t16.5 40v17q0 20 13 33t33 13q15 0 27-9t17-23l12-33q9-24 29-39.5t46-15.5q11-28 17.5-58t6.5-62q0-89-44.5-162.5T632-758v38q0 33-23.5 56.5T552-640h-40v80q0 17-11.5 28.5T472-520h-40v68q0 22-15 37t-37 15q-14 0-25.5-6T336-423l-64-97h-40v40q0 31-21 53t-50 26q26 104 112.5 173T472-159Zm80-241q-17 0-28.5-11.5T512-440q0-17 11.5-28.5T552-480h40q17 0 28.5 11.5T632-440q0 17-11.5 28.5T592-400h-40Zm93-120q-20 0-31.5-15.5T608-570l15-44q4-12 14-19t22-7q20 0 31.5 15.5T696-590l-15 44q-4 12-14 19t-22 7ZM472-80q-83 0-156-31.5T189-197q-54-54-85.5-127T72-480q0-83 31.5-156T189-763q54-54 127-85.5T472-880q83 0 156 31.5T755-763q54 54 85.5 127T872-480q0 83-31.5 156T755-197q-54 54-127 85.5T472-80Z|0 -960 960 960'
|
|
1399
1398
|
module.exports.symOutlinedGlobeBook = 'M123-440q-1-10-1.5-20t-.5-20q0-75 28-140.5t77-114q49-48.5 114-77T480-840q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-480q0 10-.5 20t-1.5 20h-81q2-10 2.5-20t.5-20q0-10-.5-20t-2.5-20H639q1 10 1 20v40q0 10-1 20h-79v-33q0-12-.5-24t-1.5-23H403q-1 11-1.5 23t-.5 24v33h-79q-1-10-1-20v-40q0-10 1-20H204q-2 10-2.5 20t-.5 20q0 10 .5 20t2.5 20h-81Zm105-160h103q8-43 20-77.5t26-62.5q-48 18-87 54.5T228-600Zm186 0h132q-10-43-25-84t-41-76q-26 35-41.5 76T414-600Zm216 0h103q-23-49-62.5-85.5T583-740q14 30 26.5 63.5T630-600ZM440-120v-40q0-50-35-85t-85-35H80v-80h240q48 0 89.5 21t70.5 59q29-38 70.5-59t89.5-21h240v80H640q-50 0-85 35t-35 85v40h-80Z|0 -960 960 960'
|
|
1399
|
+
module.exports.symOutlinedGlobeLocationPin = 'M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q152 0 263.5 98T876-538q-20-10-41.5-15.5T790-560q-19-73-68.5-130T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h240q11 0 20.5 5.5T595-459q-17 27-26 57t-9 62q0 63 32.5 117T659-122q-41 20-86 31t-93 11Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm340 82q-7 0-12-4t-7-10q-11-35-31-65t-43-59q-21-26-34-57t-13-65q0-58 41-99t99-41q58 0 99 41t41 99q0 34-13.5 64.5T873-218q-23 29-43 59t-31 65q-2 6-7 10t-12 4Zm0-113q10-17 22-31.5t23-29.5q14-19 24.5-40.5T860-340q0-33-23.5-56.5T780-420q-33 0-56.5 23.5T700-340q0 24 10.5 45.5T735-254q12 15 23.5 29.5T780-193Zm0-97q-21 0-35.5-14.5T730-340q0-21 14.5-35.5T780-390q21 0 35.5 14.5T830-340q0 21-14.5 35.5T780-290Z|0 -960 960 960'
|
|
1400
1400
|
module.exports.symOutlinedGlobeUk = 'M480-160q18 0 34.5-2t33.5-6l-48-72H360v-40q0-33 23.5-56.5T440-360h80v-120h-80q-17 0-28.5-11.5T400-520v-80h-18q-26 0-44-17.5T320-661q0-9 2.5-18t7.5-17l62-91q-101 29-166.5 113T160-480h40v-40q0-17 11.5-28.5T240-560h80q17 0 28.5 11.5T360-520v40q0 17-11.5 28.5T320-440v40q0 33-23.5 56.5T240-320h-37q42 72 115 116t162 44Zm304-222q8-23 12-47.5t4-50.5q0-112-68-197.5T560-790v110q33 0 56.5 23.5T640-600v80q19 0 34 4.5t29 18.5l81 115ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z|0 -960 960 960'
|
|
1401
1401
|
module.exports.symOutlinedGlucose = 'M539-80q-28 0-52.5-12T445-126L227-403l19-20q20-21 48-25t52 11l74 45v-408q0-17 11.5-28.5T460-840q17 0 29 11.5t12 28.5v552l-97-60 104 133q6 8 14 11.5t17 3.5h221q33 0 56.5-23.5T840-240v-280q0-17 11.5-28.5T880-560q17 0 28.5 11.5T920-520v280q0 66-47 113T760-80H539Zm21-360v-200q0-17 11.5-28.5T600-680q17 0 28.5 11.5T640-640v200h-80Zm140 0v-160q0-17 11.5-28.5T740-640q17 0 28.5 11.5T780-600v160h-80ZM180-560q-58 0-99-40t-41-98q0-42 25-75.5t52-65.5l63-72 63 73q27 32 52 65t25 75q0 58-41 98t-99 40Zm0-80q25 0 42.5-17t17.5-41q0-27-18.5-46.5T185-784l-5-5-5 5q-18 20-36.5 39.5T120-698q0 24 17.5 41t42.5 17Zm470 320ZM180-715Z|0 -960 960 960'
|
|
1402
1402
|
module.exports.symOutlinedGlyphs = 'M224-878h78l135 360h-75l-30-86H194l-30 86H89l135-360Zm5 402q42 0 71 29t29 71q0 20-7.5 38.5T300-305l-15 14 28 28 57-56 57 57-56 56 56 57-57 56-56-56-42 42q-15 15-34 22.5T198-77q-42 0-70-29.5T100-178q0-20 8-38.5t22-32.5l42-42-14-14q-14-14-22-32t-8-38q0-42 29.5-71.5T229-476Zm0 242-43 42q-3 3-4 6.5t-1 7.5q0 8 5.5 14t13.5 6q4 0 7.5-1.5t6.5-4.5l43-42-28-28Zm-1-162q-8 0-13.5 6t-5.5 14q0 4 1 7.5t4 6.5l15 14 13-13q3-3 4.5-6.5t1.5-7.5q0-8-6-14.5t-14-6.5Zm33-404-46 134h96l-46-134h-4Zm438-105q8 13 13.5 27t9.5 28l-43 13h201v80h-67q-11 33-28.5 62.5T744-640q27 16 56 26.5t60 18.5l-19 77q-43-11-83.5-27T680-586q-37 24-77.5 40.5T519-518l-18-77q30-8 59-18.5t56-26.5q-23-25-40.5-54.5T548-757h-68v-80h176q-3-13-8-25.5T638-887l61-18Zm104 444 57 56L549-94l-57-56 311-311Zm-223 23q25 0 42.5 17.5T640-378q0 25-17.5 42.5T580-318q-25 0-42.5-17.5T520-378q0-25 17.5-42.5T580-438Zm53-319q8 19 20 36t27 32q15-15 27-32t21-36h-95Zm147 519q25 0 42.5 17.5T840-178q0 25-17.5 42.5T780-118q-25 0-42.5-17.5T720-178q0-25 17.5-42.5T780-238Z|0 -960 960 960'
|
|
@@ -1596,6 +1596,9 @@ module.exports.symOutlinedInactiveOrder = 'M650-160h40v-160h-40v160Zm100 0h40v-1
|
|
|
1596
1596
|
module.exports.symOutlinedInbox = 'M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-120H640q-30 38-71.5 59T480-240q-47 0-88.5-21T320-320H200v120Zm280-120q38 0 69-22t43-58h168v-360H200v360h168q12 36 43 58t69 22ZM200-200h560-560Z|0 -960 960 960'
|
|
1597
1597
|
module.exports.symOutlinedInboxCustomize = 'M200-160q-33 0-56.5-23.5T120-240v-560q0-33 23.5-56.5T200-880h560q33 0 56.5 23.5T840-800v226q-19-9-39-14.5t-41-8.5v-203H200v360h168q9 27 30 47t47 28q-3 20-4 40.5t2 40.5q-36-7-67.5-26.5T320-360H200v120h253q7 22 16 42t22 38H200Zm0-80h253-253Zm481 120-12-60q-12-5-22.5-10.5T625-204l-58 18-40-68 46-40q-2-12-2-26t2-26l-46-40 40-68 58 18q11-8 21.5-13.5T669-460l12-60h80l12 60q12 5 22.5 10.5T817-436l58-18 40 68-46 40q2 12 2 26t-2 26l46 40-40 68-58-18q-11 8-21.5 13.5T773-180l-12 60h-80Zm40-120q33 0 56.5-23.5T801-320q0-33-23.5-56.5T721-400q-33 0-56.5 23.5T641-320q0 33 23.5 56.5T721-240Z|0 -960 960 960'
|
|
1598
1598
|
module.exports.symOutlinedInboxText = 'M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-120H640q-30 38-71.5 59T480-240q-47 0-88.5-21T320-320H200v120Zm280-120q38 0 69-22t43-58h168v-360H200v360h168q12 36 43 58t69 22ZM200-200h560-560Zm80-270h400v-80H280v80Zm0-140h400v-80H280v80Z|0 -960 960 960'
|
|
1599
|
+
module.exports.symOutlinedInboxTextAsterisk = 'M0 0zm658-127-64-47 61-85-99-32 24-77 100 33v-105h80v105l100-33 24 77-99 32 61 85-64 47-62-85-62 85Zm-458 7q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v226q-19-9-39-14.5t-41-8.5v-203H200v360h168q9 27 30 47t47 28q-3 20-4 40.5t2 40.5q-36-7-67.5-26.5T320-320H200v120h253q7 22 16 42t22 38H200Zm0-80h253-253Zm80-410h400v-80H280v80Zm0 140h237q27-29 60.5-49t72.5-31H280v80Z|0 -960 960 960'
|
|
1600
|
+
module.exports.symOutlinedInboxTextPerson = 'M560-160v-23q0-24 13-44t36-30q28-11 54.5-17t59.5-6q29 0 57 6t51 17q23 10 36 30t13 44v23H560Zm160-160q-33 0-56.5-23.5T640-400q0-33 23.5-56.5T720-480q33 0 56.5 23.5T800-400q0 33-23.5 56.5T720-320ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v226q-19-9-39-14.5t-41-8.5v-203H200v360h168q9 27 30 47t47 28q-3 20-4 40.5t2 40.5q-36-7-67.5-26.5T320-320H200v120h253q7 22 16 42t22 38H200Zm0-80h253-253Zm80-410h400v-80H280v80Zm0 140h237q27-29 60.5-49t72.5-31H280v80Z|0 -960 960 960'
|
|
1601
|
+
module.exports.symOutlinedInboxTextShare = 'M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v226q-19-9-39-14.5t-41-8.5v-203H200v360h168q9 27 30 47t47 28q-3 20-4 40.5t2 40.5q-36-7-67.5-26.5T320-320H200v120h253q7 22 16 42t22 38H200Zm0-80h253-253Zm80-410h400v-80H280v80Zm0 140h237q27-29 60.5-49t72.5-31H280v80ZM800-80q-33 0-56.5-23.5T720-161l-81-49q-9 5-18.5 7.5T600-200q-33 0-56.5-23.5T520-280q0-33 23.5-56.5T600-360q11 0 20.5 2.5T639-350l81-48q0-34 23.5-57.5T800-479q33 0 56.5 23.5T880-399q0 33-23.5 56.5T800-319q-11 0-20.5-2.5T761-329l-81 48v3l81 48q9-5 18.5-7.5T800-240q33 0 56.5 23.5T880-160q0 33-23.5 56.5T800-80Z|0 -960 960 960'
|
|
1599
1602
|
module.exports.symOutlinedIncompleteCircle = 'M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-84 31-156.5T196-764l284 284v-400q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z|0 -960 960 960'
|
|
1600
1603
|
module.exports.symOutlinedIndeterminateCheckBox = 'M280-440h400v-80H280v80Zm-80 320q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z|0 -960 960 960'
|
|
1601
1604
|
module.exports.symOutlinedIndeterminateQuestionBox = 'M200-120q-33 0-56.5-23.5T120-200v-160h80v160h160v80H200Zm560 0H600v-80h160v-160h80v160q0 33-23.5 56.5T760-120ZM120-760q0-33 23.5-56.5T200-840h160v80H200v160h-80v-160Zm720 0v160h-80v-160H600v-80h160q33 0 56.5 23.5T840-760ZM480-240q21 0 35.5-14.5T530-290q0-21-14.5-35.5T480-340q-21 0-35.5 14.5T430-290q0 21 14.5 35.5T480-240Zm-36-153h73q0-34 8-52t35-45q35-35 46.5-56.5T618-598q0-54-39-88t-99-34q-50 0-86 26t-52 74l66 27q7-26 26.5-42.5T480-652q29 0 46.5 15.5T544-595q0 20-9.5 37.5T502-521q-33 29-45.5 56T444-393Z|0 -960 960 960'
|
|
@@ -1806,6 +1809,7 @@ module.exports.symOutlinedLocationSearching = 'M440-40v-80q-125-14-214.5-103.5T1
|
|
|
1806
1809
|
module.exports.symOutlinedLock = 'M240-80q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640h40v-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h40q33 0 56.5 23.5T800-560v400q0 33-23.5 56.5T720-80H240Zm0-80h480v-400H240v400Zm240-120q33 0 56.5-23.5T560-360q0-33-23.5-56.5T480-440q-33 0-56.5 23.5T400-360q0 33 23.5 56.5T480-280ZM360-640h240v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80ZM240-160v-400 400Z|0 -960 960 960'
|
|
1807
1810
|
module.exports.symOutlinedLockClock = 'M360-640h240v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80ZM490-80H240q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640h40v-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h40q33 0 56.5 23.5T800-560v52q-18-6-37.5-9t-42.5-3v-40H240v400h212q8 24 16 41.5T490-80Zm230 40q-83 0-141.5-58.5T520-240q0-83 58.5-141.5T720-440q83 0 141.5 58.5T920-240q0 83-58.5 141.5T720-40Zm66-106 28-28-74-74v-112h-40v128l86 86ZM240-560v400-400Z|0 -960 960 960'
|
|
1808
1811
|
module.exports.symOutlinedLockOpen = 'M240-640h360v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85h-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h40q33 0 56.5 23.5T800-560v400q0 33-23.5 56.5T720-80H240q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640Zm0 480h480v-400H240v400Zm240-120q33 0 56.5-23.5T560-360q0-33-23.5-56.5T480-440q-33 0-56.5 23.5T400-360q0 33 23.5 56.5T480-280ZM240-160v-400 400Z|0 -960 960 960'
|
|
1812
|
+
module.exports.symOutlinedLockOpenCircle = 'M380-320h200q25 0 42.5-17.5T640-380v-120q0-25-17.5-42.5T580-560v-60q0-42-29-71t-71-29q-42 0-71 29t-29 71h60q0-17 11.5-28.5T480-660q17 0 28.5 11.5T520-620v60H380q-25 0-42.5 17.5T320-500v120q0 25 17.5 42.5T380-320ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z|0 -960 960 960'
|
|
1809
1813
|
module.exports.symOutlinedLockOpenRight = 'M240-160h480v-400H240v400Zm240-120q33 0 56.5-23.5T560-360q0-33-23.5-56.5T480-440q-33 0-56.5 23.5T400-360q0 33 23.5 56.5T480-280ZM240-160v-400 400Zm0 80q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640h280v-80q0-83 58.5-141.5T720-920q83 0 141.5 58.5T920-720h-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80h120q33 0 56.5 23.5T800-560v400q0 33-23.5 56.5T720-80H240Z|0 -960 960 960'
|
|
1810
1814
|
module.exports.symOutlinedLockPerson = 'M720-240q25 0 42.5-17.5T780-300q0-25-17.5-42.5T720-360q-25 0-42.5 17.5T660-300q0 25 17.5 42.5T720-240Zm0 120q30 0 56-14t43-39q-23-14-48-20.5t-51-6.5q-26 0-51 6.5T621-173q17 25 43 39t56 14ZM360-640h240v-80q0-50-35-85t-85-35q-50 0-85 35t-35 85v80ZM490-80H240q-33 0-56.5-23.5T160-160v-400q0-33 23.5-56.5T240-640h40v-80q0-83 58.5-141.5T480-920q83 0 141.5 58.5T680-720v80h40q33 0 56.5 23.5T800-560v52q-18-6-37.5-9t-42.5-3v-40H240v400h212q8 24 16 41.5T490-80Zm230 40q-83 0-141.5-58.5T520-240q0-83 58.5-141.5T720-440q83 0 141.5 58.5T920-240q0 83-58.5 141.5T720-40ZM240-560v400-400Z|0 -960 960 960'
|
|
1811
1815
|
module.exports.symOutlinedLockReset = 'M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480h80q0 66 25 124.5t68.5 102q43.5 43.5 102 69T480-159q134 0 227-93t93-227q0-134-93-227t-227-93q-89 0-161.5 43.5T204-640h116v80H80v-240h80v80q55-73 138-116.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-80-240q-17 0-28.5-11.5T360-360v-120q0-17 11.5-28.5T400-520v-40q0-33 23.5-56.5T480-640q33 0 56.5 23.5T560-560v40q17 0 28.5 11.5T600-480v120q0 17-11.5 28.5T560-320H400Zm40-200h80v-40q0-17-11.5-28.5T480-600q-17 0-28.5 11.5T440-560v40Z|0 -960 960 960'
|
|
@@ -1835,7 +1839,7 @@ module.exports.symOutlinedMacroAuto = 'M480-360q-42 0-71-29t-29-71v-8q-12 9-25.5
|
|
|
1835
1839
|
module.exports.symOutlinedMacroOff = 'M794-265 665-394q39-22 83-34t92-12q0 48-12 92t-34 83Zm-166 62-25-25q-8 12-14 24t-11 26q14-5 26-11t24-14ZM848-97l-57 57-105-105q-44 31-96.5 48T480-80q0-57 17-109.5t48-96.5l-74-74q-36-3-65-24t-42-54q-5 0-9 .5t-9 .5q-53 0-89.5-36.5T220-563q0-11 1.5-21t5.5-20L55-776l57-57L848-97ZM480-920q38 0 70 21.5t46 56.5q5 0 9-.5t9-.5q52 0 88.5 37t36.5 89q0 21-6.5 40.5T712-640q13 17 20 36.5t7 40.5q0 50-33.5 86.5T622-437L450-609l-79-79q6-13 14-24t19-20l-32-23q-5-4-11.5-6t-14.5-2q-10 0-19 4t-15 12l-57-57q21-22 50-31t59-7q14-35 46-56.5t70-21.5Zm134 403q19 0 32.5-13.5T660-563q0-14-7.5-24.5T633-604l-35-17q-2 11-6 21.5t-9 19.5q-5 9-12 17t-15 15l32 23q5 4 11.5 6t14.5 2Zm-16-142 35-17q12-6 19-17t7-24q0-19-13-32.5T614-763q-8 0-14 2t-12 6l-33 23q8 7 15.5 15t12.5 17q5 9 9 19.5t6 21.5Zm-159-93q10-4 20-6t21-2q11 0 21 2t20 6l5-44q2-18-12.5-31T480-840q-19 0-33.5 13T434-796l5 44Zm41 152q17 0 28.5-11.5T520-640q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600Zm103 20Zm0-120Zm-103-60Zm0 680q0-74-28.5-139.5T374-334q-49-49-114.5-77.5T120-440q0 74 28.5 139.5T226-186q49 49 114.5 77.5T480-80Zm-98-98q-57-21-100-64t-64-100q57 21 100 64t64 100Zm196 0Zm-196 0Z|0 -960 960 960'
|
|
1836
1840
|
module.exports.symOutlinedMagnificationLarge = 'M200-360h480v-320H200v320Zm-40 200q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm0-80h640v-480H160v480Zm0 0v-480 480Z|0 -960 960 960'
|
|
1837
1841
|
module.exports.symOutlinedMagnificationSmall = 'M200-520h160v-160H200v160Zm-40 360q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm0-80h640v-480H160v480Zm0 0v-480 480Z|0 -960 960 960'
|
|
1838
|
-
module.exports.symOutlinedMagnifyDocked = '
|
|
1842
|
+
module.exports.symOutlinedMagnifyDocked = 'M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm0-120v40h640v-40H160Zm0 0v40-40Zm0-80h640v-360H160v360Zm400-60h80v-80h80v-80h-80v-80h-80v80h-80v80h80v80Z|0 -960 960 960'
|
|
1839
1843
|
module.exports.symOutlinedMagnifyFullscreen = 'M560-400h80v-80h80v-80h-80v-80h-80v80h-80v80h80v80ZM160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm0-80h640v-480H160v480Zm0 0v-480 480Z|0 -960 960 960'
|
|
1840
1844
|
module.exports.symOutlinedMail = 'M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z|0 -960 960 960'
|
|
1841
1845
|
module.exports.symOutlinedMailLock = 'M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v159h-80v-79L480-440 160-640v400h480v80H160Zm320-360 320-200H160l320 200ZM160-240v-480 480Zm600 80q-17 0-28.5-11.5T720-200v-120q0-17 11.5-28.5T760-360v-40q0-33 23.5-56.5T840-480q33 0 56.5 23.5T920-400v40q17 0 28.5 11.5T960-320v120q0 17-11.5 28.5T920-160H760Zm40-200h80v-40q0-17-11.5-28.5T840-440q-17 0-28.5 11.5T800-400v40Z|0 -960 960 960'
|
|
@@ -2092,6 +2096,7 @@ module.exports.symOutlinedNewsstand = 'M80-160v-80h800v80H80Zm80-160v-320h80v320
|
|
|
2092
2096
|
module.exports.symOutlinedNextPlan = 'M240-400h80q0-59 43-99.5T466-540q36 0 67 16.5t51 43.5h-64v80h200v-200h-80v62q-32-38-76.5-60T466-620q-95 0-160.5 64T240-400ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z|0 -960 960 960'
|
|
2093
2097
|
module.exports.symOutlinedNextWeek = 'M0 0zm440-260 160-160-160-160-56 56 104 104-104 104 56 56ZM160-120q-33 0-56.5-23.5T80-200v-440q0-33 23.5-56.5T160-720h160v-80q0-33 23.5-56.5T400-880h160q33 0 56.5 23.5T640-800v80h160q33 0 56.5 23.5T880-640v440q0 33-23.5 56.5T800-120H160Zm0-80h640v-440H160v440Zm240-520h160v-80H400v80ZM160-200v-440 440Z|0 -960 960 960'
|
|
2094
2098
|
module.exports.symOutlinedNfc = 'M280-280h400v-400H520q-33 0-56.5 23.5T440-600v52q-20 11-30 28t-10 40q0 33 23.5 56.5T480-400q33 0 56.5-23.5T560-480q0-23-11-40t-29-28v-52h80v240H360v-240h40v-80H280v400Zm-80 160q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z|0 -960 960 960'
|
|
2099
|
+
module.exports.symOutlinedNfcOff = 'M200-120q-33 0-56.5-23.5T120-200v-527l-93-93 57-57L876-85l-57 57-92-92H200Zm80-160v-287l-80-80v447h447l-80-80H280Zm560 46-80-80v-446H314l-80-80h526q33 0 56.5 23.5T840-760v526ZM360-360h127L360-487v127Zm320-34-80-80v-126h-80v46l-75-75q9-23 29-37t46-14h160v286Zm-256-30Zm113-113Z|0 -960 960 960'
|
|
2095
2100
|
module.exports.symOutlinedNightShelter = 'M280-240h40v-60h320v60h40v-160q0-33-23.5-56.5T600-480H460v140H320v-180h-40v280Zm110-120q21 0 35.5-14.5T440-410q0-21-14.5-35.5T390-460q-21 0-35.5 14.5T340-410q0 21 14.5 35.5T390-360ZM160-120v-480l320-240 320 240v480H160Zm80-80h480v-360L480-740 240-560v360Zm240-270Z|0 -960 960 960'
|
|
2096
2101
|
module.exports.symOutlinedNightSightAuto = 'M440-200q52 0 99-21t81-60q-128-8-214-99.5T320-600q0-13 1-25.5t3-24.5q-57 32-90.5 88T200-440q0 100 70 170t170 70Zm0 80q-134 0-227-93t-93-227q0-134 93-227t227-93q5 0 10 .5t10 .5q-29 32-44.5 73T400-600q0 100 70 170t170 70q31 0 60.5-7.5T756-390q-18 118-108 194t-208 76Zm112-400 128-360h80l128 360h-76l-28-80H656l-28 80h-76Zm122-134h92l-46-146-46 146ZM407-381Z|0 -960 960 960'
|
|
2097
2102
|
module.exports.symOutlinedNightSightAutoOff = 'M400-585 272-713q38-23 80.5-35t87.5-12q5 0 10 .5t10 .5q-29 32-44.5 73T400-600v15Zm313 313-88-88q35 2 68-5.5t63-24.5q-5 32-15.5 61.5T713-272ZM552-520l128-360h80l128 360h-76l-28-80H656l-28 80h-76Zm122-134h92l-46-146-46 146ZM537-220 220-537q-10 23-15 47.5t-5 49.5q0 100 70 170t170 70q25 0 49.5-5t47.5-15ZM791-80l-57 57-138-138q-36 20-75 30.5T440-120q-134 0-227-93t-93-227q0-42 10.5-81t30.5-75L14-743l57-57L791-80ZM379-378Z|0 -960 960 960'
|
|
@@ -2134,6 +2139,7 @@ module.exports.symOutlinedNotes = 'M120-240v-80h480v80H120Zm0-200v-80h720v80H120
|
|
|
2134
2139
|
module.exports.symOutlinedNotificationAdd = 'M480-500Zm0 420q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80Zm240-360v-120H600v-80h120v-120h80v120h120v80H800v120h-80ZM160-200v-80h80v-280q0-83 50-147.5T420-792v-28q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820v28q14 4 27.5 8.5T593-772q-15 14-27 30.5T545-706q-15-7-31.5-10.5T480-720q-66 0-113 47t-47 113v280h320v-112q18 11 38 18t42 11v83h80v80H160Z|0 -960 960 960'
|
|
2135
2140
|
module.exports.symOutlinedNotificationImportant = 'M440-440h80v-200h-80v200Zm40 120q17 0 28.5-11.5T520-360q0-17-11.5-28.5T480-400q-17 0-28.5 11.5T440-360q0 17 11.5 28.5T480-320ZM160-200v-80h80v-280q0-83 50-147.5T420-792v-28q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820v28q80 20 130 84.5T720-560v280h80v80H160Zm320-300Zm0 420q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80ZM320-280h320v-280q0-66-47-113t-113-47q-66 0-113 47t-47 113v280Z|0 -960 960 960'
|
|
2136
2141
|
module.exports.symOutlinedNotificationMultiple = 'M120-80q-33 0-56.5-23.5T40-160v-520h80v520h600v80H120Zm440-334L280-578v258h560v-258L560-414ZM280-240q-33 0-56.5-23.5T200-320v-340q0-21 9.5-40t28.5-30l322-190 80 47-352 207 272 160 270-160q15-9 30.5-8.5T890-666q14 8 22 21.5t8 30.5v294q0 33-23.5 56.5T840-240H280Zm280-320L448-672l56-56 56 56 142-142 56 56-198 198Zm0 240h280-560 280Z|0 -960 960 960'
|
|
2142
|
+
module.exports.symOutlinedNotificationSettings = 'M480-489Zm0 409q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80ZM160-200v-80h80v-280q0-84 50.5-149T422-793q-10 22-15.5 46t-7.5 49q-35 21-57 57t-22 81v280h320v-122q20 3 40 3t40-3v122h80v80H160Zm480-280-12-60q-12-5-22.5-10.5T584-564l-58 18-40-68 46-40q-2-13-2-26t2-26l-46-40 40-68 58 18q11-8 21.5-13.5T628-820l12-60h80l12 60q12 5 22.5 10.5T776-796l58-18 40 68-46 40q2 13 2 26t-2 26l46 40-40 68-58-18q-11 8-21.5 13.5T732-540l-12 60h-80Zm40-120q33 0 56.5-23.5T760-680q0-33-23.5-56.5T680-760q-33 0-56.5 23.5T600-680q0 33 23.5 56.5T680-600Z|0 -960 960 960'
|
|
2137
2143
|
module.exports.symOutlinedNotifications = 'M160-200v-80h80v-280q0-83 50-147.5T420-792v-28q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820v28q80 20 130 84.5T720-560v280h80v80H160Zm320-300Zm0 420q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80ZM320-280h320v-280q0-66-47-113t-113-47q-66 0-113 47t-47 113v280Z|0 -960 960 960'
|
|
2138
2144
|
module.exports.symOutlinedNotificationsActive = 'M80-560q0-100 44.5-183.5T244-882l47 64q-60 44-95.5 111T160-560H80Zm720 0q0-80-35.5-147T669-818l47-64q75 55 119.5 138.5T880-560h-80ZM160-200v-80h80v-280q0-83 50-147.5T420-792v-28q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820v28q80 20 130 84.5T720-560v280h80v80H160Zm320-300Zm0 420q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80ZM320-280h320v-280q0-66-47-113t-113-47q-66 0-113 47t-47 113v280Z|0 -960 960 960'
|
|
2139
2145
|
module.exports.symOutlinedNotificationsOff = 'M160-200v-80h80v-280q0-33 8.5-65t25.5-61l60 60q-7 16-10.5 32.5T320-560v280h248L56-792l56-56 736 736-56 56-146-144H160Zm560-154-80-80v-126q0-66-47-113t-113-47q-26 0-50 8t-44 24l-58-58q20-16 43-28t49-18v-28q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820v28q80 20 130 84.5T720-560v206Zm-276-50Zm36 324q-33 0-56.5-23.5T400-160h160q0 33-23.5 56.5T480-80Zm33-481Z|0 -960 960 960'
|
|
@@ -2353,6 +2359,7 @@ module.exports.symOutlinedPlaylistAddCheckCircle = 'M0 0zm562-225 199-199-57-56-
|
|
|
2353
2359
|
module.exports.symOutlinedPlaylistAddCircle = 'M600-280h80v-80h80v-80h-80v-80h-80v80h-80v80h80v80Zm-320-80h120v-80H280v80Zm0-120h280v-80H280v80Zm0-120h280v-80H280v80ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z|0 -960 960 960'
|
|
2354
2360
|
module.exports.symOutlinedPlaylistPlay = 'M120-320v-80h320v80H120Zm0-160v-80h480v80H120Zm0-160v-80h480v80H120Zm520 520v-320l240 160-240 160Z|0 -960 960 960'
|
|
2355
2361
|
module.exports.symOutlinedPlaylistRemove = 'M0 0zm576-80-56-56 104-104-104-104 56-56 104 104 104-104 56 56-104 104 104 104-56 56-104-104L576-80ZM120-320v-80h280v80H120Zm0-160v-80h440v80H120Zm0-160v-80h440v80H120Z|0 -960 960 960'
|
|
2362
|
+
module.exports.symOutlinedPlugConnect = 'M280-160v-40h-40q-50 0-85-35t-35-85v-120H40v-80h80v-120q0-50 35-85t85-35h40v-40h80v640h-80Zm-40-120h40v-400h-40q-17 0-28.5 11.5T200-640v320q0 17 11.5 28.5T240-280Zm360 120v-160H440v-80h160v-160H440v-80h160v-160h80v40h40q50 0 85 35t35 85v120h80v80h-80v120q0 50-35 85t-85 35h-40v40h-80Zm80-120h40q17 0 28.5-11.5T760-320v-320q0-17-11.5-28.5T720-680h-40v400ZM280-480Zm400 0Z|0 -960 960 960'
|
|
2356
2363
|
module.exports.symOutlinedPlumbing = 'M771-593 630-734l-85 84-85-84 113-114q12-12 27-17.5t30-5.5q16 0 30.5 5.5T686-848l85 85q18 17 26.5 39.5T806-678q0 23-8.5 45T771-593ZM220-409q-18-18-18-42.5t18-42.5l98-99 85 85-99 99q-17 18-41.5 18T220-409Zm-43 297q-11-12-17-26.5t-6-30.5q0-16 5.5-30.5T177-226l283-282-127-128q-18-17-18-41.5t18-42.5q17-18 42-18t43 18l127 127 57-57 112 114q12 12 12 28t-12 28q-12 12-28 12t-28-12L290-112q-12 12-26.5 17.5T234-89q-15 0-30-6t-27-17Z|0 -960 960 960'
|
|
2357
2364
|
module.exports.symOutlinedPodcasts = 'M440-80v-331q-18-11-29-28.5T400-480q0-33 23.5-56.5T480-560q33 0 56.5 23.5T560-480q0 23-11 41t-29 28v331h-80ZM204-190q-57-55-90.5-129.5T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 86-33.5 161T756-190l-56-56q46-44 73-104.5T800-480q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 69 27 129t74 104l-57 57Zm113-113q-35-33-56-78.5T240-480q0-100 70-170t170-70q100 0 170 70t70 170q0 53-21 99t-56 78l-57-57q25-23 39.5-54t14.5-66q0-66-47-113t-113-47q-66 0-113 47t-47 113q0 36 14.5 66.5T374-360l-57 57Z|0 -960 960 960'
|
|
2358
2365
|
module.exports.symOutlinedPodiatry = 'M0 0zm684-389 179-179 57 57-180 179-56-57ZM40-160v-106q0-24 13.5-44T90-339q21-8 40-19t38-25l58 58q5 7 13.5 6.5T254-325q5-5 5-13.5t-5-15.5l-55-55 15.5-15.5Q222-432 230-441l54 55q5 7 13.5 7t15.5-7q5-5 5-13.5t-5-15.5l-55-54q5-10 10.5-20.5T278-512l65 65q5 7 13.5 7t15.5-7q5-5 5-13t-5-15l-77-77 41-114 216-214 282 283-414 437H40Zm345-80 337-355-337 355Zm-265 0h265l337-355-171-171-146 145-29 81 30 30q23 24 23 57.5T406-396L293-283q-24 24-57 24t-56-24l-8-8q-13 8-26 14t-26 11v26Z|0 -960 960 960'
|
|
@@ -2411,7 +2418,7 @@ module.exports.symOutlinedPropaneTank = 'M320-80q-66 0-113-47t-47-113v-320q0-57
|
|
|
2411
2418
|
module.exports.symOutlinedPsychiatry = 'M440-120v-319q-64 0-123-24.5T213-533q-45-45-69-104t-24-123v-80h80q63 0 122 24.5T426-746q31 31 51.5 68t31.5 79q5-7 11-13.5t13-13.5q45-45 104-69.5T760-720h80v80q0 64-24.5 123T746-413q-45 45-103.5 69T520-320v200h-80Zm0-400q0-48-18.5-91.5T369-689q-34-34-77.5-52.5T200-760q0 48 18 92t52 78q34 34 78 52t92 18Zm80 120q48 0 91.5-18t77.5-52q34-34 52.5-78t18.5-92q-48 0-92 18.5T590-569q-34 34-52 77.5T520-400Zm0 0Zm-80-120Z|0 -960 960 960'
|
|
2412
2419
|
module.exports.symOutlinedPsychology = 'M240-80v-172q-57-52-88.5-121.5T120-520q0-150 105-255t255-105q125 0 221.5 73.5T827-615l52 205q5 19-7 34.5T840-360h-80v120q0 33-23.5 56.5T680-160h-80v80h-80v-160h160v-200h108l-38-155q-23-91-98-148t-172-57q-116 0-198 81t-82 197q0 60 24.5 114t69.5 96l26 24v208h-80Zm254-360Zm-54 80h80l6-50q8-3 14.5-7t11.5-9l46 20 40-68-40-30q2-8 2-16t-2-16l40-30-40-68-46 20q-5-5-11.5-9t-14.5-7l-6-50h-80l-6 50q-8 3-14.5 7t-11.5 9l-46-20-40 68 40 30q-2 8-2 16t2 16l-40 30 40 68 46-20q5 5 11.5 9t14.5 7l6 50Zm40-100q-25 0-42.5-17.5T420-520q0-25 17.5-42.5T480-580q25 0 42.5 17.5T540-520q0 25-17.5 42.5T480-460Z|0 -960 960 960'
|
|
2413
2420
|
module.exports.symOutlinedPsychologyAlt = 'M240-80v-172q-57-52-88.5-121.5T120-520q0-150 105-255t255-105q125 0 221.5 73.5T827-615l52 205q5 19-7 34.5T840-360h-80v120q0 33-23.5 56.5T680-160h-80v80h-80v-160h160v-200h108l-38-155q-23-91-98-148t-172-57q-116 0-198 81t-82 197q0 60 24.5 114t69.5 96l26 24v208h-80Zm254-360Zm-14 120q17 0 28.5-11.5T520-360q0-17-11.5-28.5T480-400q-17 0-28.5 11.5T440-360q0 17 11.5 28.5T480-320Zm-30-128h61q0-25 6.5-40.5T544-526q18-20 35-40.5t17-53.5q0-42-32.5-71T483-720q-40 0-72.5 23T365-637l55 23q7-22 24.5-35.5T483-663q22 0 36.5 12t14.5 31q0 21-12.5 37.5T492-549q-20 21-31 42t-11 59Z|0 -960 960 960'
|
|
2414
|
-
module.exports.symOutlinedPublic = 'M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm276-
|
|
2421
|
+
module.exports.symOutlinedPublic = 'M480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm-40-82v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm276-102q41-45 62.5-100.5T800-480q0-98-54.5-179T600-776v16q0 33-23.5 56.5T520-680h-80v80q0 17-11.5 28.5T400-560h-80v80h240q17 0 28.5 11.5T600-440v120h40q26 0 47 15.5t29 40.5Z|0 -960 960 960'
|
|
2415
2422
|
module.exports.symOutlinedPublicOff = 'M819-28 701-146q-48 32-103.5 49T480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-62 17-117.5T146-701L27-820l57-57L876-85l-57 57ZM440-162v-78q-33 0-56.5-23.5T360-320v-40L168-552q-3 18-5.5 36t-2.5 36q0 121 79.5 212T440-162Zm374-99-58-58q21-37 32.5-77.5T800-480q0-98-54.5-179T600-776v16q0 33-23.5 56.5T520-680h-80v45L261-814q48-31 103-48.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 61-17.5 116T814-261Z|0 -960 960 960'
|
|
2416
2423
|
module.exports.symOutlinedPublish = 'M440-160v-326L336-382l-56-58 200-200 200 200-56 58-104-104v326h-80ZM160-600v-120q0-33 23.5-56.5T240-800h480q33 0 56.5 23.5T800-720v120h-80v-120H240v120h-80Z|0 -960 960 960'
|
|
2417
2424
|
module.exports.symOutlinedPublishedWithChanges = 'M440-82q-76-8-141.5-41.5t-114-87Q136-264 108-333T80-480q0-91 36.5-168T216-780h-96v-80h240v240h-80v-109q-55 44-87.5 108.5T160-480q0 123 80.5 212.5T440-163v81Zm-17-214L254-466l56-56 113 113 227-227 56 57-283 283Zm177 196v-240h80v109q55-45 87.5-109T800-480q0-123-80.5-212.5T520-797v-81q152 15 256 128t104 270q0 91-36.5 168T744-180h96v80H600Z|0 -960 960 960'
|
|
@@ -2907,6 +2914,7 @@ module.exports.symOutlinedSquareDot = 'M120-120v-720h720v720H120Zm80-80h560v-560
|
|
|
2907
2914
|
module.exports.symOutlinedSquareFoot = 'M208-120q-37 0-62.5-25.5T120-208v-548q0-29 27-40.5t47 8.5l90 90-54 54 28 28 54-54 104 104-54 54 28 28 54-54 104 104-54 54 28 28 54-54 104 104-54 54 28 28 54-54 80 80q20 20 8.5 47T756-120H208Zm32-120h332L240-572v332Z|0 -960 960 960'
|
|
2908
2915
|
module.exports.symOutlinedSsidChart = 'M480-120 232-360l-112 80v-98l120-86 245 238 167-134h188v80H680L480-120Zm0-360L305-655 120-520v-99l193-141 175 175 352-255v99L480-480Z|0 -960 960 960'
|
|
2909
2916
|
module.exports.symOutlinedStack = 'M240-400v80h-80q-33 0-56.5-23.5T80-400v-400q0-33 23.5-56.5T160-880h400q33 0 56.5 23.5T640-800v80h-80v-80H160v400h80ZM400-80q-33 0-56.5-23.5T320-160v-400q0-33 23.5-56.5T400-640h400q33 0 56.5 23.5T880-560v400q0 33-23.5 56.5T800-80H400Zm0-80h400v-400H400v400Zm200-200Z|0 -960 960 960'
|
|
2917
|
+
module.exports.symOutlinedStackGroup = 'M400-80q-33 0-56.5-23.5T320-160v-160H160q-33 0-56.5-23.5T80-400v-400q0-33 23.5-56.5T160-880h400q33 0 56.5 23.5T640-800v160h160q33 0 56.5 23.5T880-560v400q0 33-23.5 56.5T800-80H400Zm0-80h400v-400H560v-240H160v400h240v240Zm80-320Z|0 -960 960 960'
|
|
2910
2918
|
module.exports.symOutlinedStackHexagon = 'M0 0zm580-512-60-34v-68l60-34 60 34v68l-60 34Zm0 92 140-80v-160l-140-80-140 80v160l140 80Zm-72 220h224q-7 26-24 42t-44 20L228-85q-33 5-59.5-15.5T138-154L85-591q-4-33 16-59t53-30l46-6v80l-36 5 54 437 290-36Zm-148-80q-33 0-56.5-23.5T280-360v-440q0-33 23.5-56.5T360-880h440q33 0 56.5 23.5T880-800v440q0 33-23.5 56.5T800-280H360Zm0-80h440v-440H360v440Zm220-220ZM218-164Z|0 -960 960 960'
|
|
2911
2919
|
module.exports.symOutlinedStackOff = 'M0 0zm880-194-80-80v-286H514l-80-80h366q33 0 56.5 23.5T880-560v366ZM560-720v-80H274l-80-80h366q33 0 56.5 23.5T640-800v80h-80Zm97 303ZM400-160h286L400-446v286ZM823-23l-57-57H400q-34 0-57-23t-23-57v-366L160-686v286h80v80h-80q-34 0-57-23t-23-57v-366l-57-57 57-57L880-80l-57 57ZM543-303Z|0 -960 960 960'
|
|
2912
2920
|
module.exports.symOutlinedStackStar = 'M0 0zm509-220 91-55 91 55-24-104 80-69-105-9-42-98-42 98-105 9 80 69-24 104ZM240-400v80h-80q-33 0-56.5-23.5T80-400v-400q0-33 23.5-56.5T160-880h400q33 0 56.5 23.5T640-800v80h-80v-80H160v400h80ZM400-80q-33 0-56.5-23.5T320-160v-400q0-33 23.5-56.5T400-640h400q33 0 56.5 23.5T880-560v400q0 33-23.5 56.5T800-80H400Zm0-80h400v-400H400v400Zm200-200Z|0 -960 960 960'
|
|
@@ -2970,8 +2978,13 @@ module.exports.symOutlinedStroller = 'M640-80q-33 0-56.5-23.5T560-160q0-33 23.5-
|
|
|
2970
2978
|
module.exports.symOutlinedStyle = 'M0 0zm159-168-34-14q-31-13-41.5-45t3.5-63l72-156v278Zm160 88q-33 0-56.5-23.5T239-160v-240l106 294q3 7 6 13.5t8 12.5h-40Zm206-4q-32 12-62-3t-42-47L243-622q-12-32 2-62.5t46-41.5l302-110q32-12 62 3t42 47l178 488q12 32-2 62.5T827-194L525-84Zm-86-476q17 0 28.5-11.5T479-600q0-17-11.5-28.5T439-640q-17 0-28.5 11.5T399-600q0 17 11.5 28.5T439-560Zm58 400 302-110-178-490-302 110 178 490ZM319-650l302-110-302 110Z|0 -960 960 960'
|
|
2971
2979
|
module.exports.symOutlinedStyler = 'M280-80v-240h-64q-40 0-68-28t-28-68q0-29 16-53.5t42-36.5l262-116v-26q-36-13-58-43.5T360-760q0-50 35-85t85-35q50 0 85 35t35 85h-80q0-17-11.5-28.5T480-800q-17 0-28.5 11.5T440-760q0 17 11.5 28.5T480-720t28.5 11.5Q520-697 520-680v58l262 116q26 12 42 36.5t16 53.5q0 40-28 68t-68 28h-64v240H280Zm-64-320h64v-40h400v40h64q7 0 11.5-5t4.5-13q0-5-2.5-8.5T750-432L480-552 210-432q-5 2-7.5 5.5T200-418q0 8 4.5 13t11.5 5Zm144 240h240v-200H360v200Zm0-200h240-240Z|0 -960 960 960'
|
|
2972
2980
|
module.exports.symOutlinedStylus = 'M167-120q-21 5-36.5-10.5T120-167l40-191 198 198-191 40Zm191-40L160-358l458-458q23-23 57-23t57 23l84 84q23 23 23 57t-23 57L358-160Zm317-600L261-346l85 85 414-414-85-85Z|0 -960 960 960'
|
|
2981
|
+
module.exports.symOutlinedStylusBrush = 'M480-320q-100 0-170-69.5T240-562q0-74 44-139t96.5-114q52.5-49 96-77l43.5-28q0 57 20.5 96t77.5 83q59 46 80.5 85.5T720-562q0 103-70 172.5T480-320Zm0-80q66 0 113-46.5T640-562q0-35-17-61.5T567-680q-31-23-55.5-49.5T470-788q-79 65-114.5 120T320-562q0 69 47 115.5T480-400Zm0-194ZM160-120l22-65q8-25 29-40t47-15h444q26 0 47 15t29 40l22 65H160Z|0 -960 960 960'
|
|
2982
|
+
module.exports.symOutlinedStylusFountainPen = 'M0 0zm307-320-87-360 260-240 260 240-87 360H307Zm63-80h220l61-253-131-121v106q14 10 22 25t8 33q0 29-20.5 49.5T480-540q-29 0-49.5-20.5T410-610q0-18 8-33t22-25v-106L309-653l61 253ZM160-120l22-65q8-25 29-40t47-15h444q26 0 47 15t29 40l22 65H160Z|0 -960 960 960'
|
|
2983
|
+
module.exports.symOutlinedStylusHighlighter = 'M280-320v-440q0-33 23.5-56.5T360-840q9 0 18 2t17 6l240 119q20 10 32.5 29.5T680-641v321H280Zm80-80h240v-241L360-760v360ZM160-120l22-65q8-25 29-40t47-15h444q26 0 47 15t29 40l22 65H160Zm200-280h240-240Z|0 -960 960 960'
|
|
2973
2984
|
module.exports.symOutlinedStylusLaserPointer = 'M360-80q-50 0-85-35t-35-85q0-50 35-85t85-35q50 0 85 35t35 85q0 50-35 85t-85 35Zm179-139q-6-55-41-97t-87-57l106-107H236q-32 0-54-22t-22-54q0-20 10.5-37.5T198-622l486-291q18-11 38-5.5t31 23.5q11 18 5.5 37.5T736-827L360-600h364q32 0 54 22t22 54q0 18-4.5 35.5T778-458L539-219Z|0 -960 960 960'
|
|
2974
2985
|
module.exports.symOutlinedStylusNote = 'M0 0zm499-287 335-335-52-52-335 335 52 52Zm-261 87q-100-5-149-42T40-349q0-65 53.5-105.5T242-503q39-3 58.5-12.5T320-542q0-26-29.5-39T193-600l7-80q103 8 151.5 41.5T400-542q0 53-38.5 83T248-423q-64 5-96 23.5T120-349q0 35 28 50.5t94 18.5l-4 80Zm280 7L353-358l382-382q20-20 47.5-20t47.5 20l70 70q20 20 20 47.5T900-575L518-193Zm-159 33q-17 4-30-9t-9-30l33-159 165 165-159 33Z|0 -960 960 960'
|
|
2986
|
+
module.exports.symOutlinedStylusPen = 'M0 0zm240-320 100-360h60v-60l60-140h40l60 140v60h60l100 360H240Zm105-80h270l-56-200H401l-56 200ZM160-120l22-65q8-25 29-40t47-15h444q26 0 47 15t29 40l22 65H160Zm185-280h270-270Z|0 -960 960 960'
|
|
2987
|
+
module.exports.symOutlinedStylusPencil = 'M0 0zm160-120 22-65q8-25 29-40t47-15h444q26 0 47 15t29 40l22 65H160Zm80-200 200-520h80l200 520H240Zm116-80h248L480-721 356-400Zm0 0h248-248Z|0 -960 960 960'
|
|
2975
2988
|
module.exports.symOutlinedSubdirectoryArrowLeft = 'M400-120 160-360l241-241 56 57-144 144h367v-400h80v480H313l144 143-57 57Z|0 -960 960 960'
|
|
2976
2989
|
module.exports.symOutlinedSubdirectoryArrowRight = 'M0 0zm560-120-57-57 144-143H200v-480h80v400h367L503-544l56-57 241 241-240 240Z|0 -960 960 960'
|
|
2977
2990
|
module.exports.symOutlinedSubheader = 'M240-560h360v-120H240v120Zm-40 440q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z|0 -960 960 960'
|
|
@@ -3132,7 +3145,7 @@ module.exports.symOutlinedThumbDown = 'M240-840h440v520L400-40l-50-50q-7-7-11.5-
|
|
|
3132
3145
|
module.exports.symOutlinedThumbUp = 'M720-120H280v-520l280-280 50 50q7 7 11.5 19t4.5 23v14l-44 174h258q32 0 56 24t24 56v80q0 7-2 15t-4 15L794-168q-9 20-30 34t-44 14Zm-360-80h360l120-280v-80H480l54-220-174 174v406Zm0-406v406-406Zm-80-34v80H160v360h120v80H80v-520h200Z|0 -960 960 960'
|
|
3133
3146
|
module.exports.symOutlinedThumbnailBar = 'M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm240-80h400v-480H400v480Zm-80 0v-480H160v480h160Zm-160 0v-480 480Zm160 0h80-80Zm0-480h80-80Z|0 -960 960 960'
|
|
3134
3147
|
module.exports.symOutlinedThumbsUpDown = 'M80-400q-33 0-56.5-23.5T0-480v-240q0-12 5-23t13-19l198-198 30 30q6 6 10 15.5t4 18.5v8l-28 128h208q17 0 28.5 11.5T480-720v50q0 6-1 11.5t-3 10.5l-90 212q-7 17-22.5 26.5T330-400H80Zm238-80 82-194v-6H134l24-108-78 76v232h238ZM744 0l-30-30q-6-6-10-15.5T700-64v-8l28-128H520q-17 0-28.5-11.5T480-240v-50q0-6 1-11.5t3-10.5l90-212q8-17 23-26.5t33-9.5h250q33 0 56.5 23.5T960-480v240q0 12-4.5 22.5T942-198L744 0ZM642-480l-82 194v6h266l-24 108 78-76v-232H642Zm-562 0v-232 232Zm800 0v232-232Z|0 -960 960 960'
|
|
3135
|
-
module.exports.symOutlinedThunderstorm = 'M0
|
|
3148
|
+
module.exports.symOutlinedThunderstorm = 'M0 0zm300-40 36-100h-76l50-140h100l-43 100h83L340-40h-40Zm270-40 28-80h-78l43-120h100l-35 80h82L610-80h-40ZM300-320q-91 0-155.5-64.5T80-540q0-83 55-145t136-73q32-57 87.5-89.5T480-880q90 0 156.5 57.5T717-679q69 6 116 57t47 122q0 75-52.5 127.5T700-320H300Zm0-80h400q42 0 71-29t29-71q0-42-29-71t-71-29h-60v-40q0-66-47-113t-113-47q-48 0-87.5 26T333-704l-10 24h-25q-57 2-97.5 42.5T160-540q0 58 41 99t99 41Zm180-200Z|0 -960 960 960'
|
|
3136
3149
|
module.exports.symOutlinedTibia = 'M0 0zm360-592-85-85q-17-17-26-39t-9-45q0-50 34-84.5t84-34.5h244q49 0 82.5 35t33.5 84q0 24-9.5 46.5T682-675l-82 82v222l84 84q17 17 26 39t9 46q0 51-34.5 86T599-81q-24 0-46-9t-39-26q-7-7-15.5-10.5T480-130q-10 0-18.5 3.5T446-116q-17 17-39 26t-46 9q-51 0-86.5-35T239-202q0-24 9.5-46t26.5-39l85-83v-222Zm80-17v256q0 8-3.5 15.5T428-325l-96 95q-6 5-9 12.5t-3 15.5q0 17 12 29.5t29 12.5q8 0 15.5-3t13.5-9q18-18 41-28t49-10q26 0 49.5 10t40.5 28q6 5 13.5 8.5T599-160q17 0 29.5-12.5T641-202q0-8-3-15.5T628-230l-96-95q-5-6-8.5-13t-3.5-15v-256q0-8 3-15.5t8-12.5l95-96q6-6 9.5-13.5T639-762q0-16-11-27t-27-11H358q-16 0-27 11.5T320-761q0 8 3 15t8 13l97 96q6 5 9 12.5t3 15.5Zm41 129Z|0 -960 960 960'
|
|
3137
3150
|
module.exports.symOutlinedTibiaAlt = 'M394-80q-16-47-24-92.5t-10-86q-2-40.5-.5-74.5t4.5-58q-1 0 0 0-22-5-50.5-12.5t-61-20.5Q220-437 186-455.5T119-500l50-70q39 35 81.5 55.5t78.5 32q36 11.5 60 15l24 3.5q18 1 28.5 15t7.5 32l-4.5 33.5q-4.5 33.5-5 83.5t7.5 109q8 59 33 111h-86Zm366 0h-80v-423q0-48-25.5-87T586-649L313-772l49-67 257 117q64 29 102.5 88T760-503v423ZM540-201q9 0 17-4t13-10q6 6 14 10t16 4q17 0 28.5-11.5T640-241q0-17-11.5-28.5T600-281v-159q17 0 28.5-11.5T640-480q0-17-11.5-28.5T600-520q-8 0-16 3.5t-14 9.5q-5-6-13-9.5t-17-3.5q-17 0-28.5 11.5T500-480q0 17 11.5 28.5T540-440v159q-17 0-28.5 11.5T500-241q0 17 11.5 28.5T540-201ZM480-80q-25-52-33-111t-7.5-109q.5-50 5-83.5L449-417q3-18-7.5-32T413-464l-24-3.5q-24-3.5-60-15t-78.5-32Q208-535 169-570q39 35 81.5 55.5t78.5 32q36 11.5 60 15l24 3.5q18 1 28.5 15t7.5 32l-4.5 33.5q-4.5 33.5-5 83.5t7.5 109q8 59 33 111Z|0 -960 960 960'
|
|
3138
3151
|
module.exports.symOutlinedTileLarge = 'M120-120v-240h320v240H120Zm400 0v-240h320v240H520Zm-320-80h160v-80H200v80Zm400 0h160v-80H600v80ZM120-440v-400h720v400H120Zm160 200Zm400 0Z|0 -960 960 960'
|
|
@@ -3493,4 +3506,4 @@ module.exports.symOutlinedZonePersonUrgent = 'M80-720v-120q0-33 23.5-56.5T160-92
|
|
|
3493
3506
|
module.exports.symOutlinedZoomIn = 'M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Zm-40-60v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80Z|0 -960 960 960'
|
|
3494
3507
|
module.exports.symOutlinedZoomInMap = 'M0 0zm156-100-56-56 124-124H120v-80h240v240h-80v-104L156-100Zm648 0L680-224v104h-80v-240h240v80H736l124 124-56 56ZM120-600v-80h104L100-804l56-56 124 124v-104h80v240H120Zm480 0v-240h80v104l124-124 56 56-124 124h104v80H600Z|0 -960 960 960'
|
|
3495
3508
|
module.exports.symOutlinedZoomOut = 'M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400ZM280-540v-80h200v80H280Z|0 -960 960 960'
|
|
3496
|
-
module.exports.symOutlinedZoomOutMap = 'M120-120v-240h80v104l124-124 56 56-124 124h104v80H120Zm480 0v-80h104L580-324l56-56 124 124v-104h80v240H600ZM324-580 200-704v104h-80v-240h240v80H256l124 124-56 56Zm312 0-56-56 124-124H600v-80h240v240h-80v-104L636-580Z|0 -960 960 960'
|
|
3509
|
+
module.exports.symOutlinedZoomOutMap = 'M120-120v-240h80v104l124-124 56 56-124 124h104v80H120Zm480 0v-80h104L580-324l56-56 124 124v-104h80v240H600ZM324-580 200-704v104h-80v-240h240v80H256l124 124-56 56Zm312 0-56-56 124-124H600v-80h240v240h-80v-104L636-580Z|0 -960 960 960'
|