@project-lary/react-material-symbols-700-sharp 0.19.0 → 0.21.0
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/dist/components/{BrightnessLow.d.ts → AlarmPause.d.ts} +1 -1
- package/dist/components/AlarmPause.js +6 -0
- package/dist/components/{BrightnessLowFilled.d.ts → AlarmPauseFilled.d.ts} +1 -1
- package/dist/components/AlarmPauseFilled.js +6 -0
- package/dist/components/{CloudySnowing.d.ts → ArticlePerson.d.ts} +1 -1
- package/dist/components/ArticlePerson.js +6 -0
- package/dist/components/ArticlePersonFilled.d.ts +4 -0
- package/dist/components/ArticlePersonFilled.js +6 -0
- package/dist/components/Automation.js +1 -1
- package/dist/components/GlobeLocationPin.d.ts +4 -0
- package/dist/components/GlobeLocationPin.js +6 -0
- package/dist/components/GlobeLocationPinFilled.d.ts +3 -0
- package/dist/components/GlobeLocationPinFilled.js +3 -0
- package/dist/components/InboxTextAsterisk.d.ts +4 -0
- package/dist/components/InboxTextAsterisk.js +6 -0
- package/dist/components/InboxTextAsteriskFilled.d.ts +4 -0
- package/dist/components/InboxTextAsteriskFilled.js +6 -0
- package/dist/components/InboxTextPerson.d.ts +4 -0
- package/dist/components/InboxTextPerson.js +6 -0
- package/dist/components/InboxTextPersonFilled.d.ts +4 -0
- package/dist/components/InboxTextPersonFilled.js +6 -0
- package/dist/components/{BrightnessHigh.d.ts → InboxTextShare.d.ts} +1 -1
- package/dist/components/InboxTextShare.js +6 -0
- package/dist/components/{BrightnessHighFilled.d.ts → InboxTextShareFilled.d.ts} +1 -1
- package/dist/components/InboxTextShareFilled.js +6 -0
- package/dist/components/LockOpenCircle.d.ts +4 -0
- package/dist/components/LockOpenCircle.js +6 -0
- package/dist/components/LockOpenCircleFilled.d.ts +4 -0
- package/dist/components/LockOpenCircleFilled.js +6 -0
- package/dist/components/MagnifyDocked.js +1 -1
- package/dist/components/MagnifyDockedFilled.d.ts +4 -3
- package/dist/components/MagnifyDockedFilled.js +6 -3
- package/dist/components/NfcOff.d.ts +4 -0
- package/dist/components/NfcOff.js +6 -0
- package/dist/components/NfcOffFilled.d.ts +4 -0
- package/dist/components/NfcOffFilled.js +6 -0
- package/dist/components/NotificationSettings.d.ts +4 -0
- package/dist/components/NotificationSettings.js +6 -0
- package/dist/components/NotificationSettingsFilled.d.ts +4 -0
- package/dist/components/NotificationSettingsFilled.js +6 -0
- package/dist/components/PlugConnect.d.ts +4 -0
- package/dist/components/PlugConnect.js +6 -0
- package/dist/components/PlugConnectFilled.d.ts +4 -0
- package/dist/components/PlugConnectFilled.js +6 -0
- package/dist/components/Public.js +1 -1
- package/dist/components/StackGroup.d.ts +4 -0
- package/dist/components/StackGroup.js +6 -0
- package/dist/components/StackGroupFilled.d.ts +4 -0
- package/dist/components/StackGroupFilled.js +6 -0
- package/dist/components/StylusBrush.d.ts +4 -0
- package/dist/components/StylusBrush.js +6 -0
- package/dist/components/StylusBrushFilled.d.ts +4 -0
- package/dist/components/StylusBrushFilled.js +6 -0
- package/dist/components/StylusFountainPen.d.ts +4 -0
- package/dist/components/StylusFountainPen.js +6 -0
- package/dist/components/StylusFountainPenFilled.d.ts +4 -0
- package/dist/components/StylusFountainPenFilled.js +6 -0
- package/dist/components/StylusHighlighter.d.ts +4 -0
- package/dist/components/StylusHighlighter.js +6 -0
- package/dist/components/StylusHighlighterFilled.d.ts +4 -0
- package/dist/components/StylusHighlighterFilled.js +6 -0
- package/dist/components/StylusPen.d.ts +4 -0
- package/dist/components/StylusPen.js +6 -0
- package/dist/components/StylusPenFilled.d.ts +4 -0
- package/dist/components/StylusPenFilled.js +6 -0
- package/dist/components/StylusPencil.d.ts +4 -0
- package/dist/components/StylusPencil.js +6 -0
- package/dist/components/StylusPencilFilled.d.ts +4 -0
- package/dist/components/StylusPencilFilled.js +6 -0
- package/dist/components/Thunderstorm.js +1 -1
- package/dist/components/ThunderstormFilled.js +1 -1
- package/dist/index.d.ts +32 -6
- package/dist/index.js +32 -6
- package/package.json +1 -1
- package/dist/components/BrightnessHigh.js +0 -6
- package/dist/components/BrightnessHighFilled.js +0 -6
- package/dist/components/BrightnessLow.js +0 -6
- package/dist/components/BrightnessLowFilled.js +0 -6
- package/dist/components/CloudySnowing.js +0 -6
- package/dist/components/CloudySnowingFilled.d.ts +0 -4
- package/dist/components/CloudySnowingFilled.js +0 -6
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function AlarmPause(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M479-57q-79 0-149-30t-122.5-82T125-291 95-440.73q0-79.74 30-149.5Q155-660 207.5-712.5t122.5-83T479-826t149 30.5 122.5 83 83 122.27q30.5 69.76 30.5 149.5Q864-361 833.5-291t-83.01 122.24-122.5 82T479-57M203-899l51 51L69-669l-50-51zm552 0 185 179-51 51-185-179zM478.87-151Q600-151 684.5-235.37q84.5-84.38 84.5-205.5Q769-562 684.63-646.5 600.25-731 479.13-731 358-731 273.5-646.63 189-562.25 189-441.13 189-320 273.37-235.5q84.38 84.5 205.5 84.5M358-275h71v-332h-71zm171 0h71v-332h-71z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function AlarmPauseFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M479-57q-79 0-149-30t-122.5-82T125-291 95-441q0-79 30-149t82.5-122.5 122.5-83T479-826t149 30.5 122.5 83 83 122.5T864-441q0 80-30.5 150t-83 122T628-87 479-57M203-899l51 51L69-669l-50-51zm552 0 185 179-51 51-185-179zM358-275h71v-332h-71zm171 0h71v-332h-71z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ArticlePerson(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M189-189v-582 171-21zm93-261h253.71q.29-15 1.79-30.5T544-510H282zm0 166h204.29q16.71-13 35.24-23.64 18.53-10.63 39.47-17.79 1-4.07 1-8.32T560.95-344H282zM95-95v-771h771v387q-7-41-32.5-73T771-600.29V-771H189v582h248q-2 6.25-2.5 12.5t-.5 13.82V-95zm612.5-244q-46.98 0-79.24-31.76T596-450t32.26-79.24T707.5-561t79.24 31.76T819-450t-32.26 79.24T707.5-339M494-95v-68.4q0-30.25 14-53.42Q522-240 546-252q38-20 78.73-29t83-9 81.77 8.5T868-252q24 12 38.5 35.1T921-163v68zM282-617h325q15-13 33-21.5t39-12.5v-26H282z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ArticlePersonFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M282-617h325q15-13 33-21.5t39-12.5v-26H282zM95-95v-771h771v387q-4-60-50.13-101T707-621q-54.05 0-99.02 30Q563-561 544-510H282v60h254q-1 29 8 56.5t28 49.5H282v60h204q-25.97 23.15-38.99 55.07Q434-197.01 434-163v68zm399 0v-68.4q0-30.6 14-53.6t38-35q38-20 78.5-29t83-9 82 8.5T868-252q24 12 38.5 34.92Q921-194.15 921-163v68zm213.5-244q-46.98 0-79.24-31.76T596-450t32.26-79.24T707.5-561t79.24 31.76T819-450t-32.26 79.24T707.5-339" })));
|
|
6
|
+
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function Automation(_a) {
|
|
3
3
|
var className = _a.className;
|
|
4
4
|
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M289-254q-46 39-96.5 35t-87-35T56-334t19-102l77-129q-26-24-41-57.13-15-33.14-15-69.58 0-73.17 50.68-124.23T270-867q71.52 0 122.76 51.24Q444-764.53 444-692.5t-51.24 123.26Q341.52-518 270-518q-9.23 0-18.46-1T235-523l-80 135q-11 19-6.87 36.19 4.14 17.19 16.95 27.55t29.86 11.81Q212-311 228-325l444-381q47-40 98-37t87 35 48 81.71T886-525l-75 130q26 23 41 55.9t15 69.63q0 72.83-51.54 123.65Q763.91-95 691.46-95 619-95 568.5-145.68T518-269q0-71.52 50.5-122.76T691.48-443q7.87 0 16.77.5 8.91.5 17.75 2.5l80-133q11-18 5.82-35.61-5.17-17.6-18-27.5Q781-646 764-647.5T733-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M289-254q-46 39-96.5 35t-87-35T56-334t19-102l77-129q-26-24-41-57.13-15-33.14-15-69.58 0-73.17 50.68-124.23T270-867q71.52 0 122.76 51.24Q444-764.53 444-692.5t-51.24 123.26Q341.52-518 270-518q-9.23 0-18.46-1T235-523l-80 135q-11 19-6.87 36.19 4.14 17.19 16.95 27.55t29.86 11.81Q212-311 228-325l444-381q47-40 98-37t87 35 48 81.71T886-525l-75 130q26 23 41 55.9t15 69.63q0 72.83-51.54 123.65Q763.91-95 691.46-95 619-95 568.5-145.68T518-269q0-71.52 50.5-122.76T691.48-443q7.87 0 16.77.5 8.91.5 17.75 2.5l80-133q11-18 5.82-35.61-5.17-17.6-18-27.5Q781-646 764-647.5T733-636zm-18.84-359q32.84 0 56.34-23.16t23.5-56.5T326.34-749t-57-23T213-748.87t-23 57.03Q190-659 213.13-636t57.03 23m421.47 424q33.64 0 57-23.13Q772-235.26 772-269.16q0-32.84-23.34-56.34-23.33-23.5-57.53-23.5-33.13 0-55.63 23.66t-22.5 57T635.5-212t56.13 23m.37-80" })));
|
|
6
6
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function GlobeLocationPin(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M481.04-55q-88.09 0-165.56-33.5Q238-122 179.95-179.71q-58.06-57.72-91.5-135.06Q55-392.12 55-480.06t33.45-165.22q33.44-77.27 91.5-135Q238-838 315.56-872t165.74-34q166.5 0 287.1 112T904-518q-23-13-48-19.5t-51-6.5q-15.32-82.78-68.16-148.39T605-791v100.97H438.86v123.22H315V-482h293v44q-13 24.38-20.5 50.82T580-333q0 65 37.5 122T687-108q-46 26-97.5 39.5T481.04-55M439-150v-81h-80.88v-127.54L159-558q-5 20-7 38.5t-2 37.94q0 126.23 82 221.89Q314-164 439-150m356.25 95q-8.25 0-15.17-4.5Q773.17-64 771-72q-13-37-33.5-68.5T693-202q-23.23-27.66-38.12-61.02Q640-296.39 640-332.51q0-64.78 45.35-110.13Q730.7-488 794.85-488t109.65 45.39Q950-397.21 950-333q0 37-14.5 70T898-202q-23 31-44.61 61.92T819-72q-2.17 8-8.83 12.5-6.67 4.5-14.92 4.5m-.25-98q14-21 28.5-41t30.5-40q17-21 29-45.82T895-333q0-41-29-70.5T795-433t-71 29.5-29 70.92Q695-305 707-280t29 46q16 20 30.5 40t28.5 41m0-130q-21 0-35.5-14T745-333q0-21 14.5-35.5T795-383t35.5 14.5T845-333q0 22-14.5 36T795-283" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function InboxTextAsterisk(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-95v-771h771v346q-22-12-45.5-21T771-554v-217H189v390h161q18 27 39.5 46.5T438-306q-4 16-4 31.5t1 30.5q-32-8-61.5-27.5T326-321H189v132h256q5 26 16 49.5T488-95zm94-94h256zm93-429h397v-60H282zm0 144h237q18-19 40-33.5t46-26.5H282zm394 364-76-56 61-82-99-32 30-89 97 30v-102h95v102l98-30 28 89-97 32 60 82-77 56-60-83z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function InboxTextAsteriskFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-95v-771h771v346q-22-12-45.5-21T771-554v-217H189v390h161q18 27 39.5 46.5T438-306q-12 56 2 110.5T488-95zm187-523h397v-60H282zm0 144h237q18-19 40-33.5t46-26.5H282zm394 364-76-56 61-82-99-32 30-89 97 30v-102h95v102l98-30 28 89-97 32 60 82-77 56-60-83z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function InboxTextPerson(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-95v-771h771v346q-22-12-45.5-21T771-554v-217H189v390h161q18 27 39.5 46.5T438-306q-4 16-4 31.5t1 30.5q-32-8-61.5-27.5T326-321H189v132h256q5 26 16 49.5T488-95zm94-94h256zm93-429h397v-60H282zm0 144h237q18-19 40-33.5t46-26.5H282zm274 339v-25q0-26 16.5-48t39.5-34q25-11 53.5-17t56.5-6q32 0 60 6t56 17q23 12 39.5 33.5T894-161v25zm169-193q-31 0-53-22t-22-53 22-53 53-22q30 0 52.5 22t22.5 53-22.5 53-52.5 22" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function InboxTextPersonFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M556-135v-25q0-26.38 16.5-48.19T612-242q25-11 53.5-17t56.5-6q32 0 60 6t56 17q23 12 39.5 33.5T894-161v25zm168.96-193Q694-328 672-350.04q-22-22.05-22-53Q650-434 672.04-456q22.05-22 53-22 29.96 0 52.46 22.04 22.5 22.05 22.5 53Q800-372 777.46-350q-22.55 22-52.5 22M95-95v-771h771v346q-22-12-45.58-21.11-23.58-9.1-49.42-12.89v-217H189v390h161q18 27 39.4 46.33Q410.79-315.33 438-306q-12 56 2 110.5T488-95zm187-523h397v-60H282zm0 144h237q18-19 40-33.5t46-26.5H282z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function InboxTextShare(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-95v-771h771v346q-22-12-45.5-21T771-554.04V-771H189v390h160.85q18.15 27 39.65 46.5T438-306q-4 16-4 31.5t1 30.5q-32.46-8.18-61.74-27.7Q343.98-291.21 326-321H189v132h255.78Q450-163 461-139.5T488-95zm94-94h256zm93-429h397v-60H282zm0 144h237q18-19 40-33.5t46-26.5H282zM796.33-55q-33.68 0-56-21.5Q718-98 716-129q0-2 .5-3.5t.5-3.5l-83-48q-7.77 5-18.03 7-10.25 2-19.97 2-34.36 0-57.18-22.82T516-254.5t22.82-56.68T596-334q9.72 0 19.82 3 10.11 3 18.21 7L717-372.53q-1-33.47 22-56.97 22.99-23.5 57.5-23.5 32.5 0 56 22.82T876-373.5t-23.54 56.68Q828.91-294 795.64-294 785-294 775-296.75T757-305l-74 45v11.06L757-204q8-4 18-7t21-3q33.13 0 56.56 22.82Q876-168.36 876-134.5t-23.62 56.68T796.33-55" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function InboxTextShareFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M796.24-55q-33.59 0-55.91-21.31Q718-97.62 716-129q0-2 .5-3.5t.5-3.5l-83-48q-7.77 5-17.84 7-10.08 2-20.16 2-34.24 0-57.12-22.91Q516-220.81 516-254.59q0-33.77 22.88-56.59T596-334q10.08 0 20.01 3 9.92 3 18.02 7L717-372.53q-1-33.47 22-56.97 22.99-23.5 57.5-23.5 32.38 0 55.94 22.91Q876-407.19 876-373.41q0 33.77-23.61 56.59Q828.79-294 795.64-294q-11.01 0-20.82-2.75Q765-299.5 757-305l-74 45v11.06L757-204q8-4 17.82-7 9.81-3 21.18-3 33 0 56.5 22.91 23.5 22.9 23.5 56.68 0 33.77-23.71 56.59Q828.59-55 796.24-55M95-95v-771h771v346q-22-12-45.58-21.11-23.58-9.1-49.42-12.93V-771H189v390h160.85q18.15 27 39.55 46.33Q410.79-315.33 438-306q-12 56 2 110.5T488-95zm187-523h397v-60H282zm0 144h237q18-19 40-33.5t46-26.5H282z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function LockOpenCircle(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M319-324h322v-242h-57v-56q0-42.78-30.65-73.39Q522.69-726 479.85-726q-42.85 0-73.35 30.61T376-622v11h65v-11q0-16.57 11.22-27.79Q463.44-661 480.02-661t27.78 11.21Q519-638.57 519-622v56H319zM480.4-55q-88.87 0-166.12-33.08-77.25-33.09-135.18-91.02T88.08-314.22Q55-391.41 55-480.36q0-88.96 33.08-166.29 33.09-77.32 90.86-134.81 57.77-57.48 135.03-91.01Q391.24-906 480.28-906t166.49 33.45q77.44 33.46 134.85 90.81t90.89 134.87Q906-569.34 906-480.27q0 89.01-33.53 166.25t-91.01 134.86q-57.49 57.62-134.83 90.89Q569.28-55 480.4-55m.1-94q137.5 0 234-96.37T811-480.5q0-137.5-96.31-234T479.5-811q-137.5 0-234 96.31T149-479.5q0 137.5 96.37 234T480.5-149m-.5-331" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function LockOpenCircleFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M319-324h322v-242h-57v-56q0-42.78-30.65-73.39Q522.69-726 479.85-726q-42.85 0-73.35 30.61T376-622v11h65v-11q0-16.45 11.31-27.72 11.3-11.28 27.8-11.28 16.49 0 27.69 11.28Q519-638.45 519-622v56H319zM480.14-55Q392-55 314.51-88.08q-77.48-33.09-135.41-91.02T88.08-314.37Q55-391.72 55-479.86 55-569 88.08-646.49q33.09-77.48 90.86-134.97 57.77-57.48 135.19-91.01Q391.56-906 479.78-906q89.22 0 166.83 33.45 77.6 33.46 135.01 90.81t90.89 134.87Q906-569.34 906-480q0 88.28-33.53 165.75t-91.01 135.28q-57.49 57.8-134.83 90.89Q569.28-55 480.14-55" })));
|
|
6
|
+
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function MagnifyDocked(_a) {
|
|
3
3
|
var className = _a.className;
|
|
4
4
|
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M55-135v-691h851v691zm94-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M55-135v-691h851v691zm94-134v40h662v-40zm0-80h662v-382H149zm411-76h80v-75h75v-80h-75v-75h-80v75h-75v80h75zM149-269v40z" })));
|
|
6
6
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function MagnifyDockedFilled({ className }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
}): React.JSX.Element;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function MagnifyDockedFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M55-135v-691h851v691zm94-214h662v-382H149zm411-76h80v-75h75v-80h-75v-75h-80v75h-75v80h75z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function NfcOff(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-95v-681l-73-72 51-51L896-76l-51 51-69-70zm134-134v-413l-40-39v492h492l-39-40zm637 22-95-94v-470H301l-94-95h659zm-566-93h270L300-570zm431-41-71-71v-248H510v98l-52-51.95V-731h273zM537-537" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function NfcOffFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M95-95v-681l-73-72 51-51L896-76l-51 51-69-70zm134-134h413l-72-71H300v-270l-71-72zm637 23L731-340v-391H458v118L206-866h660zM660-411 510-561v-99h150z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function NotificationSettings(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M481-46q-37 0-63-26t-26-63h177q0 37-26 63t-62 26M135-175v-94h71v-279q0-107 69.5-189.5T460-820q-11 23-16.5 47.5T437-723q-60 16-98.5 64T300-548v279h360v-157q24 5 47.5 5t47.5-5v157h71v94zm532-313-6-52q-19-5-36-15t-31-24l-45 22-44-71 41-32q-7-18-7-37t7-37l-41-32 44-71 45 21q15-13 31.5-22.5T661-853l6-53h79l7 53q19 5 35.5 14.5T820-816l45-21 45 71-42 32q6 18 6 37t-6 37l42 32-45 71-45-22q-14 14-31 24t-36 15l-7 52zm40-113q39 0 67.5-28t28.5-68-28.5-68-67.5-28q-40 0-68.5 28T610-697t28.5 68 68.5 28" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function NotificationSettingsFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M481-46q-37 0-63-26t-26-63h177q0 37-26 63t-62 26M135-175v-94h71v-279q0-107 69.5-189.5T460-820q-17 33-24 68t-5 72q4 62 31.5 113.5T535-480t102 50.5 118 3.5v157h71v94zm532-313-6-52q-19-5-36-15t-31-24l-45 22-44-71 41-32q-7-18-7-37t7-37l-41-32 44-71 45 21q15-13 31.5-22.5T661-853l6-53h79l7 53q19 5 35.5 14.5T820-816l45-21 45 71-42 32q6 18 6 37t-6 37l42 32-45 71-45-22q-14 14-31 24t-36 15l-7 52zm40-113q39 0 67.5-28t28.5-68-28.5-68-67.5-28q-40 0-68.5 28T610-697t28.5 68 68.5 28" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function PlugConnect(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M273-135v-42.43H95V-434H10v-93h85v-255h178v-44h94v691zm-85-136h85v-417h-85zm405 136v-170H452v-94h141v-162H452v-93h141v-172h94v44h179v255h84v93h-84v256.57H687V-135zm94-136h85v-417h-85zm0-209" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function PlugConnectFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M273-135v-42.43H95V-434H10v-93h85v-255h178v-44h94v691zm320 0v-170H452v-94h141v-162H452v-93h141v-172h94v44h179v255h84v93h-84v256.57H687V-135z" })));
|
|
6
|
+
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function Public(_a) {
|
|
3
3
|
var className = _a.className;
|
|
4
4
|
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480.86-55q-88.02 0-165.44-33.5t-135.47-91.21q-58.06-57.72-91.5-135.06Q55-392.12 55-480.06t33.45-165.22q33.44-77.27 91.5-135Q238-838 315.54-872q77.53-34 165.69-34t165.11 34 134.8 91.5Q839-723 872.5-645.55q33.5 77.44 33.5 165.5 0 88.05-33.4 165.44-33.41 77.39-91.39 135.19-57.97 57.81-135.33 91.12Q568.52-55 480.86-55M439-150v-81q-35 0-58.02-25.41-23.01-25.41-23.01-59.59v-43L159-558q-5 20-7 38.5t-2 37.94q0 126.23 82 221.89Q314-164 439-150m286-
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480.86-55q-88.02 0-165.44-33.5t-135.47-91.21q-58.06-57.72-91.5-135.06Q55-392.12 55-480.06t33.45-165.22q33.44-77.27 91.5-135Q238-838 315.54-872q77.53-34 165.69-34t165.11 34 134.8 91.5Q839-723 872.5-645.55q33.5 77.44 33.5 165.5 0 88.05-33.4 165.44-33.41 77.39-91.39 135.19-57.97 57.81-135.33 91.12Q568.52-55 480.86-55M439-150v-81q-35 0-58.02-25.41-23.01-25.41-23.01-59.59v-43L159-558q-5 20-7 38.5t-2 37.94q0 126.23 82 221.89Q314-164 439-150m286.1-105q42.9-46 64.4-104.72Q811-418.43 811-481.59q0-102.76-56-186.59Q699-752 605-791v17q0 33.76-24.15 58.88Q556.71-690 522.96-690H439v84.7q0 17.3-13.5 27.8T394.7-567H315v85h251.2q16.57 0 27.69 13.14Q605-455.71 605-439.24V-316h41q28 0 49.62 17t29.48 44" })));
|
|
6
6
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StackGroup(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M319-55v-264H54v-587h587v264h265v587zm87-87h413v-413H554v-264H141v413h265zm74-338" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StackGroupFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M319-55v-264H54v-587h587v264h265v587z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StylusBrush(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480.29-321q-107.2 0-182.25-76Q223-473 223-577q0-41 3-79t29-81 84-94.5T507-951q3 48 42.5 96t80.2 81.67Q672-739 705-685t33 107.97Q738-473 662.75-397t-182.46 76m-.51-93q68.87 0 117.04-48.92Q645-511.83 645-576.93q0-33.07-21.5-65.57T572-700q-28-23-54.5-51.5T470-814q-69 55-111.5 110.5T316-577q0 65.13 47.46 114.06Q410.91-414 479.78-414M135-95l54-126h581l56 126z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StylusBrushFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480-321q-107 0-182-76t-75-180q0-41 3-79t29-81 84-94.5T507-951q3 48 42.5 96t80.5 82q42 34 75 88t33 108q0 104-75 180t-183 76M135-95l54-126h581l56 126z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StylusFountainPen(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M293-304 192-688l288-262 288 262-100 384zm74-95h226l71-257-147-132v129q16 9 25.5 24.5T552-599q0 29-21 49.5T480-529t-51-20.5-21-49.5q0-20 10.5-36t26.5-25v-129L297-656zM135-95l54-126h581l56 126z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StylusFountainPenFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M293-304h375l100-384-251-229v258q16 9 25.5 24.5T552-599q0 29-21 49.5T480-529t-51-20.5-21-49.5q0-20 10.5-36t26.5-25v-258L192-688zM135-95l54-126h581l56 126z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StylusHighlighter(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M262-306v-560h117l317 156v404zm94-94h246v-250L356-771zM135-95l54-126h581l56 126zm221-305h246z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StylusHighlighterFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M262-306v-560h117l317 156v404zM135-95l54-126h581l56 126z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StylusPen(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m219-321 109-396h66v-60l65-129h41l66 129v60h66l108 396zm123-94h275l-56-209H398zM135-95l54-126h581l56 126zm207-320h275z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StylusPenFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m219-321 109-396h66v-60l65-129h41l66 129v60h66l108 396zM135-95l54-126h581l56 126z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StylusPencil(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m226-321 216-545h76l215 545zm137-94h234L480-704zm0 0h234zM135-95l54-126h581l56 126z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function StylusPencilFilled(_a) {
|
|
3
|
+
var className = _a.className;
|
|
4
|
+
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m226-321 216-545h76l215 545zM135-95l54-126h581l56 126z" })));
|
|
6
|
+
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function Thunderstorm(_a) {
|
|
3
3
|
var className = _a.className;
|
|
4
4
|
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m279-9 40-112h-84l55-153h127l-48 109h92L339-9zm285-45 32-89h-88l48-131h127l-38 87h91L624-54zM290-334q-93.38 0-160.19-67.02T63-560.83Q63-645 121-711t145-75q35.36-56 90.74-89.5Q412.13-909 480.19-909 573-909 638-851t84 144q82 8 128.5 61.47T897-521.86Q897-444 842.46-389T710-334zm0-95h420q39.06 0 66.03-26.76t26.97-65.5T776.03-587 710-614h-77v-47q0-63.99-44.48-108.49Q544.03-814 480.29-814q-46.19 0-84.4 24.81T340-723l-12.29 29H289q-55.39 1.75-93.7 40.13-38.3 38.38-38.3 92.39 0 54.55 38.69 93.52Q234.39-429 290-429m190-192" })));
|
|
6
6
|
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
export default function ThunderstormFilled(_a) {
|
|
3
3
|
var className = _a.className;
|
|
4
4
|
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m279-9 40-112h-84l55-153h127l-48 109h92L339-9zm285-45 32-89h-88l48-131h127l-38 87h91L624-54zM290-334q-94 0-160.5-67T63-561q0-84 58-150t145-75q35-56 90.5-89.5T480-909q93 0 158 58t84 144q82 8 128.5 61.5T897-521q0 77-54.5 132T710-334z" })));
|
|
6
6
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -176,6 +176,8 @@ export { default as AlarmOff } from './components/AlarmOff';
|
|
|
176
176
|
export { default as AlarmOffFilled } from './components/AlarmOffFilled';
|
|
177
177
|
export { default as AlarmOn } from './components/AlarmOn';
|
|
178
178
|
export { default as AlarmOnFilled } from './components/AlarmOnFilled';
|
|
179
|
+
export { default as AlarmPause } from './components/AlarmPause';
|
|
180
|
+
export { default as AlarmPauseFilled } from './components/AlarmPauseFilled';
|
|
179
181
|
export { default as AlarmSmartWake } from './components/AlarmSmartWake';
|
|
180
182
|
export { default as AlarmSmartWakeFilled } from './components/AlarmSmartWakeFilled';
|
|
181
183
|
export { default as Album } from './components/Album';
|
|
@@ -400,6 +402,8 @@ export { default as ArtTrack } from './components/ArtTrack';
|
|
|
400
402
|
export { default as ArtTrackFilled } from './components/ArtTrackFilled';
|
|
401
403
|
export { default as Article } from './components/Article';
|
|
402
404
|
export { default as ArticleFilled } from './components/ArticleFilled';
|
|
405
|
+
export { default as ArticlePerson } from './components/ArticlePerson';
|
|
406
|
+
export { default as ArticlePersonFilled } from './components/ArticlePersonFilled';
|
|
403
407
|
export { default as ArticleShortcut } from './components/ArticleShortcut';
|
|
404
408
|
export { default as ArticleShortcutFilled } from './components/ArticleShortcutFilled';
|
|
405
409
|
export { default as Artist } from './components/Artist';
|
|
@@ -838,10 +842,6 @@ export { default as BrightnessAuto } from './components/BrightnessAuto';
|
|
|
838
842
|
export { default as BrightnessAutoFilled } from './components/BrightnessAutoFilled';
|
|
839
843
|
export { default as BrightnessEmpty } from './components/BrightnessEmpty';
|
|
840
844
|
export { default as BrightnessEmptyFilled } from './components/BrightnessEmptyFilled';
|
|
841
|
-
export { default as BrightnessHigh } from './components/BrightnessHigh';
|
|
842
|
-
export { default as BrightnessHighFilled } from './components/BrightnessHighFilled';
|
|
843
|
-
export { default as BrightnessLow } from './components/BrightnessLow';
|
|
844
|
-
export { default as BrightnessLowFilled } from './components/BrightnessLowFilled';
|
|
845
845
|
export { default as BrightnessMedium } from './components/BrightnessMedium';
|
|
846
846
|
export { default as BrightnessMediumFilled } from './components/BrightnessMediumFilled';
|
|
847
847
|
export { default as BringYourOwnIp } from './components/BringYourOwnIp';
|
|
@@ -1206,8 +1206,6 @@ export { default as CloudSync } from './components/CloudSync';
|
|
|
1206
1206
|
export { default as CloudSyncFilled } from './components/CloudSyncFilled';
|
|
1207
1207
|
export { default as CloudUpload } from './components/CloudUpload';
|
|
1208
1208
|
export { default as CloudUploadFilled } from './components/CloudUploadFilled';
|
|
1209
|
-
export { default as CloudySnowing } from './components/CloudySnowing';
|
|
1210
|
-
export { default as CloudySnowingFilled } from './components/CloudySnowingFilled';
|
|
1211
1209
|
export { default as Co2 } from './components/Co2';
|
|
1212
1210
|
export { default as Co2Filled } from './components/Co2Filled';
|
|
1213
1211
|
export { default as CoPresent } from './components/CoPresent';
|
|
@@ -2664,6 +2662,8 @@ export { default as GlobeAsiaFilled } from './components/GlobeAsiaFilled';
|
|
|
2664
2662
|
export { default as GlobeBook } from './components/GlobeBook';
|
|
2665
2663
|
export { default as GlobeBookFilled } from './components/GlobeBookFilled';
|
|
2666
2664
|
export { default as GlobeFilled } from './components/GlobeFilled';
|
|
2665
|
+
export { default as GlobeLocationPin } from './components/GlobeLocationPin';
|
|
2666
|
+
export { default as GlobeLocationPinFilled } from './components/GlobeLocationPinFilled';
|
|
2667
2667
|
export { default as GlobeUk } from './components/GlobeUk';
|
|
2668
2668
|
export { default as GlobeUkFilled } from './components/GlobeUkFilled';
|
|
2669
2669
|
export { default as Glucose } from './components/Glucose';
|
|
@@ -3061,7 +3061,13 @@ export { default as InboxCustomize } from './components/InboxCustomize';
|
|
|
3061
3061
|
export { default as InboxCustomizeFilled } from './components/InboxCustomizeFilled';
|
|
3062
3062
|
export { default as InboxFilled } from './components/InboxFilled';
|
|
3063
3063
|
export { default as InboxText } from './components/InboxText';
|
|
3064
|
+
export { default as InboxTextAsterisk } from './components/InboxTextAsterisk';
|
|
3065
|
+
export { default as InboxTextAsteriskFilled } from './components/InboxTextAsteriskFilled';
|
|
3064
3066
|
export { default as InboxTextFilled } from './components/InboxTextFilled';
|
|
3067
|
+
export { default as InboxTextPerson } from './components/InboxTextPerson';
|
|
3068
|
+
export { default as InboxTextPersonFilled } from './components/InboxTextPersonFilled';
|
|
3069
|
+
export { default as InboxTextShare } from './components/InboxTextShare';
|
|
3070
|
+
export { default as InboxTextShareFilled } from './components/InboxTextShareFilled';
|
|
3065
3071
|
export { default as IncompleteCircle } from './components/IncompleteCircle';
|
|
3066
3072
|
export { default as IncompleteCircleFilled } from './components/IncompleteCircleFilled';
|
|
3067
3073
|
export { default as IndeterminateCheckBox } from './components/IndeterminateCheckBox';
|
|
@@ -3481,6 +3487,8 @@ export { default as LockClock } from './components/LockClock';
|
|
|
3481
3487
|
export { default as LockClockFilled } from './components/LockClockFilled';
|
|
3482
3488
|
export { default as LockFilled } from './components/LockFilled';
|
|
3483
3489
|
export { default as LockOpen } from './components/LockOpen';
|
|
3490
|
+
export { default as LockOpenCircle } from './components/LockOpenCircle';
|
|
3491
|
+
export { default as LockOpenCircleFilled } from './components/LockOpenCircleFilled';
|
|
3484
3492
|
export { default as LockOpenFilled } from './components/LockOpenFilled';
|
|
3485
3493
|
export { default as LockOpenRight } from './components/LockOpenRight';
|
|
3486
3494
|
export { default as LockOpenRightFilled } from './components/LockOpenRightFilled';
|
|
@@ -4054,6 +4062,8 @@ export { default as NextWeek } from './components/NextWeek';
|
|
|
4054
4062
|
export { default as NextWeekFilled } from './components/NextWeekFilled';
|
|
4055
4063
|
export { default as Nfc } from './components/Nfc';
|
|
4056
4064
|
export { default as NfcFilled } from './components/NfcFilled';
|
|
4065
|
+
export { default as NfcOff } from './components/NfcOff';
|
|
4066
|
+
export { default as NfcOffFilled } from './components/NfcOffFilled';
|
|
4057
4067
|
export { default as NightShelter } from './components/NightShelter';
|
|
4058
4068
|
export { default as NightShelterFilled } from './components/NightShelterFilled';
|
|
4059
4069
|
export { default as NightSightAuto } from './components/NightSightAuto';
|
|
@@ -4138,6 +4148,8 @@ export { default as NotificationImportant } from './components/NotificationImpor
|
|
|
4138
4148
|
export { default as NotificationImportantFilled } from './components/NotificationImportantFilled';
|
|
4139
4149
|
export { default as NotificationMultiple } from './components/NotificationMultiple';
|
|
4140
4150
|
export { default as NotificationMultipleFilled } from './components/NotificationMultipleFilled';
|
|
4151
|
+
export { default as NotificationSettings } from './components/NotificationSettings';
|
|
4152
|
+
export { default as NotificationSettingsFilled } from './components/NotificationSettingsFilled';
|
|
4141
4153
|
export { default as Notifications } from './components/Notifications';
|
|
4142
4154
|
export { default as NotificationsActive } from './components/NotificationsActive';
|
|
4143
4155
|
export { default as NotificationsActiveFilled } from './components/NotificationsActiveFilled';
|
|
@@ -4576,6 +4588,8 @@ export { default as PlaylistPlay } from './components/PlaylistPlay';
|
|
|
4576
4588
|
export { default as PlaylistPlayFilled } from './components/PlaylistPlayFilled';
|
|
4577
4589
|
export { default as PlaylistRemove } from './components/PlaylistRemove';
|
|
4578
4590
|
export { default as PlaylistRemoveFilled } from './components/PlaylistRemoveFilled';
|
|
4591
|
+
export { default as PlugConnect } from './components/PlugConnect';
|
|
4592
|
+
export { default as PlugConnectFilled } from './components/PlugConnectFilled';
|
|
4579
4593
|
export { default as Plumbing } from './components/Plumbing';
|
|
4580
4594
|
export { default as PlumbingFilled } from './components/PlumbingFilled';
|
|
4581
4595
|
export { default as Podcasts } from './components/Podcasts';
|
|
@@ -5684,6 +5698,8 @@ export { default as SsidChart } from './components/SsidChart';
|
|
|
5684
5698
|
export { default as SsidChartFilled } from './components/SsidChartFilled';
|
|
5685
5699
|
export { default as Stack } from './components/Stack';
|
|
5686
5700
|
export { default as StackFilled } from './components/StackFilled';
|
|
5701
|
+
export { default as StackGroup } from './components/StackGroup';
|
|
5702
|
+
export { default as StackGroupFilled } from './components/StackGroupFilled';
|
|
5687
5703
|
export { default as StackHexagon } from './components/StackHexagon';
|
|
5688
5704
|
export { default as StackHexagonFilled } from './components/StackHexagonFilled';
|
|
5689
5705
|
export { default as StackOff } from './components/StackOff';
|
|
@@ -5809,11 +5825,21 @@ export { default as StyleFilled } from './components/StyleFilled';
|
|
|
5809
5825
|
export { default as Styler } from './components/Styler';
|
|
5810
5826
|
export { default as StylerFilled } from './components/StylerFilled';
|
|
5811
5827
|
export { default as Stylus } from './components/Stylus';
|
|
5828
|
+
export { default as StylusBrush } from './components/StylusBrush';
|
|
5829
|
+
export { default as StylusBrushFilled } from './components/StylusBrushFilled';
|
|
5812
5830
|
export { default as StylusFilled } from './components/StylusFilled';
|
|
5831
|
+
export { default as StylusFountainPen } from './components/StylusFountainPen';
|
|
5832
|
+
export { default as StylusFountainPenFilled } from './components/StylusFountainPenFilled';
|
|
5833
|
+
export { default as StylusHighlighter } from './components/StylusHighlighter';
|
|
5834
|
+
export { default as StylusHighlighterFilled } from './components/StylusHighlighterFilled';
|
|
5813
5835
|
export { default as StylusLaserPointer } from './components/StylusLaserPointer';
|
|
5814
5836
|
export { default as StylusLaserPointerFilled } from './components/StylusLaserPointerFilled';
|
|
5815
5837
|
export { default as StylusNote } from './components/StylusNote';
|
|
5816
5838
|
export { default as StylusNoteFilled } from './components/StylusNoteFilled';
|
|
5839
|
+
export { default as StylusPen } from './components/StylusPen';
|
|
5840
|
+
export { default as StylusPenFilled } from './components/StylusPenFilled';
|
|
5841
|
+
export { default as StylusPencil } from './components/StylusPencil';
|
|
5842
|
+
export { default as StylusPencilFilled } from './components/StylusPencilFilled';
|
|
5817
5843
|
export { default as SubdirectoryArrowLeft } from './components/SubdirectoryArrowLeft';
|
|
5818
5844
|
export { default as SubdirectoryArrowLeftFilled } from './components/SubdirectoryArrowLeftFilled';
|
|
5819
5845
|
export { default as SubdirectoryArrowRight } from './components/SubdirectoryArrowRight';
|
package/dist/index.js
CHANGED
|
@@ -176,6 +176,8 @@ export { default as AlarmOff } from './components/AlarmOff';
|
|
|
176
176
|
export { default as AlarmOffFilled } from './components/AlarmOffFilled';
|
|
177
177
|
export { default as AlarmOn } from './components/AlarmOn';
|
|
178
178
|
export { default as AlarmOnFilled } from './components/AlarmOnFilled';
|
|
179
|
+
export { default as AlarmPause } from './components/AlarmPause';
|
|
180
|
+
export { default as AlarmPauseFilled } from './components/AlarmPauseFilled';
|
|
179
181
|
export { default as AlarmSmartWake } from './components/AlarmSmartWake';
|
|
180
182
|
export { default as AlarmSmartWakeFilled } from './components/AlarmSmartWakeFilled';
|
|
181
183
|
export { default as Album } from './components/Album';
|
|
@@ -400,6 +402,8 @@ export { default as ArtTrack } from './components/ArtTrack';
|
|
|
400
402
|
export { default as ArtTrackFilled } from './components/ArtTrackFilled';
|
|
401
403
|
export { default as Article } from './components/Article';
|
|
402
404
|
export { default as ArticleFilled } from './components/ArticleFilled';
|
|
405
|
+
export { default as ArticlePerson } from './components/ArticlePerson';
|
|
406
|
+
export { default as ArticlePersonFilled } from './components/ArticlePersonFilled';
|
|
403
407
|
export { default as ArticleShortcut } from './components/ArticleShortcut';
|
|
404
408
|
export { default as ArticleShortcutFilled } from './components/ArticleShortcutFilled';
|
|
405
409
|
export { default as Artist } from './components/Artist';
|
|
@@ -838,10 +842,6 @@ export { default as BrightnessAuto } from './components/BrightnessAuto';
|
|
|
838
842
|
export { default as BrightnessAutoFilled } from './components/BrightnessAutoFilled';
|
|
839
843
|
export { default as BrightnessEmpty } from './components/BrightnessEmpty';
|
|
840
844
|
export { default as BrightnessEmptyFilled } from './components/BrightnessEmptyFilled';
|
|
841
|
-
export { default as BrightnessHigh } from './components/BrightnessHigh';
|
|
842
|
-
export { default as BrightnessHighFilled } from './components/BrightnessHighFilled';
|
|
843
|
-
export { default as BrightnessLow } from './components/BrightnessLow';
|
|
844
|
-
export { default as BrightnessLowFilled } from './components/BrightnessLowFilled';
|
|
845
845
|
export { default as BrightnessMedium } from './components/BrightnessMedium';
|
|
846
846
|
export { default as BrightnessMediumFilled } from './components/BrightnessMediumFilled';
|
|
847
847
|
export { default as BringYourOwnIp } from './components/BringYourOwnIp';
|
|
@@ -1206,8 +1206,6 @@ export { default as CloudSync } from './components/CloudSync';
|
|
|
1206
1206
|
export { default as CloudSyncFilled } from './components/CloudSyncFilled';
|
|
1207
1207
|
export { default as CloudUpload } from './components/CloudUpload';
|
|
1208
1208
|
export { default as CloudUploadFilled } from './components/CloudUploadFilled';
|
|
1209
|
-
export { default as CloudySnowing } from './components/CloudySnowing';
|
|
1210
|
-
export { default as CloudySnowingFilled } from './components/CloudySnowingFilled';
|
|
1211
1209
|
export { default as Co2 } from './components/Co2';
|
|
1212
1210
|
export { default as Co2Filled } from './components/Co2Filled';
|
|
1213
1211
|
export { default as CoPresent } from './components/CoPresent';
|
|
@@ -2664,6 +2662,8 @@ export { default as GlobeAsiaFilled } from './components/GlobeAsiaFilled';
|
|
|
2664
2662
|
export { default as GlobeBook } from './components/GlobeBook';
|
|
2665
2663
|
export { default as GlobeBookFilled } from './components/GlobeBookFilled';
|
|
2666
2664
|
export { default as GlobeFilled } from './components/GlobeFilled';
|
|
2665
|
+
export { default as GlobeLocationPin } from './components/GlobeLocationPin';
|
|
2666
|
+
export { default as GlobeLocationPinFilled } from './components/GlobeLocationPinFilled';
|
|
2667
2667
|
export { default as GlobeUk } from './components/GlobeUk';
|
|
2668
2668
|
export { default as GlobeUkFilled } from './components/GlobeUkFilled';
|
|
2669
2669
|
export { default as Glucose } from './components/Glucose';
|
|
@@ -3061,7 +3061,13 @@ export { default as InboxCustomize } from './components/InboxCustomize';
|
|
|
3061
3061
|
export { default as InboxCustomizeFilled } from './components/InboxCustomizeFilled';
|
|
3062
3062
|
export { default as InboxFilled } from './components/InboxFilled';
|
|
3063
3063
|
export { default as InboxText } from './components/InboxText';
|
|
3064
|
+
export { default as InboxTextAsterisk } from './components/InboxTextAsterisk';
|
|
3065
|
+
export { default as InboxTextAsteriskFilled } from './components/InboxTextAsteriskFilled';
|
|
3064
3066
|
export { default as InboxTextFilled } from './components/InboxTextFilled';
|
|
3067
|
+
export { default as InboxTextPerson } from './components/InboxTextPerson';
|
|
3068
|
+
export { default as InboxTextPersonFilled } from './components/InboxTextPersonFilled';
|
|
3069
|
+
export { default as InboxTextShare } from './components/InboxTextShare';
|
|
3070
|
+
export { default as InboxTextShareFilled } from './components/InboxTextShareFilled';
|
|
3065
3071
|
export { default as IncompleteCircle } from './components/IncompleteCircle';
|
|
3066
3072
|
export { default as IncompleteCircleFilled } from './components/IncompleteCircleFilled';
|
|
3067
3073
|
export { default as IndeterminateCheckBox } from './components/IndeterminateCheckBox';
|
|
@@ -3481,6 +3487,8 @@ export { default as LockClock } from './components/LockClock';
|
|
|
3481
3487
|
export { default as LockClockFilled } from './components/LockClockFilled';
|
|
3482
3488
|
export { default as LockFilled } from './components/LockFilled';
|
|
3483
3489
|
export { default as LockOpen } from './components/LockOpen';
|
|
3490
|
+
export { default as LockOpenCircle } from './components/LockOpenCircle';
|
|
3491
|
+
export { default as LockOpenCircleFilled } from './components/LockOpenCircleFilled';
|
|
3484
3492
|
export { default as LockOpenFilled } from './components/LockOpenFilled';
|
|
3485
3493
|
export { default as LockOpenRight } from './components/LockOpenRight';
|
|
3486
3494
|
export { default as LockOpenRightFilled } from './components/LockOpenRightFilled';
|
|
@@ -4054,6 +4062,8 @@ export { default as NextWeek } from './components/NextWeek';
|
|
|
4054
4062
|
export { default as NextWeekFilled } from './components/NextWeekFilled';
|
|
4055
4063
|
export { default as Nfc } from './components/Nfc';
|
|
4056
4064
|
export { default as NfcFilled } from './components/NfcFilled';
|
|
4065
|
+
export { default as NfcOff } from './components/NfcOff';
|
|
4066
|
+
export { default as NfcOffFilled } from './components/NfcOffFilled';
|
|
4057
4067
|
export { default as NightShelter } from './components/NightShelter';
|
|
4058
4068
|
export { default as NightShelterFilled } from './components/NightShelterFilled';
|
|
4059
4069
|
export { default as NightSightAuto } from './components/NightSightAuto';
|
|
@@ -4138,6 +4148,8 @@ export { default as NotificationImportant } from './components/NotificationImpor
|
|
|
4138
4148
|
export { default as NotificationImportantFilled } from './components/NotificationImportantFilled';
|
|
4139
4149
|
export { default as NotificationMultiple } from './components/NotificationMultiple';
|
|
4140
4150
|
export { default as NotificationMultipleFilled } from './components/NotificationMultipleFilled';
|
|
4151
|
+
export { default as NotificationSettings } from './components/NotificationSettings';
|
|
4152
|
+
export { default as NotificationSettingsFilled } from './components/NotificationSettingsFilled';
|
|
4141
4153
|
export { default as Notifications } from './components/Notifications';
|
|
4142
4154
|
export { default as NotificationsActive } from './components/NotificationsActive';
|
|
4143
4155
|
export { default as NotificationsActiveFilled } from './components/NotificationsActiveFilled';
|
|
@@ -4576,6 +4588,8 @@ export { default as PlaylistPlay } from './components/PlaylistPlay';
|
|
|
4576
4588
|
export { default as PlaylistPlayFilled } from './components/PlaylistPlayFilled';
|
|
4577
4589
|
export { default as PlaylistRemove } from './components/PlaylistRemove';
|
|
4578
4590
|
export { default as PlaylistRemoveFilled } from './components/PlaylistRemoveFilled';
|
|
4591
|
+
export { default as PlugConnect } from './components/PlugConnect';
|
|
4592
|
+
export { default as PlugConnectFilled } from './components/PlugConnectFilled';
|
|
4579
4593
|
export { default as Plumbing } from './components/Plumbing';
|
|
4580
4594
|
export { default as PlumbingFilled } from './components/PlumbingFilled';
|
|
4581
4595
|
export { default as Podcasts } from './components/Podcasts';
|
|
@@ -5684,6 +5698,8 @@ export { default as SsidChart } from './components/SsidChart';
|
|
|
5684
5698
|
export { default as SsidChartFilled } from './components/SsidChartFilled';
|
|
5685
5699
|
export { default as Stack } from './components/Stack';
|
|
5686
5700
|
export { default as StackFilled } from './components/StackFilled';
|
|
5701
|
+
export { default as StackGroup } from './components/StackGroup';
|
|
5702
|
+
export { default as StackGroupFilled } from './components/StackGroupFilled';
|
|
5687
5703
|
export { default as StackHexagon } from './components/StackHexagon';
|
|
5688
5704
|
export { default as StackHexagonFilled } from './components/StackHexagonFilled';
|
|
5689
5705
|
export { default as StackOff } from './components/StackOff';
|
|
@@ -5809,11 +5825,21 @@ export { default as StyleFilled } from './components/StyleFilled';
|
|
|
5809
5825
|
export { default as Styler } from './components/Styler';
|
|
5810
5826
|
export { default as StylerFilled } from './components/StylerFilled';
|
|
5811
5827
|
export { default as Stylus } from './components/Stylus';
|
|
5828
|
+
export { default as StylusBrush } from './components/StylusBrush';
|
|
5829
|
+
export { default as StylusBrushFilled } from './components/StylusBrushFilled';
|
|
5812
5830
|
export { default as StylusFilled } from './components/StylusFilled';
|
|
5831
|
+
export { default as StylusFountainPen } from './components/StylusFountainPen';
|
|
5832
|
+
export { default as StylusFountainPenFilled } from './components/StylusFountainPenFilled';
|
|
5833
|
+
export { default as StylusHighlighter } from './components/StylusHighlighter';
|
|
5834
|
+
export { default as StylusHighlighterFilled } from './components/StylusHighlighterFilled';
|
|
5813
5835
|
export { default as StylusLaserPointer } from './components/StylusLaserPointer';
|
|
5814
5836
|
export { default as StylusLaserPointerFilled } from './components/StylusLaserPointerFilled';
|
|
5815
5837
|
export { default as StylusNote } from './components/StylusNote';
|
|
5816
5838
|
export { default as StylusNoteFilled } from './components/StylusNoteFilled';
|
|
5839
|
+
export { default as StylusPen } from './components/StylusPen';
|
|
5840
|
+
export { default as StylusPenFilled } from './components/StylusPenFilled';
|
|
5841
|
+
export { default as StylusPencil } from './components/StylusPencil';
|
|
5842
|
+
export { default as StylusPencilFilled } from './components/StylusPencilFilled';
|
|
5817
5843
|
export { default as SubdirectoryArrowLeft } from './components/SubdirectoryArrowLeft';
|
|
5818
5844
|
export { default as SubdirectoryArrowLeftFilled } from './components/SubdirectoryArrowLeftFilled';
|
|
5819
5845
|
export { default as SubdirectoryArrowRight } from './components/SubdirectoryArrowRight';
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export default function BrightnessHigh(_a) {
|
|
3
|
-
var className = _a.className;
|
|
4
|
-
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M481-1 342-135H135v-207L-2-480l137-138v-208h207l139-137 137 137h208v208l137 138-137 138v207H618zm.04-294Q559-295 613-349.04t54-132T612.96-613t-132-54T349-612.96t-54 132T349.04-349t132 54M481-133l97.92-96H731v-153l99-98-99-99v-152H579l-98-99-99 99H229v152l-98 99 98 98v153h152zm-1-348" })));
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export default function BrightnessHighFilled(_a) {
|
|
3
|
-
var className = _a.className;
|
|
4
|
-
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M481-1 342-135H135v-207L-2-480l137-138v-208h207l139-137 137 137h208v208l137 138-137 138v207H618zm.04-294Q559-295 613-349.04t54-132T612.96-613t-132-54T349-612.96t-54 132T349.04-349t132 54m-.04-62q-52 0-88-36t-36-88 36-88 88-36 88 36 36 88-36 88-88 36" })));
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export default function BrightnessLow(_a) {
|
|
3
|
-
var className = _a.className;
|
|
4
|
-
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M481-1 342-135H135v-207L-2-480l137-138v-208h207l139-137 137 137h208v208l137 138-137 138v207H618zm.04-294Q559-295 613-349.04t54-132T612.96-613t-132-54T349-612.96t-54 132T349.04-349t132 54m-.16-95q-37.88 0-64.38-26.62t-26.5-64.5T416.62-546t64.5-27T546-545.88t27 65-27.12 64.38-65 26.5m.12 257 97.92-96H731v-153l99-98-99-99v-152H579l-98-99-99 99H229v152l-98 99 98 98v153h152zm0-348" })));
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export default function BrightnessLowFilled(_a) {
|
|
3
|
-
var className = _a.className;
|
|
4
|
-
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M481-1 342-135H135v-207L-2-480l137-138v-208h207l139-137 137 137h208v208l137 138-137 138v207H618zm-.01-294Q559-295 613-348.99q54-53.98 54-132Q667-559 613.01-613q-53.98-54-132-54Q403-667 349-613.01q-54 53.98-54 132Q295-403 348.99-349q53.98 54 132 54m.01 162 98-96h152v-153l99-98-99-99v-152H579l-98-99-99 99H229v152l-98 99 98 98v153h152z" })));
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export default function CloudySnowing(_a) {
|
|
3
|
-
var className = _a.className;
|
|
4
|
-
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M240-168q-21.5 0-35.75-14.25T190-217.5t14.25-35.75T240-268t35.75 14.81T290-218q0 21.5-14.25 35.75T240-168m480 0q-21.5 0-35.75-14.25T670-217.5t14.25-35.75T720-268t35.75 14.81T770-218q0 21.5-14.25 35.75T720-168M360-14q-21.5 0-35.75-14.25T310-63.5t14.25-35.75T360-114t35.75 14.81T410-64q0 21.5-14.25 35.75T360-14m120-154q-21.5 0-35.75-14.25T430-217.5t14.25-35.75T480-268t35.75 14.81T530-218q0 21.5-14.25 35.75T480-168M600-14q-21.5 0-35.75-14.25T550-63.5t14.25-35.75T600-114t35.75 14.81T650-64q0 21.5-14.25 35.75T600-14M290-334q-93.38 0-160.19-67.02T63-560.83Q63-645 121-711t145-75q35.36-56 90.74-89.5Q412.13-909 480.19-909 573-909 638-851t84 144q82 8 128.5 61.47T897-521.86Q897-444 842.46-389T710-334zm0-95h420q39.06 0 66.03-26.76t26.97-65.5T776.03-587 710-614h-77v-47q0-63.99-44.48-108.49Q544.03-814 480.29-814q-46.19 0-84.4 24.81T340-723l-12.29 29H289q-55.39 1.75-93.7 40.13-38.3 38.38-38.3 92.39 0 54.55 38.69 93.52Q234.39-429 290-429m190-192" })));
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export default function CloudySnowingFilled(_a) {
|
|
3
|
-
var className = _a.className;
|
|
4
|
-
return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
|
|
5
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M240-168q-21.5 0-35.75-14.25T190-217.5t14.25-35.75T240-268t35.75 14.81T290-218q0 21.5-14.25 35.75T240-168m480 0q-21.5 0-35.75-14.25T670-217.5t14.25-35.75T720-268t35.75 14.81T770-218q0 21.5-14.25 35.75T720-168M360-14q-21.5 0-35.75-14.25T310-63.5t14.25-35.75T360-114t35.75 14.81T410-64q0 21.5-14.25 35.75T360-14m120-154q-21.5 0-35.75-14.25T430-217.5t14.25-35.75T480-268t35.75 14.81T530-218q0 21.5-14.25 35.75T480-168M600-14q-21.5 0-35.75-14.25T550-63.5t14.25-35.75T600-114t35.75 14.81T650-64q0 21.5-14.25 35.75T600-14M290-334q-93.52 0-160.26-67T63-561q0-84 58-150t145-75q35.36-56 90.74-89.5Q412.13-909 479.77-909 573-909 638-851t84 144q82 8 128.5 61.47T897-521.49Q897-444 842.54-389T710-334z" })));
|
|
6
|
-
}
|