@project-lary/react-material-symbols-700-rounded 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.
Files changed (79) hide show
  1. package/dist/components/Brick.d.ts +4 -0
  2. package/dist/components/Brick.js +6 -0
  3. package/dist/components/BrickFilled.d.ts +4 -0
  4. package/dist/components/BrickFilled.js +6 -0
  5. package/dist/components/CloudLock.d.ts +4 -0
  6. package/dist/components/CloudLock.js +6 -0
  7. package/dist/components/CloudLockFilled.d.ts +4 -0
  8. package/dist/components/CloudLockFilled.js +6 -0
  9. package/dist/components/DatabaseSearch.d.ts +4 -0
  10. package/dist/components/DatabaseSearch.js +6 -0
  11. package/dist/components/DatabaseSearchFilled.d.ts +4 -0
  12. package/dist/components/DatabaseSearchFilled.js +6 -0
  13. package/dist/components/DocumentSearch.d.ts +4 -0
  14. package/dist/components/DocumentSearch.js +6 -0
  15. package/dist/components/DocumentSearchFilled.d.ts +4 -0
  16. package/dist/components/DocumentSearchFilled.js +6 -0
  17. package/dist/components/EditArrowDown.d.ts +4 -0
  18. package/dist/components/EditArrowDown.js +6 -0
  19. package/dist/components/EditArrowDownFilled.d.ts +4 -0
  20. package/dist/components/EditArrowDownFilled.js +6 -0
  21. package/dist/components/FitPageWidth.d.ts +4 -0
  22. package/dist/components/FitPageWidth.js +6 -0
  23. package/dist/components/FitPageWidthFilled.d.ts +4 -0
  24. package/dist/components/FitPageWidthFilled.js +6 -0
  25. package/dist/components/FolderInfo.d.ts +4 -0
  26. package/dist/components/FolderInfo.js +6 -0
  27. package/dist/components/FolderInfoFilled.d.ts +4 -0
  28. package/dist/components/FolderInfoFilled.js +6 -0
  29. package/dist/components/HourglassArrowDown.d.ts +4 -0
  30. package/dist/components/HourglassArrowDown.js +6 -0
  31. package/dist/components/HourglassArrowDownFilled.d.ts +4 -0
  32. package/dist/components/HourglassArrowDownFilled.js +6 -0
  33. package/dist/components/HourglassArrowUp.d.ts +4 -0
  34. package/dist/components/HourglassArrowUp.js +6 -0
  35. package/dist/components/HourglassArrowUpFilled.d.ts +4 -0
  36. package/dist/components/HourglassArrowUpFilled.js +6 -0
  37. package/dist/components/HourglassPause.d.ts +4 -0
  38. package/dist/components/HourglassPause.js +6 -0
  39. package/dist/components/HourglassPauseFilled.d.ts +4 -0
  40. package/dist/components/HourglassPauseFilled.js +6 -0
  41. package/dist/components/MatchCaseOff.d.ts +4 -0
  42. package/dist/components/MatchCaseOff.js +6 -0
  43. package/dist/components/MatchCaseOffFilled.d.ts +3 -0
  44. package/dist/components/MatchCaseOffFilled.js +3 -0
  45. package/dist/components/NetworkIntelNode.d.ts +4 -0
  46. package/dist/components/NetworkIntelNode.js +6 -0
  47. package/dist/components/NetworkIntelNodeFilled.d.ts +3 -0
  48. package/dist/components/NetworkIntelNodeFilled.js +3 -0
  49. package/dist/components/PageFooter.d.ts +4 -0
  50. package/dist/components/PageFooter.js +6 -0
  51. package/dist/components/PageFooterFilled.d.ts +4 -0
  52. package/dist/components/PageFooterFilled.js +6 -0
  53. package/dist/components/PageHeader.d.ts +4 -0
  54. package/dist/components/PageHeader.js +6 -0
  55. package/dist/components/PageHeaderFilled.d.ts +4 -0
  56. package/dist/components/PageHeaderFilled.js +6 -0
  57. package/dist/components/ScreenshotFrame2.d.ts +4 -0
  58. package/dist/components/ScreenshotFrame2.js +6 -0
  59. package/dist/components/ScreenshotFrame2Filled.d.ts +3 -0
  60. package/dist/components/ScreenshotFrame2Filled.js +3 -0
  61. package/dist/components/SkullList.d.ts +4 -0
  62. package/dist/components/SkullList.js +6 -0
  63. package/dist/components/SkullListFilled.d.ts +4 -0
  64. package/dist/components/SkullListFilled.js +6 -0
  65. package/dist/components/ThermostatArrowDown.d.ts +4 -0
  66. package/dist/components/ThermostatArrowDown.js +6 -0
  67. package/dist/components/ThermostatArrowDownFilled.d.ts +3 -0
  68. package/dist/components/ThermostatArrowDownFilled.js +3 -0
  69. package/dist/components/ThermostatArrowUp.d.ts +4 -0
  70. package/dist/components/ThermostatArrowUp.js +6 -0
  71. package/dist/components/ThermostatArrowUpFilled.d.ts +3 -0
  72. package/dist/components/ThermostatArrowUpFilled.js +3 -0
  73. package/dist/components/ViewApps.d.ts +4 -0
  74. package/dist/components/ViewApps.js +6 -0
  75. package/dist/components/ViewAppsFilled.d.ts +4 -0
  76. package/dist/components/ViewAppsFilled.js +6 -0
  77. package/dist/index.d.ts +38 -0
  78. package/dist/index.js +38 -0
  79. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Brick({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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-206v-365q0-28.75 19.46-48.88Q93.92-640 124-640h33v-115q0-29.58 20.63-50.29Q198.25-826 228-826h137q29.58 0 50.29 20.71T436-755v115h89v-115q0-29.58 20.63-50.29Q566.25-826 596-826h137q29.58 0 50.29 20.71T804-755v115h33q28.75 0 48.88 20.12Q906-599.75 906-571v365q0 29.75-20.71 50.37Q864.58-135 835-135H126q-29.75 0-50.37-20.63Q55-176.25 55-206m94-23h662v-317H149zm102-411h90v-91h-90zm368 0h90v-91h-90zM149-229h662zm102-411h90zm368 0h90z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function BrickFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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-206v-365q0-28.75 19.46-48.88Q93.92-640 124-640h33v-115q0-29.58 20.63-50.29Q198.25-826 228-826h137q29.58 0 50.29 20.71T436-755v115h89v-115q0-29.58 20.63-50.29Q566.25-826 596-826h137q29.58 0 50.29 20.71T804-755v115h33q28.75 0 48.88 20.12Q906-599.75 906-571v365q0 29.75-20.71 50.37Q864.58-135 835-135H126q-29.75 0-50.37-20.63Q55-176.25 55-206" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function CloudLock({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M252-135q-96.34 0-165.67-68.68Q17-272.35 17-368q0-84 50.5-151T201-600q24-100 102.08-162.5T482-825q115.44 0 197.22 79.5T771-552q2 21.42-9.5 32.71T734-505q-17 2-32.5-6T680-541q-12-76-67.32-132.5T478.41-730Q392-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 42h316q19.63 0 33.81 13.68Q616-201.65 616-181.82q0 19.82-14.19 33.32Q587.63-135 568-135zm459 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,4 @@
1
+ import React from 'react';
2
+ export default function CloudLockFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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-825q120.03 0 203.02 85Q768-655 773-536q0 13.7-9.5 24.35T741-498q-55.75 17.07-90.37 63.35Q616-388.37 616-330v148q0 20-14.06 33.5T568-135zm459 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,4 @@
1
+ import React from 'react';
2
+ export default function DatabaseSearch({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M482-96q-7 1-68.5-2.5t-132.5-22-128.5-56T95-280q0 66 57.5 103.5t128.5 56 132.5 22T482-96m-21-212q-41-1-77.5-5t-71-13-66.5-22.5-64-31.5q32 18 64 31.5t66.5 22.5 71 13 77.5 5m19-300q85 0 174-26t118-60q-30-32-120.5-58.5T480-779q-86 0-174.5 26T188-694q28 36 113.5 61T480-608M95-280v-413q0-32 33-63t87-55.5T338-851t142-15q66 0 134.5 16T739-809t91.5 56 35.5 62-34.5 61-89.5 54-124 38.5T480-523q-74 0-150.5-17.5T182-592v136q53 25 125 41t154 20q19 1 31.5 14t12.5 30q0 19-13 31.5T461-308q-83-1-149-18t-130-54v104q10 31 97 59t202 34q17 1 28.5 14t11.5 30q0 19-11.5 31.5T482-96q-7 1-68.5-2.5t-132.5-22-128.5-56T95-280M708-65q-78 0-132.5-54T521-252q0-78 54.5-132.5T708-439q79 0 133.5 54.5T896-252q0 26-5.5 50.5T870-157l73 73q14 14 14 32.5T943-18Q928-4 909-4t-33-14l-73-72q-21 15-45 20t-50 5m0-94q39 0 66-27t27-66-27-66-66-27-65.5 27-26.5 66 26.5 66 65.5 27" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function DatabaseSearchFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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-27 2-96.5-3t-143-22T150-170.5 94-257v-124q0 37 33.5 66.5T214-264t119.5 33.5T465-217q5 34 19 64.5T519-96m-52-212q-60-2-125.5-12.5t-120.5-31-91-50T94-471v-122q0 40 40 72t102.5 53 137 31 144.5 7h13q-24 26-40.5 56.5T467-308m12-214q-160 0-272-50.5T95-694q0-73 111-122.5T479-866t274.5 49.5T866-694q0 71-113.5 121.5T479-522M708-65q-78 0-132.5-54T521-252q0-78 54.5-132.5T708-439q79 0 133.5 54.5T896-252q0 26-5.5 50.5T870-157l73 73q14 14 14 32.5T943-18Q928-4 909-4t-33-14l-73-72q-21 15-45 20t-50 5m0-94q39 0 66-27t27-66-27-66-66-27-65.5 27-26.5 66 26.5 66 65.5 27" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function DocumentSearch({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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 381zv186zm0 756q-39.05 0-66.53-27.47Q95-109.95 95-149v-662q0-39.46 27.47-67.23Q149.95-906 189-906h323q19.56 0 37.28 8T580-877l177 177q13 13 21 30.72t8 37.28v85q0 18.08-14.76 29.54Q756.47-506 737.74-506 721-506 707-516.13q-14-10.12-19-26.87v-82H549q-19.75 0-33.37-13.63Q502-652.25 502-672v-139H189v662h278q20.1 0 33.05 13.68Q513-121.65 513-101.82 513-82 500.05-68.5T467-55zm487.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.5M913.57-46q-14.43 14-33 14T848-46l-77-76q-22 12-45.19 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-189l77 77q14 14 14 33t-14.43 33" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function DocumentSearchFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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.63-190q39.37 0 65.87-26.63 26.5-26.64 26.5-66Q769-322 742.55-349T677-376q-39.52 0-66.26 26.84T584-282.66t26.63 66.16q26.64 26.5 66 26.5M913.57-46q-14.43 14-33 14T848-46l-77-76q-22 12-45 19t-49 7q-78.92 0-133.46-54.15Q489-204.29 489-282.65q0-78.35 54.54-132.85T677-470q78.5 0 132.75 54.25T864-283q0 26.27-7.5 49.53Q849-210.22 837-189l77 77q14 14 14 33t-14.43 33M189-55q-39.05 0-66.53-27.47Q95-109.95 95-149v-662q0-39.46 27.47-67.23Q149.95-906 189-906h323q18.87 0 36.93 8Q567-890 580-877l177 177q13 13 21 31.07 8 18.06 8 36.93v77q0 18.1-14.5 28.05T739-522q-14.92-5-30.35-6.5-15.42-1.5-31.34-1.5Q564-530 497.5-453T431-280q0 48 20 93t63 79q13 17 6.14 35-6.87 18-25.14 18zm313-756v139q0 20 13.5 33.5T549-625h142zl189 186z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function EditArrowDown({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M112-220q-20 0-33.5-13.5T65-267v-94q0-19 7-36.5T92-429l278-279q28-28 67.5-28.5T505-707l46 45q26 28 26 66.5T550-530L272-249q-14 14-31.5 21.5T204-220zm46-94h58l163-168-27-28-28-27-166 165zm273-218-55-57zm336 364-95-96q-14-13-14-30t13-31 31-13.5 31 13.5l25 25v-482q0-18 12.5-30.5T802-825q18 0 30.5 13t12.5 31v480l24-24q14-14 31-14t31 14q13 14 13 31t-13 30l-96 96q-14 14-34 14t-34-14" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function EditArrowDownFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M112-220q-20 0-33.5-13.5T65-267v-94q0-19 7-36.5T92-429l278-279q28-28 67.5-28.5T505-707l46 45q26 28 26 66.5T550-530L272-249q-14 14-31.5 21.5T204-220zm319-312 56-58-55-55-56 56zm336 364-95-96q-14-13-14-30t13-31 31-13.5 31 13.5l25 25v-482q0-18 12.5-30.5T802-825q18 0 30.5 13t12.5 31v480l24-24q14-14 31-14t31 14q13 14 13 31t-13 30l-96 96q-14 14-34 14t-34-14" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function FitPageWidth({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M149-135q-39.05 0-66.53-27.48Q55-189.95 55-229v-502q0-39.46 27.47-67.23Q109.95-826 149-826h662q39.46 0 67.23 27.77T906-731v502q0 39.05-27.77 66.52Q850.46-135 811-135zm662-596H149v502h662zm-662 0v502zm211 303v-105q0-14.58-15-20.79T319-549l-35 35q-15 14.73-15 34.36Q269-460 284-446l35 35q11 11 26 4.96T360-428m317-86-35-35q-11-11-26-4.79T601-533v105q0 15.92 15 21.96t26-4.96l35-35q14-14.73 14-34.36Q691-500 677-514" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function FitPageWidthFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M149-135q-39 0-66.5-27.5T55-229v-502q0-39 27.5-67t66.5-28h662q39 0 67 28t28 67v502q0 39-28 66.5T811-135zm211-293v-105q0-15-15-21t-26 5l-35 35q-15 14-15 34t15 34l35 35q11 11 26 5t15-22m317-86-35-35q-11-11-26-5t-15 21v105q0 16 15 22t26-5l35-35q14-14 14-34t-14-34" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function FolderInfo({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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-26zm0 94q-39.05 0-66.53-27.98Q55-190.95 55-229v-502q0-38.46 27.47-66.73Q109.95-826 149-826h261l71 72h330q38.46 0 66.73 27.97Q906-698.05 906-660v167q0 21.08-14.26 34.54-14.27 13.46-34 13.46-19.74 0-33.24-13.63Q811-472.25 811-492v-168H442l-71-71H149v502h276q19.75 0 33.38 13.68Q472-201.65 472-181.82q0 19.82-13.62 33.32Q444.75-135 425-135zm563-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-443m0 329q13 0 23-9.5t10-23.5v-96q0-14.4-10-24.2t-23.5-9.8-23.5 9.8-10 24.2v96q0 14 9.8 23.5T712-114m0-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,4 @@
1
+ import React from 'react';
2
+ export default function FolderInfoFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M149-135q-39.05 0-66.53-27.98Q55-190.95 55-229v-502q0-38.46 27.47-66.73Q109.95-826 149-826h261l71 72h330q38.46 0 66.73 27.97Q906-698.05 906-660v157q0 26-24.5 37.5T834-469q-28-17-59.1-26t-62.9-9q-105.02 0-179.01 73.49T458-252q0 15.38 1.5 30.19T465-193q4 22-8.5 40T424-135zm562.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-55m.5-59q13 0 23-9.5t10-23.5v-96q0-14.4-10-24.2t-23.5-9.8-23.5 9.8-10 24.2v96q0 14 9.8 23.5T712-114m0-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,4 @@
1
+ import React from 'react';
2
+ export default function HourglassArrowDown({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "m767-168-95-96q-14-13.13-14-30.32 0-17.18 13-30.68 12.67-14.08 30.83-13.54Q720-338 733-325l25 25v-482q0-18.3 12.68-30.65 12.67-12.35 31-12.35 18.32 0 30.82 12.97Q845-799.05 845-781v480l24-24q13.78-14 30.89-14t30.61 14 13.5 31-13 30l-96 96q-14.73 14-34.36 14Q781-154 767-168M322-517q51.36 0 86.68-36T444-640v-91H198v91q0 51 35.9 87t88.1 36M199-229h245v-93q0-51-35.32-87T322-445t-87.18 36T199-322zm-94 0v-92q0-50.89 25.5-94.45Q156-459 203-481q-47-21-72.5-64T105-639v-92H90q-12.75 0-21.37-10.68Q60-752.35 60-778.18q0-19.7 13.63-33.76Q87.25-826 107-826h429q19.63 0 33.81 16.18 14.19 16.17 14.19 49 0 12.82-9.12 21.32-9.13 8.5-20.88 8.5h-15v92q0 51-25.5 94.5T442-481q46 22 71.5 65.55Q539-371.89 539-321v92h15q11.75 0 20.88 10.68 9.12 10.67 9.12 36.5 0 19.82-14.19 33.32Q555.63-135 536-135H107q-19.75 0-33.37-15.68Q60-166.35 60-199.18q0-12.82 8.63-21.32Q77.25-229 90-229zm217 0" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function HourglassArrowDownFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "m767-168-95-96q-14-12.8-14-29.9t13-31.1 31-13.5 31 13.5l25 25v-482q0-18 12.68-30.5 12.67-12.5 31.5-12.5 17.82 0 30.32 13.12Q845-798.75 845-781v480l24-24q14-14 31-14t31 14q13 14 13 31t-13 30l-96 96q-14.27 14-34.14 14Q781-154 767-168m-662-61v-92q0-50.89 25.5-94.45Q156-459 203-481q-47-21-72.5-64T105-639v-92H90q-12.75 0-21.37-10.68Q60-752.35 60-778.18 60-798 73.63-812q13.62-14 33.37-14h429q19.75 0 33.88 16.18 14.12 16.17 14.12 49 0 12.82-9.12 21.32-9.13 8.5-20.88 8.5h-15v92q0 51-25.5 94.5T442-481q46 22 71.5 65.55Q539-371.89 539-321v92h15q11.75 0 20.88 10.68 9.12 10.67 9.12 36.5 0 19.82-14.12 33.32Q555.75-135 536-135H107q-19.75 0-33.37-15.68Q60-166.35 60-199.18q0-12.82 8.63-21.32Q77.25-229 90-229z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function HourglassArrowUp({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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 0 86.5-36t35.5-87v-91H198v91q0 51 36 87t88 36M199-229h245v-93q0-51-35.5-87T322-445t-87 36-36 87zm-94 0v-92q0-50.89 25.5-94.45Q156-459 203-481q-47-21-72.5-64T105-639v-92H90q-12.75 0-21.37-10.68Q60-752.35 60-778.18q0-19.7 13.63-33.76Q87.25-826 107-826h429q19.63 0 33.81 16.18 14.19 16.17 14.19 49 0 12.82-9.12 21.32-9.13 8.5-20.88 8.5h-15v92q0 51-25.5 94.5T442-481q46 22 71.5 65.55Q539-371.89 539-321v92h15q11.75 0 20.88 10.68 9.12 10.67 9.12 36.5 0 19.82-14.19 33.32Q555.63-135 536-135H107q-19.75 0-33.37-15.68Q60-166.35 60-199.18q0-12.82 8.63-21.32Q77.25-229 90-229zm653-429-25 24q-13 14-30.5 14t-31-14-13.5-31.11T672-696l95-95q14.36-14 34.18-14T836-791l95 95q13 12.8 13.5 30.4t-13 31.6-31.25 13.5T869-634l-24-25v481q0 17.62-12.96 30.31-12.97 12.69-31 12.69-18.04 0-30.54-12.69T758-178z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function HourglassArrowUpFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M105-229v-92q0-50.89 25.5-94.45Q156-459 203-481q-47-21-72.5-64T105-639v-92H90q-12.75 0-21.37-10.68Q60-752.35 60-778.18 60-798 73.63-812q13.62-14 33.37-14h429q19.75 0 33.88 16.18 14.12 16.17 14.12 49 0 12.82-9.12 21.32-9.13 8.5-20.88 8.5h-15v92q0 51-25.5 94.5T442-481q46 22 71.5 65.55Q539-371.89 539-321v92h15q11.75 0 20.88 10.68 9.12 10.67 9.12 36.5 0 19.82-14.12 33.32Q555.75-135 536-135H107q-19.75 0-33.37-15.68Q60-166.35 60-199.18q0-12.82 8.63-21.32Q77.25-229 90-229zm653-429-25 24q-13 14-30.5 14T672-634q-14-14-14-31t14-31l95-95q14.27-14 34.14-14Q821-805 836-791l95 95q13 12.8 13.5 30.4T932-634q-14 14-31.5 13.5T869-634l-24-25v481q0 17.75-13.18 30.37-13.17 12.63-31 12.63-17.82 0-30.32-12.63Q758-160.25 758-178z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function HourglassPause({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M223-149v-117.65Q223-335 258.5-392t95.5-88q-60-32-95.5-89T223-694.35V-811h-41q-19.75 0-33.37-13.68Q135-838.35 135-858.09q0-19.73 13.63-33.82Q162.25-906 182-906h596q19.63 0 33.81 14.26 14.19 14.27 14.19 34 0 19.74-14.19 33.24Q797.63-811 778-811h-40v117q0 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-55H182q-19.75 0-33.37-13.68Q135-82.35 135-102.18q0-19.82 13.63-33.32Q162.25-149 182-149zm257-382q68 0 115.5-47.5T643-694v-117H317v117q0 68 47.5 115.5T480-531m333 235q-10 0-17 6.3t-7 16.76V-152q0 9.2 6.5 16.1T812-129t17-6.3 7-16.76v-120.88q0-10.46-6.5-16.76T813-296M708-129q10 0 16.5-6.8T731-153v-120q0-10.4-6.5-16.7T708-296t-17 6.3-7 16.76v120.88q0 10.46 7 16.76t17 6.3m52 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,4 @@
1
+ import React from 'react';
2
+ export default function HourglassPauseFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M813-296q-10 0-17 6.8t-7 17.2v120q0 9.2 6.5 16.1T812-129t17-6.3 7-16.76v-120.88q0-10.46-6.5-16.76T813-296M708-129q10 0 16.5-6.8T731-153v-120q0-10.4-7-16.7t-17-6.3-16.5 6.8T684-272v120q0 10.4 7 16.7t17 6.3M182-55q-19.75 0-33.37-13.68Q135-82.35 135-102.18q0-19.82 13.63-33.32Q162.25-149 182-149h41v-117.65Q223-335 258.5-392t95.5-88q-60-32-95.5-89T223-694.35V-811h-41q-19.75 0-33.37-13.68Q135-838.35 135-858.09q0-19.73 13.63-33.82Q162.25-906 182-906h596q19.63 0 33.81 14.26 14.19 14.27 14.19 34 0 19.74-14.19 33.24Q797.63-811 778-811h-40v117q0 77.71-43.5 141.85Q651-488 577-457q47-4 91-15.5t74-30.5q-104 25-168 109.26-64 84.27-64 182.74 0 43.06 14.5 82.88Q539-88.31 566-55zm578 33q-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-22" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function MatchCaseOff({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M174-251q-17 0-26.5-13.5T143-295l108-301L68-778q-11-11-11-25t11-25 26-10.5 26 10.5l710 710q11 11 10.5 25.5T829-67t-25 11-25-11L487-360l23 65q6 17-4 30.5T478-251q-10 0-19-6t-12-16l-32-92H238l-32 92q-4 10-12.5 16t-19.5 6m125-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-14 0-29.5 4T646-511q-11 5-22 3t-19-11q-7-8-7-19t10-17q23-15 49-22.5t54-7.5q58 0 92 34t34 92v195q0 15-15 21t-26-5z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import MatchCaseOff from './MatchCaseOff';
2
+ declare const MatchCaseOffFilled: typeof MatchCaseOff;
3
+ export default MatchCaseOffFilled;
@@ -0,0 +1,3 @@
1
+ import MatchCaseOff from './MatchCaseOff';
2
+ var MatchCaseOffFilled = MatchCaseOff;
3
+ export default MatchCaseOffFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function NetworkIntelNode({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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.7 0-24-6.43-11.29-6.43-17-17.57l-88-156h76l37.29 69.32q4.32 8.68 12.54 13.18 8.23 4.5 18.17 4.5h55q6 0 10.5-4.5T344-243t-4.5-10.5T329-258h-57.56l-37.56-68.32Q229.39-335 221.35-340t-18.79-5h-88.69L51-457q-3.6-5.75-5.3-11.29-1.7-5.53-1.7-11.57 0-5.43 7-24.14l62.87-111h88.69q10.75 0 18.79-5t12.55-13.73l37.71-68.57h57.78q5.85 0 10.23-4.35T344-717t-4.5-10.5T329-732h-55q-9.94 0-18.17 4.75Q247.61-722.5 243-714l-37 69h-76l88-157q5.71-10.14 17-17.07 11.3-6.93 24-6.93h105q19.75 0 33.38 14.19Q411-797.63 411-778v175h-91.24q-5.76 0-10.26 4.5T305-588t4.5 10.5 10.26 4.5H411v147H303.89l-32.05-66.16Q267-501 258.58-506.5T240-512h-77q-6 0-10.5 4.5T148-497t4.5 10.5T163-482h79l34 66q4 9 12.42 14.5T307-396h104v214q0 19.75-13.62 33.37Q383.75-135 364-135zm333.88 0q-36.82 0-62.35-25.56Q505-186.13 505-222q0-23 11-42t29-30v-372q-18-11-29-30t-11-41.54q0-37.4 25.59-62.93T592.75-826q36.58 0 61.91 25.59Q680-774.81 680-738q0 23-11 42t-29 30v70l82-49q0-34 24.75-58.5t61-24.5q37.13 0 62.69 25.33Q896-677.35 896-640.91t-25.59 61.67Q844.81-554 808-554q-10.37 0-20.18-2.25Q778-558.5 770-563l-87 53 97.61 79q6.39-2 13.39-3.5t14-1.5q36.81 0 62.41 25.33Q896-385.35 896-348.91q0 36.43-25.66 61.67Q844.69-262 807.79-262 769-262 744-290.5T722-358l-82-66v130.34q17 11.66 28 30.46t11 41.04q0 36.47-25.33 61.81Q628.34-135 592.88-135" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import NetworkIntelNode from './NetworkIntelNode';
2
+ declare const NetworkIntelNodeFilled: typeof NetworkIntelNode;
3
+ export default NetworkIntelNodeFilled;
@@ -0,0 +1,3 @@
1
+ import NetworkIntelNode from './NetworkIntelNode';
2
+ var NetworkIntelNodeFilled = NetworkIntelNode;
3
+ export default NetworkIntelNodeFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PageFooter({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M819-95H141q-20.1 0-33.05-13.68Q95-122.35 95-142.42t13.63-32.83Q122.25-188 142-188h677q19.97 0 33.49 13.68Q866-160.65 866-140.58t-13.51 32.83Q838.97-95 819-95M189-288q-39.05 0-66.53-27.77Q95-343.54 95-383v-388q0-39.46 27.47-67.23Q149.95-866 189-866h582q39.46 0 67.23 27.77T866-771v388q0 39.46-27.77 67.23T771-288zm-1-94h584v-390H188zm0 0v-390z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PageFooterFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M819-95H141q-20 0-33-13.5T95-142t13.5-33 33.5-13h677q19.88 0 33.44 13.5T866-141t-13.56 33T819-95M189-288q-39.05 0-66.53-27.77Q95-343.54 95-383v-388q0-39.46 27.47-67.23Q149.95-866 189-866h582q39.46 0 67.23 27.77T866-771v388q0 39.46-27.77 67.23T771-288z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PageHeader({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M141-772q-20.1 0-33.05-13.68Q95-799.35 95-819.33q0-19.99 13.63-33.33Q122.25-866 142-866h677q19.97 0 33.49 14.26Q866-837.47 866-817.49t-14.19 32.74Q837.63-772 818-772zm630 100q39.46 0 67.23 27.77T866-577v388q0 39.05-27.77 66.53Q810.46-95 771-95H189q-39.05 0-66.53-27.47Q95-149.95 95-189v-388q0-39.46 27.47-67.23Q149.95-672 189-672zm1 94H188v390h584zm-584 0v390z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PageHeaderFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M141-772q-20 0-33-13.5t-13-33.41 13.5-33.5T142-866h677q19.88 0 33.44 14.09t13.56 34T851.94-785 818-772zm630 100q39.46 0 67.23 27.77T866-577v388q0 39.05-27.77 66.53Q810.46-95 771-95H189q-39.05 0-66.53-27.47Q95-149.95 95-189v-388q0-39.46 27.47-67.23Q149.95-672 189-672z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ScreenshotFrame2({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M863.63-572Q846-572 834-584.13q-12-12.12-12-29.87v-88h-88q-17.85 0-29.92-12.18Q692-726.35 692-743.98t12.13-29.83Q716.25-786 734-786h77q39.46 0 67.23 27.77T906-691v77q0 17.85-12.18 29.92Q881.64-572 863.63-572m-767.3 0Q79-572 67-584.13 55-596.25 55-614v-77q0-39.46 27.47-67.23Q109.95-786 149-786h78q17.42 0 29.21 12.18T268-743.63Q268-726 256.21-714T227-702h-89v88q0 17.85-11.98 29.92Q114.04-572 96.33-572M734-175q-17.85 0-29.92-12.18Q692-199.35 692-216.68q0-17.34 12.13-29.33Q716.25-258 734-258h88v-89q0-17.42 12.18-29.21Q846.35-388 863.98-388t29.83 11.79Q906-364.42 906-347v78q0 39.05-27.77 66.52Q850.46-175 811-175zm-585 0q-39.05 0-66.53-27.48Q55-229.95 55-269v-78q0-17.42 12.18-29.21Q79.35-388 96.68-388q17.34 0 29.33 11.79T138-347v89h89q17.42 0 29.21 11.98T268-216.33Q268-199 256.21-187T227-175z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import ScreenshotFrame2 from './ScreenshotFrame2';
2
+ declare const ScreenshotFrame2Filled: typeof ScreenshotFrame2;
3
+ export default ScreenshotFrame2Filled;
@@ -0,0 +1,3 @@
1
+ import ScreenshotFrame2 from './ScreenshotFrame2';
2
+ var ScreenshotFrame2Filled = ScreenshotFrame2;
3
+ export default ScreenshotFrame2Filled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function SkullList({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M183-215q-19.75 0-33.37-13.63Q136-242.25 136-262v-38q-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.06Q512-337 454-300v38q0 19.75-13.62 33.37Q426.75-215 407-215zm33-87h159v-25q0-13.88 6.33-24.49Q387.65-362.1 398-368l21-12.36q36-21.64 55-59.52t19-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-380l20 12q10.8 5.9 17.4 16.51T216-327zm-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.3M280-393h31q7 0 10-6.54 3-6.53 0-11.46l-15.71-29q-3.22-6-9.75-6T285-440l-15 29q-4 4.93-1.05 11.46Q271.91-393 280-393m98.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.01M894-431H705q-19.97 0-33.49-13.68Q658-458.35 658-478.33q0-19.99 13.51-33.33Q685.03-525 705-525h189q19.97 0 33.49 13.68Q941-497.65 941-477.08t-13.51 33.33Q913.97-431 894-431m0 194H705q-19.97 0-33.49-13.68Q658-264.35 658-284.92t13.51-33.33Q685.03-331 705-331h189q19.97 0 33.49 13.68Q941-303.65 941-283.67q0 19.99-13.51 33.33Q913.97-237 894-237m0-388H705q-19.97 0-33.49-13.68Q658-652.35 658-672.33q0-19.99 13.51-33.33Q685.03-719 705-719h189q19.97 0 33.49 14.26Q941-690.47 941-670.49t-13.51 32.74Q913.97-625 894-625M296-500" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function SkullListFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M183-215q-19.75 0-33.37-13.63Q136-242.25 136-262v-38q-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.06Q512-337 454-300v38q0 19.75-13.62 33.37Q426.75-215 407-215zm28.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.3M280-393h31q7 0 10-6.54 3-6.53 0-11.46l-15.71-29q-3.22-6-9.75-6T285-440l-15 29q-4 4.93-1.05 11.46Q271.91-393 280-393m98.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.01M894-431H705q-19.97 0-33.49-13.68Q658-458.35 658-478.33q0-19.99 13.51-33.33Q685.03-525 705-525h189q19.97 0 33.49 13.68Q941-497.65 941-477.08t-13.51 33.33Q913.97-431 894-431m0 194H705q-19.97 0-33.49-13.68Q658-264.35 658-284.92t13.51-33.33Q685.03-331 705-331h189q19.97 0 33.49 13.68Q941-303.65 941-283.67q0 19.99-13.51 33.33Q913.97-237 894-237m0-388H705q-19.97 0-33.49-13.68Q658-652.35 658-672.33q0-19.99 13.51-33.33Q685.03-719 705-719h189q19.97 0 33.49 14.26Q941-690.47 941-670.49t-13.51 32.74Q913.97-625 894-625" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ThermostatArrowDown({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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 75m606 135-95-96q-14-13-14-30t13-31 31-13.5 31 13.5l25 25v-482q0-18 12.5-30.5T802-825q18 0 30.5 13t12.5 31v480l24-24q14-14 31-14t31 14q13 14 13 31t-13 30l-96 96q-14 14-34 14t-34-14" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import ThermostatArrowDown from './ThermostatArrowDown';
2
+ declare const ThermostatArrowDownFilled: typeof ThermostatArrowDown;
3
+ export default ThermostatArrowDownFilled;
@@ -0,0 +1,3 @@
1
+ import ThermostatArrowDown from './ThermostatArrowDown';
2
+ var ThermostatArrowDownFilled = ThermostatArrowDown;
3
+ export default ThermostatArrowDownFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ThermostatArrowUp({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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-355-25 24q-13 14-30.5 14T672-634q-14-14-14-31t14-31l95-95q14-14 34-14t35 14l95 95q13 13 13.5 30.5T932-634q-14 14-31.5 13.5T869-634l-24-25v481q0 18-13 30.5T801-135t-30.5-12.5T758-178z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import ThermostatArrowUp from './ThermostatArrowUp';
2
+ declare const ThermostatArrowUpFilled: typeof ThermostatArrowUp;
3
+ export default ThermostatArrowUpFilled;
@@ -0,0 +1,3 @@
1
+ import ThermostatArrowUp from './ThermostatArrowUp';
2
+ var ThermostatArrowUpFilled = ThermostatArrowUp;
3
+ export default ThermostatArrowUpFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ViewApps({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M69-144q-22 4-38-9.5T15-190v-580q0-22 16-35.5T69-816l174 29q17 3 28.5 15.5T283-742v524q0 18-11.5 30.5T243-172zm321-33q-20 0-33.5-13.5T343-224v-510q0-20 13.5-33.5T390-781h181q20 0 33.5 13.5T618-734v510q0 20-13.5 33.5T571-177zm328 5q-17-3-28.5-15.5T678-218v-524q0-17 11.5-29.5T718-787l174-29q21-3 37.5 10.5T946-770v580q0 23-16.5 36.5T892-144zm-609-75 80-14v-439l-80-12zm329-23h85v-417h-85zm414 23v-465l-80 12v441zm-743 0 80-14zm329-23h85zm414 23-80-12z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ViewAppsFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -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: "M69-144q-22 4-38-9.5T15-190v-580q0-22 16-35.5T69-816l174 29q17 3 28.5 15.5T283-742v524q0 18-11.5 30.5T243-172zm321-33q-20 0-33.5-13.5T343-224v-510q0-20 13.5-33.5T390-781h181q20 0 33.5 13.5T618-734v510q0 20-13.5 33.5T571-177zm328 5q-17-3-28.5-15.5T678-218v-524q0-17 11.5-29.5T718-787l174-29q21-3 37.5 10.5T946-770v580q0 23-16.5 36.5T892-144z" })));
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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-lary/react-material-symbols-700-rounded",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "Latest rounded React icon components with weight 700 for Material Symbols",
5
5
  "files": [
6
6
  "dist"