@project-lary/react-material-symbols-700-sharp 0.17.0 → 0.18.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/Brick.d.ts +4 -0
- package/dist/components/Brick.js +6 -0
- package/dist/components/BrickFilled.d.ts +4 -0
- package/dist/components/BrickFilled.js +6 -0
- package/dist/components/CloudLock.d.ts +4 -0
- package/dist/components/CloudLock.js +6 -0
- package/dist/components/CloudLockFilled.d.ts +4 -0
- package/dist/components/CloudLockFilled.js +6 -0
- package/dist/components/DatabaseSearch.d.ts +4 -0
- package/dist/components/DatabaseSearch.js +6 -0
- package/dist/components/DatabaseSearchFilled.d.ts +4 -0
- package/dist/components/DatabaseSearchFilled.js +6 -0
- package/dist/components/DocumentSearch.d.ts +4 -0
- package/dist/components/DocumentSearch.js +6 -0
- package/dist/components/DocumentSearchFilled.d.ts +4 -0
- package/dist/components/DocumentSearchFilled.js +6 -0
- package/dist/components/EditArrowDown.d.ts +4 -0
- package/dist/components/EditArrowDown.js +6 -0
- package/dist/components/EditArrowDownFilled.d.ts +4 -0
- package/dist/components/EditArrowDownFilled.js +6 -0
- package/dist/components/FitPageWidth.d.ts +4 -0
- package/dist/components/FitPageWidth.js +6 -0
- package/dist/components/FitPageWidthFilled.d.ts +4 -0
- package/dist/components/FitPageWidthFilled.js +6 -0
- package/dist/components/FolderInfo.d.ts +4 -0
- package/dist/components/FolderInfo.js +6 -0
- package/dist/components/FolderInfoFilled.d.ts +4 -0
- package/dist/components/FolderInfoFilled.js +6 -0
- package/dist/components/HourglassArrowDown.d.ts +4 -0
- package/dist/components/HourglassArrowDown.js +6 -0
- package/dist/components/HourglassArrowDownFilled.d.ts +4 -0
- package/dist/components/HourglassArrowDownFilled.js +6 -0
- package/dist/components/HourglassArrowUp.d.ts +4 -0
- package/dist/components/HourglassArrowUp.js +6 -0
- package/dist/components/HourglassArrowUpFilled.d.ts +4 -0
- package/dist/components/HourglassArrowUpFilled.js +6 -0
- package/dist/components/HourglassPause.d.ts +4 -0
- package/dist/components/HourglassPause.js +6 -0
- package/dist/components/HourglassPauseFilled.d.ts +4 -0
- package/dist/components/HourglassPauseFilled.js +6 -0
- package/dist/components/MatchCaseOff.d.ts +4 -0
- package/dist/components/MatchCaseOff.js +6 -0
- package/dist/components/MatchCaseOffFilled.d.ts +3 -0
- package/dist/components/MatchCaseOffFilled.js +3 -0
- package/dist/components/NetworkIntelNode.d.ts +4 -0
- package/dist/components/NetworkIntelNode.js +6 -0
- package/dist/components/NetworkIntelNodeFilled.d.ts +3 -0
- package/dist/components/NetworkIntelNodeFilled.js +3 -0
- package/dist/components/PageFooter.d.ts +4 -0
- package/dist/components/PageFooter.js +6 -0
- package/dist/components/PageFooterFilled.d.ts +4 -0
- package/dist/components/PageFooterFilled.js +6 -0
- package/dist/components/PageHeader.d.ts +4 -0
- package/dist/components/PageHeader.js +6 -0
- package/dist/components/PageHeaderFilled.d.ts +4 -0
- package/dist/components/PageHeaderFilled.js +6 -0
- package/dist/components/ScreenshotFrame2.d.ts +4 -0
- package/dist/components/ScreenshotFrame2.js +6 -0
- package/dist/components/ScreenshotFrame2Filled.d.ts +3 -0
- package/dist/components/ScreenshotFrame2Filled.js +3 -0
- package/dist/components/SkullList.d.ts +4 -0
- package/dist/components/SkullList.js +6 -0
- package/dist/components/SkullListFilled.d.ts +4 -0
- package/dist/components/SkullListFilled.js +6 -0
- package/dist/components/ThermostatArrowDown.d.ts +4 -0
- package/dist/components/ThermostatArrowDown.js +6 -0
- package/dist/components/ThermostatArrowDownFilled.d.ts +3 -0
- package/dist/components/ThermostatArrowDownFilled.js +3 -0
- package/dist/components/ThermostatArrowUp.d.ts +4 -0
- package/dist/components/ThermostatArrowUp.js +6 -0
- package/dist/components/ThermostatArrowUpFilled.d.ts +3 -0
- package/dist/components/ThermostatArrowUpFilled.js +3 -0
- package/dist/components/ViewApps.d.ts +4 -0
- package/dist/components/ViewApps.js +6 -0
- package/dist/components/ViewAppsFilled.d.ts +4 -0
- package/dist/components/ViewAppsFilled.js +6 -0
- package/dist/index.d.ts +38 -0
- package/dist/index.js +38 -0
- package/package.json +1 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Brick(_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-505h102v-186h279v186h89v-186h279v186h102v505zm94-94h662v-317H149zm102-411h90v-91h-90zm368 0h90v-91h-90zM149-229h662zm102-411h90zm368 0h90z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function BrickFilled(_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-505h102v-186h279v186h89v-186h279v186h102v505z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function CloudLock(_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: "M616-135H252q-96.34 0-165.67-68.68Q17-272.35 17-368q0-84 50.5-151T201-600q24-100 102.08-162.5T482-825q124 0 207 89.5T772-520v16q-26.85 3-50.98 13.47T678-464v-43q6-91-52.5-157t-147.98-66Q392-730 335-665.5T278-513h-28q-58.27 0-98.64 40.81-40.36 40.81-40.36 101Q111-313 152.29-271q41.3 42 99.71 42h364zm95 0q-15 0-25-10t-10-25v-120q0-14 11.5-24.5T716-325v-45q0-29.94 22.04-52.47 22.05-22.53 53-22.53 29.96 0 52.46 22.53T866-370v45q16 0 28 10.5t12 24.5v120q0 15-10.5 25T871-135zm35-190h90v-44.91q0-18.09-13.41-31.59t-32-13.5T759-401.56q-13 13.43-13 31.56z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function CloudLockFilled(_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: "M252-135q-96.34 0-165.67-68.68Q17-272.35 17-368q0-84 50.5-151T201-600q24-100 102.08-162.5T482-825q124 0 207 89.5T772-520v16q-67.17 8.02-111.58 57.72Q616-396.58 616-330v195zm459 0q-15 0-25-10t-10-25v-120q0-14 11.5-24.5T716-325v-45q0-30 22-52.5t53-22.5q30 0 52.5 22.5T866-370v45q16 0 28 10.5t12 24.5v120q0 15-10.5 25T871-135zm35-190h90v-45q0-18-13.5-31.5t-32-13.5-31.5 13.5-13 31.5z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function DatabaseSearch(_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: "M521-95q-3 3-69.5 1t-146-19.5-145-56.5T95-280q0 71 65.5 110t145 56.5 146 19.5 69.5-1m-54-213q-47-1-87-6t-74.5-14-65-22.5T182-380q28 16 58.5 29.5t65 22.5 74.5 14 87 6m13.5-301q85.5 0 174-25.5T772-693.51q-30-32.54-120.5-59.01Q561.01-779 479.51-779 394-779 305.5-753T188-694q28 36 113.5 60.5t179 24.5M478-182q4 23 15.7 44.55T521-95q-3 3-69.5 1t-146-19.5-145-56.5T95-280v-413q0-32.19 33-63.09 33-30.91 87-55.45 54-24.55 123-39.5Q407-866 480-866q66 0 134.5 16T739-809t91.5 55.83 35.5 62.5Q866-660 831.5-630T742-576t-124 38.5T480-523q-74 0-150.5-17.5T182-592v135.86Q243-430 326-411.5T505-395q-12 16-23 40t-15 47q-94.9-.79-161.45-19.89Q239-347 182-380v104q10 33 105 62.5T478-182M909 15 803.34-90Q782-75 758-70t-50 5q-78.5 0-132.75-54.15Q521-173.29 521-251.65q0-78.35 54.35-132.85 54.36-54.5 133-54.5 78.65 0 133.15 54.25T896-252q0 26-5.5 50.5T870-156.66L976-51zM708-159q39 0 66-27.24T801-252t-27.24-65.76T708-345q-39 0-65.5 27.24T616-252t26.5 65.76T708-159" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function DatabaseSearchFilled(_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: "M519-96q-26.56 2-96.28-3T279.5-121 150-170.5 94-257v-124q0 37 33.5 66.5T214-264t119.5 33.5T465-217q4.67 34.23 18.84 64.62Q498-122 519-96m-52-212q-60.25-1.64-125.62-12.32Q276-331 221-351.5t-91-50T94-471v-122q0 39.79 40 71.89Q174-489 236.5-468t137 31 144.5 7h13q-24 26-40.5 56.5T467-308m11.78-214Q319-522 207-572.5T95-693.83q0-72.83 111-122.5T479-866t274.5 49.67T866-693.83Q866-623 752.27-572.5T478.78-522M909 15 803.34-90Q782-75 758-70t-50 5q-78.5 0-132.75-54.15Q521-173.29 521-251.65q0-78.35 54.35-132.85 54.36-54.5 133-54.5 78.65 0 133.15 54.25T896-252q0 26-5.5 50.5T870-156.66L976-51zM708-159q39 0 66-27.24T801-252t-27.24-65.76T708-345q-39 0-65.5 27.24T616-252t26.5 65.76T708-159" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function DocumentSearch(_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-811v283-2 381zv186zM95-55v-851h457l234 234v167q-23-11-47-16.5t-48-6.5v-97H502v-186H189v662h290q19 32 47.44 55.71Q554.88-69.59 591-55zm581.39-135q39.61 0 66.11-26.39 26.5-26.4 26.5-66Q769-322 742.79-349t-65.55-27q-39.76 0-66.5 26.6T584-282.9t26.39 66.4q26.4 26.5 66 26.5M881-12 770.84-122q-21.84 12-45.03 19-23.2 7-48.81 7-78.33 0-133.17-54.47Q489-204.95 489-282.76q0-77.82 54.87-132.53T677.12-470q77.96 0 132.42 54.54T864-283q0 25.88-7.5 49.33T837-189.16L947-79z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function DocumentSearchFilled(_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: "M676.39-190Q715-190 742-216.39q27-26.4 27-66 0-38.61-26.71-66.11T677.24-376q-39.76 0-66.5 27.1t-26.74 66q0 39.9 26.39 66.4 26.4 26.5 66 26.5M881-12 771-122q-22 13-45.19 19.5Q702.61-96 677-96q-77.58 0-132.79-54.46T489-283q0-77.08 55.21-132.04T677-470q76.58 0 131.79 54.96T864-283q0 26.5-7.04 49.64Q849.93-210.22 837-189L946-79zM95-55v-851h457l234 234v167q-26-12-53.3-18.5-27.31-6.5-55.7-6.5-120 0-184 78.13-64 78.12-64 171.87 0 71 38.5 134T590-55zm407-570h189L502-811l189 186-189-186z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function EditArrowDown(_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: "M802-135 652-285l61-61 45 45v-525h87v524l44-44 62 61zM65-220v-180l305-308q27.98-28 67.49-28.5T505-707l46 45q26 27.9 26 66.45T550-530L243-220zm93-94h58l163-168-27-28-28-27-166 165zm273-218-55-57z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function EditArrowDownFilled(_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: "M802-135 652-285l61-61 45 45v-525h87v524l44-44 62 61zM65-220v-180l305-308q28-28 67.5-28.5T505-707l46 45q26 28 26 66.5T550-530L243-220zm366-312 56-58-55-55-56 56z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FitPageWidth(_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: "M360-371v-219L250-480zm351-109L601-590v219zM55-135v-691h851v691zm756-596H149v502h662zm-662 0v502z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FitPageWidthFilled(_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: "M360-371v-219L250-480zm351-109L601-590v219zM55-135v-691h851v691z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FolderInfo(_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: "M149-229v-502 253-26zm335 94H55v-691h355l71 72h425v341q-19.61-21.04-43.31-37.52Q839-467 811-478.28V-660H442l-71-71H149v502h311.33q.67 24 6.49 47.92Q472.64-157.17 484-135m228-308q79.51 0 136.76 57.24Q906-328.51 906-248.5t-57.24 136.75Q791.51-55 711.5-55t-136.76-56.75Q518-168.49 518-249q0-79.51 56.74-136.76Q631.49-443 712-443m-34 329h67v-163h-67zm34-203q13 0 23-9.5t10-23.5-10-24-23.5-10-23.5 9.8-10 24.2q0 14 9.8 23.5T712-317" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function FolderInfoFilled(_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-691h355l71 72h425v341q-37-43-87.31-67t-107.11-24q-104.35 0-178.47 73.49Q459-357.02 458-252q-1 31 5.5 61t20.5 56zm656.5 80q-80.01 0-136.76-56.75Q518-168.49 518-249q0-79.51 56.74-136.76Q631.49-443 712-443q79.51 0 136.76 57.24Q906-328.51 906-248.5t-57.24 136.75Q791.51-55 711.5-55M678-114h67v-163h-67zm34-203q13 0 23-9.5t10-23.5-10-24-23.5-10-23.5 9.8-10 24.2q0 14 9.8 23.5T712-317" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function HourglassArrowDown(_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: "M322-517q51.36 0 86.68-36T444-640v-91H198v91q0 51 35.9 87t88.1 36M199-229h245v-93q0-51-35.32-87T322-445t-87.18 36T199-322zM60-135v-94h45v-92q0-50.89 25.5-94.45Q156-459 203-481q-47-21-72.5-64T105-639v-92H60v-95h524v95h-45v92q0 51-25.5 94.5T442-481q46 22 71.5 65.55Q539-371.89 539-321v92h45v94zm742 0L652-285l61-61 45 45v-525h87v524l44-44 62 61zm-480-94" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function HourglassArrowDownFilled(_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: "M60-135v-94h45v-92q0-51 25.5-94.5T203-481q-47-21-72.5-64T105-639v-92H60v-95h524v95h-45v92q0 51-25.5 94.5T442-481q46 22 71.5 65.5T539-321v92h45v94zm742 0L652-285l61-61 45 45v-525h87v524l44-44 62 61z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function HourglassArrowUp(_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: "M322-517q51.36 0 86.68-36T444-640v-91H198v91q0 51 35.9 87t88.1 36M199-229h245v-93q0-51-35.32-87T322-445t-87.18 36T199-322zM60-135v-94h45v-92q0-50.89 25.5-94.45Q156-459 203-481q-47-21-72.5-64T105-639v-92H60v-95h524v95h-45v92q0 51-25.5 94.5T442-481q46 22 71.5 65.55Q539-371.89 539-321v92h45v94zm698 0v-523l-45 44-61-62 150-150 149 150-62 62-44-45v524zm-436-94" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function HourglassArrowUpFilled(_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: "M60-135v-94h45v-92q0-51 25.5-94.5T203-481q-47-21-72.5-64T105-639v-92H60v-95h524v95h-45v92q0 51-25.5 94.5T442-481q46 22 71.5 65.5T539-321v92h45v94zm698 0v-523l-45 44-61-62 150-150 149 150-62 62-44-45v524z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function HourglassPause(_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: "M135-55v-94h88v-117.65Q223-335 258.5-392t95.5-88q-60-32-95.5-89T223-694.35V-811h-88v-95h691v95h-88v117q0 77.71-43.5 141.85Q651-488 577-457q12 5 26.5 12.5T628-429q-5 6-15.5 15.5T592-395q-24-16-52.5-25t-59.5-9q-68 0-115.5 47T317-267v118h203q6 27 17.52 50.4Q549.03-75.21 566-55zm345-476q68 0 115.5-47.5T643-694v-117H317v117q0 68 47.5 115.5T480-531m309 402 47 1v-168h-47zm-105 0h47v-167h-47zm76 107q-78 0-134-55.4t-56-134T626-346t134-56 134 55.87q56 55.86 56 135.13 0 78.43-56 133.72Q838-22 760-22M480-811" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function HourglassPauseFilled(_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: "M135-55v-94h88v-117.65Q223-335 258.5-392t95.5-88q-60-32-95.5-89T223-694.35V-811h-88v-95h691v95h-88v117q0 77.71-43.5 141.85Q651-488 577-457q47-4 91-15.5t74-30.5q-104 25-168 109.5T510-211q0 43.06 14.5 83.03T566-55zm625 33q-78 0-134-55.5T570-211q0-79 56-135t134-56 134 56 56 135q0 78-56 133.5T760-22m-76-107h47v-167h-47zm105 0 47 1v-168h-47z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function MatchCaseOff(_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: "m128-251 123-345L44-803l50-51L855-93l-51 50-317-317 39 109h-71l-40-114H238l-41 114zm171-296-42 120h137l-14-40zm436 237q16-13 27.5-33t11.5-47q-12-6-30-9t-39-3q-15 0-28 3t-22 8l-43-43q16-9 36-13.5t43-4.5q26 0 47.5 4.5T774-435v-25q0-31-18.5-49T705-527q-20 0-42.5 8.5T620-496l-35-42q25-22 57.5-34.5T711-585q58 0 92 34t34 92v207h-45z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function NetworkIntelNode(_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: "M259-135q-12.53 0-23.77-6.5Q224-148 218-159l-88-156h76l47 87h91v-30h-72.72l-47.24-87H114L51-457q-4-6-5.5-11.29-1.5-5.28-1.5-11.57 0-5.43 7-24.14l63-111h110.04l47.24-87H344v-30h-91l-47 87h-76l88-157q6-10 17.23-17 11.24-7 23.77-7h105q20 0 33.5 14.06T411-778v175h-91l-30 30h121v147H304l-41.75-86H163l-30 30h109l43 86h126v214q0 20-13.5 33.5T364-135zm334 0q-36.94 0-62.47-25.5T505-222q0-23 11-42t29-30v-372q-18-11-29-30t-11-42q0-36.94 25.5-62.47T592.66-826q36.67 0 62 25.53Q680-774.94 680-738q0 23-11 42t-29 30v70l82-49q0-34 24.75-58.5t61-24.5q37.25 0 62.75 25.24Q896-677.53 896-641t-25.53 61.76Q844.94-554 808-554q-10 0-20-2.25T770-563l-87 53 97.61 79q6.39-2 13.39-3.5t14-1.5q36.94 0 62.47 25.24T896-349t-25.59 61.76Q844.81-262 807.79-262 769-262 744-290.5T722-358l-82-66v130.34q17 11.66 28 30.38 11 18.73 11 41.12 0 36.59-25.21 61.88Q628.59-135 593-135" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function PageFooter(_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-93h771v93zm0-193v-578h771v578zm93-94h584v-390H188zm0 0v-390z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function PageFooterFilled(_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-93h771v93zm0-193v-578h771v578z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function PageHeader(_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-772v-94h771v94zm0 677v-577h771v577zm93-93h584v-390H188zm0 0v-390z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function PageHeaderFilled(_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-772v-94h771v94zm0 677v-577h771v577z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ScreenshotFrame2(_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: "M822-572v-130H692v-84h214v214zm-767 0v-214h213v84H138v130zm637 397v-83h130v-130h84v213zm-637 0v-213h83v130h130v83z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function SkullList(_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: "M136-215v-85q-57-37-91.5-95.66Q10-454.33 10-521.72 10-635 94.53-710.5q84.52-75.5 200.5-75.5Q411-786 495.5-710.5T580-521.72q0 67.39-34 126.06-34 58.66-92 95.44V-215zm80-87h159v-52l44-26q36-22 55-59.88t19-81.73q0-77.82-59.06-127.61Q374.89-699 295.14-699q-79.74 0-138.94 49.69T97-521.99q0 43.75 19 81.87T172-380l44 26zm-4.93-184Q226-486 237-496.37t11-25.7-11.07-25.63-26-10.3-25.43 10.37-10.5 25.7 10.37 25.63 25.7 10.3M259-393h73l-36-64zm119.68-94q15.72 0 26.02-10.09t10.3-25-10.4-25.41-25.78-10.5q-16.22 0-26.02 10.37t-9.8 25.7q0 14.91 9.98 24.92 9.97 10.01 25.7 10.01M658-431v-94h283v94zm0 194v-94h283v94zm0-388v-94h283v94zM296-500" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function SkullListFilled(_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: "M136-215v-85q-57-37-91.5-95.66Q10-454.33 10-521.72 10-635 94.53-710.5q84.52-75.5 200.5-75.5Q411-786 495.5-710.5T580-521.72q0 67.39-34 126.06-34 58.66-92 95.44V-215zm75.07-271Q226-486 237-496.37t11-25.7-11.07-25.63-26-10.3-25.43 10.37-10.5 25.7 10.37 25.63 25.7 10.3M259-393h73l-36-64zm119.68-94q15.72 0 26.02-10.09t10.3-25-10.4-25.41-25.78-10.5q-16.22 0-26.02 10.37t-9.8 25.7q0 14.91 9.98 24.92 9.97 10.01 25.7 10.01M658-431v-94h283v94zm0 194v-94h283v94zm0-388v-94h283v94z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ThermostatArrowDown(_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-96q-87 0-147-60T66-303q0-51 23.5-95.5T156-473v-275q0-49 34-83.5t83-34.5 83 34.5 34 83.5v275q43 30 66.5 74.5T480-303q0 87-60 147T273-96M161-303h225q0-43-21.5-76T308-426l-12-1v-321q0-10-7-16.5t-16-6.5q-10 0-16 6.5t-6 16.5v321l-11 1q-37 15-58 48t-21 75m641 168L652-285l61-61 45 45v-525h87v524l44-44 62 61z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ThermostatArrowUp(_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-96q-87 0-147-60T66-303q0-51 23.5-95.5T156-473v-275q0-49 34-83.5t83-34.5 83 34.5 34 83.5v275q43 30 66.5 74.5T480-303q0 87-60 147T273-96M161-303h225q0-43-21.5-76T308-426l-12-1v-321q0-10-7-16.5t-16-6.5q-10 0-16 6.5t-6 16.5v321l-11 1q-37 15-58 48t-21 75m597 168v-523l-45 44-61-62 150-150 149 150-62 62-44-45v524z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ViewApps(_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: "M15-135v-690l268 44v602zm328-42v-604h275v604zm603 42-268-44v-602l268-44zM109-247l80-14v-439l-80-12zm329-23h85v-417h-85zm414 23v-465l-80 12v441zm-743 0 80-14zm329-23h85zm414 23-80-12z" })));
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function ViewAppsFilled(_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: "M15-135v-690l268 44v602zm328-42v-604h275v604zm603 42-268-44v-602l268-44zM109-247l80-14v-439l-80-12zm329-23h85v-417h-85zm414 23v-465l-80 12v441zm-743 0v-465l80 12v439zm329-23v-417h85v417zm414 23-80-12v-441l80-12z" })));
|
|
6
|
+
}
|
package/dist/index.d.ts
CHANGED
|
@@ -812,6 +812,8 @@ export { default as BreakingNewsAlt1Filled } from './components/BreakingNewsAlt1
|
|
|
812
812
|
export { default as BreakingNewsFilled } from './components/BreakingNewsFilled';
|
|
813
813
|
export { default as Breastfeeding } from './components/Breastfeeding';
|
|
814
814
|
export { default as BreastfeedingFilled } from './components/BreastfeedingFilled';
|
|
815
|
+
export { default as Brick } from './components/Brick';
|
|
816
|
+
export { default as BrickFilled } from './components/BrickFilled';
|
|
815
817
|
export { default as Brightness1 } from './components/Brightness1';
|
|
816
818
|
export { default as Brightness1Filled } from './components/Brightness1Filled';
|
|
817
819
|
export { default as Brightness2 } from './components/Brightness2';
|
|
@@ -1190,6 +1192,8 @@ export { default as CloudDoneFilled } from './components/CloudDoneFilled';
|
|
|
1190
1192
|
export { default as CloudDownload } from './components/CloudDownload';
|
|
1191
1193
|
export { default as CloudDownloadFilled } from './components/CloudDownloadFilled';
|
|
1192
1194
|
export { default as CloudFilled } from './components/CloudFilled';
|
|
1195
|
+
export { default as CloudLock } from './components/CloudLock';
|
|
1196
|
+
export { default as CloudLockFilled } from './components/CloudLockFilled';
|
|
1193
1197
|
export { default as CloudOff } from './components/CloudOff';
|
|
1194
1198
|
export { default as CloudOffFilled } from './components/CloudOffFilled';
|
|
1195
1199
|
export { default as CloudSync } from './components/CloudSync';
|
|
@@ -1494,6 +1498,8 @@ export { default as Database } from './components/Database';
|
|
|
1494
1498
|
export { default as DatabaseFilled } from './components/DatabaseFilled';
|
|
1495
1499
|
export { default as DatabaseOff } from './components/DatabaseOff';
|
|
1496
1500
|
export { default as DatabaseOffFilled } from './components/DatabaseOffFilled';
|
|
1501
|
+
export { default as DatabaseSearch } from './components/DatabaseSearch';
|
|
1502
|
+
export { default as DatabaseSearchFilled } from './components/DatabaseSearchFilled';
|
|
1497
1503
|
export { default as DatabaseUpload } from './components/DatabaseUpload';
|
|
1498
1504
|
export { default as DatabaseUploadFilled } from './components/DatabaseUploadFilled';
|
|
1499
1505
|
export { default as Dataset } from './components/Dataset';
|
|
@@ -1734,6 +1740,8 @@ export { default as DocsAppsScriptFilled } from './components/DocsAppsScriptFill
|
|
|
1734
1740
|
export { default as DocsFilled } from './components/DocsFilled';
|
|
1735
1741
|
export { default as DocumentScanner } from './components/DocumentScanner';
|
|
1736
1742
|
export { default as DocumentScannerFilled } from './components/DocumentScannerFilled';
|
|
1743
|
+
export { default as DocumentSearch } from './components/DocumentSearch';
|
|
1744
|
+
export { default as DocumentSearchFilled } from './components/DocumentSearchFilled';
|
|
1737
1745
|
export { default as Domain } from './components/Domain';
|
|
1738
1746
|
export { default as DomainAdd } from './components/DomainAdd';
|
|
1739
1747
|
export { default as DomainAddFilled } from './components/DomainAddFilled';
|
|
@@ -1859,6 +1867,8 @@ export { default as EdgesensorHighFilled } from './components/EdgesensorHighFill
|
|
|
1859
1867
|
export { default as EdgesensorLow } from './components/EdgesensorLow';
|
|
1860
1868
|
export { default as EdgesensorLowFilled } from './components/EdgesensorLowFilled';
|
|
1861
1869
|
export { default as Edit } from './components/Edit';
|
|
1870
|
+
export { default as EditArrowDown } from './components/EditArrowDown';
|
|
1871
|
+
export { default as EditArrowDownFilled } from './components/EditArrowDownFilled';
|
|
1862
1872
|
export { default as EditArrowUp } from './components/EditArrowUp';
|
|
1863
1873
|
export { default as EditArrowUpFilled } from './components/EditArrowUpFilled';
|
|
1864
1874
|
export { default as EditAttributes } from './components/EditAttributes';
|
|
@@ -2284,6 +2294,8 @@ export { default as FitPage } from './components/FitPage';
|
|
|
2284
2294
|
export { default as FitPageFilled } from './components/FitPageFilled';
|
|
2285
2295
|
export { default as FitPageHeight } from './components/FitPageHeight';
|
|
2286
2296
|
export { default as FitPageHeightFilled } from './components/FitPageHeightFilled';
|
|
2297
|
+
export { default as FitPageWidth } from './components/FitPageWidth';
|
|
2298
|
+
export { default as FitPageWidthFilled } from './components/FitPageWidthFilled';
|
|
2287
2299
|
export { default as FitScreen } from './components/FitScreen';
|
|
2288
2300
|
export { default as FitScreenFilled } from './components/FitScreenFilled';
|
|
2289
2301
|
export { default as FitWidth } from './components/FitWidth';
|
|
@@ -2392,6 +2404,8 @@ export { default as FolderDeleteFilled } from './components/FolderDeleteFilled';
|
|
|
2392
2404
|
export { default as FolderEye } from './components/FolderEye';
|
|
2393
2405
|
export { default as FolderEyeFilled } from './components/FolderEyeFilled';
|
|
2394
2406
|
export { default as FolderFilled } from './components/FolderFilled';
|
|
2407
|
+
export { default as FolderInfo } from './components/FolderInfo';
|
|
2408
|
+
export { default as FolderInfoFilled } from './components/FolderInfoFilled';
|
|
2395
2409
|
export { default as FolderLimited } from './components/FolderLimited';
|
|
2396
2410
|
export { default as FolderLimitedFilled } from './components/FolderLimitedFilled';
|
|
2397
2411
|
export { default as FolderManaged } from './components/FolderManaged';
|
|
@@ -2943,6 +2957,10 @@ export { default as HotelClass } from './components/HotelClass';
|
|
|
2943
2957
|
export { default as HotelClassFilled } from './components/HotelClassFilled';
|
|
2944
2958
|
export { default as HotelFilled } from './components/HotelFilled';
|
|
2945
2959
|
export { default as Hourglass } from './components/Hourglass';
|
|
2960
|
+
export { default as HourglassArrowDown } from './components/HourglassArrowDown';
|
|
2961
|
+
export { default as HourglassArrowDownFilled } from './components/HourglassArrowDownFilled';
|
|
2962
|
+
export { default as HourglassArrowUp } from './components/HourglassArrowUp';
|
|
2963
|
+
export { default as HourglassArrowUpFilled } from './components/HourglassArrowUpFilled';
|
|
2946
2964
|
export { default as HourglassBottom } from './components/HourglassBottom';
|
|
2947
2965
|
export { default as HourglassBottomFilled } from './components/HourglassBottomFilled';
|
|
2948
2966
|
export { default as HourglassDisabled } from './components/HourglassDisabled';
|
|
@@ -2950,6 +2968,8 @@ export { default as HourglassDisabledFilled } from './components/HourglassDisabl
|
|
|
2950
2968
|
export { default as HourglassEmpty } from './components/HourglassEmpty';
|
|
2951
2969
|
export { default as HourglassEmptyFilled } from './components/HourglassEmptyFilled';
|
|
2952
2970
|
export { default as HourglassFilled } from './components/HourglassFilled';
|
|
2971
|
+
export { default as HourglassPause } from './components/HourglassPause';
|
|
2972
|
+
export { default as HourglassPauseFilled } from './components/HourglassPauseFilled';
|
|
2953
2973
|
export { default as HourglassTop } from './components/HourglassTop';
|
|
2954
2974
|
export { default as HourglassTopFilled } from './components/HourglassTopFilled';
|
|
2955
2975
|
export { default as House } from './components/House';
|
|
@@ -3578,6 +3598,8 @@ export { default as Masks } from './components/Masks';
|
|
|
3578
3598
|
export { default as MasksFilled } from './components/MasksFilled';
|
|
3579
3599
|
export { default as MatchCase } from './components/MatchCase';
|
|
3580
3600
|
export { default as MatchCaseFilled } from './components/MatchCaseFilled';
|
|
3601
|
+
export { default as MatchCaseOff } from './components/MatchCaseOff';
|
|
3602
|
+
export { default as MatchCaseOffFilled } from './components/MatchCaseOffFilled';
|
|
3581
3603
|
export { default as MatchWord } from './components/MatchWord';
|
|
3582
3604
|
export { default as MatchWordFilled } from './components/MatchWordFilled';
|
|
3583
3605
|
export { default as Matter } from './components/Matter';
|
|
@@ -3970,6 +3992,8 @@ export { default as NetworkCell } from './components/NetworkCell';
|
|
|
3970
3992
|
export { default as NetworkCellFilled } from './components/NetworkCellFilled';
|
|
3971
3993
|
export { default as NetworkCheck } from './components/NetworkCheck';
|
|
3972
3994
|
export { default as NetworkCheckFilled } from './components/NetworkCheckFilled';
|
|
3995
|
+
export { default as NetworkIntelNode } from './components/NetworkIntelNode';
|
|
3996
|
+
export { default as NetworkIntelNodeFilled } from './components/NetworkIntelNodeFilled';
|
|
3973
3997
|
export { default as NetworkIntelligence } from './components/NetworkIntelligence';
|
|
3974
3998
|
export { default as NetworkIntelligenceFilled } from './components/NetworkIntelligenceFilled';
|
|
3975
3999
|
export { default as NetworkIntelligenceHistory } from './components/NetworkIntelligenceHistory';
|
|
@@ -4230,6 +4254,10 @@ export { default as Padding } from './components/Padding';
|
|
|
4230
4254
|
export { default as PaddingFilled } from './components/PaddingFilled';
|
|
4231
4255
|
export { default as PageControl } from './components/PageControl';
|
|
4232
4256
|
export { default as PageControlFilled } from './components/PageControlFilled';
|
|
4257
|
+
export { default as PageFooter } from './components/PageFooter';
|
|
4258
|
+
export { default as PageFooterFilled } from './components/PageFooterFilled';
|
|
4259
|
+
export { default as PageHeader } from './components/PageHeader';
|
|
4260
|
+
export { default as PageHeaderFilled } from './components/PageHeaderFilled';
|
|
4233
4261
|
export { default as PageInfo } from './components/PageInfo';
|
|
4234
4262
|
export { default as PageInfoFilled } from './components/PageInfoFilled';
|
|
4235
4263
|
export { default as Pageless } from './components/Pageless';
|
|
@@ -5049,6 +5077,8 @@ export { default as ScreenShareFilled } from './components/ScreenShareFilled';
|
|
|
5049
5077
|
export { default as Screenshot } from './components/Screenshot';
|
|
5050
5078
|
export { default as ScreenshotFilled } from './components/ScreenshotFilled';
|
|
5051
5079
|
export { default as ScreenshotFrame } from './components/ScreenshotFrame';
|
|
5080
|
+
export { default as ScreenshotFrame2 } from './components/ScreenshotFrame2';
|
|
5081
|
+
export { default as ScreenshotFrame2Filled } from './components/ScreenshotFrame2Filled';
|
|
5052
5082
|
export { default as ScreenshotFrameFilled } from './components/ScreenshotFrameFilled';
|
|
5053
5083
|
export { default as ScreenshotKeyboard } from './components/ScreenshotKeyboard';
|
|
5054
5084
|
export { default as ScreenshotKeyboardFilled } from './components/ScreenshotKeyboardFilled';
|
|
@@ -5412,6 +5442,8 @@ export { default as SkipPrevious } from './components/SkipPrevious';
|
|
|
5412
5442
|
export { default as SkipPreviousFilled } from './components/SkipPreviousFilled';
|
|
5413
5443
|
export { default as Skull } from './components/Skull';
|
|
5414
5444
|
export { default as SkullFilled } from './components/SkullFilled';
|
|
5445
|
+
export { default as SkullList } from './components/SkullList';
|
|
5446
|
+
export { default as SkullListFilled } from './components/SkullListFilled';
|
|
5415
5447
|
export { default as SlabSerif } from './components/SlabSerif';
|
|
5416
5448
|
export { default as SlabSerifFilled } from './components/SlabSerifFilled';
|
|
5417
5449
|
export { default as Sledding } from './components/Sledding';
|
|
@@ -6071,6 +6103,10 @@ export { default as ThermometerLossFilled } from './components/ThermometerLossFi
|
|
|
6071
6103
|
export { default as ThermometerMinus } from './components/ThermometerMinus';
|
|
6072
6104
|
export { default as ThermometerMinusFilled } from './components/ThermometerMinusFilled';
|
|
6073
6105
|
export { default as Thermostat } from './components/Thermostat';
|
|
6106
|
+
export { default as ThermostatArrowDown } from './components/ThermostatArrowDown';
|
|
6107
|
+
export { default as ThermostatArrowDownFilled } from './components/ThermostatArrowDownFilled';
|
|
6108
|
+
export { default as ThermostatArrowUp } from './components/ThermostatArrowUp';
|
|
6109
|
+
export { default as ThermostatArrowUpFilled } from './components/ThermostatArrowUpFilled';
|
|
6074
6110
|
export { default as ThermostatAuto } from './components/ThermostatAuto';
|
|
6075
6111
|
export { default as ThermostatAutoFilled } from './components/ThermostatAutoFilled';
|
|
6076
6112
|
export { default as ThermostatCarbon } from './components/ThermostatCarbon';
|
|
@@ -6480,6 +6516,8 @@ export { default as VideogameAssetOff } from './components/VideogameAssetOff';
|
|
|
6480
6516
|
export { default as VideogameAssetOffFilled } from './components/VideogameAssetOffFilled';
|
|
6481
6517
|
export { default as ViewAgenda } from './components/ViewAgenda';
|
|
6482
6518
|
export { default as ViewAgendaFilled } from './components/ViewAgendaFilled';
|
|
6519
|
+
export { default as ViewApps } from './components/ViewApps';
|
|
6520
|
+
export { default as ViewAppsFilled } from './components/ViewAppsFilled';
|
|
6483
6521
|
export { default as ViewArray } from './components/ViewArray';
|
|
6484
6522
|
export { default as ViewArrayFilled } from './components/ViewArrayFilled';
|
|
6485
6523
|
export { default as ViewCarousel } from './components/ViewCarousel';
|
package/dist/index.js
CHANGED
|
@@ -812,6 +812,8 @@ export { default as BreakingNewsAlt1Filled } from './components/BreakingNewsAlt1
|
|
|
812
812
|
export { default as BreakingNewsFilled } from './components/BreakingNewsFilled';
|
|
813
813
|
export { default as Breastfeeding } from './components/Breastfeeding';
|
|
814
814
|
export { default as BreastfeedingFilled } from './components/BreastfeedingFilled';
|
|
815
|
+
export { default as Brick } from './components/Brick';
|
|
816
|
+
export { default as BrickFilled } from './components/BrickFilled';
|
|
815
817
|
export { default as Brightness1 } from './components/Brightness1';
|
|
816
818
|
export { default as Brightness1Filled } from './components/Brightness1Filled';
|
|
817
819
|
export { default as Brightness2 } from './components/Brightness2';
|
|
@@ -1190,6 +1192,8 @@ export { default as CloudDoneFilled } from './components/CloudDoneFilled';
|
|
|
1190
1192
|
export { default as CloudDownload } from './components/CloudDownload';
|
|
1191
1193
|
export { default as CloudDownloadFilled } from './components/CloudDownloadFilled';
|
|
1192
1194
|
export { default as CloudFilled } from './components/CloudFilled';
|
|
1195
|
+
export { default as CloudLock } from './components/CloudLock';
|
|
1196
|
+
export { default as CloudLockFilled } from './components/CloudLockFilled';
|
|
1193
1197
|
export { default as CloudOff } from './components/CloudOff';
|
|
1194
1198
|
export { default as CloudOffFilled } from './components/CloudOffFilled';
|
|
1195
1199
|
export { default as CloudSync } from './components/CloudSync';
|
|
@@ -1494,6 +1498,8 @@ export { default as Database } from './components/Database';
|
|
|
1494
1498
|
export { default as DatabaseFilled } from './components/DatabaseFilled';
|
|
1495
1499
|
export { default as DatabaseOff } from './components/DatabaseOff';
|
|
1496
1500
|
export { default as DatabaseOffFilled } from './components/DatabaseOffFilled';
|
|
1501
|
+
export { default as DatabaseSearch } from './components/DatabaseSearch';
|
|
1502
|
+
export { default as DatabaseSearchFilled } from './components/DatabaseSearchFilled';
|
|
1497
1503
|
export { default as DatabaseUpload } from './components/DatabaseUpload';
|
|
1498
1504
|
export { default as DatabaseUploadFilled } from './components/DatabaseUploadFilled';
|
|
1499
1505
|
export { default as Dataset } from './components/Dataset';
|
|
@@ -1734,6 +1740,8 @@ export { default as DocsAppsScriptFilled } from './components/DocsAppsScriptFill
|
|
|
1734
1740
|
export { default as DocsFilled } from './components/DocsFilled';
|
|
1735
1741
|
export { default as DocumentScanner } from './components/DocumentScanner';
|
|
1736
1742
|
export { default as DocumentScannerFilled } from './components/DocumentScannerFilled';
|
|
1743
|
+
export { default as DocumentSearch } from './components/DocumentSearch';
|
|
1744
|
+
export { default as DocumentSearchFilled } from './components/DocumentSearchFilled';
|
|
1737
1745
|
export { default as Domain } from './components/Domain';
|
|
1738
1746
|
export { default as DomainAdd } from './components/DomainAdd';
|
|
1739
1747
|
export { default as DomainAddFilled } from './components/DomainAddFilled';
|
|
@@ -1859,6 +1867,8 @@ export { default as EdgesensorHighFilled } from './components/EdgesensorHighFill
|
|
|
1859
1867
|
export { default as EdgesensorLow } from './components/EdgesensorLow';
|
|
1860
1868
|
export { default as EdgesensorLowFilled } from './components/EdgesensorLowFilled';
|
|
1861
1869
|
export { default as Edit } from './components/Edit';
|
|
1870
|
+
export { default as EditArrowDown } from './components/EditArrowDown';
|
|
1871
|
+
export { default as EditArrowDownFilled } from './components/EditArrowDownFilled';
|
|
1862
1872
|
export { default as EditArrowUp } from './components/EditArrowUp';
|
|
1863
1873
|
export { default as EditArrowUpFilled } from './components/EditArrowUpFilled';
|
|
1864
1874
|
export { default as EditAttributes } from './components/EditAttributes';
|
|
@@ -2284,6 +2294,8 @@ export { default as FitPage } from './components/FitPage';
|
|
|
2284
2294
|
export { default as FitPageFilled } from './components/FitPageFilled';
|
|
2285
2295
|
export { default as FitPageHeight } from './components/FitPageHeight';
|
|
2286
2296
|
export { default as FitPageHeightFilled } from './components/FitPageHeightFilled';
|
|
2297
|
+
export { default as FitPageWidth } from './components/FitPageWidth';
|
|
2298
|
+
export { default as FitPageWidthFilled } from './components/FitPageWidthFilled';
|
|
2287
2299
|
export { default as FitScreen } from './components/FitScreen';
|
|
2288
2300
|
export { default as FitScreenFilled } from './components/FitScreenFilled';
|
|
2289
2301
|
export { default as FitWidth } from './components/FitWidth';
|
|
@@ -2392,6 +2404,8 @@ export { default as FolderDeleteFilled } from './components/FolderDeleteFilled';
|
|
|
2392
2404
|
export { default as FolderEye } from './components/FolderEye';
|
|
2393
2405
|
export { default as FolderEyeFilled } from './components/FolderEyeFilled';
|
|
2394
2406
|
export { default as FolderFilled } from './components/FolderFilled';
|
|
2407
|
+
export { default as FolderInfo } from './components/FolderInfo';
|
|
2408
|
+
export { default as FolderInfoFilled } from './components/FolderInfoFilled';
|
|
2395
2409
|
export { default as FolderLimited } from './components/FolderLimited';
|
|
2396
2410
|
export { default as FolderLimitedFilled } from './components/FolderLimitedFilled';
|
|
2397
2411
|
export { default as FolderManaged } from './components/FolderManaged';
|
|
@@ -2943,6 +2957,10 @@ export { default as HotelClass } from './components/HotelClass';
|
|
|
2943
2957
|
export { default as HotelClassFilled } from './components/HotelClassFilled';
|
|
2944
2958
|
export { default as HotelFilled } from './components/HotelFilled';
|
|
2945
2959
|
export { default as Hourglass } from './components/Hourglass';
|
|
2960
|
+
export { default as HourglassArrowDown } from './components/HourglassArrowDown';
|
|
2961
|
+
export { default as HourglassArrowDownFilled } from './components/HourglassArrowDownFilled';
|
|
2962
|
+
export { default as HourglassArrowUp } from './components/HourglassArrowUp';
|
|
2963
|
+
export { default as HourglassArrowUpFilled } from './components/HourglassArrowUpFilled';
|
|
2946
2964
|
export { default as HourglassBottom } from './components/HourglassBottom';
|
|
2947
2965
|
export { default as HourglassBottomFilled } from './components/HourglassBottomFilled';
|
|
2948
2966
|
export { default as HourglassDisabled } from './components/HourglassDisabled';
|
|
@@ -2950,6 +2968,8 @@ export { default as HourglassDisabledFilled } from './components/HourglassDisabl
|
|
|
2950
2968
|
export { default as HourglassEmpty } from './components/HourglassEmpty';
|
|
2951
2969
|
export { default as HourglassEmptyFilled } from './components/HourglassEmptyFilled';
|
|
2952
2970
|
export { default as HourglassFilled } from './components/HourglassFilled';
|
|
2971
|
+
export { default as HourglassPause } from './components/HourglassPause';
|
|
2972
|
+
export { default as HourglassPauseFilled } from './components/HourglassPauseFilled';
|
|
2953
2973
|
export { default as HourglassTop } from './components/HourglassTop';
|
|
2954
2974
|
export { default as HourglassTopFilled } from './components/HourglassTopFilled';
|
|
2955
2975
|
export { default as House } from './components/House';
|
|
@@ -3578,6 +3598,8 @@ export { default as Masks } from './components/Masks';
|
|
|
3578
3598
|
export { default as MasksFilled } from './components/MasksFilled';
|
|
3579
3599
|
export { default as MatchCase } from './components/MatchCase';
|
|
3580
3600
|
export { default as MatchCaseFilled } from './components/MatchCaseFilled';
|
|
3601
|
+
export { default as MatchCaseOff } from './components/MatchCaseOff';
|
|
3602
|
+
export { default as MatchCaseOffFilled } from './components/MatchCaseOffFilled';
|
|
3581
3603
|
export { default as MatchWord } from './components/MatchWord';
|
|
3582
3604
|
export { default as MatchWordFilled } from './components/MatchWordFilled';
|
|
3583
3605
|
export { default as Matter } from './components/Matter';
|
|
@@ -3970,6 +3992,8 @@ export { default as NetworkCell } from './components/NetworkCell';
|
|
|
3970
3992
|
export { default as NetworkCellFilled } from './components/NetworkCellFilled';
|
|
3971
3993
|
export { default as NetworkCheck } from './components/NetworkCheck';
|
|
3972
3994
|
export { default as NetworkCheckFilled } from './components/NetworkCheckFilled';
|
|
3995
|
+
export { default as NetworkIntelNode } from './components/NetworkIntelNode';
|
|
3996
|
+
export { default as NetworkIntelNodeFilled } from './components/NetworkIntelNodeFilled';
|
|
3973
3997
|
export { default as NetworkIntelligence } from './components/NetworkIntelligence';
|
|
3974
3998
|
export { default as NetworkIntelligenceFilled } from './components/NetworkIntelligenceFilled';
|
|
3975
3999
|
export { default as NetworkIntelligenceHistory } from './components/NetworkIntelligenceHistory';
|
|
@@ -4230,6 +4254,10 @@ export { default as Padding } from './components/Padding';
|
|
|
4230
4254
|
export { default as PaddingFilled } from './components/PaddingFilled';
|
|
4231
4255
|
export { default as PageControl } from './components/PageControl';
|
|
4232
4256
|
export { default as PageControlFilled } from './components/PageControlFilled';
|
|
4257
|
+
export { default as PageFooter } from './components/PageFooter';
|
|
4258
|
+
export { default as PageFooterFilled } from './components/PageFooterFilled';
|
|
4259
|
+
export { default as PageHeader } from './components/PageHeader';
|
|
4260
|
+
export { default as PageHeaderFilled } from './components/PageHeaderFilled';
|
|
4233
4261
|
export { default as PageInfo } from './components/PageInfo';
|
|
4234
4262
|
export { default as PageInfoFilled } from './components/PageInfoFilled';
|
|
4235
4263
|
export { default as Pageless } from './components/Pageless';
|
|
@@ -5049,6 +5077,8 @@ export { default as ScreenShareFilled } from './components/ScreenShareFilled';
|
|
|
5049
5077
|
export { default as Screenshot } from './components/Screenshot';
|
|
5050
5078
|
export { default as ScreenshotFilled } from './components/ScreenshotFilled';
|
|
5051
5079
|
export { default as ScreenshotFrame } from './components/ScreenshotFrame';
|
|
5080
|
+
export { default as ScreenshotFrame2 } from './components/ScreenshotFrame2';
|
|
5081
|
+
export { default as ScreenshotFrame2Filled } from './components/ScreenshotFrame2Filled';
|
|
5052
5082
|
export { default as ScreenshotFrameFilled } from './components/ScreenshotFrameFilled';
|
|
5053
5083
|
export { default as ScreenshotKeyboard } from './components/ScreenshotKeyboard';
|
|
5054
5084
|
export { default as ScreenshotKeyboardFilled } from './components/ScreenshotKeyboardFilled';
|
|
@@ -5412,6 +5442,8 @@ export { default as SkipPrevious } from './components/SkipPrevious';
|
|
|
5412
5442
|
export { default as SkipPreviousFilled } from './components/SkipPreviousFilled';
|
|
5413
5443
|
export { default as Skull } from './components/Skull';
|
|
5414
5444
|
export { default as SkullFilled } from './components/SkullFilled';
|
|
5445
|
+
export { default as SkullList } from './components/SkullList';
|
|
5446
|
+
export { default as SkullListFilled } from './components/SkullListFilled';
|
|
5415
5447
|
export { default as SlabSerif } from './components/SlabSerif';
|
|
5416
5448
|
export { default as SlabSerifFilled } from './components/SlabSerifFilled';
|
|
5417
5449
|
export { default as Sledding } from './components/Sledding';
|
|
@@ -6071,6 +6103,10 @@ export { default as ThermometerLossFilled } from './components/ThermometerLossFi
|
|
|
6071
6103
|
export { default as ThermometerMinus } from './components/ThermometerMinus';
|
|
6072
6104
|
export { default as ThermometerMinusFilled } from './components/ThermometerMinusFilled';
|
|
6073
6105
|
export { default as Thermostat } from './components/Thermostat';
|
|
6106
|
+
export { default as ThermostatArrowDown } from './components/ThermostatArrowDown';
|
|
6107
|
+
export { default as ThermostatArrowDownFilled } from './components/ThermostatArrowDownFilled';
|
|
6108
|
+
export { default as ThermostatArrowUp } from './components/ThermostatArrowUp';
|
|
6109
|
+
export { default as ThermostatArrowUpFilled } from './components/ThermostatArrowUpFilled';
|
|
6074
6110
|
export { default as ThermostatAuto } from './components/ThermostatAuto';
|
|
6075
6111
|
export { default as ThermostatAutoFilled } from './components/ThermostatAutoFilled';
|
|
6076
6112
|
export { default as ThermostatCarbon } from './components/ThermostatCarbon';
|
|
@@ -6480,6 +6516,8 @@ export { default as VideogameAssetOff } from './components/VideogameAssetOff';
|
|
|
6480
6516
|
export { default as VideogameAssetOffFilled } from './components/VideogameAssetOffFilled';
|
|
6481
6517
|
export { default as ViewAgenda } from './components/ViewAgenda';
|
|
6482
6518
|
export { default as ViewAgendaFilled } from './components/ViewAgendaFilled';
|
|
6519
|
+
export { default as ViewApps } from './components/ViewApps';
|
|
6520
|
+
export { default as ViewAppsFilled } from './components/ViewAppsFilled';
|
|
6483
6521
|
export { default as ViewArray } from './components/ViewArray';
|
|
6484
6522
|
export { default as ViewArrayFilled } from './components/ViewArrayFilled';
|
|
6485
6523
|
export { default as ViewCarousel } from './components/ViewCarousel';
|