@quasar/extras 1.15.3 → 1.15.4
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-icons/icons.json +0 -1
- package/material-icons/index.d.ts +0 -1
- package/material-icons/index.js +0 -1
- package/material-icons/index.mjs +0 -1
- package/material-icons-outlined/icons.json +0 -1
- package/material-icons-outlined/index.d.ts +0 -1
- package/material-icons-outlined/index.js +0 -1
- package/material-icons-outlined/index.mjs +0 -1
- package/material-icons-round/icons.json +0 -1
- package/material-icons-round/index.d.ts +0 -1
- package/material-icons-round/index.js +0 -1
- package/material-icons-round/index.mjs +0 -1
- package/material-icons-sharp/icons.json +0 -1
- package/material-icons-sharp/index.d.ts +0 -1
- package/material-icons-sharp/index.js +0 -1
- package/material-icons-sharp/index.mjs +0 -1
- package/material-symbols-outlined/icons.json +10 -0
- package/material-symbols-outlined/index.d.ts +10 -0
- package/material-symbols-outlined/index.js +71 -61
- package/material-symbols-outlined/index.mjs +71 -61
- 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 +10 -0
- package/material-symbols-rounded/index.d.ts +10 -0
- package/material-symbols-rounded/index.js +34 -24
- package/material-symbols-rounded/index.mjs +34 -24
- 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 +10 -0
- package/material-symbols-sharp/index.d.ts +10 -0
- package/material-symbols-sharp/index.js +52 -42
- package/material-symbols-sharp/index.mjs +52 -42
- 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
|
@@ -27,9 +27,9 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
27
27
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outline) | CDN v108 | `material-icons-outlined` | Material icons outlined font | Requires: @quasar/extras 1.2+ | [License](material-icons-outlined/LICENSE) |
|
|
28
28
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) | CDN v107 | `material-icons-round` | Material icons round font | Requires: @quasar/extras 1.2+ | [License](material-icons-round/LICENSE) |
|
|
29
29
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) | CDN v108 | `material-icons-sharp` | Material icons sharp font | Requires: @quasar/extras 1.2+ | [License](material-icons-sharp/LICENSE) |
|
|
30
|
-
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN
|
|
31
|
-
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN
|
|
32
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN
|
|
30
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) | CDN v57 | `material-symbols-outlined` | Material symbols outlined font | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
31
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) | CDN v56 | `material-symbols-rounded` | Material symbols rounded font | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
32
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) | CDN v56 | `material-symbols-sharp` | Material symbols sharp font | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
33
33
|
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.0.96 | `mdi-v7` | Extended Material Design icons font | Requires: @quasar/extras 1.15+ | [License](mdi-v7/LICENSE) |
|
|
34
34
|
| MDI v6 (Material Design Icons) | 6.9.96 | `mdi-v6` | Extended Material Design icons font | | [License](mdi-v6/LICENSE) |
|
|
35
35
|
| MDI v5 (Material Design Icons) | 5.9.55 | `mdi-v5` | Extended Material Design icons font | | [License](mdi-v5/LICENSE) |
|
|
@@ -57,9 +57,9 @@ Please make sure you have latest `@quasar/extras` npm package version installed
|
|
|
57
57
|
| [Material Icons Outlined](https://material.io/tools/icons/?style=outlined) (Google) | CDN v108 | `svg-material-icons-outlined` | `@quasar/extras/material-icons-outlined` | Requires: @quasar/extras 1.9+ | [License](material-icons-outlined/LICENSE) |
|
|
58
58
|
| [Material Icons Round](https://material.io/tools/icons/?style=round) (Google) | CDN v107 | `svg-material-icons-round` | `@quasar/extras/material-icons-round` | Requires: @quasar/extras 1.9+ | [License](material-icons-round/LICENSE) |
|
|
59
59
|
| [Material Icons Sharp](https://material.io/tools/icons/?style=sharp) (Google) | CDN v108 | `svg-material-icons-sharp` | `@quasar/extras/material-icons-sharp` | Requires: @quasar/extras 1.9+ | [License](material-icons-sharp/LICENSE) |
|
|
60
|
-
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN
|
|
61
|
-
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN
|
|
62
|
-
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN
|
|
60
|
+
| [Material Symbols Outlined](https://fonts.google.com/icons?icon.style=Outlined) (Google) | CDN v57 | `svg-material-symbols-outlined` | `@quasar/extras/material-symbols-outlined` | Requires: @quasar/extras 1.14+ | [License](material-symbols-outlined/LICENSE) |
|
|
61
|
+
| [Material Symbols Rounded](https://fonts.google.com/icons?icon.style=Rounded) (Google) | CDN v56 | `svg-material-symbols-rounded` | `@quasar/extras/material-symbols-rounded` | Requires: @quasar/extras 1.14+ | [License](material-symbols-round/LICENSE) |
|
|
62
|
+
| [Material Symbols Sharp](https://fonts.google.com/icons?icon.style=Sharp) (Google) | CDN v56 | `svg-material-symbols-sharp` | `@quasar/extras/material-symbols-sharp` | Requires: @quasar/extras 1.14+ | [License](material-symbols-sharp/LICENSE) |
|
|
63
63
|
| [MDI v7](https://materialdesignicons.com/) (Material Design Icons) | 7.0.96 | `svg-mdi-v7` | `@quasar/extras/mdi-v7` | | [License](mdi-v7/LICENSE) |
|
|
64
64
|
| MDI v6 (Material Design Icons) | 6.9.96 | `svg-mdi-v6` | `@quasar/extras/mdi-v6` | | [License](mdi-v6/LICENSE) |
|
|
65
65
|
| MDI v5 (Material Design Icons) | 5.9.55 | `svg-mdi-v5` | `@quasar/extras/mdi-v5` | | [License](mdi-v5/LICENSE) |
|
|
@@ -1393,7 +1393,6 @@ export declare const matPhoneCallback: string;
|
|
|
1393
1393
|
export declare const matPhoneDisabled: string;
|
|
1394
1394
|
export declare const matPhoneEnabled: string;
|
|
1395
1395
|
export declare const matPhoneForwarded: string;
|
|
1396
|
-
export declare const matPhoneInTalk: string;
|
|
1397
1396
|
export declare const matPhoneIphone: string;
|
|
1398
1397
|
export declare const matPhoneLocked: string;
|
|
1399
1398
|
export declare const matPhoneMissed: string;
|
package/material-icons/index.js
CHANGED
|
@@ -1393,7 +1393,6 @@ module.exports.matPhoneCallback = 'M0 0h24v24H0z@@fill:none;&&M6.62 10.79c1.44 2
|
|
|
1393
1393
|
module.exports.matPhoneDisabled = 'M0 0h24v24H0z@@fill:none;&&M17.34 14.54l-1.43-1.43c.56-.73 1.05-1.5 1.47-2.32l-2.2-2.2c-.28-.28-.36-.67-.25-1.02.37-1.12.57-2.32.57-3.57 0-.55.45-1 1-1H20c.55 0 1 .45 1 1 0 3.98-1.37 7.64-3.66 10.54zm-2.82 2.81C11.63 19.64 7.97 21 4 21c-.55 0-1-.45-1-1v-3.49c0-.55.45-1 1-1 1.24 0 2.45-.2 3.57-.57.35-.12.75-.03 1.02.24l2.2 2.2c.81-.42 1.58-.9 2.3-1.46L1.39 4.22l1.42-1.41L21.19 21.2l-1.41 1.41-5.26-5.26z'
|
|
1394
1394
|
module.exports.matPhoneEnabled = 'M0 0h24v24H0z@@fill:none;&&M17.38 10.79l-2.2-2.2c-.28-.28-.36-.67-.25-1.02.37-1.12.57-2.32.57-3.57 0-.55.45-1 1-1H20c.55 0 1 .45 1 1 0 9.39-7.61 17-17 17-.55 0-1-.45-1-1v-3.49c0-.55.45-1 1-1 1.24 0 2.45-.2 3.57-.57.35-.12.75-.03 1.02.24l2.2 2.2c2.83-1.45 5.15-3.76 6.59-6.59z'
|
|
1395
1395
|
module.exports.matPhoneForwarded = 'M0 0h24v24H0z@@fill:none;&&M18 11l5-5-5-5v3h-4v4h4v3zm2 4.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z'
|
|
1396
|
-
module.exports.matPhoneInTalk = 'M0 0h24v24H0z@@fill:none;&&M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3z'
|
|
1397
1396
|
module.exports.matPhoneIphone = 'M0 0h24v24H0z@@fill:none;&&M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z'
|
|
1398
1397
|
module.exports.matPhoneLocked = 'M0,0h24v24H0V0z@@fill:none;&&M20,5V4c0-1.1-0.9-2-2-2s-2,0.9-2,2v1h-1v5h6V5H20z M19,5h-2V4c0-0.55,0.45-1,1-1s1,0.45,1,1V5z&&M15.63,14.4l-2.52,2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c0.23-0.24,0.33-0.57,0.27-0.9L9.13,3.8C9.04,3.34,8.63,3,8.15,3 L4,3C3.44,3,2.97,3.47,3,4.03C3.17,6.92,4.05,9.63,5.43,12c1.58,2.73,3.85,4.99,6.57,6.57c2.37,1.37,5.08,2.26,7.97,2.43 c0.56,0.03,1.03-0.44,1.03-1l0-4.15c0-0.48-0.34-0.89-0.8-0.98l-3.67-0.73C16.2,14.07,15.86,14.17,15.63,14.4z'
|
|
1399
1398
|
module.exports.matPhoneMissed = 'M0 0h24v24H0z@@fill:none;&&M6.5 5.5L12 11l7-7-1-1-6 6-4.5-4.5H11V3H5v6h1.5V5.5zm17.21 11.17C20.66 13.78 16.54 12 12 12 7.46 12 3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73 1.6 0 3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.67 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.12-.52-.3-.7z'
|
package/material-icons/index.mjs
CHANGED
|
@@ -1393,7 +1393,6 @@ export const matPhoneCallback = 'M0 0h24v24H0z@@fill:none;&&M6.62 10.79c1.44 2.8
|
|
|
1393
1393
|
export const matPhoneDisabled = 'M0 0h24v24H0z@@fill:none;&&M17.34 14.54l-1.43-1.43c.56-.73 1.05-1.5 1.47-2.32l-2.2-2.2c-.28-.28-.36-.67-.25-1.02.37-1.12.57-2.32.57-3.57 0-.55.45-1 1-1H20c.55 0 1 .45 1 1 0 3.98-1.37 7.64-3.66 10.54zm-2.82 2.81C11.63 19.64 7.97 21 4 21c-.55 0-1-.45-1-1v-3.49c0-.55.45-1 1-1 1.24 0 2.45-.2 3.57-.57.35-.12.75-.03 1.02.24l2.2 2.2c.81-.42 1.58-.9 2.3-1.46L1.39 4.22l1.42-1.41L21.19 21.2l-1.41 1.41-5.26-5.26z'
|
|
1394
1394
|
export const matPhoneEnabled = 'M0 0h24v24H0z@@fill:none;&&M17.38 10.79l-2.2-2.2c-.28-.28-.36-.67-.25-1.02.37-1.12.57-2.32.57-3.57 0-.55.45-1 1-1H20c.55 0 1 .45 1 1 0 9.39-7.61 17-17 17-.55 0-1-.45-1-1v-3.49c0-.55.45-1 1-1 1.24 0 2.45-.2 3.57-.57.35-.12.75-.03 1.02.24l2.2 2.2c2.83-1.45 5.15-3.76 6.59-6.59z'
|
|
1395
1395
|
export const matPhoneForwarded = 'M0 0h24v24H0z@@fill:none;&&M18 11l5-5-5-5v3h-4v4h4v3zm2 4.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1z'
|
|
1396
|
-
export const matPhoneInTalk = 'M0 0h24v24H0z@@fill:none;&&M20 15.5c-1.25 0-2.45-.2-3.57-.57-.35-.11-.74-.03-1.02.24l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3z'
|
|
1397
1396
|
export const matPhoneIphone = 'M0 0h24v24H0z@@fill:none;&&M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z'
|
|
1398
1397
|
export const matPhoneLocked = 'M0,0h24v24H0V0z@@fill:none;&&M20,5V4c0-1.1-0.9-2-2-2s-2,0.9-2,2v1h-1v5h6V5H20z M19,5h-2V4c0-0.55,0.45-1,1-1s1,0.45,1,1V5z&&M15.63,14.4l-2.52,2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c0.23-0.24,0.33-0.57,0.27-0.9L9.13,3.8C9.04,3.34,8.63,3,8.15,3 L4,3C3.44,3,2.97,3.47,3,4.03C3.17,6.92,4.05,9.63,5.43,12c1.58,2.73,3.85,4.99,6.57,6.57c2.37,1.37,5.08,2.26,7.97,2.43 c0.56,0.03,1.03-0.44,1.03-1l0-4.15c0-0.48-0.34-0.89-0.8-0.98l-3.67-0.73C16.2,14.07,15.86,14.17,15.63,14.4z'
|
|
1399
1398
|
export const matPhoneMissed = 'M0 0h24v24H0z@@fill:none;&&M6.5 5.5L12 11l7-7-1-1-6 6-4.5-4.5H11V3H5v6h1.5V5.5zm17.21 11.17C20.66 13.78 16.54 12 12 12 7.46 12 3.34 13.78.29 16.67c-.18.18-.29.43-.29.71s.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73 1.6 0 3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.67 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71s-.12-.52-.3-.7z'
|
|
@@ -1393,7 +1393,6 @@ export declare const outlinedPhoneCallback: string;
|
|
|
1393
1393
|
export declare const outlinedPhoneDisabled: string;
|
|
1394
1394
|
export declare const outlinedPhoneEnabled: string;
|
|
1395
1395
|
export declare const outlinedPhoneForwarded: string;
|
|
1396
|
-
export declare const outlinedPhoneInTalk: string;
|
|
1397
1396
|
export declare const outlinedPhoneIphone: string;
|
|
1398
1397
|
export declare const outlinedPhoneLocked: string;
|
|
1399
1398
|
export declare const outlinedPhoneMissed: string;
|
|
@@ -1393,7 +1393,6 @@ module.exports.outlinedPhoneCallback = 'M0 0h24v24H0V0z@@fill:none;&&M20 15.51c-
|
|
|
1393
1393
|
module.exports.outlinedPhoneDisabled = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M17.34,14.54l-1.43-1.43c0.56-0.73,1.05-1.5,1.47-2.32l-2.2-2.2c-0.28-0.28-0.36-0.67-0.25-1.02 C15.3,6.45,15.5,5.25,15.5,4c0-0.55,0.45-1,1-1H20c0.55,0,1,0.45,1,1C21,7.98,19.63,11.64,17.34,14.54z M14.52,17.35 C11.63,19.64,7.97,21,4,21c-0.55,0-1-0.45-1-1v-3.49c0-0.55,0.45-1,1-1c1.24,0,2.45-0.2,3.57-0.57c0.1-0.04,0.21-0.05,0.31-0.05 c0.26,0,0.51,0.1,0.71,0.29l2.2,2.2c0.81-0.42,1.58-0.9,2.3-1.46L1.39,4.22l1.42-1.41L21.19,21.2l-1.41,1.41L14.52,17.35z M7.6,17.02c-0.85,0.24-1.72,0.39-2.6,0.45v1.49c1.32-0.09,2.59-0.35,3.8-0.75L7.6,17.02z M17.46,5 c-0.06,0.89-0.21,1.76-0.45,2.59l1.2,1.2c0.41-1.2,0.67-2.47,0.76-3.79H17.46z'
|
|
1394
1394
|
module.exports.outlinedPhoneEnabled = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M17.46,5c-0.06,0.89-0.21,1.76-0.45,2.59l1.2,1.2c0.41-1.2,0.67-2.47,0.76-3.79H17.46z M7.6,17.02 c-0.85,0.24-1.72,0.39-2.6,0.45v1.49c1.32-0.09,2.59-0.35,3.8-0.75L7.6,17.02z M16.5,3H20c0.55,0,1,0.45,1,1c0,9.39-7.61,17-17,17 c-0.55,0-1-0.45-1-1v-3.49c0-0.55,0.45-1,1-1c1.24,0,2.45-0.2,3.57-0.57c0.1-0.04,0.21-0.05,0.31-0.05c0.26,0,0.51,0.1,0.71,0.29 l2.2,2.2c2.83-1.45,5.15-3.76,6.59-6.59l-2.2-2.2c-0.28-0.28-0.36-0.67-0.25-1.02C15.3,6.45,15.5,5.25,15.5,4 C15.5,3.45,15.95,3,16.5,3z'
|
|
1395
1395
|
module.exports.outlinedPhoneForwarded = 'M0 0h24v24H0V0z@@fill:none;&&M20 15.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51zM18 11l5-5-5-5v3h-4v4h4z'
|
|
1396
|
-
module.exports.outlinedPhoneInTalk = 'M0 0h24v24H0V0z@@fill:none;&&M15 12h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm4 0h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm1 3.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51z'
|
|
1397
1396
|
module.exports.outlinedPhoneIphone = 'M0 0h24v24H0V0z@@fill:none;&&M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z'
|
|
1398
1397
|
module.exports.outlinedPhoneLocked = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M20,5V4c0-1.1-0.9-2-2-2s-2,0.9-2,2v1h-1v5h6V5H20z M19,5h-2V4c0-0.55,0.45-1,1-1s1,0.45,1,1V5z&&M20.2,14.87l-3.67-0.73c-0.5-0.1-0.83,0.2-0.9,0.27l-2.52,2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52 c0.23-0.24,0.33-0.57,0.27-0.9L9.13,3.8C9.04,3.34,8.63,3,8.15,3L4,3C3.44,3,2.97,3.47,3,4.03C3.17,6.92,4.05,9.63,5.43,12 c1.58,2.73,3.85,4.99,6.57,6.57c2.37,1.37,5.08,2.26,7.97,2.43c0.55,0.03,1.03-0.43,1.03-1v-4.15C21,15.37,20.66,14.96,20.2,14.87 z M5.1,5h2.23L7.8,7.35L6.17,9C5.63,7.7,5.27,6.37,5.1,5z M19,18.9c-1.37-0.18-2.7-0.53-4-1.07l1.65-1.63L19,16.67V18.9z'
|
|
1399
1398
|
module.exports.outlinedPhoneMissed = 'M0 0h24v24H0V0z@@fill:none;&&M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.67 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71 0-.28-.12-.52-.3-.7zm-18.31.56c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7zm15.08 1.26c-.6-.48-1.22-.9-1.88-1.27v-1.7c1.05.51 2.03 1.15 2.95 1.9l-1.07 1.07zM7 6.43l4.94 4.94 7.07-7.07-1.41-1.42-5.66 5.66L8.4 5H11V3H5v6h2z'
|
|
@@ -1393,7 +1393,6 @@ export const outlinedPhoneCallback = 'M0 0h24v24H0V0z@@fill:none;&&M20 15.51c-1.
|
|
|
1393
1393
|
export const outlinedPhoneDisabled = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M17.34,14.54l-1.43-1.43c0.56-0.73,1.05-1.5,1.47-2.32l-2.2-2.2c-0.28-0.28-0.36-0.67-0.25-1.02 C15.3,6.45,15.5,5.25,15.5,4c0-0.55,0.45-1,1-1H20c0.55,0,1,0.45,1,1C21,7.98,19.63,11.64,17.34,14.54z M14.52,17.35 C11.63,19.64,7.97,21,4,21c-0.55,0-1-0.45-1-1v-3.49c0-0.55,0.45-1,1-1c1.24,0,2.45-0.2,3.57-0.57c0.1-0.04,0.21-0.05,0.31-0.05 c0.26,0,0.51,0.1,0.71,0.29l2.2,2.2c0.81-0.42,1.58-0.9,2.3-1.46L1.39,4.22l1.42-1.41L21.19,21.2l-1.41,1.41L14.52,17.35z M7.6,17.02c-0.85,0.24-1.72,0.39-2.6,0.45v1.49c1.32-0.09,2.59-0.35,3.8-0.75L7.6,17.02z M17.46,5 c-0.06,0.89-0.21,1.76-0.45,2.59l1.2,1.2c0.41-1.2,0.67-2.47,0.76-3.79H17.46z'
|
|
1394
1394
|
export const outlinedPhoneEnabled = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M17.46,5c-0.06,0.89-0.21,1.76-0.45,2.59l1.2,1.2c0.41-1.2,0.67-2.47,0.76-3.79H17.46z M7.6,17.02 c-0.85,0.24-1.72,0.39-2.6,0.45v1.49c1.32-0.09,2.59-0.35,3.8-0.75L7.6,17.02z M16.5,3H20c0.55,0,1,0.45,1,1c0,9.39-7.61,17-17,17 c-0.55,0-1-0.45-1-1v-3.49c0-0.55,0.45-1,1-1c1.24,0,2.45-0.2,3.57-0.57c0.1-0.04,0.21-0.05,0.31-0.05c0.26,0,0.51,0.1,0.71,0.29 l2.2,2.2c2.83-1.45,5.15-3.76,6.59-6.59l-2.2-2.2c-0.28-0.28-0.36-0.67-0.25-1.02C15.3,6.45,15.5,5.25,15.5,4 C15.5,3.45,15.95,3,16.5,3z'
|
|
1395
1395
|
export const outlinedPhoneForwarded = 'M0 0h24v24H0V0z@@fill:none;&&M20 15.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51zM18 11l5-5-5-5v3h-4v4h4z'
|
|
1396
|
-
export const outlinedPhoneInTalk = 'M0 0h24v24H0V0z@@fill:none;&&M15 12h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm4 0h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm1 3.5c-1.25 0-2.45-.2-3.57-.57-.1-.03-.21-.05-.31-.05-.26 0-.51.1-.71.29l-2.2 2.2c-2.83-1.44-5.15-3.75-6.59-6.59l2.2-2.21c.28-.26.36-.65.25-1C8.7 6.45 8.5 5.25 8.5 4c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1 0 9.39 7.61 17 17 17 .55 0 1-.45 1-1v-3.5c0-.55-.45-1-1-1zM5.03 5h1.5c.07.88.22 1.75.45 2.58l-1.2 1.21c-.4-1.21-.66-2.47-.75-3.79zM19 18.97c-1.32-.09-2.6-.35-3.8-.76l1.2-1.2c.85.24 1.72.39 2.6.45v1.51z'
|
|
1397
1396
|
export const outlinedPhoneIphone = 'M0 0h24v24H0V0z@@fill:none;&&M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z'
|
|
1398
1397
|
export const outlinedPhoneLocked = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M20,5V4c0-1.1-0.9-2-2-2s-2,0.9-2,2v1h-1v5h6V5H20z M19,5h-2V4c0-0.55,0.45-1,1-1s1,0.45,1,1V5z&&M20.2,14.87l-3.67-0.73c-0.5-0.1-0.83,0.2-0.9,0.27l-2.52,2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52 c0.23-0.24,0.33-0.57,0.27-0.9L9.13,3.8C9.04,3.34,8.63,3,8.15,3L4,3C3.44,3,2.97,3.47,3,4.03C3.17,6.92,4.05,9.63,5.43,12 c1.58,2.73,3.85,4.99,6.57,6.57c2.37,1.37,5.08,2.26,7.97,2.43c0.55,0.03,1.03-0.43,1.03-1v-4.15C21,15.37,20.66,14.96,20.2,14.87 z M5.1,5h2.23L7.8,7.35L6.17,9C5.63,7.7,5.27,6.37,5.1,5z M19,18.9c-1.37-0.18-2.7-0.53-4-1.07l1.65-1.63L19,16.67V18.9z'
|
|
1399
1398
|
export const outlinedPhoneMissed = 'M0 0h24v24H0V0z@@fill:none;&&M23.71 16.67C20.66 13.78 16.54 12 12 12S3.34 13.78.29 16.67c-.18.18-.29.43-.29.71 0 .28.11.53.29.71l2.48 2.48c.18.18.43.29.71.29.27 0 .52-.11.7-.28.79-.74 1.69-1.36 2.66-1.85.33-.16.56-.5.56-.9v-3.1c1.45-.48 3-.73 4.6-.73s3.15.25 4.6.72v3.1c0 .39.23.74.56.9.98.49 1.87 1.12 2.67 1.85.18.18.43.28.7.28.28 0 .53-.11.71-.29l2.48-2.48c.18-.18.29-.43.29-.71 0-.28-.12-.52-.3-.7zm-18.31.56c-.66.37-1.29.8-1.87 1.27l-1.07-1.07c.91-.75 1.9-1.39 2.95-1.9v1.7zm15.08 1.26c-.6-.48-1.22-.9-1.88-1.27v-1.7c1.05.51 2.03 1.15 2.95 1.9l-1.07 1.07zM7 6.43l4.94 4.94 7.07-7.07-1.41-1.42-5.66 5.66L8.4 5H11V3H5v6h2z'
|
|
@@ -1393,7 +1393,6 @@ export declare const roundPhoneCallback: string;
|
|
|
1393
1393
|
export declare const roundPhoneDisabled: string;
|
|
1394
1394
|
export declare const roundPhoneEnabled: string;
|
|
1395
1395
|
export declare const roundPhoneForwarded: string;
|
|
1396
|
-
export declare const roundPhoneInTalk: string;
|
|
1397
1396
|
export declare const roundPhoneIphone: string;
|
|
1398
1397
|
export declare const roundPhoneLocked: string;
|
|
1399
1398
|
export declare const roundPhoneMissed: string;
|
|
@@ -1393,7 +1393,6 @@ module.exports.roundPhoneCallback = 'M0 0h24v24H0V0z@@fill:none;&&M19.23 15.26l-
|
|
|
1393
1393
|
module.exports.roundPhoneDisabled = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M14.54,17.37c-2.63,2.08-5.89,3.39-9.45,3.61c-1.13,0.07-2.07-0.87-2.07-2v-1.73 c-0.01-1.01,0.75-1.86,1.76-1.98l2.54-0.29c0.61-0.07,1.21,0.14,1.64,0.57l1.84,1.84c0.81-0.41,1.59-0.9,2.31-1.45L2.1,4.93 c-0.39-0.39-0.39-1.02,0-1.41l0,0c0.39-0.39,1.03-0.39,1.42,0L20.49,20.5c0.39,0.39,0.39,1.02,0,1.41s-1.02,0.39-1.41,0 L14.54,17.37z M17.39,10.8l-1.85-1.85c-0.43-0.43-0.64-1.03-0.57-1.64l0.29-2.52c0.12-1.01,0.97-1.77,1.99-1.77h1.73 c1.13,0,2.07,0.94,2,2.07c-0.22,3.57-1.54,6.83-3.62,9.47l-1.43-1.43C16.48,12.4,16.97,11.62,17.39,10.8z'
|
|
1394
1394
|
module.exports.roundPhoneEnabled = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M4.78,15.27l2.54-0.29c0.61-0.07,1.21,0.14,1.64,0.57l1.84,1.84c2.83-1.44,5.15-3.75,6.59-6.59l-1.85-1.85 c-0.43-0.43-0.64-1.03-0.57-1.64l0.29-2.52c0.12-1.01,0.97-1.77,1.99-1.77h1.73c1.13,0,2.07,0.94,2,2.07 c-0.53,8.54-7.36,15.36-15.89,15.89c-1.13,0.07-2.07-0.87-2.07-2v-1.73C3.01,16.24,3.77,15.39,4.78,15.27z'
|
|
1395
1395
|
module.exports.roundPhoneForwarded = 'M0 0h24v24H0V0z@@fill:none;&&M22.65 5.65l-3.79-3.79c-.32-.32-.86-.1-.86.35V4h-3.5c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5H18v1.79c0 .45.54.67.85.35l3.79-3.79c.2-.19.2-.51.01-.7zm-3.42 9.61l-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z'
|
|
1396
|
-
module.exports.roundPhoneInTalk = 'M0 0h24v24H0V0z@@fill:none;&&M12.88 5.05c3.18.4 5.67 2.89 6.07 6.07.06.51.49.88.99.88.04 0 .08 0 .12-.01.55-.07.94-.57.87-1.12-.51-4.09-3.72-7.3-7.81-7.81-.55-.06-1.05.33-1.11.88-.07.55.32 1.05.87 1.11zm.38 2.11c-.53-.14-1.08.18-1.22.72s.18 1.08.72 1.22c1.05.27 1.87 1.09 2.15 2.15.12.45.52.75.97.75.08 0 .17-.01.25-.03.53-.14.85-.69.72-1.22-.47-1.77-1.84-3.14-3.59-3.59zm5.97 8.1l-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z'
|
|
1397
1396
|
module.exports.roundPhoneIphone = 'M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z'
|
|
1398
1397
|
module.exports.roundPhoneLocked = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M20,5V4.11c0-1-0.68-1.92-1.66-2.08C17.08,1.82,16,2.79,16,4v1c-0.55,0-1,0.45-1,1v3c0,0.55,0.45,1,1,1h4 c0.55,0,1-0.45,1-1V6C21,5.45,20.55,5,20,5z M19,5h-2V4c0-0.55,0.45-1,1-1s1,0.45,1,1V5z&&M15.63,14.4l-2.52,2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c0.23-0.24,0.33-0.57,0.27-0.9L9.13,3.8C9.04,3.34,8.63,3,8.15,3 L4,3C3.44,3,2.97,3.47,3,4.03C3.17,6.92,4.05,9.63,5.43,12c1.58,2.73,3.85,4.99,6.57,6.57c2.37,1.37,5.08,2.26,7.97,2.43 c0.56,0.03,1.03-0.44,1.03-1l0-4.15c0-0.48-0.34-0.89-0.8-0.98l-3.67-0.73C16.2,14.07,15.86,14.17,15.63,14.4z'
|
|
1399
1398
|
module.exports.roundPhoneMissed = 'M0 0h24v24H0V0z@@fill:none;&&M23.09 16.2c-6.33-5.59-15.86-5.59-22.18 0-.84.74-.84 2.05-.05 2.84l1.2 1.2c.71.71 1.84.77 2.62.15l1.97-1.57c.47-.37.75-.94.75-1.55V14.7c2.98-.97 6.21-.98 9.2 0v2.58c0 .6.28 1.17.75 1.55l1.96 1.56c.79.62 1.91.56 2.62-.15l1.2-1.2c.8-.79.79-2.1-.04-2.84zM6 9c.55 0 1-.45 1-1V6.43l4.24 4.24c.39.39 1.02.39 1.41 0l5.66-5.66c.39-.39.39-1.02 0-1.41-.39-.39-1.02-.39-1.41 0l-4.95 4.95L8.4 5H10c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1z'
|
|
@@ -1393,7 +1393,6 @@ export const roundPhoneCallback = 'M0 0h24v24H0V0z@@fill:none;&&M19.23 15.26l-2.
|
|
|
1393
1393
|
export const roundPhoneDisabled = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M14.54,17.37c-2.63,2.08-5.89,3.39-9.45,3.61c-1.13,0.07-2.07-0.87-2.07-2v-1.73 c-0.01-1.01,0.75-1.86,1.76-1.98l2.54-0.29c0.61-0.07,1.21,0.14,1.64,0.57l1.84,1.84c0.81-0.41,1.59-0.9,2.31-1.45L2.1,4.93 c-0.39-0.39-0.39-1.02,0-1.41l0,0c0.39-0.39,1.03-0.39,1.42,0L20.49,20.5c0.39,0.39,0.39,1.02,0,1.41s-1.02,0.39-1.41,0 L14.54,17.37z M17.39,10.8l-1.85-1.85c-0.43-0.43-0.64-1.03-0.57-1.64l0.29-2.52c0.12-1.01,0.97-1.77,1.99-1.77h1.73 c1.13,0,2.07,0.94,2,2.07c-0.22,3.57-1.54,6.83-3.62,9.47l-1.43-1.43C16.48,12.4,16.97,11.62,17.39,10.8z'
|
|
1394
1394
|
export const roundPhoneEnabled = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M4.78,15.27l2.54-0.29c0.61-0.07,1.21,0.14,1.64,0.57l1.84,1.84c2.83-1.44,5.15-3.75,6.59-6.59l-1.85-1.85 c-0.43-0.43-0.64-1.03-0.57-1.64l0.29-2.52c0.12-1.01,0.97-1.77,1.99-1.77h1.73c1.13,0,2.07,0.94,2,2.07 c-0.53,8.54-7.36,15.36-15.89,15.89c-1.13,0.07-2.07-0.87-2.07-2v-1.73C3.01,16.24,3.77,15.39,4.78,15.27z'
|
|
1395
1395
|
export const roundPhoneForwarded = 'M0 0h24v24H0V0z@@fill:none;&&M22.65 5.65l-3.79-3.79c-.32-.32-.86-.1-.86.35V4h-3.5c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5H18v1.79c0 .45.54.67.85.35l3.79-3.79c.2-.19.2-.51.01-.7zm-3.42 9.61l-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z'
|
|
1396
|
-
export const roundPhoneInTalk = 'M0 0h24v24H0V0z@@fill:none;&&M12.88 5.05c3.18.4 5.67 2.89 6.07 6.07.06.51.49.88.99.88.04 0 .08 0 .12-.01.55-.07.94-.57.87-1.12-.51-4.09-3.72-7.3-7.81-7.81-.55-.06-1.05.33-1.11.88-.07.55.32 1.05.87 1.11zm.38 2.11c-.53-.14-1.08.18-1.22.72s.18 1.08.72 1.22c1.05.27 1.87 1.09 2.15 2.15.12.45.52.75.97.75.08 0 .17-.01.25-.03.53-.14.85-.69.72-1.22-.47-1.77-1.84-3.14-3.59-3.59zm5.97 8.1l-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98z'
|
|
1397
1396
|
export const roundPhoneIphone = 'M15.5 1h-8C6.12 1 5 2.12 5 3.5v17C5 21.88 6.12 23 7.5 23h8c1.38 0 2.5-1.12 2.5-2.5v-17C18 2.12 16.88 1 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z'
|
|
1398
1397
|
export const roundPhoneLocked = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M20,5V4.11c0-1-0.68-1.92-1.66-2.08C17.08,1.82,16,2.79,16,4v1c-0.55,0-1,0.45-1,1v3c0,0.55,0.45,1,1,1h4 c0.55,0,1-0.45,1-1V6C21,5.45,20.55,5,20,5z M19,5h-2V4c0-0.55,0.45-1,1-1s1,0.45,1,1V5z&&M15.63,14.4l-2.52,2.5c-2.5-1.43-4.57-3.5-6-6l2.5-2.52c0.23-0.24,0.33-0.57,0.27-0.9L9.13,3.8C9.04,3.34,8.63,3,8.15,3 L4,3C3.44,3,2.97,3.47,3,4.03C3.17,6.92,4.05,9.63,5.43,12c1.58,2.73,3.85,4.99,6.57,6.57c2.37,1.37,5.08,2.26,7.97,2.43 c0.56,0.03,1.03-0.44,1.03-1l0-4.15c0-0.48-0.34-0.89-0.8-0.98l-3.67-0.73C16.2,14.07,15.86,14.17,15.63,14.4z'
|
|
1399
1398
|
export const roundPhoneMissed = 'M0 0h24v24H0V0z@@fill:none;&&M23.09 16.2c-6.33-5.59-15.86-5.59-22.18 0-.84.74-.84 2.05-.05 2.84l1.2 1.2c.71.71 1.84.77 2.62.15l1.97-1.57c.47-.37.75-.94.75-1.55V14.7c2.98-.97 6.21-.98 9.2 0v2.58c0 .6.28 1.17.75 1.55l1.96 1.56c.79.62 1.91.56 2.62-.15l1.2-1.2c.8-.79.79-2.1-.04-2.84zM6 9c.55 0 1-.45 1-1V6.43l4.24 4.24c.39.39 1.02.39 1.41 0l5.66-5.66c.39-.39.39-1.02 0-1.41-.39-.39-1.02-.39-1.41 0l-4.95 4.95L8.4 5H10c.55 0 1-.45 1-1s-.45-1-1-1H6c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1z'
|
|
@@ -1393,7 +1393,6 @@ export declare const sharpPhoneCallback: string;
|
|
|
1393
1393
|
export declare const sharpPhoneDisabled: string;
|
|
1394
1394
|
export declare const sharpPhoneEnabled: string;
|
|
1395
1395
|
export declare const sharpPhoneForwarded: string;
|
|
1396
|
-
export declare const sharpPhoneInTalk: string;
|
|
1397
1396
|
export declare const sharpPhoneIphone: string;
|
|
1398
1397
|
export declare const sharpPhoneLocked: string;
|
|
1399
1398
|
export declare const sharpPhoneMissed: string;
|
|
@@ -1393,7 +1393,6 @@ module.exports.sharpPhoneCallback = 'M0 0h24v24H0V0z@@fill:none;&&M15.73 14.85l-
|
|
|
1393
1393
|
module.exports.sharpPhoneDisabled = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M14.52,17.35C11.39,19.83,7.36,21.22,3,20.97v-5.51l5.27-0.61l2.52,2.52c0.81-0.41,1.58-0.9,2.3-1.45 L1.39,4.22l1.42-1.41L21.19,21.2l-1.41,1.41L14.52,17.35z M15.91,13.11c0.56-0.73,1.05-1.51,1.47-2.33l-2.53-2.53L15.46,3h5.51 c0.25,4.37-1.15,8.4-3.63,11.54L15.91,13.11z'
|
|
1394
1394
|
module.exports.sharpPhoneEnabled = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M3,15.46l5.27-0.61l2.52,2.52c2.83-1.44,5.15-3.75,6.59-6.59l-2.53-2.53L15.46,3h5.51 C21.55,13.18,13.18,21.55,3,20.97V15.46z'
|
|
1395
1395
|
module.exports.sharpPhoneForwarded = 'M0 0h24v24H0V0z@@fill:none;&&M18 11l5-5-5-5v3h-4v4h4zm-4.79 6.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52z'
|
|
1396
|
-
module.exports.sharpPhoneInTalk = 'M0 0h24v24H0V0z@@fill:none;&&M19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm-1.79 5.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52z'
|
|
1397
1396
|
module.exports.sharpPhoneIphone = 'M0 0h24v24H0V0z@@fill:none;&&M18 1H5v22h13V1zm-6.5 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z'
|
|
1398
1397
|
module.exports.sharpPhoneLocked = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M20,5V4c0-1.1-0.9-2-2-2s-2,0.9-2,2v1h-1v5h6V5H20z M19,5h-2V4c0-0.55,0.45-1,1-1s1,0.45,1,1V5z&&M21,15l-5-1l-2.9,2.9c-2.5-1.43-4.57-3.5-6-6L10,8L9,3L3,3c0,3.28,0.89,6.35,2.43,9c1.58,2.73,3.85,4.99,6.57,6.57 c2.65,1.53,5.72,2.43,9,2.43L21,15z'
|
|
1399
1398
|
module.exports.sharpPhoneMissed = 'M0 0h24v24H0V0z@@fill:none;&&M23.32 16.67c-2.95-2.79-6.93-4.51-11.31-4.51-4.39 0-8.37 1.72-11.31 4.51l-.69.69L3.65 21l3.93-2.72-.01-3.49c1.4-.45 2.9-.7 4.44-.7 1.55 0 3.04.24 4.44.7l-.01 3.49L20.37 21l3.64-3.64c0-.01-.52-.52-.69-.69zM7 6.43l4.94 4.94 7.07-7.07-1.41-1.42-5.66 5.66L8.4 5H11V3H5v6h2z'
|
|
@@ -1393,7 +1393,6 @@ export const sharpPhoneCallback = 'M0 0h24v24H0V0z@@fill:none;&&M15.73 14.85l-2.
|
|
|
1393
1393
|
export const sharpPhoneDisabled = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M14.52,17.35C11.39,19.83,7.36,21.22,3,20.97v-5.51l5.27-0.61l2.52,2.52c0.81-0.41,1.58-0.9,2.3-1.45 L1.39,4.22l1.42-1.41L21.19,21.2l-1.41,1.41L14.52,17.35z M15.91,13.11c0.56-0.73,1.05-1.51,1.47-2.33l-2.53-2.53L15.46,3h5.51 c0.25,4.37-1.15,8.4-3.63,11.54L15.91,13.11z'
|
|
1394
1394
|
export const sharpPhoneEnabled = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M3,15.46l5.27-0.61l2.52,2.52c2.83-1.44,5.15-3.75,6.59-6.59l-2.53-2.53L15.46,3h5.51 C21.55,13.18,13.18,21.55,3,20.97V15.46z'
|
|
1395
1395
|
export const sharpPhoneForwarded = 'M0 0h24v24H0V0z@@fill:none;&&M18 11l5-5-5-5v3h-4v4h4zm-4.79 6.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52z'
|
|
1396
|
-
export const sharpPhoneInTalk = 'M0 0h24v24H0V0z@@fill:none;&&M19 12h2c0-4.97-4.03-9-9-9v2c3.87 0 7 3.13 7 7zm-4 0h2c0-2.76-2.24-5-5-5v2c1.66 0 3 1.34 3 3zm-1.79 5.37c-2.83-1.44-5.15-3.75-6.59-6.59l2.53-2.53L8.54 3H3.03C2.45 13.18 10.82 21.55 21 20.97v-5.51l-5.27-.61-2.52 2.52z'
|
|
1397
1396
|
export const sharpPhoneIphone = 'M0 0h24v24H0V0z@@fill:none;&&M18 1H5v22h13V1zm-6.5 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z'
|
|
1398
1397
|
export const sharpPhoneLocked = 'M0 0 H24 V24 H0 V0 z@@fill:none;&&M20,5V4c0-1.1-0.9-2-2-2s-2,0.9-2,2v1h-1v5h6V5H20z M19,5h-2V4c0-0.55,0.45-1,1-1s1,0.45,1,1V5z&&M21,15l-5-1l-2.9,2.9c-2.5-1.43-4.57-3.5-6-6L10,8L9,3L3,3c0,3.28,0.89,6.35,2.43,9c1.58,2.73,3.85,4.99,6.57,6.57 c2.65,1.53,5.72,2.43,9,2.43L21,15z'
|
|
1399
1398
|
export const sharpPhoneMissed = 'M0 0h24v24H0V0z@@fill:none;&&M23.32 16.67c-2.95-2.79-6.93-4.51-11.31-4.51-4.39 0-8.37 1.72-11.31 4.51l-.69.69L3.65 21l3.93-2.72-.01-3.49c1.4-.45 2.9-.7 4.44-.7 1.55 0 3.04.24 4.44.7l-.01 3.49L20.37 21l3.64-3.64c0-.01-.52-.52-.69-.69zM7 6.43l4.94 4.94 7.07-7.07-1.41-1.42-5.66 5.66L8.4 5H11V3H5v6h2z'
|
|
@@ -200,6 +200,7 @@
|
|
|
200
200
|
"symOutlinedAtr",
|
|
201
201
|
"symOutlinedAttachEmail",
|
|
202
202
|
"symOutlinedAttachFile",
|
|
203
|
+
"symOutlinedAttachFileAdd",
|
|
203
204
|
"symOutlinedAttachment",
|
|
204
205
|
"symOutlinedAttachMoney",
|
|
205
206
|
"symOutlinedAttractions",
|
|
@@ -210,6 +211,11 @@
|
|
|
210
211
|
"symOutlinedAutoAwesomeMosaic",
|
|
211
212
|
"symOutlinedAutoAwesomeMotion",
|
|
212
213
|
"symOutlinedAutoDelete",
|
|
214
|
+
"symOutlinedAutoDetectVoice",
|
|
215
|
+
"symOutlinedAutoFix",
|
|
216
|
+
"symOutlinedAutoFixHigh",
|
|
217
|
+
"symOutlinedAutoFixNormal",
|
|
218
|
+
"symOutlinedAutoFixOff",
|
|
213
219
|
"symOutlinedAutofpsSelect",
|
|
214
220
|
"symOutlinedAutoGraph",
|
|
215
221
|
"symOutlinedAutoMode",
|
|
@@ -1231,6 +1237,8 @@
|
|
|
1231
1237
|
"symOutlinedLyrics",
|
|
1232
1238
|
"symOutlinedMacroOff",
|
|
1233
1239
|
"symOutlinedMagicButton",
|
|
1240
|
+
"symOutlinedMagnificationLarge",
|
|
1241
|
+
"symOutlinedMagnificationSmall",
|
|
1234
1242
|
"symOutlinedMail",
|
|
1235
1243
|
"symOutlinedMailLock",
|
|
1236
1244
|
"symOutlinedMale",
|
|
@@ -1256,6 +1264,7 @@
|
|
|
1256
1264
|
"symOutlinedMaximize",
|
|
1257
1265
|
"symOutlinedMediaBluetoothOff",
|
|
1258
1266
|
"symOutlinedMediaBluetoothOn",
|
|
1267
|
+
"symOutlinedMediaLink",
|
|
1259
1268
|
"symOutlinedMediation",
|
|
1260
1269
|
"symOutlinedMedicalInformation",
|
|
1261
1270
|
"symOutlinedMedicalServices",
|
|
@@ -1330,6 +1339,7 @@
|
|
|
1330
1339
|
"symOutlinedMoveToInbox",
|
|
1331
1340
|
"symOutlinedMoveUp",
|
|
1332
1341
|
"symOutlinedMovie",
|
|
1342
|
+
"symOutlinedMovieEdit",
|
|
1333
1343
|
"symOutlinedMovieFilter",
|
|
1334
1344
|
"symOutlinedMoving",
|
|
1335
1345
|
"symOutlinedMp",
|
|
@@ -201,6 +201,7 @@ export declare const symOutlinedAtm: string;
|
|
|
201
201
|
export declare const symOutlinedAtr: string;
|
|
202
202
|
export declare const symOutlinedAttachEmail: string;
|
|
203
203
|
export declare const symOutlinedAttachFile: string;
|
|
204
|
+
export declare const symOutlinedAttachFileAdd: string;
|
|
204
205
|
export declare const symOutlinedAttachMoney: string;
|
|
205
206
|
export declare const symOutlinedAttachment: string;
|
|
206
207
|
export declare const symOutlinedAttractions: string;
|
|
@@ -211,6 +212,11 @@ export declare const symOutlinedAutoAwesome: string;
|
|
|
211
212
|
export declare const symOutlinedAutoAwesomeMosaic: string;
|
|
212
213
|
export declare const symOutlinedAutoAwesomeMotion: string;
|
|
213
214
|
export declare const symOutlinedAutoDelete: string;
|
|
215
|
+
export declare const symOutlinedAutoDetectVoice: string;
|
|
216
|
+
export declare const symOutlinedAutoFix: string;
|
|
217
|
+
export declare const symOutlinedAutoFixHigh: string;
|
|
218
|
+
export declare const symOutlinedAutoFixNormal: string;
|
|
219
|
+
export declare const symOutlinedAutoFixOff: string;
|
|
214
220
|
export declare const symOutlinedAutoGraph: string;
|
|
215
221
|
export declare const symOutlinedAutoMode: string;
|
|
216
222
|
export declare const symOutlinedAutoReadPause: string;
|
|
@@ -1232,6 +1238,8 @@ export declare const symOutlinedLunchDining: string;
|
|
|
1232
1238
|
export declare const symOutlinedLyrics: string;
|
|
1233
1239
|
export declare const symOutlinedMacroOff: string;
|
|
1234
1240
|
export declare const symOutlinedMagicButton: string;
|
|
1241
|
+
export declare const symOutlinedMagnificationLarge: string;
|
|
1242
|
+
export declare const symOutlinedMagnificationSmall: string;
|
|
1235
1243
|
export declare const symOutlinedMail: string;
|
|
1236
1244
|
export declare const symOutlinedMailLock: string;
|
|
1237
1245
|
export declare const symOutlinedMale: string;
|
|
@@ -1257,6 +1265,7 @@ export declare const symOutlinedMatter: string;
|
|
|
1257
1265
|
export declare const symOutlinedMaximize: string;
|
|
1258
1266
|
export declare const symOutlinedMediaBluetoothOff: string;
|
|
1259
1267
|
export declare const symOutlinedMediaBluetoothOn: string;
|
|
1268
|
+
export declare const symOutlinedMediaLink: string;
|
|
1260
1269
|
export declare const symOutlinedMediation: string;
|
|
1261
1270
|
export declare const symOutlinedMedicalInformation: string;
|
|
1262
1271
|
export declare const symOutlinedMedicalServices: string;
|
|
@@ -1331,6 +1340,7 @@ export declare const symOutlinedMoveDown: string;
|
|
|
1331
1340
|
export declare const symOutlinedMoveToInbox: string;
|
|
1332
1341
|
export declare const symOutlinedMoveUp: string;
|
|
1333
1342
|
export declare const symOutlinedMovie: string;
|
|
1343
|
+
export declare const symOutlinedMovieEdit: string;
|
|
1334
1344
|
export declare const symOutlinedMovieFilter: string;
|
|
1335
1345
|
export declare const symOutlinedMoving: string;
|
|
1336
1346
|
export declare const symOutlinedMp: string;
|