@project-lary/react-material-symbols 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: "M80-160v-474h123v-166h225v166h104v-166h225v166h123v474zm60-60h680v-354H140zm123-414h105v-106H263zm329 0h105v-106H592zM140-220h680zm123-414h105zm329 0h105z" })));
|
|
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: "M80-160v-474h123v-166h225v166h104v-166h225v166h123v474z" })));
|
|
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: "M590-160H250q-86 0-148-62T40-370q0-78 49.5-137.5T217-579q20-97 94-158.5T482-799q112 0 187.5 79T748-529q-16 2-31.05 5.97Q701.89-519.06 688-512v-10q0-89-60.5-153T478-739t-150 64-61 153h-19q-62 0-105 43.5T100-371q0 62 43.93 106.5T250-220h340zm95 0q-14 0-24.5-10.5T650-195v-120q0-14 11.5-24.5T690-350v-45q0-30.94 22.04-52.97 22.05-22.03 53-22.03Q796-470 818-447.97T840-395v45q17 0 28.5 10.5T880-315v120q0 14-10.5 24.5T845-160zm35-190h90v-44.91Q810-414 797.09-427t-32-13T733-427.06q-13 12.93-13 32.06z" })));
|
|
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: "M250-160q-86 0-148-62T40-370q0-78 49.5-137.5T217-579q20-97 94-158.5T482-799q112 0 187.5 79T748-529q-67 7-112.5 56.5T590-355v195zm435 0q-14 0-24.5-10.5T650-195v-120q0-14 11.5-24.5T690-350v-45q0-31 22-53t53-22 53 22 22 53v45q17 0 28.5 10.5T880-315v120q0 14-10.5 24.5T845-160zm35-190h90v-45q0-19-13-32t-32-13-32 13-13 32z" })));
|
|
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: "M515-120q-28 2-93.5-3T289-145.5t-118-50-51-84.5q0 52 51 84.5t118 50T421.5-123t93.5 3m-71-215q-45-2-82-7t-69.5-13.5-60-20T180-402q25 15 52.5 26.5t60 20T362-342t82 7m36-273q86 0 176.5-26.5T773-694q-27-32-118-59t-175-27q-88 0-177 26t-117 60q28 35 115.5 60.5T480-608m-12 428q8 16 20 31t27 29q-28 2-93.5-3T289-145.5t-118-50-51-84.5v-413q0-27 31-53.5t81.5-47.5T348-827.5 480-840q62 0 125.5 13.5t116 35.5 85.5 48 33 52q0 25-32 51t-83.5 46T609-561t-129 13q-79 0-156-18t-144-52v155q52 31 127 49t158 20q-7 12-12 27t-9 32q-90-3-151.5-20.5T180-402v126q10 33 100.5 63T468-180M878-40 768-150q-21 17-46.5 23.5T670-120q-71 0-120.5-49.5T500-290t49.5-120.5T670-460t120.5 49.5T840-290q0 26-6.5 52T810-192L920-82zM670-180q46 0 78-32t32-78-32-78-78-32-78 32-32 78 32 78 78 32" })));
|
|
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: "M514-121q-28 2-93-3t-132-21.5T171-192t-51-78v-100q0 37 33 64t82.5 45T343-233t108 12q9 29 25 54.5t38 45.5m-72-201q-43-3-99-12t-105.5-26-83.5-44-34-66v-100q0 39 37.5 67.5t93 47 118 27T480-420q-15 22-24.5 46.5T442-322m38-198q-150 0-255-47T120-680q0-67 104.5-113.5T480-840t255.5 46.5T840-680q0 66-105 113t-255 47M878-40 768-150q-21 17-46.5 23.5T670-120q-71 0-120.5-49.5T500-290t49.5-120.5T670-460t120.5 49.5T840-290q0 26-6.5 52T810-192L920-82zM670-180q46 0 78-32t32-78-32-78-78-32-78 32-32 78 32 78 78 32" })));
|
|
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: "M180-820v293-3 390zv186zM120-80v-800h421l219 219v154q-14-7-29-12t-31-8v-107H511v-186H180v680h315q20 21 44.5 36T593-80zm540-110q47 0 78.5-31.5T770-300t-31.5-78.5T660-410t-78.5 31.5T550-300t31.5 78.5T660-190M864-54 756.84-161Q736-147 711.5-138.5T660-130q-70.83 0-120.42-49.62Q490-229.24 490-300.12t49.62-120.38 120.5-49.5 120.38 49.58Q830-370.83 830-300q0 27-8.5 51.5T799-203.16L906-96z" })));
|
|
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: "M660-190q46 0 78-31.5t32-78.5q0-46-32-78t-78-32q-47 0-78.5 32T550-300q0 47 31.5 78.5T660-190M864-54 757-160q-21 14-45.5 22t-51.5 8q-71 0-120.5-49.5T490-300q0-70 49.5-120T660-470q70 0 120 50t50 120q0 28-8.5 52.5T799-202L905-96zM120-80v-800h421l219 219v154q-24-11-49-17t-51-6q-112 0-171.5 72.5T429-297q0 69 39 130.5T592-80zm391-554h189L511-820l189 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: "M792-160 663-289l42-42 56 56v-525h60v526l57-57 42 42zm-672-84v-154l309-310q18-18 43-18t42 18l68 69q17 17 17 42t-17 42L273-244zm60-60h69l178-181-34-34-34-34-179 179zm291-223-68-69z" })));
|
|
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: "M792-160 663-289l42-42 56 56v-525h60v526l57-57 42 42zm-672-84v-154l309-310q18-18 43-18t42 18l68 69q17 17 17 42t-17 42L273-244zm351-283 59-61-67-67-60 59z" })));
|
|
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: "M336-384v-192l-96 96zm384-96-96-96v192zM80-160v-640h800v640zm740-580H140v520h680zm-680 0v520z" })));
|
|
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: "M336-384v-192l-96 96zm384-96-96-96v192zM80-160v-640h800v640z" })));
|
|
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: "M140-220v-520 250-39zm319 60H80v-640h341l60 60h399v302q-13-15-28-28t-32-24v-190H456l-60-60H140v520h297.33q3.67 16 8.99 30.92Q451.64-174.17 459-160m227-308q80.51 0 137.26 56.74Q880-354.51 880-274t-56.74 137.26Q766.51-80 686-80t-137.26-56.74Q492-193.49 492-274t56.74-137.26Q605.49-468 686-468m-20 314h40v-160h-40zm20-200q8 0 14-6t6-14-6-14-14-6-14 6-6 14 6 14 14 6" })));
|
|
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: "M80-160v-640h341l60 60h399v302q-36-43-86.5-67T686-529q-105.61 0-179.8 74.49Q432-380.02 432-274q0 30 6.5 59t20.5 55zm606 80q-80.51 0-137.26-56.74Q492-193.49 492-274t56.74-137.26Q605.49-468 686-468t137.26 56.74Q880-354.51 880-274t-56.74 137.26Q766.51-80 686-80m-20-74h40v-160h-40zm20-200q8 0 14-6t6-14-6-14-14-6-14 6-6 14 6 14 14 6" })));
|
|
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: "M337-517q48 0 82-34t34-82v-107H220v107q0 48 34.5 82t82.5 34M220-220h233v-109q0-48-34-82t-82-34-82.5 34-34.5 82zm-120 60v-60h60v-108q0-47.89 25-88.95Q210-458 252-481q-42-23-67-63t-25-88v-108h-60v-60h473v60h-60v108q0 48-24.5 88T422-481q42 23 66.5 64.05Q513-375.89 513-328v108h60v60zm692 0L663-289l42-42 56 56v-525h60v526l57-57 42 42zm-455-60" })));
|
|
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: "M100-160v-60h60v-108q0-48 25-89t67-64q-42-23-67-63t-25-88v-108h-60v-60h473v60h-60v108q0 48-24.5 88T422-481q42 23 66.5 64t24.5 89v108h60v60zm692 0L663-289l42-42 56 56v-525h60v526l57-57 42 42z" })));
|
|
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: "M337-517q48 0 82-34t34-82v-107H220v107q0 48 34.5 82t82.5 34M220-220h233v-109q0-48-34-82t-82-34-82.5 34-34.5 82zm-120 60v-60h60v-108q0-47.89 25-88.95Q210-458 252-481q-42-23-67-63t-25-88v-108h-60v-60h473v60h-60v108q0 48-24.5 88T422-481q42 23 66.5 64.05Q513-375.89 513-328v108h60v60zm662 0v-526l-57 57-42-42 129-129 128 129-42 42-56-56v525zm-425-60" })));
|
|
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: "M100-160v-60h60v-108q0-48 25-89t67-64q-42-23-67-63t-25-88v-108h-60v-60h473v60h-60v108q0 48-24.5 88T422-481q42 23 66.5 64t24.5 89v108h60v60zm662 0v-526l-57 57-42-42 129-129 128 129-42 42-56-56v525z" })));
|
|
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: "M160-80v-60h88v-127q0-71 40-129t106-84q-66-27-106-85t-40-129v-126h-88v-60h640v60h-88v126q0 71-40 129t-106 85q12 5 26.5 12.5T617-452q-10 5-24 14.5T565-416q-19-11-40.5-16.5T480-438q-72 0-122 49.5T308-267v127h189q7 17 15 31.5T531-80zm320-442q72 0 122-50t50-122v-126H308v126q0 72 50 122t122 50m285 369 35 1v-156h-35zm-105 0h35v-155h-35zm70 113q-78 0-134-55.4t-56-134T596-364t134-56 134 55.87q56 55.86 56 135.13 0 78.43-56 133.72Q808-40 730-40M480-820" })));
|
|
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: "M160-80v-60h88v-127q0-71 40-129t106-84q-66-27-106-85t-40-129v-126h-88v-60h640v60h-88v126q0 71-40 129t-106 85q12 5 26.5 12.5T617-452q-63 29-100 92t-37 131q0 41 13 79t38 70zm570 40q-78 0-134-55.5T540-229q0-79 56-135t134-56 134 56 56 135q0 78-56 133.5T730-40m-70-113h35v-155h-35zm105 0 35 1v-156h-35z" })));
|
|
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: "m150-260 121-331L57-805l43-43L849-99l-43 43-324-324 44 120h-52l-43-121H244l-43 121zm156-296-46 131h155l-12-34zm418 247q18-14 30-36t12-49q-16-8-38-13t-43-5q-16 0-29 3t-24 8l-31-31q16-9 35-13.5t42-4.5q26 0 48.5 4.5T765-433v-18q0-38-20.5-58.5T685-530q-23 0-43 8t-37 25l-31-28q24-23 50-34t61-11q62 0 93.5 31t31.5 93v186h-37z" })));
|
|
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: "M297-160q-8 0-15-4t-11-11l-84-150h71l42 80h90v-30h-72l-42-80H171l-63-110q-2-4-3-7.5t-1-7.5q0-2 4-15l63-110h105l42-80h72v-30h-90l-42 80h-71l84-150q4-7 11-11t15-4h118q13 0 21.5 8.5T445-770v175h-85l-30 30h115v130h-98l-39-80h-98l-30 30h108l40 80h117v215q0 13-8.5 21.5T415-160zm273 0q-29 0-49.5-20.5T500-230q0-21 11-38t29-25v-374q-18-8-29-25t-11-38q0-29 20.5-49.5T570-800t49.5 20.5T640-730q0 21-11 38t-29 25v114l100-60q-3-31 18-54t52-23q29 0 49.5 20.5T840-620t-20.5 49.5T770-550q-11 0-21-3t-18-8l-108 65 116 93q7-3 15-5t16-2q29 0 49.5 20.5T840-340t-20.5 49.5T770-270q-35 0-55.5-27T702-356l-102-82v146q17 8 28 24.5t11 37.5q0 29-20 49.5T570-160" })));
|
|
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: "M120-120v-60h720v60zm0-160v-560h720v560zm60-60h600v-440H180zm0 0v-440z" })));
|
|
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: "M120-120v-60h720v60zm0-160v-560h720v560z" })));
|
|
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: "M120-780v-60h720v60zm0 660v-560h720v560zm60-60h600v-440H180zm0 0v-440z" })));
|
|
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: "M120-780v-60h720v60zm0 660v-560h720v560z" })));
|
|
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: "M820-570v-130H690v-60h190v190zm-740 0v-190h190v60H140v130zm610 370v-60h130v-130h60v190zm-610 0v-190h60v130h130v60z" })));
|
|
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: "M163-240v-76q-55-33-89-87.13T40-521q0-102 75.53-170.5 75.52-68.5 179.5-68.5Q399-760 475-691.5T551-521q0 63.74-34 117.87T428-316v76zm60-60h145v-51l35-21q40-23 64-62.25 24-39.26 24-86.36Q491-598 432.5-649T295-700t-137 50.91q-58 50.9-58 128.1Q100-474 124-435t64 63l35 21zm-9.82-191q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5M266-400h60l-30-60zm111.18-91q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5M614-449v-60h266v60zm0 160v-60h266v60zm0-320v-60h266v60zM296-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: "M163-240v-76q-55-33-89-87.13T40-521q0-102 75.53-170.5 75.52-68.5 179.5-68.5Q399-760 475-691.5T551-521q0 63.74-34 117.87T428-316v76zm50.18-251q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5M266-400h60l-30-60zm111.18-91q12.82 0 21.32-8.68 8.5-8.67 8.5-21.5 0-12.82-8.68-21.32-8.67-8.5-21.5-8.5-12.82 0-21.32 8.68-8.5 8.67-8.5 21.5 0 12.82 8.68 21.32 8.67 8.5 21.5 8.5M614-449v-60h266v60zm0 160v-60h266v60zm0-320v-60h266v60z" })));
|
|
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: "M296-121q-76 0-129-53t-53-129q0-48 24-90.5t66-68.5v-286q0-38 27-65t65-27 65 27 27 65v286q42 26 66 68.5t24 90.5q0 76-53 129t-129 53M174-303h244q0-40-19-71.5T348-420l-20-9v-319q0-14-9-23t-23-9-23 9-9 23v319l-20 9q-32 14-51 46t-19 71m618 143L663-289l42-42 56 56v-525h60v526l57-57 42 42z" })));
|
|
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: "M296-121q-76 0-129-53t-53-129q0-48 24-90.5t66-68.5v-286q0-38 27-65t65-27 65 27 27 65v286q42 26 66 68.5t24 90.5q0 76-53 129t-129 53M174-303h244q0-40-19-71.5T348-420l-20-9v-319q0-14-9-23t-23-9-23 9-9 23v319l-20 9q-32 14-51 46t-19 71m588 143v-526l-57 57-42-42 129-129 128 129-42 42-56-56v525z" })));
|
|
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: "M40-160v-640l231 38v564zm321-39v-561h238v561zm559 39-231-38v-564l231-38zm-820-71 111-19v-461l-111-18zm321-28h118v-441H421zm439 28v-498l-111 18v462zm-760 0 111-19zm321-28h118zm439 28-111-18z" })));
|
|
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: "M40-160v-640l231 38v564zm321-39v-561h238v561zm559 39-231-38v-564l231-38zm-820-71 111-19v-461l-111-18zm321-28h118v-441H421zm439 28v-498l-111 18v462zm-760 0v-498l111 18v461zm321-28v-441h118v441zm439 28-111-18v-462l111-18z" })));
|
|
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';
|