@material-symbols-svg/react 0.1.13 → 0.1.14
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 +1 -1
- package/dist/icons/family-group.d.ts +75 -0
- package/dist/icons/family-group.js +29 -0
- package/dist/icons/fitness-trackers.d.ts +75 -0
- package/dist/icons/fitness-trackers.js +38 -0
- package/dist/icons/home-app-logo.d.ts +14 -14
- package/dist/icons/home-app-logo.js +23 -14
- package/dist/icons/mail-asterisk.d.ts +75 -0
- package/dist/icons/mail-asterisk.js +38 -0
- package/dist/icons/mobile-theft.d.ts +75 -0
- package/dist/icons/mobile-theft.js +38 -0
- package/dist/icons/partly-cloudy-night.d.ts +14 -14
- package/dist/icons/partly-cloudy-night.js +14 -14
- package/dist/icons/sign-language.d.ts +14 -14
- package/dist/icons/sign-language.js +14 -14
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/metadata/icon-index.json +28076 -0
- package/dist/w100.d.ts +4 -0
- package/dist/w100.js +4 -0
- package/dist/w200.d.ts +4 -0
- package/dist/w200.js +4 -0
- package/dist/w300.d.ts +4 -0
- package/dist/w300.js +4 -0
- package/dist/w400.d.ts +4 -0
- package/dist/w400.js +4 -0
- package/dist/w500.d.ts +4 -0
- package/dist/w500.js +4 -0
- package/dist/w600.d.ts +4 -0
- package/dist/w600.js +4 -0
- package/dist/w700.d.ts +4 -0
- package/dist/w700.js +4 -0
- package/package.json +2 -2
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { IconProps } from '../types.js';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* MailAsterisk (Weight: 100) - Outlined style
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
declare const MailAsteriskW100: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
/**
|
|
10
|
+
* MailAsterisk (Weight: 200) - Outlined style
|
|
11
|
+
* @preview 
|
|
12
|
+
*/
|
|
13
|
+
declare const MailAsteriskW200: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
14
|
+
/**
|
|
15
|
+
* MailAsterisk (Weight: 300) - Outlined style
|
|
16
|
+
* @preview 
|
|
17
|
+
*/
|
|
18
|
+
declare const MailAsteriskW300: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
19
|
+
/**
|
|
20
|
+
* MailAsterisk (Weight: 400) - Outlined style
|
|
21
|
+
* @preview 
|
|
22
|
+
*/
|
|
23
|
+
declare const MailAsteriskW400: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
24
|
+
/**
|
|
25
|
+
* MailAsterisk (Weight: 500) - Outlined style
|
|
26
|
+
* @preview 
|
|
27
|
+
*/
|
|
28
|
+
declare const MailAsteriskW500: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
29
|
+
/**
|
|
30
|
+
* MailAsterisk (Weight: 600) - Outlined style
|
|
31
|
+
* @preview 
|
|
32
|
+
*/
|
|
33
|
+
declare const MailAsteriskW600: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
34
|
+
/**
|
|
35
|
+
* MailAsterisk (Weight: 700) - Outlined style
|
|
36
|
+
* @preview 
|
|
37
|
+
*/
|
|
38
|
+
declare const MailAsteriskW700: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
39
|
+
/**
|
|
40
|
+
* MailAsteriskFill (Weight: 100) - Outlined style (Filled)
|
|
41
|
+
* @preview 
|
|
42
|
+
*/
|
|
43
|
+
declare const MailAsteriskFillW100: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
44
|
+
/**
|
|
45
|
+
* MailAsteriskFill (Weight: 200) - Outlined style (Filled)
|
|
46
|
+
* @preview 
|
|
47
|
+
*/
|
|
48
|
+
declare const MailAsteriskFillW200: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
49
|
+
/**
|
|
50
|
+
* MailAsteriskFill (Weight: 300) - Outlined style (Filled)
|
|
51
|
+
* @preview 
|
|
52
|
+
*/
|
|
53
|
+
declare const MailAsteriskFillW300: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
54
|
+
/**
|
|
55
|
+
* MailAsteriskFill (Weight: 400) - Outlined style (Filled)
|
|
56
|
+
* @preview 
|
|
57
|
+
*/
|
|
58
|
+
declare const MailAsteriskFillW400: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
59
|
+
/**
|
|
60
|
+
* MailAsteriskFill (Weight: 500) - Outlined style (Filled)
|
|
61
|
+
* @preview 
|
|
62
|
+
*/
|
|
63
|
+
declare const MailAsteriskFillW500: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
64
|
+
/**
|
|
65
|
+
* MailAsteriskFill (Weight: 600) - Outlined style (Filled)
|
|
66
|
+
* @preview 
|
|
67
|
+
*/
|
|
68
|
+
declare const MailAsteriskFillW600: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
69
|
+
/**
|
|
70
|
+
* MailAsteriskFill (Weight: 700) - Outlined style (Filled)
|
|
71
|
+
* @preview 
|
|
72
|
+
*/
|
|
73
|
+
declare const MailAsteriskFillW700: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
74
|
+
|
|
75
|
+
export { MailAsteriskFillW100, MailAsteriskFillW200, MailAsteriskFillW300, MailAsteriskFillW400, MailAsteriskFillW500, MailAsteriskFillW600, MailAsteriskFillW700, MailAsteriskW100, MailAsteriskW200, MailAsteriskW300, MailAsteriskW400, MailAsteriskW500, MailAsteriskW600, MailAsteriskW700 };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import createMaterialIcon from '../createMaterialIcon.js';
|
|
2
|
+
|
|
3
|
+
const pathData = {
|
|
4
|
+
regular: {
|
|
5
|
+
"100": "M480-480Zm0-42 310-204H170l310 204ZM186-212q-23 0-38.5-15.5T132-266v-428q0-23 15.5-38.5T186-748h588q23 0 38.5 15.5T828-694v251h-22v-266L480-493 154-709v443q0 14 9 23t23 9h347v22H186Zm518 108-19-11 56-97H629v-22h112l-56-97 19-11 56 97 56-97 19 11-56 97h112v22H779l56 97-19 11-56-97-56 97Z",
|
|
6
|
+
"200": "M480-480Zm0-43.15 316.92-206.08H163.08L480-523.15ZM175.38-200q-23.23 0-39.3-16.19Q120-232.38 120-255.38v-449.24q0-23 16.08-39.19Q152.15-760 175.38-760h609.24q23 0 39.19 16.19Q840-727.62 840-704.62v272.93h-30.77v-270.62L480-486.08 150.77-702.31v446.93q0 10.76 6.92 17.69 6.93 6.92 17.69 6.92H536V-200H175.38ZM705.62-90.38 679-105.77 733.38-200H624.62v-30.77h108.76L679-325l26.62-15.38L760-246.15l54.38-94.23L841-325l-54.38 94.23h108.76V-200H786.62L841-105.77l-26.62 15.39L760-184.62l-54.38 94.24Z",
|
|
7
|
+
"300": "M480-480Zm0-45.08 328.46-209.53H151.54L480-525.08ZM157.69-180q-23.61 0-40.65-17.35Q100-214.69 100-237.69v-484.62q0-23 17.04-40.34Q134.08-780 157.69-780h644.62q23 0 40.34 17.35Q860-745.31 860-722.31v309.46h-45.39v-278.3L480-474.54 145.39-691.15v453.46q0 5.38 3.46 8.84t8.84 3.46H541V-180H157.69ZM708.31-67.69 669-90.39 720.69-180H617.31v-45.39h103.38L669-315l39.31-22.69L760-248.08l51.69-89.61L851-315l-51.69 89.61h103.38V-180H799.31L851-90.39l-39.31 22.7L760-157.31l-51.69 89.62Z",
|
|
8
|
+
"400": "M480-480Zm0-47 340-213H140l340 213ZM140-160q-24 0-42-18.5T80-220v-520q0-23 18-41.5t42-18.5h680q23 0 41.5 18.5T880-740v346h-60v-286L480-463 140-680v460h406v60H140ZM711-45l-52-30 49-85h-98v-60h98l-49-85 52-30 49 85 49-85 52 30-49 85h98v60h-98l49 85-52 30-49-85-49 85Z",
|
|
9
|
+
"500": "M480-480Zm0-44.85 337.85-213h-675.7l337.85 213ZM142.15-154.02q-27.6 0-47.86-20.77-20.27-20.76-20.27-47.36v-515.7q0-26.7 20.27-47.53 20.26-20.84 47.86-20.84h675.7q26.7 0 47.53 20.84 20.84 20.83 20.84 47.53v342.42h-68.37v-276.92L480-455.35l-337.85-217v450.2h399.78v68.13H142.15ZM711.96-39.74l-56.07-32.39 48.04-83.57h-96.32v-64.78h96.32l-48.04-83.56 56.07-32.16L760-252.63l48.04-83.57 56.31 32.16-48.28 83.56h96.32v64.78h-96.32l48.28 83.57-56.31 32.39L760-123.3l-48.04 83.56Z",
|
|
10
|
+
"600": "M480-480Zm0-41.91 334.91-213H145.09l334.91 213ZM145.09-145.87q-32.51 0-55.87-23.85-23.35-23.86-23.35-55.37v-509.82q0-31.74 23.35-55.76 23.36-24.03 55.87-24.03h669.82q31.74 0 55.76 24.03 24.03 24.02 24.03 55.76v337.52h-79.79v-264.52L480-444.91l-334.91-217v436.82h391.3v79.22h-391.3ZM713.26-32.56l-61.61-35.66 46.74-81.61h-94.04v-71.3h94.04l-46.74-81.61 61.61-35.09L760-256.22l46.74-81.61 62.17 35.09-47.3 81.61h94.04v71.3h-94.04l47.3 81.61-62.17 35.66L760-114.17l-46.74 81.61Z",
|
|
11
|
+
"700": "M480-480Zm0-38 331-213H149l331 213ZM149-135q-39.05 0-66.53-27.98Q55-190.95 55-229v-502q0-38.46 27.47-66.73Q109.95-826 149-826h662q38.46 0 66.73 28.27Q906-769.46 906-731v331h-95v-248L480-431 149-648v419h380v94H149ZM715-23l-69-40 45-79h-91v-80h91l-45-79 69-39 45 79 45-79 70 39-46 79h91v80h-91l46 79-70 40-45-79-45 79Z"
|
|
12
|
+
},
|
|
13
|
+
filled: {
|
|
14
|
+
"100": "m704-104-19-11 56-97H629v-22h112l-56-97 19-11 56 97 56-97 19 11-56 97h112v22H779l56 97-19 11-56-97-56 97ZM186-212q-23 0-38.5-15.5T132-266v-428q0-23 15.5-38.5T186-748h588q23 0 38.5 15.5T828-694v256q-16-6-33-9t-35-3q-95 0-161 66t-66 161q0 3 .5 5.5t.5 5.5H186Zm294-281 326-216-16-17-310 204-310-204-16 17 326 216Z",
|
|
15
|
+
"200": "M705.62-90.38 679-105.77 733.38-200H624.62v-30.77h108.76L679-325l26.62-15.38L760-246.15l54.38-94.23L841-325l-54.38 94.23h108.76V-200H786.62L841-105.77l-26.62 15.39L760-184.62l-54.38 94.24ZM175.38-200q-23.23 0-39.3-16.19Q120-232.38 120-255.38v-449.24q0-23 16.08-39.19Q152.15-760 175.38-760h609.24q23 0 39.19 16.19Q840-727.62 840-704.62v283.24q-18.31-8.54-38.31-13.16-20-4.61-41.69-4.61-93.62 0-158.69 65.07-65.08 65.08-65.08 158.7 0 4.15.5 7.69t.73 7.69H175.38ZM480-486.08l329.23-216.23-12.31-26.92L480-523.15 163.08-729.23l-12.31 26.92L480-486.08Z",
|
|
16
|
+
"300": "M708.31-67.69 669-90.39 720.69-180H617.31v-45.39h103.38L669-315l39.31-22.69L760-248.08l51.69-89.61L851-315l-51.69 89.61h103.38V-180H799.31L851-90.39l-39.31 22.7L760-157.31l-51.69 89.62ZM157.69-180q-23.61 0-40.65-17.35Q100-214.69 100-237.69v-484.62q0-23 17.04-40.34Q134.08-780 157.69-780h644.62q23 0 40.34 17.35Q860-745.31 860-722.31v328.62q-22.16-12.77-47.15-20.08-25-7.31-52.85-7.31-91.31 0-154.85 63.54-63.54 63.54-63.54 154.85 0 6.07.5 11.34t1.12 11.35H157.69ZM480-474.54l334.61-216.61-6.15-43.46L480-525.08 151.54-734.61l-6.15 43.46L480-474.54Z",
|
|
17
|
+
"400": "m711-45-52-30 49-85h-98v-60h98l-49-85 52-30 49 85 49-85 52 30-49 85h98v60h-98l49 85-52 30-49-85-49 85ZM140-160q-24 0-42-18.5T80-220v-520q0-23 18-41.5t42-18.5h680q23 0 41.5 18.5T880-740v374q-26-17-56-27t-64-10q-89 0-151 62t-62 151q0 8 .5 15t1.5 15H140Zm340-303 340-217v-60L480-527 140-740v60l340 217Z",
|
|
18
|
+
"500": "m711.96-39.74-56.07-32.39 48.04-83.57h-96.32v-64.78h96.32l-48.04-83.56 56.07-32.16L760-252.63l48.04-83.57 56.31 32.16-48.28 83.56h96.32v64.78h-96.32l48.28 83.57-56.31 32.39L760-123.3l-48.04 83.56ZM142.15-154.02q-27.58 0-47.86-20.77-20.27-20.78-20.27-47.36v-515.7q0-26.58 20.27-47.48 20.28-20.89 47.86-20.89h675.7q26.58 0 47.48 20.89 20.89 20.9 20.89 47.48v373.52q-27.2-18.67-58.75-29.51-31.56-10.83-67.47-10.83-90.43 0-153.51 63.07-63.08 63.08-63.08 153.51 0 8.96.74 17.16.74 8.19 2.22 16.91H142.15ZM480-455.35l337.85-217v-65.5L480-524.85l-337.85-213v65.5l337.85 217Z",
|
|
19
|
+
"600": "m713.26-32.56-61.61-35.66 46.74-81.61h-94.04v-71.3h94.04l-46.74-81.61 61.61-35.09L760-256.22l46.74-81.61 62.17 35.09-47.3 81.61h94.04v71.3h-94.04l47.3 81.61-62.17 35.66L760-114.17l-46.74 81.61ZM145.09-145.87q-32.48 0-55.85-23.87-23.37-23.87-23.37-55.35v-509.82q0-31.48 23.37-55.63 23.37-24.16 55.85-24.16h669.82q31.48 0 55.63 24.16 24.16 24.15 24.16 55.63v372.87q-28.83-20.96-62.5-32.94-33.68-11.98-72.2-11.98-92.39 0-156.94 64.55-64.54 64.54-64.54 156.93 0 10.26 1.07 20.09 1.06 9.83 3.19 19.52H145.09ZM480-444.91l334.91-217v-73L480-521.91l-334.91-213v73l334.91 217Z",
|
|
20
|
+
"700": "m715-23-69-40 45-79h-91v-80h91l-45-79 69-39 45 79 45-79 70 39-46 79h91v80h-91l46 79-70 40-45-79-45 79ZM149-135q-39 0-66.5-28T55-229v-502q0-38 27.5-66.5T149-826h662q38 0 66.5 28.5T906-731v372q-31-24-67.5-37.5T760-410q-95 0-161.5 66.5T532-182q0 12 1.5 24t4.5 23H149Zm331-296 331-217v-83L480-518 149-731v83l331 217Z"
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
const MailAsteriskW100 = createMaterialIcon("mail_asterisk", pathData.regular[100]);
|
|
24
|
+
const MailAsteriskW200 = createMaterialIcon("mail_asterisk", pathData.regular[200]);
|
|
25
|
+
const MailAsteriskW300 = createMaterialIcon("mail_asterisk", pathData.regular[300]);
|
|
26
|
+
const MailAsteriskW400 = createMaterialIcon("mail_asterisk", pathData.regular[400]);
|
|
27
|
+
const MailAsteriskW500 = createMaterialIcon("mail_asterisk", pathData.regular[500]);
|
|
28
|
+
const MailAsteriskW600 = createMaterialIcon("mail_asterisk", pathData.regular[600]);
|
|
29
|
+
const MailAsteriskW700 = createMaterialIcon("mail_asterisk", pathData.regular[700]);
|
|
30
|
+
const MailAsteriskFillW100 = createMaterialIcon("mail_asterisk", pathData.filled[100]);
|
|
31
|
+
const MailAsteriskFillW200 = createMaterialIcon("mail_asterisk", pathData.filled[200]);
|
|
32
|
+
const MailAsteriskFillW300 = createMaterialIcon("mail_asterisk", pathData.filled[300]);
|
|
33
|
+
const MailAsteriskFillW400 = createMaterialIcon("mail_asterisk", pathData.filled[400]);
|
|
34
|
+
const MailAsteriskFillW500 = createMaterialIcon("mail_asterisk", pathData.filled[500]);
|
|
35
|
+
const MailAsteriskFillW600 = createMaterialIcon("mail_asterisk", pathData.filled[600]);
|
|
36
|
+
const MailAsteriskFillW700 = createMaterialIcon("mail_asterisk", pathData.filled[700]);
|
|
37
|
+
|
|
38
|
+
export { MailAsteriskFillW100, MailAsteriskFillW200, MailAsteriskFillW300, MailAsteriskFillW400, MailAsteriskFillW500, MailAsteriskFillW600, MailAsteriskFillW700, MailAsteriskW100, MailAsteriskW200, MailAsteriskW300, MailAsteriskW400, MailAsteriskW500, MailAsteriskW600, MailAsteriskW700 };
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import { IconProps } from '../types.js';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* MobileTheft (Weight: 100) - Outlined style
|
|
6
|
+
* @preview 
|
|
7
|
+
*/
|
|
8
|
+
declare const MobileTheftW100: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
/**
|
|
10
|
+
* MobileTheft (Weight: 200) - Outlined style
|
|
11
|
+
* @preview 
|
|
12
|
+
*/
|
|
13
|
+
declare const MobileTheftW200: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
14
|
+
/**
|
|
15
|
+
* MobileTheft (Weight: 300) - Outlined style
|
|
16
|
+
* @preview 
|
|
17
|
+
*/
|
|
18
|
+
declare const MobileTheftW300: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
19
|
+
/**
|
|
20
|
+
* MobileTheft (Weight: 400) - Outlined style
|
|
21
|
+
* @preview 
|
|
22
|
+
*/
|
|
23
|
+
declare const MobileTheftW400: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
24
|
+
/**
|
|
25
|
+
* MobileTheft (Weight: 500) - Outlined style
|
|
26
|
+
* @preview 
|
|
27
|
+
*/
|
|
28
|
+
declare const MobileTheftW500: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
29
|
+
/**
|
|
30
|
+
* MobileTheft (Weight: 600) - Outlined style
|
|
31
|
+
* @preview 
|
|
32
|
+
*/
|
|
33
|
+
declare const MobileTheftW600: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
34
|
+
/**
|
|
35
|
+
* MobileTheft (Weight: 700) - Outlined style
|
|
36
|
+
* @preview 
|
|
37
|
+
*/
|
|
38
|
+
declare const MobileTheftW700: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
39
|
+
/**
|
|
40
|
+
* MobileTheftFill (Weight: 100) - Outlined style (Filled)
|
|
41
|
+
* @preview 
|
|
42
|
+
*/
|
|
43
|
+
declare const MobileTheftFillW100: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
44
|
+
/**
|
|
45
|
+
* MobileTheftFill (Weight: 200) - Outlined style (Filled)
|
|
46
|
+
* @preview 
|
|
47
|
+
*/
|
|
48
|
+
declare const MobileTheftFillW200: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
49
|
+
/**
|
|
50
|
+
* MobileTheftFill (Weight: 300) - Outlined style (Filled)
|
|
51
|
+
* @preview 
|
|
52
|
+
*/
|
|
53
|
+
declare const MobileTheftFillW300: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
54
|
+
/**
|
|
55
|
+
* MobileTheftFill (Weight: 400) - Outlined style (Filled)
|
|
56
|
+
* @preview 
|
|
57
|
+
*/
|
|
58
|
+
declare const MobileTheftFillW400: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
59
|
+
/**
|
|
60
|
+
* MobileTheftFill (Weight: 500) - Outlined style (Filled)
|
|
61
|
+
* @preview 
|
|
62
|
+
*/
|
|
63
|
+
declare const MobileTheftFillW500: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
64
|
+
/**
|
|
65
|
+
* MobileTheftFill (Weight: 600) - Outlined style (Filled)
|
|
66
|
+
* @preview 
|
|
67
|
+
*/
|
|
68
|
+
declare const MobileTheftFillW600: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
69
|
+
/**
|
|
70
|
+
* MobileTheftFill (Weight: 700) - Outlined style (Filled)
|
|
71
|
+
* @preview 
|
|
72
|
+
*/
|
|
73
|
+
declare const MobileTheftFillW700: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
74
|
+
|
|
75
|
+
export { MobileTheftFillW100, MobileTheftFillW200, MobileTheftFillW300, MobileTheftFillW400, MobileTheftFillW500, MobileTheftFillW600, MobileTheftFillW700, MobileTheftW100, MobileTheftW200, MobileTheftW300, MobileTheftW400, MobileTheftW500, MobileTheftW600, MobileTheftW700 };
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import createMaterialIcon from '../createMaterialIcon.js';
|
|
2
|
+
|
|
3
|
+
const pathData = {
|
|
4
|
+
regular: {
|
|
5
|
+
"100": "M320-464Zm193 239 5.53 1q4.16-.33 7.81.83Q530-222 534-222l-11 77q-2.41 21.73-20.71 35.36Q484-96 462-99l-318-48q-21.88-1.86-35.44-19.93Q95-185 99-208l85-574q2.79-21.75 20.9-35.38Q223-831 245-828l32 5q-1 5.84-2 11t-1 10l-32-4q-13-2-24 6t-13 21l-85 574q-2 14 6 24.5t21 12.5l318 47q14 2 24-5.5t12-21.5l12-77Zm311.28-329.28L615-345q-4 4-8.46 4-4.46 0-7.7-2.91-1.84-2.75-1.84-7.42t2-7.67l210-211q15-14 22.5-32.21 7.5-18.2 7.5-38.29 0-19.5-7.25-37.57T809-711L680-839H427l133 79-207 206q-2.25 3-7.62 3-5.38 0-7.25-3.39-4.13-2.28-4.13-6.81 0-4.53 4-8.8l186-186-83-46q-13.73-7.35-20.87-19.85Q413-834.34 413-849v-11h243q15.52 0 30.75 5.71T714-837l110 110q18 17.91 27 40.25 9 22.33 9 46.25 0 23.5-9.19 46.02-9.19 22.53-26.53 40.2ZM543-588 378-423q-2.13 4-6.51 4t-8.44-3.78q-3.05-2.63-3.05-7.43 0-4.79 4-8.79l165-165 14 16Zm80 79L484-371q-3.07 4-8.03 4-4.97 0-6.84-4.05-4.13-2.06-4.13-7 0-4.95 4-7.95l138-139 16 16Zm55 416-17-18 124-125H673v-25h154v155h-24v-113L678-93Zm-44-542Z",
|
|
6
|
+
"200": "M316.31-463.54ZM510-223.62l7.72 1.24q5.73.2 11.2 1.33 5.46 1.13 11.08 1.59l-12.62 86.69q-2.71 22.45-21.31 36.42-18.61 13.97-41.3 10.73l-333.46-50.07q-22.37-2.13-36.26-20.64-13.9-18.52-9.9-41.98l88-595.46q3.03-22.44 21.59-36.3 18.57-13.85 41.03-10.85l40.77 6.38q-1.23 7.72-2.58 15.27-1.34 7.55-1.81 14.5l-40.53-5.38q-10-1.54-18.47 4.61-8.46 6.16-10 16.16l-88.23 595.46q-1.54 10.77 4.62 18.84 6.15 8.08 16.15 9.62l333.46 49.31q10.77 1.53 18.47-4.23 7.69-5.77 9.23-16.54l13.15-86.7Zm325.06-329.44L620.77-338.77q-5.15 5.15-11.39 5.15-6.23 0-10.77-4.36-3.46-4.07-3.46-10.58 0-6.52 3.62-10.67l214.85-215.62q14.76-14 22.03-31.87 7.27-17.87 7.27-37.59 0-18.92-7.07-36.74-7.08-17.83-22.23-32.49L683-843.38H440.15l128.16 75.76-215.54 214.77q-3.69 4.39-10.77 4.39t-10.56-4.78q-5.06-3.73-5.06-10.1 0-6.36 4.93-11.51L518-761.54l-82.31-45.54q-13.88-7.57-21.28-20.42-7.41-12.84-7.41-27.96v-17.92h254.77q15.86 0 31.4 6.03 15.55 6.04 27.75 17.89l113.93 113.69q19.15 19.09 28.61 42.7 9.46 23.61 9.46 48.76 0 24.77-9.61 48.56-9.6 23.79-28.25 42.69Zm-284.91-37.48L378.46-418.85q-3.49 5.16-9.73 5.16t-11.45-5.04q-4.43-3.97-4.43-10.58 0-6.61 5.15-11.54l171.69-171.92 20.46 22.23Zm81.62 80.62-145 144.46q-4.45 5.15-11.15 5.15t-10.18-5.2q-5.06-3.67-5.06-10.35t4.93-11.06l144.46-145.23 22 22.23Zm52.46 429.15-20.69-21.69L788-227.92H676.69v-30.31h162.54v163.31h-29.54V-207L684.23-80.77Zm-45.38-556.77Z",
|
|
7
|
+
"300": "M310.15-462.77ZM505-221.31l11.36 1.62q8.37 1.1 16.85 2.16 8.48 1.07 16.79 2.3l-15.31 102.84q-3.21 23.66-22.33 38.18-19.13 14.52-42.98 10.9l-359.22-53.54q-23.19-2.56-37.63-21.82-14.45-19.25-10.45-43.49l93-631.22q3.41-23.6 22.74-37.84 19.34-14.24 42.57-11.24l55.38 8.69q-1.62 10.86-3.54 22.39-1.92 11.52-3.15 22l-54.77-7.7q-5-.77-9.23 2.31t-5 8.08l-93.62 631.23q-.77 5.38 2.31 9.42t8.08 4.81l359.23 53.15q5.38.77 9.23-2.11 3.84-2.89 4.61-8.27L505-221.31Zm348.03-329.72L630.38-328.39q-7.07 7.08-16.27 7.08t-15.88-6.79q-6.15-6.25-6.15-15.85 0-9.59 6.3-15.67l222.93-223.3q14.38-14 21.27-31.32 6.88-17.31 6.88-36.41 0-17.96-6.79-35.38-6.79-17.41-21.36-31.74L688-850.69H462.08l120.07 70.38-229.77 229.39q-6.09 6.69-16 6.69-9.92 0-16.09-7.08-6.6-6.18-6.6-15.59 0-9.42 6.46-16.02L508-770.77l-81.15-44.77q-14.13-7.95-21.99-21.38-7.86-13.42-7.86-29.31v-29.46h274.38q16.43 0 32.5 6.58t28.58 18.88l120.46 119.85q21.08 21.04 31.31 46.77 10.23 25.74 10.23 52.96 0 26.88-10.3 52.77-10.31 25.9-31.13 46.85Zm-290.95-43.74L379.23-411.92q-5.74 7.07-15.09 7.07-9.34 0-16.47-7.12-6.75-6.21-6.75-15.85t7.08-16.1l182.85-183.46 31.23 32.61Zm84.3 83.31-155 155.23q-6.75 7.08-16.34 7.08-9.58 0-15.76-7.13-6.59-6.36-6.59-15.93 0-9.56 6.46-16.25l155.23-155.62 32 32.62Zm48.23 451.07-26.84-27.84L793-214.46H682.85v-39.16h176.76v177.16h-38.76V-187L694.61-60.39Zm-47.69-581.38Z",
|
|
8
|
+
"400": "M304-462Zm196 243 15 2q11 2 22.5 3t22.5 3L542-92q-3.71 24.86-23.35 39.93Q499-37 474-41L89-98q-24-3-39-23t-11-45l98-667q3.79-24.75 23.9-39.38Q181-887 205-884l70 11q-2 14-4.5 29.5T266-814l-69-10-99 667 385 57 17-119Zm371-330L640-318q-9 9-21.16 9t-21-9.21q-8.84-8.45-8.84-21.12 0-12.67 9-20.67l231-231q14-14 20.5-30.76Q856-638.51 856-657q0-17-6.5-34T829-722L693-858H484l112 65-244 244q-8.5 9-21.25 9t-21.62-9.39Q301-558 301-570.47q0-12.46 8-20.53l189-189-80-44q-14.37-8.33-22.68-22.34-8.32-14-8.32-30.66v-41h294q17 0 33.59 7.12Q731.18-903.75 744-891l127 126q23 23 34 50.86T916-657q0 29-11 57t-34 51Zm-297-50L380-405q-8 9-20.45 9-12.44 0-21.5-9.21-9.05-8.45-9.05-21.12 0-12.67 9-20.67l194-195 42 43Zm87 86L496-347q-9.07 9-21.53 9-12.47 0-21.34-9.05-8.13-9.06-8.13-21.5 0-12.45 8-21.45l166-166 42 43Zm44 473-33-34 126-127H689v-48h191v191h-48v-109L705-40Zm-50-606Z",
|
|
9
|
+
"500": "M302.33-461.76Zm196.24 243 16.12 2.29q12.03 1.95 24.4 3.23 12.38 1.28 24.26 3.2L545.59-93.2q-3.91 28.1-26.45 45.14-22.53 17.04-50.88 12.56L90.2-91.3q-27.25-3.5-44.21-26.12-16.97-22.62-12.49-51.21l97.28-662.94q4.29-28.14 27.02-44.78 22.72-16.63 50.31-13.15l67.13 10.28q-2.24 15.44-4.86 32.01-2.62 16.58-4.62 31.78l-69.75-10-99.68 670.1 385 57 17.24-120.43Zm378.41-330L643.59-315.61q-9.72 9.96-22.83 9.96-13.12 0-22.44-9.93-9.56-9.17-9.56-22.65 0-13.48 9.72-22.25l233.44-233.66q13.71-13.83 20.21-30.42 6.5-16.58 6.5-34.95 0-16.88-6.44-33.63-6.44-16.74-20.32-30.53L694.91-860.63H492.13l108.89 63.56-248.3 248.31q-9.22 9.72-22.92 9.72-13.69 0-23.25-10.15-9.14-9.62-9.14-22.76 0-13.14 8.96-22.16l189-189.24-75.46-41.37q-16.54-9.59-25.92-25.53-9.38-15.93-9.38-34.64v-40.04H679.8q19.45 0 38.29 7.96 18.83 7.96 33.32 22.38l125.57 124.57q23.48 23.52 34.84 52.07 11.35 28.55 11.35 58.56-.24 29.96-11.48 58.56t-34.71 52.07ZM578.3-600.67 380.96-403.33q-8.77 9.72-22.27 9.72t-23.03-9.93q-9.77-9.16-9.77-22.8 0-13.63 9.72-22.33L533.2-647.02l45.1 46.35Zm87.96 86.71L498.15-344.61q-9.77 9.72-23.2 9.72t-23.05-9.76q-8.81-9.76-8.81-23.17 0-13.42 8.95-23.14l168.87-169.11 45.35 46.11ZM707.63-33.3l-35.39-36.63 126-126.77H690.2v-51.58h196.02v196.26h-51.59V-160.3l-127 127Zm-50.48-614.85Z",
|
|
10
|
+
"600": "M300.04-461.43Zm196.57 243 17.66 2.67q13.43 1.89 27 3.55t26.64 3.47L550.48-94.83q-4.19 32.52-30.66 52.24T460.43-28L91.83-82.17q-31.67-4.17-51.32-30.37-19.64-26.2-14.51-59.68l96.3-657.39q4.97-32.78 31.27-52.15 26.3-19.37 58.78-15.24l63.22 9.3q-2.57 17.4-5.35 35.44-2.79 18.04-4.79 34.87l-70.78-10L94.04-153.04l385 57 17.57-122.39Zm388.52-330L648.48-312.35q-10.7 11.26-25.12 11.26-14.41 0-24.39-10.91-10.54-10.14-10.54-24.73t10.7-24.4l236.77-237.3q13.32-13.59 19.82-29.94 6.5-16.36 6.5-34.56 0-16.72-6.36-33.12-6.36-16.39-20.08-29.91L697.52-864.22h-194.3l104.65 61.61L353.7-548.43q-10.2 10.69-25.19 10.69-14.98 0-25.48-11.18-10.51-10.99-10.51-25.05 0-14.05 10.26-24.38l189-189.56-69.26-37.79q-19.52-11.31-30.35-29.88-10.82-18.57-10.82-40.07v-38.74h296.82q22.79 0 44.68 9.1 21.9 9.1 38.67 25.81l123.61 122.61q24.13 24.24 35.98 53.73 11.85 29.49 11.85 60.49-.57 31.26-12.15 60.68-11.57 29.43-35.68 53.54Zm-300.96-54.53L382.26-401.04q-9.81 10.69-24.74 10.69-14.94 0-25.12-10.91-10.75-10.14-10.75-25.09t10.7-24.61l202.48-202.91 49.34 50.91Zm89.27 87.7L501.09-341.35q-10.73 10.7-25.47 10.7-14.75 0-25.39-10.72-9.75-10.72-9.75-25.46t10.26-25.43l172.78-173.35 49.92 50.35Zm37.78 491.09-38.65-40.22 126-126.44H691.83v-56.47H894.7v203.43h-56.48v-107.3l-127 127Zm-51.13-626.92Z",
|
|
11
|
+
"700": "M297-461Zm197 243 19.71 3.2q15.29 1.8 30.46 3.97 15.16 2.16 29.83 3.83L557-97q-4.55 38.4-36.28 61.7Q489-12 450-18L94-70q-37.56-5.07-60.78-36.03Q10-137 16-177l95-650q5.86-38.96 36.93-61.98Q179-912 218-907l58 8-6 40q-3 20-5 39l-72.16-10L91-150l385 57 18-125Zm402-330L655-308q-12 13-28.16 13t-27-12.21Q588-318.66 588-334.73T600-362l241.2-242.15q12.8-13.26 19.3-29.31 6.5-16.05 6.5-34.02 0-16.52-6.25-32.45Q854.5-715.86 841-729L701-869H518l99 59-262 262q-11.5 12-28.2 12-16.71 0-28.46-12.55Q286-561.39 286-576.66T298-604l189-190-61-33q-23.49-13.61-36.24-35.69Q377-884.77 377-910v-37h299q27.24 0 53.21 10.62Q755.18-925.75 775-906l121 120q25 25.19 37.5 55.94Q946-699.31 946-667q-1 33-13.02 63.52Q920.96-572.96 896-548Zm-304-58L384-398q-11.2 12-28.05 12-16.84 0-27.9-12.21Q316-409.66 316-426.36q0-16.71 12-27.64l209-209 55 57Zm91 89L505-337q-12 12-28.5 12T448-337q-11-12-11-28.5t12-28.5l178-179 56 56Zm33 505-43-45 126-126H694v-63h212v213h-63v-106L716-12Zm-52-643Z"
|
|
12
|
+
},
|
|
13
|
+
filled: {
|
|
14
|
+
"100": "m462-99-318-48q-22-2-35.5-20T99-208l85-574q3-22 21-36t40-10l77 12q6 25 19 43.5t32 35.5L271-635q-15 14-22.5 33.5T241-562q0 25 10.5 46t29.5 35q-7 12-11 24.5t-4 25.5q0 44 30.5 74.5T371-326h7q5 0 7-1 14 25 38.5 39.5T476-273q13 0 27-4t23-11q3 5 7 9t7 9l-17 125q-3 22-21 35.5T462-99Zm137-245q-2-3-2-7.5t2-7.5l73-74-63-63-125 125q-3 4-8 4t-7-4q-4-2-4-7t4-8l124-125-63-64-152 152q-2 4-6.5 4t-8.5-4q-3-3-3-7.5t4-8.5l151-151-63-63-99 99q-3 3-8 3t-7-3q-4-3-4-7.5t4-8.5l186-186-83-46q-13-7-20.5-19.5T413-849v-11h243q17 0 31.5 5.5T714-837l110 110q18 18 27 40.5t9 46.5q0 24-9 46.5T824-554L615-345q-4 4-8.5 4t-7.5-3Zm79 251-17-18 124-125H673v-25h154v155h-24v-113L678-93Z",
|
|
15
|
+
"200": "m464.77-85.62-333.46-50.07q-22.69-2.23-36.43-20.69-13.73-18.47-9.73-41.93l88-595.46q3.23-22.69 21.58-36.92 18.35-14.23 41.04-10.23l87.61 13.61q5.77 26.62 20.16 46.73 14.38 20.12 35.69 36.89L270.08-634.77q-14.54 13.77-21.81 32.58T241-563.85q0 25.23 11.42 46.58 11.43 21.35 31.58 34.65-8.15 12.24-12.73 25.54-4.58 13.31-4.58 27.23 0 42.62 29.46 72.08 29.47 29.46 72.08 29.46 3.39 0 8.85-.23 5.46-.23 8.84-1.69 12.85 25.69 37.23 40.88 24.39 15.2 52.62 15.2 13.92 0 28.27-4.93 14.34-4.92 24.5-12.61 3.69 6.38 8.5 11.77 4.81 5.38 9.65 11.07l-19.31 136.08q-3.23 22.69-21.57 36.54-18.35 13.85-41.04 10.61Zm134-252.38q-3.62-4.38-3.62-10.73 0-6.35 3.62-10.5l73-74-58.62-58.85-126.38 126.62q-4.39 5.15-11.12 5.15-6.73 0-10.34-5.15-4.93-3.62-4.93-10.35 0-6.73 4.93-11.11l125.61-126.39-58.61-59.38-153.85 153.84q-3.38 5.16-9.73 5.16-6.35 0-11.5-5.16-4.38-4.38-4.38-10.73 0-6.34 5.15-11.27l153.08-153.3-58.39-58.62-99.92 99.92q-4.39 4.39-11.12 4.39-6.73 0-10.34-4.39-4.93-4.38-4.93-10.73 0-6.34 4.93-11.27L518-761.54l-82.31-45.54q-13.23-7.23-20.96-20.07Q407-840 407-855.46v-17.92h254.77q17.23 0 32.08 5.84 14.84 5.85 27.07 18.08l113.93 113.69q18.92 18.92 28.5 42.58 9.57 23.65 9.57 49.27 0 25.61-9.57 49.27-9.58 23.65-28.5 41.8L620.77-338.77q-5.15 5.15-11.39 5.15-6.23 0-10.61-4.38Zm85.46 257.23-20.69-21.69L788-227.92H676.69v-30.31h162.54v163.31h-29.54V-207L684.23-80.77Z",
|
|
16
|
+
"300": "m469.38-63.31-359.22-53.54q-23.85-2.61-37.97-21.84-14.11-19.23-10.11-43.47l93-631.22q3.61-23.85 22.54-38.46 18.92-14.62 42.77-10.62l105.3 16.31q5.39 29.31 22.08 52.11 16.69 22.81 41.84 39.19L268.54-634.38q-13.77 13.38-20.66 31.03-6.88 17.66-6.88 36.43 0 25.61 12.96 47.54 12.96 21.92 35.04 34.07-10.08 12.62-15.62 27.27-5.53 14.66-5.53 30.12 0 40.3 27.73 68.04 27.73 27.73 68.04 27.73 5.69 0 11.92-.62 6.23-.61 11.92-2.84 10.92 26.84 35.12 43.19 24.19 16.34 52.8 16.34 15.47 0 30.39-6.46t27-15.31q4.84 8.7 11 16.39 6.15 7.69 14.08 14.54l-23.16 154.53q-3.61 23.85-22.54 38.27-18.92 14.43-42.77 10.81Zm129-264.69q-6.3-6.69-6.3-16.12 0-9.42 6.3-15.5l73-74-51.3-51.92-128.7 129.31q-6.69 7.08-16.3 7.08-9.62 0-15.93-7.08-6.46-6.31-6.46-15.92 0-9.62 6.46-16.31l128.31-128.69-51.31-51.7-156.92 156.93q-5.69 7.07-15.11 7.07-9.43 0-16.5-7.07-6.7-6.7-6.7-16.12 0-9.42 7.08-15.88l156.54-157.16-50.69-51.3-101.47 101.46q-6.69 6.69-16.3 6.69-9.62 0-15.93-6.69-6.46-6.7-6.46-16.12 0-9.42 6.46-15.88L508-770.77l-81.15-44.77q-13.62-7.61-21.73-21.04Q397-850 397-866.23v-29.46h274.38q17.62 0 33.04 6.42 15.43 6.43 28.04 19.04l120.46 119.85q20.46 20.46 31 46.03 10.54 25.58 10.54 53.89 0 28.31-10.54 53.88-10.54 25.58-31 45.66L630.38-328.39q-7.07 7.08-16.19 7.08-9.11 0-15.81-6.69Zm96.23 267.61-26.84-27.84L793-214.46H682.85v-39.16h176.76v177.16h-38.76V-187L694.61-60.39Z",
|
|
17
|
+
"400": "M474-41 89-98q-25-3-39.5-23T39-166l98-667q4-25 23.5-40t44.5-11l123 19q5 32 24 57.5t48 41.5L267-634q-13 13-19.5 29.5T241-570q0 26 14.5 48.5T294-488q-12 13-18.5 29t-6.5 33q0 38 26 64t64 26q8 0 15-1t15-4q9 28 33 45.5t53 17.5q17 0 32.5-8t29.5-18q6 11 13.5 21t18.5 18L542-92q-4 25-23.5 40T474-41Zm124-277q-9-9-9-21.5t9-20.5l73-74-44-45-131 132q-9 9-21.5 9t-21.5-9q-8-9-8-21.5t8-21.5l131-131-44-44-160 160q-8 9-20.5 9t-21.5-9q-9-9-9-21.5t9-20.5l160-161-43-44-103 103q-9 9-21.5 9t-21.5-9q-8-9-8-21.5t8-20.5l189-189-80-44q-14-8-22.5-22t-8.5-31v-41h294q18 0 34 7t29 20l127 126q22 22 33.5 49.5T916-657q0 31-11.5 58.5T871-549L640-318q-9 9-21 9t-21-9ZM705-40l-33-34 126-127H689v-48h191v191h-48v-109L705-40Z",
|
|
18
|
+
"500": "M468.26-35.5 90.2-91.3q-28.35-3.48-44.77-26.11-16.41-22.63-11.93-51.22l97.28-662.94q4.48-28.34 26.73-45.38 22.25-17.03 50.6-12.55l117.26 18.04q5 32.96 24.72 58.7 19.71 25.74 48.24 42.93l-134.2 132.72q-13.24 13.24-19.74 30.22-6.5 16.98-6.5 35.46 0 26.47 14.38 49.21 14.38 22.74 38.62 33.98Q278.65-475 272.27-459q-6.38 16-6.38 33.24 0 38.72 26.72 65.43 26.72 26.72 65.67 26.72 7.76 0 14.76-.88t14.76-4.12q9.48 28.48 33.72 46.1t53.96 17.62q16.28 0 33.1-8.36 16.81-8.36 29.14-17.64 6.48 11.24 14.33 21.48 7.86 10.24 19.58 18.24L545.59-93.2q-4.24 28.35-26.61 45.27-22.37 16.91-50.72 12.43Zm130.22-279.87q-9.72-9.72-9.72-23.05 0-13.34 9.72-22.06l74.19-75.43-41.84-42.61-132.68 133.91q-9.72 9.72-23.17 9.72-13.46 0-23.18-9.72-8.71-9.72-8.71-23.17 0-13.46 8.95-23.18l132.44-132.67-41.61-41.85-161.91 162.15q-8.72 9.72-22.3 9.72-13.57 0-23.05-9.72-9.72-9.71-9.72-23.17t9.72-22.17l162.15-162.92-40.85-41.61-104.19 104.44q-9.72 9.72-23.18 9.72-13.45 0-23.17-9.72-8.96-9.96-8.96-23.17 0-13.22 8.96-22.18l189-189.24-75.46-41.37q-16.15-9.19-25.73-25.11-9.57-15.91-9.57-35.06v-40.04H679.8q20.4 0 38.67 7.83 18.27 7.84 32.94 22.51l125.57 124.57q22.48 22.48 34.34 50.69 11.85 28.22 11.85 59.94-.24 31.72-11.97 59.93-11.74 28.22-34.22 50.7L643.59-315.61q-9.72 9.96-22.68 9.96-12.95 0-22.43-9.72ZM707.63-33.3l-35.39-36.63 126-126.77H690.2v-51.58h196.02v196.26h-51.59V-160.3l-127 127Z",
|
|
19
|
+
"600": "M460.43-28 91.83-82.17q-32.92-4.13-51.94-30.35-19.02-26.22-13.89-59.7l96.3-657.39q5.13-32.91 31.13-52.72 26-19.8 58.92-14.67l109.43 16.74q5 34.26 25.7 60.32 20.69 26.07 48.56 44.9L260.22-641.35q-13.57 13.57-20.07 31.2t-6.5 36.76q0 27.13 14.22 50.19 14.22 23.07 38.78 34.63Q274.09-475 267.87-459q-6.22 16-6.22 33.57 0 39.69 27.7 67.39 27.69 27.69 67.95 27.69 7.44 0 14.44-.71 7-.72 14.43-4.29 10.13 29.13 34.7 46.92 24.56 17.78 55.26 17.78 15.3 0 33.91-8.85 18.61-8.85 28.66-17.15 7.13 11.56 15.47 22.13 8.35 10.56 21.05 18.56L550.48-94.83q-4.57 32.92-30.85 52.44-26.28 19.52-59.2 14.39Zm138.7-283.78q-10.7-10.7-10.7-25.18 0-14.47 10.7-24.17l75.83-77.39-38.92-39.35-134.95 136.52q-10.7 10.7-25.46 10.7-14.76 0-25.46-10.7-9.69-10.69-9.69-25.45 0-14.77 10.26-25.46l134.39-134.96-38.35-38.91-164.52 165.09q-9.69 10.69-24.74 10.69-15.04 0-25.17-10.69-10.7-10.7-10.7-25.46 0-14.76 10.7-24.46l165.08-165.52-37.91-38.35-105.82 106.4q-10.7 10.69-25.46 10.69-14.76 0-25.46-10.69-10.26-11.27-10.26-25.46 0-14.2 10.26-24.46l189-189.56-69.26-37.79q-19.09-10.82-30.13-29.34-11.04-18.53-11.04-40.61v-38.74h296.82q23.66 0 45.03 8.98 21.37 8.97 38.32 25.93l123.61 122.61q23.13 23.13 35.48 52.33 12.35 29.19 12.35 61.89-.57 32.69-12.63 61.89-12.07 29.19-35.2 52.33L648.48-312.35q-10.7 11.26-24.96 11.26-14.26 0-24.39-10.69ZM711.22-24.17l-38.65-40.22 126-126.44H691.83v-56.47H894.7v203.43h-56.48v-107.3l-127 127Z",
|
|
20
|
+
"700": "M450-18 94-70q-39-5-61.5-36T16-177l95-650q6-39 37-62.5t70-17.5l99 15q5 36 27 62.5t49 47.5L255-647q-14 14-20.5 32.5T228-576q0 28 14 51.5t39 35.5q-13 14-19 30t-6 34q0 41 29 70t71 29q7 0 14-.5t14-4.5q11 30 36 48t57 18q14 0 35-9.5t28-16.5q8 12 17 23t23 19L557-97q-5 39-36.5 62T450-18Zm150-289q-12-12-12-28t12-27l78-80-35-35-138 140q-12 12-28.5 12T448-337q-11-12-11-28.5t12-28.5l137-138-34-35-168 169q-11 12-28 12t-28-12q-12-12-12-28.5t12-27.5l169-169-34-34-108 109q-12 12-28.5 12T298-548q-12-13-12-28.5t12-27.5l189-190-61-33q-23-13-36-35t-13-48v-37h299q28 0 53.5 10.5T775-906l121 120q24 24 37 54.5t13 64.5q-1 34-13.5 64.5T896-548L655-308q-12 13-28 13t-27-12ZM716-12l-43-45 126-126H694v-63h212v213h-63v-106L716-12Z"
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
const MobileTheftW100 = createMaterialIcon("mobile_theft", pathData.regular[100]);
|
|
24
|
+
const MobileTheftW200 = createMaterialIcon("mobile_theft", pathData.regular[200]);
|
|
25
|
+
const MobileTheftW300 = createMaterialIcon("mobile_theft", pathData.regular[300]);
|
|
26
|
+
const MobileTheftW400 = createMaterialIcon("mobile_theft", pathData.regular[400]);
|
|
27
|
+
const MobileTheftW500 = createMaterialIcon("mobile_theft", pathData.regular[500]);
|
|
28
|
+
const MobileTheftW600 = createMaterialIcon("mobile_theft", pathData.regular[600]);
|
|
29
|
+
const MobileTheftW700 = createMaterialIcon("mobile_theft", pathData.regular[700]);
|
|
30
|
+
const MobileTheftFillW100 = createMaterialIcon("mobile_theft", pathData.filled[100]);
|
|
31
|
+
const MobileTheftFillW200 = createMaterialIcon("mobile_theft", pathData.filled[200]);
|
|
32
|
+
const MobileTheftFillW300 = createMaterialIcon("mobile_theft", pathData.filled[300]);
|
|
33
|
+
const MobileTheftFillW400 = createMaterialIcon("mobile_theft", pathData.filled[400]);
|
|
34
|
+
const MobileTheftFillW500 = createMaterialIcon("mobile_theft", pathData.filled[500]);
|
|
35
|
+
const MobileTheftFillW600 = createMaterialIcon("mobile_theft", pathData.filled[600]);
|
|
36
|
+
const MobileTheftFillW700 = createMaterialIcon("mobile_theft", pathData.filled[700]);
|
|
37
|
+
|
|
38
|
+
export { MobileTheftFillW100, MobileTheftFillW200, MobileTheftFillW300, MobileTheftFillW400, MobileTheftFillW500, MobileTheftFillW600, MobileTheftFillW700, MobileTheftW100, MobileTheftW200, MobileTheftW300, MobileTheftW400, MobileTheftW500, MobileTheftW600, MobileTheftW700 };
|
|
@@ -3,72 +3,72 @@ import { IconProps } from '../types.js';
|
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* PartlyCloudyNight (Weight: 100) - Outlined style
|
|
6
|
-
* @preview 
|
|
7
7
|
*/
|
|
8
8
|
declare const PartlyCloudyNightW100: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
9
9
|
/**
|
|
10
10
|
* PartlyCloudyNight (Weight: 200) - Outlined style
|
|
11
|
-
* @preview 
|
|
12
12
|
*/
|
|
13
13
|
declare const PartlyCloudyNightW200: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
14
14
|
/**
|
|
15
15
|
* PartlyCloudyNight (Weight: 300) - Outlined style
|
|
16
|
-
* @preview 
|
|
17
17
|
*/
|
|
18
18
|
declare const PartlyCloudyNightW300: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
19
19
|
/**
|
|
20
20
|
* PartlyCloudyNight (Weight: 400) - Outlined style
|
|
21
|
-
* @preview 
|
|
22
22
|
*/
|
|
23
23
|
declare const PartlyCloudyNightW400: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
24
24
|
/**
|
|
25
25
|
* PartlyCloudyNight (Weight: 500) - Outlined style
|
|
26
|
-
* @preview 
|
|
27
27
|
*/
|
|
28
28
|
declare const PartlyCloudyNightW500: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
29
29
|
/**
|
|
30
30
|
* PartlyCloudyNight (Weight: 600) - Outlined style
|
|
31
|
-
* @preview 
|
|
32
32
|
*/
|
|
33
33
|
declare const PartlyCloudyNightW600: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
34
34
|
/**
|
|
35
35
|
* PartlyCloudyNight (Weight: 700) - Outlined style
|
|
36
|
-
* @preview 
|
|
37
37
|
*/
|
|
38
38
|
declare const PartlyCloudyNightW700: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
39
39
|
/**
|
|
40
40
|
* PartlyCloudyNightFill (Weight: 100) - Outlined style (Filled)
|
|
41
|
-
* @preview 
|
|
42
42
|
*/
|
|
43
43
|
declare const PartlyCloudyNightFillW100: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
44
44
|
/**
|
|
45
45
|
* PartlyCloudyNightFill (Weight: 200) - Outlined style (Filled)
|
|
46
|
-
* @preview 
|
|
47
47
|
*/
|
|
48
48
|
declare const PartlyCloudyNightFillW200: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
49
49
|
/**
|
|
50
50
|
* PartlyCloudyNightFill (Weight: 300) - Outlined style (Filled)
|
|
51
|
-
* @preview 
|
|
52
52
|
*/
|
|
53
53
|
declare const PartlyCloudyNightFillW300: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
54
54
|
/**
|
|
55
55
|
* PartlyCloudyNightFill (Weight: 400) - Outlined style (Filled)
|
|
56
|
-
* @preview 
|
|
57
57
|
*/
|
|
58
58
|
declare const PartlyCloudyNightFillW400: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
59
59
|
/**
|
|
60
60
|
* PartlyCloudyNightFill (Weight: 500) - Outlined style (Filled)
|
|
61
|
-
* @preview 
|
|
62
62
|
*/
|
|
63
63
|
declare const PartlyCloudyNightFillW500: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
64
64
|
/**
|
|
65
65
|
* PartlyCloudyNightFill (Weight: 600) - Outlined style (Filled)
|
|
66
|
-
* @preview 
|
|
67
67
|
*/
|
|
68
68
|
declare const PartlyCloudyNightFillW600: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
69
69
|
/**
|
|
70
70
|
* PartlyCloudyNightFill (Weight: 700) - Outlined style (Filled)
|
|
71
|
-
* @preview 
|
|
72
72
|
*/
|
|
73
73
|
declare const PartlyCloudyNightFillW700: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
74
74
|
|
|
@@ -2,22 +2,22 @@ import createMaterialIcon from '../createMaterialIcon.js';
|
|
|
2
2
|
|
|
3
3
|
const pathData = {
|
|
4
4
|
regular: {
|
|
5
|
-
"100": "M508-
|
|
6
|
-
"200": "M510.31-
|
|
7
|
-
"300": "M514.15-
|
|
8
|
-
"400": "M518-
|
|
9
|
-
"500": "M514.89-
|
|
10
|
-
"600": "M510.65-
|
|
11
|
-
"700": "M505-
|
|
5
|
+
"100": "M508-471Zm16 339H416l3.04-3.32q3.04-3.32 5.96-7.68 2.92-4.36 5.46-7.68L433-154h85q93 2 172-46.5T815-330q-87-8.06-166-43.31T508.5-471q-61.5-61-97-139.5T369-775q-80 44-127.5 121.5T194-484q0 16 1.5 33t4.5 32l-3.04 1.22q-3.04 1.22-6.96 1.78t-7.27 1.28l-3.35.72Q176-431 174-448.5t-2-35.5q0-108 59.5-196.5T391-809q0 92 34 176t99 149q65 65 149 99t176 34q-40 100-128.5 159.5T524-132Zm-284-22h180q27.5 0 46.75-19.15Q486-192.29 486-219.65q0-27.35-18.36-46.85T422-286h-48.39L355-330q-15.35-34.88-46.49-55.44Q277.37-406 240-406q-52 0-89 36.5T114-280q0 52.5 36.75 89.25T240-154Zm0 22q-62-2-105-44.5T92-280.3q0-61.29 43-104.5Q178-428 240.1-428q44.9 0 81.52 24.37Q358.24-379.25 376-338l13 30h32q36 0 61.5 25.83t25.5 62.18q0 36.99-25.5 62.49T420-132H240Z",
|
|
6
|
+
"200": "M510.31-473.08ZM524-120H414.15l5.11-4.75q5.11-4.74 10.7-10.63 5.59-5.9 10.32-10.64l4.72-4.75h74.85q93.92 1.54 173.96-49.15 80.04-50.7 126.5-132.85-87.69-8.04-167.62-42.89-79.92-34.85-141.88-97.42-61.96-61.46-96.89-140.88-34.92-79.42-42.15-166.12-81.85 44.93-131.42 123.58-49.58 78.65-49.58 172.5 0 13.46 1.15 28.04 1.16 14.58 3.7 27.27l-4.43 1.8q-4.42 1.79-9.96 3.16-5.54 1.37-10.2 2.78l-4.66 1.41q-3.06-16.08-4.72-32.08-1.65-16-1.65-32.38 0-116.77 67.23-210.58 67.23-93.81 177.39-130.8-4.16 93.38 28.69 179.83 32.84 86.46 99.23 152.87 66.38 66.4 152.81 99.26 86.42 32.86 180.03 28.7-36.76 110.2-130.69 177.46Q640.77-120 524-120Zm-284-30.77h180q28.85 0 49.04-20.1 20.19-20.09 20.19-48.8 0-28.71-19.4-49.14-19.4-20.42-47.83-20.42h-46.22L358-331.15q-15.73-35.83-47.69-56.96-31.96-21.12-70.31-21.12-53.15 0-91.19 37.54T110.77-280q0 53.85 37.69 91.54 37.69 37.69 91.54 37.69Zm0 30.77q-66.85-1.54-113.42-47.73Q80-213.92 80-280.23q0-66.3 46.58-113.04Q173.15-440 240.08-440q48.38 0 87.98 26.25 39.59 26.25 58.79 70.67l10 23.08h24.61q40.85.46 69.69 29.68Q520-261.11 520-219.99q0 41.84-29.08 70.91Q461.85-120 420-120H240Z",
|
|
7
|
+
"300": "M514.15-476.54ZM524-100H411.08l8.55-7.12q8.55-7.13 18.6-15.57 10.05-8.45 18.41-15.57l8.36-7.13h57.92q95.46.77 177.23-53.57 81.77-54.35 129-138.42-88.84-8.03-170.3-42.2-81.47-34.18-144.2-96.96-62.73-62.23-96.69-143.19-33.96-80.96-41.58-168.81-84.92 46.46-137.96 127.04-53.03 80.58-53.03 177.5 0 9.23.57 19.77.58 10.54 2.35 19.39l-6.73 2.75q-6.73 2.76-14.96 5.48-8.23 2.71-15.08 5.27l-6.85 2.57q-2.53-14.54-3.61-28.04T140-484q0-131.38 80.12-234.04 80.11-102.65 207.19-134.65-11.08 95.69 19.84 186.24 30.93 90.54 99.62 159.29 68.69 68.76 159.15 99.71 90.46 30.95 186.77 19.85-31.38 127.21-134.35 207.4Q655.38-100 524-100Zm-284-45.39h180q31.09 0 52.85-21.68t21.76-52.65q0-30.97-21.13-52.93T422-294.61h-42.61L363-333.08q-16.36-37.41-49.69-59.47-33.32-22.06-73.31-22.06-55.08 0-94.85 39.26-39.76 39.27-39.76 95.35 0 56.09 39.26 95.35 39.26 39.26 95.35 39.26Zm0 45.39q-74.92-.77-127.46-53.12Q60-205.46 60-280.11q0-74.66 52.54-127.27Q165.08-460 240.04-460q54.19 0 98.74 29.38 44.54 29.37 66.14 79.08l5 11.54h12.31q48.92 1.23 83.35 36.09Q540-269.05 540-220q0 49.92-35.04 84.96Q469.92-100 420-100H240Z",
|
|
8
|
+
"400": "M518-480Zm6 400H408l12-9.5q12-9.5 26.5-20.5t26.5-20.5l12-9.5h41q97 0 180.5-58T838-342q-90-8-173-41.5T518.5-480Q455-543 422-625.5T381-797q-88 48-144.5 130.5T180-484v11.5q0 6.5 1 11.5l-9.04 3.72q-9.04 3.72-19.96 7.78-10.92 4.06-19.96 7.78L123-438q-2-13-2.5-24t-.5-22q0-146 93-257.5T450-880q-18 98 11 192.63 29 94.64 100 165.74 71 71.1 165.5 100.14Q821-392.45 920-410.47q-26 144.2-138 237.34Q670-80 524-80Zm-284-60h180q33.33 0 56.67-23.26Q500-186.53 500-219.76q0-33.24-22.86-56.74T422-300h-39l-15-35q-17-39-51.69-62-34.68-23-76.31-23-57 0-98.5 41T100-280q0 58.33 40.83 99.17Q181.67-140 240-140Zm0 60q-83 0-141.5-58.5T40-280q0-83 58.5-141.5T240-480q60 0 109.5 32.5T423-360q57 2 97 42.5t40 97.5q0 58-41 99t-99 41H240Z",
|
|
9
|
+
"500": "M514.89-476.89ZM524-76.41H406.09l11.28-10.7q11.28-10.69 24.83-23.13 13.54-12.43 24.82-23.13l11.28-10.7h41q96.53.96 179.55-55.01 83.02-55.96 131.26-139.33-88.57-8.96-170.37-42.58-81.81-33.62-144.35-95.9-62.78-62.04-95.9-143.23-33.12-81.18-42.32-168.75-83.21 47.52-137.32 126.32-54.11 78.79-55.07 174.48v11.5q0 6.35 1 11.27l-10.35 3.96q-10.36 3.95-22.98 8.25-12.63 4.3-22.99 8.26l-10.36 3.96q-1.69-12.52-2.19-22.85-.5-10.33-.5-20.23 0-148.2 94.56-261.02 94.55-112.81 240.94-139.81-16.56 98.71 11.84 193.95 28.4 95.23 99.88 166.57 71 71.34 166.22 99.66 95.22 28.33 194.69 12.93-26 146.36-139.19 240.81Q672.15-76.41 524-76.41Zm-284-68.37h180q31.64 0 53.79-21.9 22.14-21.9 22.14-53.56 0-31.66-21.67-53.92-21.68-22.25-52.5-22.25h-41.59l-16-37.63q-16.23-37.49-49.74-59.81-33.52-22.32-73.47-22.56-56.07 0-96.48 39.95-40.41 39.95-40.41 95.9 0 56.74 39.64 96.26 39.65 39.52 96.29 39.52Zm0 68.37q-84.57 0-144.32-59.72-59.75-59.71-59.75-144.43t59.75-144.47q59.75-59.75 144.32-59.75 60.54 0 110.73 32.62 50.18 32.62 74.9 87.62 57.72 2.95 98.08 44.44 40.36 41.48 40.36 99.62 0 59.56-42.26 101.81Q479.56-76.41 420-76.41H240Z",
|
|
10
|
+
"600": "M510.65-472.65ZM524-71.52H403.48l10.3-12.33q10.31-12.32 22.55-26.72 12.23-14.39 22.54-26.71l10.3-12.33h41q95.87 2.26 178.24-50.93 82.37-53.2 130.94-132.98-86.61-10.26-166.79-44.04-80.17-33.79-141.41-95.09-61.8-60.74-95.09-140.13-33.28-79.39-44.1-165-76.7 46.87-127.55 120.61-50.84 73.74-53.11 163.56v11.5q0 6.12 1 10.94l-12.14 4.28q-12.15 4.29-27.1 8.91-14.95 4.63-27.12 8.91l-12.17 4.29q-1.25-11.87-1.75-21.29t-.5-17.81q0-151.21 96.68-265.82 96.67-114.6 246.32-141.6-14.61 99.69 12.98 195.74 27.59 96.05 99.72 167.71 71 71.67 167.19 99.02 96.2 27.34 196.33 15.53-26 149.3-140.83 245.54Q675.09-71.52 524-71.52ZM240-151.3h180q29.33 0 49.86-20.04t20.53-49.56q0-29.51-20.06-50.07-20.07-20.55-48.9-20.55h-45.12l-17.35-41.22q-15.19-35.42-47.11-56.82t-69.59-21.96q-54.79 0-93.72 38.52-38.93 38.53-38.93 91.67 0 54.58 38.03 92.3Q185.67-151.3 240-151.3Zm0 79.78q-86.7 0-148.15-61.37-61.46-61.37-61.46-148.44t61.46-148.52Q153.3-491.3 240-491.3q61.27 0 112.4 32.78 51.12 32.78 76.82 87.78 58.69 4.26 99.54 47.09 40.85 42.83 40.85 102.52 0 61.69-43.96 105.65Q481.69-71.52 420-71.52H240Z",
|
|
11
|
+
"700": "M505-467Zm19 402H400l9-14.5q9-14.5 19.5-31.5t19.5-31.5l9-14.5h41q95 4 176.5-45.5T805-327q-84-12-162-46t-137.5-94q-60.5-59-94-136T365-763q-68 46-114.5 113T200-501v11.5q0 5.83 1 10.5l-14.54 4.72q-14.54 4.72-32.59 9.78-18.05 5.06-32.62 9.78L106.67-450l-1.17-19.2q-.5-8.2-.5-14.59Q105-639 204.5-756 304-873 458-900q-12 101 14.5 198.13Q499-604.73 572-532.63q71 72.1 168.5 98.14Q838-408.45 939-415.47q-26 153.2-143 251.84Q679-65 524-65Zm-284-95h180q26.25 0 44.63-17.56Q483-195.11 483-221.76q0-26.66-17.91-44.95Q447.17-285 421-285h-49.83L352-331q-13.78-32.67-43.58-52.83Q278.63-404 244-405q-53.08 0-90.04 36.62Q117-331.75 117-282.35q0 51.68 35.88 87.02Q188.75-160 240-160Zm0 95q-89.54 0-153.27-63.57Q23-192.15 23-282.35q0-90.19 63.73-153.92Q150.46-500 240-500q62.25 0 114.62 33Q407-434 434-379q60 6 101.5 50.62T577-222q0 64.53-46.24 110.76Q484.53-65 420-65H240Z"
|
|
12
12
|
},
|
|
13
13
|
filled: {
|
|
14
|
-
"100": "M240-
|
|
15
|
-
"200": "M240-
|
|
16
|
-
"300": "M240-
|
|
17
|
-
"400": "M240-
|
|
18
|
-
"500": "M241.2-
|
|
19
|
-
"600": "M242.83-
|
|
20
|
-
"700": "M245-
|
|
14
|
+
"100": "M240-403q37 0 67.5 20t45.5 54l19 46h50q25 0 43 18.5t18 44.5q0 26-18.5 44.5T420-157H240q-51 0-87-36t-36-87q0-52 36-87.5t87-35.5Zm151-406q0 92 34 176t99 149q65 65 149 99t176 34q-39 100-127 159t-196 60h-2q16-18 24.5-40.5T557-220q0-57-40-97.5T422-356q-23-55-72.5-88T240-477q-17 0-34 3t-34 10v-19q0-108 59-197t160-129Z",
|
|
15
|
+
"200": "M240-413.85q40.23 0 73.5 21.73 33.27 21.74 49.42 58.97l16.23 39.3H422q29.62 0 50.73 21.62 21.12 21.61 21.12 52.23 0 30.62-21.73 52.23-21.74 21.62-52.12 21.62H240q-55.38 0-94.62-39.23-39.23-39.24-39.23-94.62 0-56.38 39.23-95.12 39.24-38.73 94.62-38.73Zm164.62-411.53q-4.16 93.38 28.69 179.8 32.84 86.43 99.23 152.81 66.38 66.39 152.81 99.35 86.42 32.96 180.03 28.8-35.99 110.16-129.53 177-93.54 66.85-210.31 67.62h-3.39q20.39-19.38 31.43-45.23 11.04-25.85 11.04-54.77 0-59.08-40.47-101.08-40.46-42-97.3-42.3-24.62-55.24-75.16-88.24-50.54-33-111.69-33-20.46 0-40.58 4.27-20.11 4.27-39.42 13.58v-16.46q0-116.77 66.85-210.96 66.84-94.2 177.77-131.19Z",
|
|
16
|
+
"300": "M240-431.92q45.61 0 83.5 24.61 37.88 24.62 55.96 67.23l11.62 28.16H422q37.31 0 63.61 26.81 26.31 26.8 26.31 65.11t-27.11 65.11q-27.12 26.81-64.81 26.81H240q-62.69 0-107.31-44.61Q88.08-217.31 88.08-280q0-63.69 44.61-107.81 44.62-44.11 107.31-44.11Zm187.31-420.77Q416.23-757 447.15-666.54q30.93 90.46 99.62 159.16 68.69 68.69 159.15 99.92 90.46 31.23 186.77 20.15-31 127.08-133.77 207Q656.15-100.39 524.77-100h-5.69q27.69-21.69 42.96-53.12 15.27-31.42 15.27-66.88 0-62.54-41.23-107.04-41.23-44.5-101.16-48.65-27.31-55.62-79.57-88.62-52.27-33-115.35-33-26.23 0-51.54 6.39-25.3 6.38-48.46 19.54v-12.24q0-131.38 79.92-234.22 79.93-102.85 207.39-134.85Z",
|
|
17
|
+
"400": "M240-450q51 0 93.5 27.5T396-347l7 17h19q45 0 76.5 32t31.5 78q0 46-32.5 78T420-110H240q-70 0-120-50T70-280q0-71 50-120.5T240-450Zm210-430q-18 98 11 192.5T561-522q71 71 165.5 100.5T920-410q-26 144-138 237T524-80h-8q35-24 54.5-61t19.5-79q0-66-42-113t-105-55q-30-56-84-89t-119-33q-32 0-62.5 8.5T120-476v-8q0-146 93-257.5T450-880Z",
|
|
18
|
+
"500": "M241.2-447.61q49.56.48 90.98 27.5 41.43 27.02 60.95 73.59l7.72 18.91H422q43.8 0 74.35 31.16 30.54 31.17 30.54 75.97 0 44.57-31.54 75.73-31.55 31.16-75.35 31.16H240q-68.8 0-117.85-49.04-49.04-49.04-49.04-117.85 0-69.8 49.04-118.47 49.05-48.66 119.05-48.66Zm210.71-437.17q-16.56 98.71 11.84 193.81 28.4 95.1 99.88 166.34 71 71.24 166.22 100.02t194.69 13.41Q898.3-264.57 784.63-170.25t-262.3 93.84q-4.87 0-9.74-.36t-9.74-.6q39.06-21.85 61.55-60.16 22.49-38.32 22.49-82.95 0-65.04-41.76-111.32-41.76-46.29-104.04-54.05-29.52-55.52-83.17-88.64-53.64-33.12-117.92-33.12-32.96 0-64.41 9.34-31.46 9.34-58.94 27.77-.24-3.2-.24-6.39v-6.39q-.24-148.39 94.44-261.45 94.67-113.05 241.06-140.05Z",
|
|
19
|
+
"600": "M242.83-444.35q47.6 1.13 87.56 27.5t58.83 70.98l8.69 21.52H422q42.17 0 71.41 30.02 29.24 30.03 29.24 73.2 0 42.61-30.24 72.63-30.24 30.02-72.41 30.02H240q-67.17 0-114.91-47.74-47.74-47.74-47.74-114.91 0-68.17 47.74-115.7 47.74-47.52 117.74-47.52ZM454.52-891.3q-14.61 99.69 12.98 195.6 27.59 95.92 99.72 167.48 71 71.57 167.19 99.37 96.2 27.81 196.33 16.02-26.57 150.22-142.52 246.33-115.96 96.11-268.18 94.98-8.78 0-17.56-.85-8.79-.85-17.57-1.41 44.61-18.92 71.18-59.02 26.56-40.11 26.56-88.33 0-63.74-41.43-109.04-41.44-45.31-102.74-52.74-28.87-54.87-82.02-88.15Q303.3-504.35 240-504.35q-34.26 0-67.02 10.48T112.09-463q-.57-4.83-.57-9.65v-9.65q-.56-151.66 96.39-266.83Q304.87-864.3 454.52-891.3Z",
|
|
20
|
+
"700": "M245-440q45 2 83 27.5t56 67.5l10 25h28q40 0 67.5 28.5T517-222q0 40-28.5 68.5T420-125H240q-65 0-111-46T83-282q0-66 46-112t116-46Zm213-460q-12 101 14.5 198T572-533q71 72 168.5 98.5T939-415q-27 155-146 253.5T517-65q-14 0-28-1.5T461-69q52-15 84-57.5t32-95.5q0-62-41-106t-101-51q-28-54-80.5-87.5T240-500q-36 0-70.5 12T106-453q-1-7-1-14v-14q-1-156 99-274t254-145Z"
|
|
21
21
|
}
|
|
22
22
|
};
|
|
23
23
|
const PartlyCloudyNightW100 = createMaterialIcon("partly_cloudy_night", pathData.regular[100]);
|