@project-lary/react-material-symbols-300-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: "M100-217.69V-584q0-15.54 10.99-26.43 11-10.88 26.7-10.88h81.08v-121.38q0-15.55 10.88-26.43T256.08-780h130q15.54 0 26.42 10.88t10.88 26.43v121.38h113.24v-121.38q0-15.55 10.88-26.43T573.92-780h130q15.55 0 26.43 10.88t10.88 26.43v121.38h81.46q15.55 0 26.43 10.88Q860-599.54 860-584v366.31q0 15.7-10.88 26.7Q838.24-180 822.69-180h-685q-15.7 0-26.7-10.99-10.99-11-10.99-26.7m45.39-7.7h669.22v-350.53H145.39zm118.76-395.92H378v-113.3H264.15zm317.85 0h113.85v-113.3H582zM145.39-225.39h669.22zm118.76-395.92H378zm317.85 0h113.85z" })));
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: "M100-223.46v-354.77q0-17.95 12.68-30.51 12.67-12.57 30.78-12.57h75.31v-115.61q0-17.95 12.56-30.51Q243.9-780 261.85-780h118.46q17.95 0 30.51 12.57 12.56 12.56 12.56 30.51v115.61h113.24v-115.61q0-18.05 12.56-30.56Q561.74-780 579.69-780h118.46q17.95 0 30.52 12.57 12.56 12.56 12.56 30.51v115.61h75.69q17.95 0 30.51 12.57Q860-596.18 860-578.23v354.77q0 18.11-12.57 30.78Q834.87-180 816.92-180H143.46q-18.11 0-30.78-12.68Q100-205.35 100-223.46" })));
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.69-180q-79.46 0-136.07-56.72Q60-293.44 60-373.08q0-74.15 49.69-129.8 49.7-55.66 122.31-62.66 15.39-93.15 85.73-153.5 70.35-60.34 163.89-60.34 93.47 0 161.46 60.73 68 60.73 83.3 150.57 1.62 11.16-4.57 17.23-6.2 6.08-14.7 7.69-8.5 1.62-16.5-3.15T681-562.62q-14.08-72.61-69.77-122Q555.54-734 478.38-734q-87.07 0-147.5 62.65-60.42 62.65-60.42 149.73h-20.15q-59.69 0-102.31 42.93-42.61 42.92-42.61 105.57 0 60.65 43.14 104.19t104.16 43.54h294.62q9.64 0 16.16 6.59 6.53 6.58 6.53 16.3 0 9.73-6.53 16.11-6.52 6.39-16.16 6.39zm423.08 0q-13.52 0-23.11-9.59-9.58-9.58-9.58-23.1v-114.23q0-13.23 11.11-22.58 11.12-9.35 26.96-9.35v-43.84q0-29.04 20.77-49.71 20.76-20.68 49.92-20.68t49.62 20.68q20.46 20.67 20.46 49.71v43.84q15.85 0 26.96 9.35Q860-340.15 860-326.92v114.23q0 13.52-9.59 23.1-9.58 9.59-22.72 9.59zm33.46-178.85h84.61v-43.76q0-18.43-11.75-30.41T751.82-445q-18.51 0-30.55 11.97-12.04 11.98-12.04 30.53z" })));
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.69-180q-79.46 0-136.07-56.72Q60-293.44 60-373.08q0-74.15 49.69-129.8 49.7-55.66 122.31-62.66 15.39-93.15 85.73-153.5 70.35-60.34 163.89-60.34 94.07 0 162.03 62.11 67.96 62.12 82.15 152.56 1.43 8.71-3.96 15.28T708.15-541Q647-526.08 608.5-476.92 570-427.77 570-365v156.15q0 12.52-8.16 20.69-8.17 8.16-20.69 8.16zm423.08 0q-13.52 0-23.11-9.59-9.58-9.58-9.58-23.1v-114.23q0-13.23 11.11-22.58 11.12-9.35 26.96-9.35v-43.84q0-29.01 20.71-49.7 20.7-20.69 50.11-20.69 29.03 0 49.49 20.69t20.46 49.7v43.84q15.85 0 26.96 9.35Q860-340.15 860-326.92v114.23q0 13.52-9.59 23.1-9.58 9.59-22.72 9.59zm33.46-178.85h84.61v-43.84q0-18.23-11.84-30.27Q770.15-445 751.92-445q-18.61 0-30.65 12.04t-12.04 30.27z" })));
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: "M483.92-140q-38.23 1-96.73-5.69-58.5-6.7-113.46-23.04-54.96-16.35-94.34-44.39Q140-241.15 140-283.85q0 42.7 39.39 70.73 39.38 28.04 94.34 44.39 54.96 16.34 113.46 23.04 58.5 6.69 96.73 5.69m-35.46-211.92q-36.23-.62-71.69-4.74-35.46-4.11-68.69-12.42t-64.27-20.31-58.42-28.38q27.38 16.38 58.42 28.38t64.27 20.31 68.69 12.42q35.46 4.12 71.69 4.74M480-608q84.85 0 174.19-25.73 89.35-25.73 114.19-57.96-25.46-31.23-114.53-57.08-89.08-25.84-173.85-25.84-86.85 0-175.46 25.42-88.62 25.42-114.31 57.5 25.31 33.84 112.04 58.77Q389-608 480-608M140-283.85v-405.69q0-23.54 29.66-47.15 29.65-23.62 77.65-42.12t109.15-29.84Q417.62-820 480-820q58.15 0 118.38 12.16 60.23 12.15 109.66 31.46 49.42 19.3 80.69 42.42Q820-710.85 820-687.92q0 21.15-31.23 43.69t-80.43 40.42q-49.19 17.89-109.53 29.54-60.35 11.65-118.81 11.65-79.77 0-156.38-18.19Q247-599 185.39-632.62V-463q47.23 28.23 115.53 45.04 68.31 16.81 147.54 20.65 9.93.62 16.31 7.31t6.38 16-6.69 16-16 6.08q-73.46-1.24-140.38-17.16-66.93-15.92-122.69-48.69v140.62q14.23 34.3 97.3 60.88 83.08 26.58 201.23 30.65 9.31.62 15.39 7.31 6.07 6.69 6.07 15.62 0 9.92-6.07 16.3-6.08 6.39-15.39 6.39-38.23 1-96.73-5.69-58.5-6.7-113.46-23.04-54.96-16.35-94.34-44.39Q140-241.15 140-283.85M668.85-140q-62.93 0-107.04-44.12-44.12-44.11-44.12-107.03 0-62.93 44.12-107.04 44.11-44.12 107.04-44.12 62.92 0 107.03 44.12Q820-354.08 820-291.15q0 24.07-6.12 48.15-6.11 24.08-22.73 42.54L884-108q6.69 6.69 6.88 15.81.2 9.11-6.88 16.19t-16 6.88q-8.92-.19-16-6.88l-92.46-92.46Q739.69-153 716.31-146.5q-23.39 6.5-47.46 6.5m0-45.39q44.07 0 74.92-30.84 30.84-30.85 30.84-74.92 0-44.08-30.84-74.93-30.85-30.84-74.92-30.84-44.08 0-74.93 30.84-30.84 30.85-30.84 74.93 0 44.07 30.84 74.92 30.85 30.84 74.93 30.84" })));
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: "M504.77-140.62q-34.93 1.23-93.39-4.15-58.46-5.39-116.23-20.73-57.76-15.35-102.61-41.5T140-272.69v-108.85q6.93 31.23 38.19 54.96 31.27 23.73 75.77 40t96.73 25.69q52.23 9.43 100.69 11.43 5.54 30.92 19.04 58.54 13.5 27.61 34.35 50.3m-56.62-190.23q-43.76-2.61-94.96-11.23-51.19-8.61-96.07-24.07-44.89-15.47-77.54-39.2T140-462.31v-109.23q7.69 33.62 43.66 58.85 35.96 25.23 86.46 42t108 24.69 107.65 7.54q4.23 0 8.27-.2 4.04-.19 8.27-.19-20.77 22.39-34.5 49.58t-19.66 58.42M480-520q-141.92 0-241.15-43.92-99.23-43.93-99.23-106.08 0-62.77 98.92-106.38Q337.46-820 480-820t241.27 43.62Q820-732.77 820-670q0 62.15-99.04 106.08Q621.92-520 480-520m188.85 380q-62.93 0-107.04-44.12-44.12-44.11-44.12-107.03 0-62.93 44.12-107.04 44.11-44.12 107.04-44.12 62.92 0 107.03 44.12Q820-354.08 820-291.15q0 24.07-6.12 48.15-6.11 24.08-22.73 42.54L884-108q6.69 6.69 6.88 15.81.2 9.11-6.88 16.19t-16 6.88q-8.92-.19-16-6.88l-92.46-92.46Q739.69-153 716.31-146.5q-23.39 6.5-47.46 6.5m0-45.39q44.07 0 74.92-30.84 30.84-30.85 30.84-74.92 0-44.08-30.84-74.93-30.85-30.84-74.92-30.84-44.08 0-74.93 30.84-30.84 30.85-30.84 74.93 0 44.07 30.84 74.92 30.85 30.84 74.93 30.84" })));
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: "M185.39-814.61v285.3-2.61 386.53zv169.84zM197.69-100q-23.53 0-40.61-17.08T140-157.69v-644.62q0-23.53 17.08-40.61T197.69-860h323.7q12.23 0 22.84 4.81 10.62 4.81 18.62 12.42l159.92 159.92q7.61 8 12.42 18.62 4.81 10.61 4.81 22.84v106.31q0 9.89-6.58 16.29t-16.31 6.4-16.11-6.52q-6.39-6.52-6.39-16.17v-109.69H551.22q-11.82 0-20.25-8.44-8.43-8.43-8.43-20.25v-141.15H197.69q-4.61 0-8.46 3.84-3.84 3.85-3.84 8.46v644.62q0 4.61 3.84 8.46 3.85 3.84 8.46 3.84h282.23q9.65 0 16.17 6.59 6.52 6.58 6.52 16.3 0 9.73-6.52 16.11-6.52 6.39-16.17 6.39zm462.39-86.54q48.07 0 80.73-32.73 32.65-32.73 32.65-80.81 0-48.07-32.73-80.73-32.73-32.65-80.81-32.65-48.07 0-80.73 32.73-32.65 32.73-32.65 80.81 0 48.07 32.73 80.73 32.73 32.65 80.81 32.65M880.03-80q-6.67 6.69-16 6.69-9.34 0-16.03-6.69l-92.92-93.31q-20.23 14.77-44.22 23.46-23.99 8.7-50.86 8.7-66.19 0-112.52-46.38-46.33-46.37-46.33-112.61t46.38-112.47q46.37-46.24 112.61-46.24t112.47 46.33q46.24 46.33 46.24 112.52 0 26.87-8.7 50.86-8.69 23.99-23.46 44.22L880-112q6.69 6.66 6.69 15.98 0 9.33-6.66 16.02" })));
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: "M660.08-186.54q48.07 0 80.73-32.73 32.65-32.73 32.65-80.81 0-48.07-32.73-80.73-32.73-32.65-80.81-32.65-48.07 0-80.73 32.73-32.65 32.73-32.65 80.81 0 48.07 32.73 80.73 32.73 32.65 80.81 32.65M880.03-80q-6.67 6.69-16 6.69-9.34 0-16.03-6.69l-92.92-93.31q-20.23 14.77-44.16 23.46-23.92 8.7-50.92 8.7-66.38 0-112.61-46.24-46.24-46.23-46.24-112.61t46.24-112.61q46.23-46.24 112.61-46.24t112.61 46.24q46.24 46.23 46.24 112.61 0 27-8.7 50.92-8.69 23.93-23.46 44.16L880-112q6.69 6.66 6.69 15.98 0 9.33-6.66 16.02m-682.34-20q-23.61 0-40.65-17.04T140-157.69v-644.62q0-23.61 17.04-40.65T197.69-860h323.7q11.78 0 22.62 4.81t18.84 12.42l159.92 159.92q7.61 8 12.42 18.84t4.81 22.62v91q0 13.24-10.04 20.74T707.31-525q-11.77-3.08-23.38-5-11.6-1.92-23.93-1.92-106.23 0-168.88 72.5-62.66 72.5-62.66 162.04 0 46.07 19 89.49 19 43.43 60.62 77.12 9.84 9.15 5.61 19.96Q509.45-100 498.38-100zm324.85-714.61v141.15q0 12.07 8.31 20.38t20.38 8.31h143.38zl172.07 169.84z" })));
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: "M168.85-260.54q-12.52 0-20.69-8.36-8.16-8.35-8.16-20.49v-86.3q0-11.79 4.81-22.82t12.42-18.64l287.93-286.62Q462.39-721 486.42-721q24.04 0 40.66 17.23l57.23 57.85q16.23 16.61 16.23 40.65T583.92-565L296.77-277.77q-8.17 8.05-19.15 12.64-10.97 4.59-22.7 4.59zm16.54-45.38h75.92L452-497.69l-37.46-37.27-37.46-36.89-191.69 190.16zm299.84-223.39-74.92-75.15zm280.15 329.08L683-282.62q-7.08-7.07-7.08-16 0-8.92 7.08-16 6.69-7.07 15.81-7.07 9.11 0 15.8 7.07l48.31 48.31v-491q0-9.9 6.4-15.99 6.4-6.08 16.31-6.08t16.29 6.39q6.39 6.39 6.39 16.3v491l48.92-48.93q7.08-7.07 16-7.07t16 7.07q7.08 7.08 7.08 16 0 8.93-7.08 16l-82.38 82.39q-9 8.61-20.74 8.61-11.73 0-20.73-8.61" })));
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: "M168.85-260.54q-12.62 0-20.73-8.31-8.12-8.31-8.12-20.54v-86.3q0-11.62 4.81-22.73 4.81-11.12 12.42-18.73l287.93-286.62Q462.39-721 486.42-721q24.04 0 40.66 17.23l57.23 57.85q16.23 16.61 16.23 40.65T583.92-565L296.77-277.77q-8 8-19.12 12.61-11.11 4.62-22.73 4.62zm316.38-268.77 59.39-60.61q3.84-3.47 3.84-8.85 0-5.39-3.84-8.85l-56.23-56.61q-3.47-3.46-8.47-3.46t-8.84 3.46l-60.77 59.77zm280.15 329.08L683-282.62q-7.08-7.07-7.08-16 0-8.92 7.08-16 6.69-7.07 15.81-7.07 9.11 0 15.8 7.07l48.31 48.31v-491q0-9.92 6.39-16 6.38-6.07 16.3-6.07 9.93 0 16.31 6.38 6.39 6.39 6.39 16.31v491l48.92-48.93q7.08-7.07 16-7.07t16 7.07q7.08 7.08 7.08 16 0 8.93-7.08 16l-82.38 82.39q-9 8.61-20.74 8.61-11.73 0-20.73-8.61" })));
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: "M157.69-180q-23.53 0-40.61-17.08T100-237.69v-484.62q0-23.53 17.08-40.61T157.69-780h644.62q23.53 0 40.61 17.08T860-722.31v484.62q0 23.53-17.08 40.61T802.31-180zm644.62-554.61H157.69q-4.61 0-8.46 3.84-3.84 3.85-3.84 8.46v484.62q0 4.61 3.84 8.46 3.85 3.84 8.46 3.84h644.62q4.61 0 8.46-3.84 3.84-3.85 3.84-8.46v-484.62q0-4.61-3.84-8.46-3.85-3.84-8.46-3.84m-656.92 0v509.22zm193.3 313.07v-116.92q0-9.5-9.31-12.87-9.3-3.36-15.92 3.25l-47.84 47.85q-8.62 8.68-8.62 20.26 0 11.59 8.62 20.2l47.84 47.85q6.62 6.61 15.92 3.25 9.31-3.37 9.31-12.87m355.69-78.69-47.84-47.85q-6.62-6.61-15.92-3.25-9.31 3.37-9.31 12.87v116.92q0 9.5 9.31 12.87 9.3 3.36 15.92-3.25l47.84-47.85q8.62-8.68 8.62-20.26 0-11.59-8.62-20.2" })));
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: "M157.69-180q-23.61 0-40.65-17.04T100-237.69v-484.62q0-23.61 17.04-40.65T157.69-780h644.62q23.61 0 40.65 17.04T860-722.31v484.62q0 23.61-17.04 40.65T802.31-180zm181-241.54v-116.92q0-9.62-9.31-12.92-9.3-3.31-15.92 3.3l-47.84 47.85Q257-491.62 257-480t8.62 20.23l47.84 47.85q6.62 6.61 15.92 3.3 9.31-3.3 9.31-12.92m355.69-78.69-47.84-47.85q-6.62-6.61-15.92-3.3-9.31 3.3-9.31 12.92v116.92q0 9.62 9.31 12.92 9.3 3.31 15.92-3.3l47.84-47.85Q703-468.38 703-480t-8.62-20.23" })));
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: "M145.39-225.39v-509.22 246.92-36.69zm12.3 45.39q-23.53 0-40.61-17.35Q100-214.69 100-237.69v-484.62q0-23 17.08-40.34Q134.16-780 157.6-780h249.55l65.39 65.39h329.77q23 0 40.34 17.34Q860-679.92 860-656.92v165.61q0 9.89-6.58 16.29t-16.31 6.4-16.11-6.52q-6.39-6.52-6.39-16.17v-165.61q0-5.39-3.46-8.85t-8.84-3.46H454.08l-65.39-65.38h-231q-5.38 0-8.84 3.46t-3.46 8.84v484.62q0 5.38 3.46 8.84t8.84 3.46h267.62q9.64 0 16.17 6.59 6.52 6.58 6.52 16.3 0 9.73-6.52 16.11-6.53 6.39-16.17 6.39zm526.77-271.08q72.82 0 124.18 51.36T860-275.54t-51.36 124.18T684.46-100t-124.18-51.36-51.36-124.18 51.36-124.18 124.18-51.36m0 286.31q7.08 0 12.39-5.31 5.3-5.32 5.3-12.4v-106.28q0-7.09-5.3-12.32-5.31-5.23-12.39-5.23t-12.38 5.32q-5.31 5.31-5.31 12.4v106.27q0 7.09 5.31 12.32 5.3 5.23 12.38 5.23m-.19-181.54q8.19 0 14.19-6t6-14q0-8.38-6-14.19t-14-5.81q-8.38 0-14.19 5.81t-5.81 14 5.81 14.19 14 6" })));
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: "M157.69-180q-23.53 0-40.61-17.35Q100-214.69 100-237.69v-484.62q0-23 17.08-40.34Q134.16-780 157.6-780h249.55l65.39 65.39h329.77q23 0 40.34 17.34Q860-679.92 860-656.92v155.61q0 14.54-13.73 20.69-13.73 6.16-25.66-3.15-30.07-20.31-64.38-30.46-34.3-10.15-71-10.15-103.53 0-176.26 73.02-72.74 73.03-72.74 176.98 0 15.29 1.85 30.45 1.84 15.16 5.69 29.87 3.46 12.29-4.17 23.17Q431.97-180 419.85-180zm526.77 80q-72.82 0-124.18-51.36t-51.36-124.18 51.36-124.18 124.18-51.36 124.18 51.36T860-275.54t-51.36 124.18T684.46-100m0-64.77q7.08 0 12.39-5.31 5.3-5.32 5.3-12.4v-106.28q0-7.09-5.3-12.32-5.31-5.23-12.39-5.23t-12.38 5.32q-5.31 5.31-5.31 12.4v106.27q0 7.09 5.31 12.32 5.3 5.23 12.38 5.23m-.19-181.54q8.19 0 14.19-6t6-14q0-8.38-6-14.19t-14-5.81q-8.38 0-14.19 5.81t-5.81 14 5.81 14.19 14 6" })));
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: "M765.38-200.23 683-282.62q-7.08-7.03-7.08-15.97 0-8.95 6.89-16.03 6.88-7.07 16-7.07 9.11 0 15.8 7.07l48.31 48.31v-491q0-10.05 6.58-16.06t16.31-6.01 16.11 6.52q6.39 6.52 6.39 16.17v491l48.92-48.93q7.08-7.07 16-7.07t16 7.07q7.08 7.08 7.08 16 0 8.93-7.08 16l-82.38 82.39q-9.28 8.61-20.87 8.61-11.6 0-20.6-8.61M341.56-510.85q48.06 0 82.25-33.76Q458-578.38 458-626.46v-108.15H225.39v108.32q0 47.83 34.06 81.64 34.06 33.8 82.11 33.8M225.39-225.39H458v-109.94q0-47.82-34.19-81.63t-82.25-33.81q-48.05 0-82.11 33.77t-34.06 81.85zm-45.39 0v-108.76q0-49.03 28.08-89.52 28.08-40.48 73.54-56.95-45.85-16.46-73.73-56.46-27.89-40-27.89-89.53v-108h-37.31q-9.64 0-16.16-6.59-6.53-6.58-6.53-16.3 0-9.73 6.53-16.11 6.52-6.39 16.16-6.39h397.23q9.65 0 16.17 6.58t6.52 16.31-6.52 16.11q-6.52 6.39-16.17 6.39h-36.54v108q0 49.92-27.96 89.73-27.96 39.8-73.81 56.26 45.85 16.47 73.81 56.76t27.96 89.71v108.76h36.54q9.65 0 16.17 6.59 6.52 6.58 6.52 16.3 0 9.73-6.52 16.11-6.52 6.39-16.17 6.39H142.69q-9.64 0-16.16-6.58-6.53-6.58-6.53-16.31t6.53-16.11q6.52-6.39 16.16-6.39zm162 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: "M765.38-200.23 683-282.62q-7.08-7.03-7.08-15.97 0-8.95 6.89-16.03 6.88-7.07 16-7.07 9.11 0 15.8 7.07l48.31 48.31v-491q0-10.05 6.58-16.06t16.31-6.01 16.11 6.52q6.39 6.52 6.39 16.17v491l48.92-48.93q7.08-7.07 16-7.07t16 7.07q7.08 7.08 7.08 16 0 8.93-7.08 16l-82.38 82.39q-9.28 8.61-20.87 8.61-11.6 0-20.6-8.61M180-225.39v-108.76q0-49.03 28.08-89.52 28.08-40.48 73.54-56.95-45.85-16.46-73.73-56.46-27.89-40-27.89-89.53v-108h-37.31q-9.64 0-16.16-6.59-6.53-6.58-6.53-16.3 0-9.73 6.53-16.11 6.52-6.39 16.16-6.39h397.23q9.65 0 16.17 6.58t6.52 16.31-6.52 16.11q-6.52 6.39-16.17 6.39h-36.54v108q0 49.92-27.96 89.73-27.96 39.8-73.81 56.26 45.85 16.47 73.81 56.76t27.96 89.71v108.76h36.54q9.65 0 16.17 6.59 6.52 6.58 6.52 16.3 0 9.73-6.52 16.11-6.52 6.39-16.17 6.39H142.69q-9.64 0-16.16-6.58-6.53-6.58-6.53-16.31t6.53-16.11q6.52-6.39 16.16-6.39z" })));
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: "M341.56-510.85q48.06 0 82.25-33.76Q458-578.38 458-626.46v-108.15H225.39v108.32q0 47.83 34.06 81.64 34.06 33.8 82.11 33.8M225.39-225.39H458v-109.94q0-47.82-34.19-81.63t-82.25-33.81q-48.05 0-82.11 33.77t-34.06 81.85zm-45.39 0v-108.76q0-49.03 28.08-89.52 28.08-40.48 73.54-56.95-45.85-16.46-73.73-56.46-27.89-40-27.89-89.53v-108h-37.31q-9.64 0-16.16-6.59-6.53-6.58-6.53-16.3 0-9.73 6.53-16.11 6.52-6.39 16.16-6.39h397.23q9.65 0 16.17 6.58t6.52 16.31-6.52 16.11q-6.52 6.39-16.17 6.39h-36.54v108q0 49.92-27.96 89.73-27.96 39.8-73.81 56.26 45.85 16.47 73.81 56.76t27.96 89.71v108.76h36.54q9.65 0 16.17 6.59 6.52 6.58 6.52 16.3 0 9.73-6.52 16.11-6.52 6.39-16.17 6.39H142.69q-9.64 0-16.16-6.58-6.53-6.58-6.53-16.31t6.53-16.11q6.52-6.39 16.16-6.39zm583.92-467.92L715-644.77q-7.08 7.08-16 7.08t-16-6.89q-7.08-6.88-7.08-15.8 0-8.93 7.08-16l82.38-82.77q9.28-8.62 20.87-8.62 11.6 0 20.6 8.62l82.38 82.77q7.08 6.49 7.08 15.7 0 9.22-7.08 15.91-6.69 7.08-15.81 7.08-9.11 0-15.8-7.08l-48.31-47.92v490q0 9.64-6.58 16.16-6.58 6.53-16.31 6.53t-16.11-6.53q-6.39-6.52-6.39-16.16z" })));
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: "M180-225.39v-108.76q0-49.05 28.08-89.53 28.08-40.47 73.54-56.94-45.85-16.46-73.73-56.46-27.89-40-27.89-89.53v-108h-37.31q-9.65 0-16.17-6.58-6.52-6.57-6.52-16.31 0-9.73 6.52-16.11 6.52-6.39 16.17-6.39h397.23q9.66 0 16.18 6.57 6.51 6.58 6.51 16.31 0 9.74-6.51 16.12-6.52 6.39-16.18 6.39h-36.54v108q0 49.92-27.96 89.73-27.96 39.8-73.81 56.26 45.85 16.47 73.81 56.75t27.96 89.72v108.76h36.54q9.66 0 16.18 6.58 6.51 6.57 6.51 16.31 0 9.73-6.51 16.11-6.52 6.39-16.18 6.39H142.69q-9.65 0-16.17-6.57-6.52-6.58-6.52-16.31 0-9.74 6.52-16.12 6.52-6.39 16.17-6.39zm583.92-467.92L715-644.77q-7.08 7.08-16 7.08t-16-7.08q-7.08-6.69-7.08-15.61 0-8.93 7.08-16l82.38-82.77q9.28-8.62 20.87-8.62 11.6 0 20.6 8.62l82.38 82.77q7.08 6.49 7.08 15.7 0 9.22-7.08 15.91-6.69 7.08-15.81 7.08-9.11 0-15.8-7.08l-48.31-47.92v490q0 9.65-6.58 16.17-6.57 6.52-16.3 6.52-9.74 0-16.12-6.52-6.39-6.52-6.39-16.17z" })));
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: "M261.85-145.39v-125.07q0-75.23 45.38-133.81 45.39-58.58 117.54-75.73-72.15-18.15-117.54-76.92-45.38-58.77-45.38-133.23v-124.46h-59.16q-9.64 0-16.16-6.59-6.53-6.58-6.53-16.3 0-9.73 6.53-16.11 6.52-6.39 16.16-6.39h554.62q9.64 0 16.16 6.58 6.53 6.58 6.53 16.31T773.47-821q-6.52 6.39-16.16 6.39h-59.16v124.46q0 76-46.73 135.73T531-476.54q14.31 3.85 34.38 11.92 20.08 8.08 37.77 20.7-5.77 4.23-14.77 10.65t-17.99 13.81q-19.77-11.77-42.81-18.04T480-443.77q-72.38 0-122.58 50.51-50.19 50.5-50.19 122.8v125.07h190.15q5.08 12.77 10.97 23.81 5.88 11.04 13.42 21.58H202.69q-9.64 0-16.16-6.58-6.53-6.58-6.53-16.31t6.53-16.11q6.52-6.39 16.16-6.39zM480-516.23q72.38 0 122.58-50.81 50.19-50.82 50.19-123.11v-124.46H307.23v124.46q0 72.38 50.19 123.15 50.2 50.77 122.58 50.77m295.69 212.46q-7.08 0-11.58 4.19-4.5 4.2-4.5 11.31v112.88q0 6.19 4.2 10.83 4.19 4.64 11.07 4.64 6.89 0 11.58-4.2 4.69-4.19 4.69-11.3v-112.85q0-7.11-4.19-11.31-4.19-4.19-11.27-4.19m-95.96 143.85q6.89 0 11.27-4.43 4.38-4.42 4.38-11.65v-112.31q0-7.07-4.38-11.27-4.38-4.19-11.27-4.19-6.88 0-11.58 4.19-4.69 4.2-4.69 11.31v112.85q0 7.11 4.69 11.3 4.7 4.2 11.58 4.2m47.55 101.07q-71.05 0-121.86-50.2-50.8-50.21-50.8-122.27 0-71.48 50.83-122.2 50.83-50.71 121.88-50.71t121.86 50.58T900-230.92q0 71.89-50.83 121.98-50.84 50.09-121.89 50.09M480-814.61" })));
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: "M775.69-303.77q-7.08 0-11.58 4.42-4.5 4.43-4.5 11.66v112.3q0 6.19 4.2 10.83 4.19 4.64 11.07 4.64 6.89 0 11.58-4.2 4.69-4.19 4.69-11.3v-112.85q0-7.11-4.19-11.31-4.19-4.19-11.27-4.19m-95.96 143.85q6.89 0 11.27-4.43 4.38-4.42 4.38-11.65v-112.31q0-7.07-4.69-11.27-4.69-4.19-11.77-4.19-7.07 0-11.27 4.42-4.19 4.43-4.19 11.66v112.3q0 7.08 4.69 11.27 4.7 4.2 11.58 4.2M202.69-100q-9.64 0-16.16-6.58-6.53-6.58-6.53-16.31t6.53-16.11q6.52-6.39 16.16-6.39h59.16v-125.07q0-75.23 45.38-133.81 45.39-58.58 117.54-75.73-72.15-18.15-117.54-76.92-45.38-58.77-45.38-133.23v-124.46h-59.16q-9.64 0-16.16-6.59-6.53-6.58-6.53-16.3 0-9.73 6.53-16.11 6.52-6.39 16.16-6.39h554.62q9.64 0 16.16 6.58 6.53 6.58 6.53 16.31T773.47-821q-6.52 6.39-16.16 6.39h-59.16v124.46q0 76-46.73 135.73T531-476.54q19.69 2.69 44.19 7.69t45.27 13.39q-64.15 29.77-101.54 92.34-37.38 62.57-37.38 132.2 0 35.87 10.31 68.83 10.3 32.95 29.92 62.09zm524.59 41.15q-71.05 0-121.86-50.2-50.8-50.21-50.8-122.27 0-71.48 50.83-122.2 50.83-50.71 121.88-50.71t121.86 50.58T900-230.92q0 71.89-50.83 121.98-50.84 50.09-121.89 50.09" })));
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: "M188.23-268.46q-10.69 0-16.15-8.27t-1.62-17.96l112.08-308.62-173-173q-6.69-6.69-6.88-15.8-.2-9.12 6.88-16.2 7.08-7.07 16.31-7.07t16.31 7.07l667.38 666.77q6.69 6.69 6.57 16.11-.11 9.43-7.19 16.5-7.08 7.08-16 7.08t-16-7.08L454.31-431.54l50.46 136.46q3.84 10.08-2.31 18.35t-16.85 8.27q-6.46 0-11.8-3.43-5.35-3.42-6.96-9.88l-38.16-108.46H244.38l-37.76 108.84q-1.62 5.47-6.77 9.2-5.16 3.73-11.62 3.73m122.39-306.77-52.93 149.46h158.08l-23.92-68.62zm410.3 257.38q15.69-14.77 25.77-36t10.08-47.07q-16-8-38-13t-43.39-5q-13.69 0-25.34 2.42-11.66 2.42-21.5 6.65l-26-26.38q14.08-7.46 31.15-11 17.08-3.54 36.62-3.54 24.46 0 46.96 4.69 22.5 4.7 38.88 12.31v-21.85q0-40.69-20.11-61.77-20.12-21.07-59.89-21.07-18 0-34.3 5-16.31 5-31.47 16-5.84 4.23-12.3 3.04-6.47-1.2-10.93-6.43-4.84-5.23-4.96-12.19-.11-6.96 6.12-10.81 18.84-14.46 40-20.88 21.15-6.42 47.84-6.42 57.77 0 86.96 29.84 29.2 29.85 29.2 89.54v170.85q0 9.61-9.31 12.92t-15.54-3.31z" })));
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: "M312.77-180q-7.89 0-14.7-3.74-6.82-3.73-10.15-10.49l-78.61-141.16H273l32.46 60.16q3.08 7.61 10 11.42 6.93 3.81 14.85 3.81h53.54q5.54 0 9.69-4.14t4.15-9.65q0-5.52-4.15-9.9-4.15-4.39-9.69-4.39H330l-32.54-59.77q-3.07-7.61-10-11.61-6.92-4-14.84-4h-78.78l-58.31-102.31q-1.44-3.36-2.64-7.18-1.2-3.81-1.2-7.05 0-1.54 4-14.62l58.18-102.3h78.75q7.92 0 14.84-3.81 6.93-3.81 10-11.42L330-672.31h53.85q5.54 0 9.69-4.13 4.15-4.14 4.15-9.66 0-5.51-4.15-9.9-4.15-4.38-9.69-4.38h-53.54q-7.92 0-14.85 4-6.92 4-10 11.61L273-625h-63.69l78.61-140.77q3.33-6.76 10.15-10.49 6.81-3.74 14.7-3.74h109.92q11.89 0 20.37 8.29 8.48 8.3 8.48 20.56v163.07h-78.85q-5.54 0-9.69 4.39-4.15 4.38-4.15 9.9t4.15 9.65q4.15 4.14 9.69 4.14h78.85v121.92h-90.69l-29.46-58.77q-3.47-7.61-10.57-11.92-7.09-4.31-14.9-4.31h-69.73q-5.73 0-9.8 4.39-4.08 4.38-4.08 9.9t4.15 9.65q4.16 4.14 9.7 4.14h69.15l30.08 59.15q3.46 7.62 10.56 11.73 7.09 4.12 14.9 4.12h90.69v201.15q0 12.26-8.48 20.56-8.48 8.29-20.37 8.29zm254.41 0q-25.8 0-44.18-18.45t-18.38-44.15q0-19.8 11.19-35.72 11.19-15.91 28.81-22.37v-358.62q-17.62-6.46-28.81-22.41-11.19-15.96-11.19-35.12 0-26.73 18.31-44.94Q541.24-780 567.43-780q26.18 0 44.38 18.28Q630-743.45 630-717.31q0 19.63-11.19 35.59-11.2 15.95-28.81 22.41v117.85l105.38-63.46q-4.92-28.31 13.97-50.54 18.88-22.23 47.96-22.23 26.14 0 44.41 18.31Q820-641.07 820-614.88t-18.28 44.38q-18.27 18.19-44.41 18.19-11.23 0-20.92-3.67-9.7-3.67-17.31-9.25l-111.47 67.31 117.93 94.54q7-4.16 15.24-6.35 8.25-2.19 16.53-2.19 26.14 0 44.41 18.31Q820-375.3 820-349.11t-18.26 44.38q-18.25 18.19-44.26 18.19-33.4 0-51.52-26.04-18.11-26.04-8.58-55.34L590-454.16v154.47q17 6.46 28 21.74 11 15.27 11 35.26 0 25.79-18.01 44.24T567.18-180" })));
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: "M797.31-140H162.69q-9.66 0-16.17-6.57-6.52-6.56-6.52-16.31 0-9.74 6.52-16.12 6.51-6.39 16.17-6.39h634.62q9.66 0 16.17 6.57 6.52 6.57 6.52 16.31t-6.52 16.12q-6.51 6.39-16.17 6.39M197.69-287.69q-23.53 0-40.61-17.08Q140-321.86 140-345.39v-416.92q0-23.53 17.08-40.61T197.69-820h564.62q23.53 0 40.61 17.08T820-762.31v416.92q0 23.53-17.08 40.62-17.08 17.08-40.61 17.08zm0-45.39h564.62q5.38 0 8.84-3.46t3.46-8.85v-416.92q0-5.38-3.46-8.84t-8.84-3.46H197.69q-5.38 0-8.84 3.46t-3.46 8.84v416.92q0 5.39 3.46 8.85t8.84 3.46m-12.3 0v-441.53z" })));
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: "M797.31-140H162.69q-9.91 0-16.3-6.39T140-162.7t6.39-16.3q6.39-6.39 16.3-6.39h634.62q9.91 0 16.3 6.4 6.39 6.39 6.39 16.3 0 9.92-6.39 16.3-6.39 6.39-16.3 6.39M197.69-287.69q-23.53 0-40.61-17.08Q140-321.86 140-345.39v-416.92q0-23.53 17.08-40.61T197.69-820h564.62q23.53 0 40.61 17.08T820-762.31v416.92q0 23.53-17.08 40.62-17.08 17.08-40.61 17.08z" })));
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: "M162.69-774.61q-9.66 0-16.17-6.57-6.52-6.57-6.52-16.31t6.52-16.12q6.51-6.39 16.17-6.39h634.62q9.66 0 16.17 6.57 6.52 6.56 6.52 16.31 0 9.74-6.52 16.12-6.51 6.39-16.17 6.39zm599.62 102.3q23.53 0 40.61 17.08Q820-638.14 820-614.61v416.92q0 23.53-17.08 40.61T762.31-140H197.69q-23.53 0-40.61-17.08T140-197.69v-416.92q0-23.53 17.08-40.62 17.08-17.08 40.61-17.08zm0 45.39H197.69q-5.38 0-8.84 3.46t-3.46 8.85v416.92q0 5.38 3.46 8.84t8.84 3.46h564.62q5.38 0 8.84-3.46t3.46-8.84v-416.92q0-5.39-3.46-8.85t-8.84-3.46m-576.92 0v441.53z" })));
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: "M162.69-774.61q-9.91 0-16.3-6.4-6.39-6.39-6.39-16.3 0-9.92 6.39-16.3 6.39-6.39 16.3-6.39h634.62q9.91 0 16.3 6.39T820-797.3t-6.39 16.3q-6.39 6.39-16.3 6.39zm599.62 102.3q23.53 0 40.61 17.08Q820-638.14 820-614.61v416.92q0 23.53-17.08 40.61T762.31-140H197.69q-23.53 0-40.61-17.08T140-197.69v-416.92q0-23.53 17.08-40.62 17.08-17.08 40.61-17.08z" })));
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: "M837.12-567.31q-9.74 0-16.12-6.51-6.39-6.52-6.39-16.18v-92.31q0-4.61-3.84-8.46-3.85-3.84-8.46-3.84H710q-9.66 0-16.18-6.57-6.51-6.57-6.51-16.31t6.51-16.12Q700.34-740 710-740h92.31q23.53 0 40.61 17.08T860-682.31V-590q0 9.66-6.57 16.18-6.56 6.51-16.31 6.51m-714.61 0q-9.74 0-16.12-6.51Q100-580.34 100-590v-92.31q0-23.53 17.08-40.61T157.69-740H250q9.66 0 16.18 6.57 6.51 6.56 6.51 16.31 0 9.74-6.51 16.12-6.52 6.39-16.18 6.39h-92.31q-4.61 0-8.46 3.84-3.84 3.85-3.84 8.46V-590q0 9.66-6.57 16.18-6.57 6.51-16.31 6.51M710-220q-9.66 0-16.18-6.57-6.51-6.56-6.51-16.31 0-9.74 6.51-16.12 6.52-6.39 16.18-6.39h92.31q4.61 0 8.46-3.84 3.84-3.85 3.84-8.46V-370q0-9.66 6.57-16.18 6.57-6.51 16.31-6.51t16.12 6.51Q860-379.66 860-370v92.31q0 23.53-17.08 40.61T802.31-220zm-552.31 0q-23.53 0-40.61-17.08T100-277.69V-370q0-9.66 6.57-16.18 6.56-6.51 16.31-6.51 9.74 0 16.12 6.51 6.39 6.52 6.39 16.18v92.31q0 4.61 3.84 8.46 3.85 3.84 8.46 3.84H250q9.66 0 16.18 6.57 6.51 6.57 6.51 16.31t-6.51 16.12Q259.66-220 250-220z" })));
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: "M204.19-260q-12.39 0-20.64-8.29-8.24-8.3-8.24-20.56v-40.61q-51.15-31.46-83.23-81.36T60-519.85q0-94.29 70.11-157.41 70.1-63.12 166.61-63.12t166.93 63.12q70.43 63.12 70.43 157.41 0 59.13-32.08 109.03t-83.23 81.36v40.5q0 12.47-8.29 20.71-8.3 8.25-20.56 8.25zm16.5-45.39h152.7v-34.38q0-8.12 3.93-14.76 3.93-6.65 10.3-10.47l15.76-9.31q39.15-22.58 62.23-60.89t23.08-84.39q0-75.72-57.11-125.56Q374.46-695 296.92-695q-77.84 0-134.69 49.7-56.84 49.69-56.84 125.47 0 45.83 23.23 84.06t62.07 61.46l15.77 9.31q6.67 3.78 10.45 10.44 3.78 6.65 3.78 14.79zm-3.3-187.15q11.3 0 19.23-8.08 7.92-8.09 7.92-19.58t-8.09-19.22q-8.08-7.73-19.57-7.73t-19.23 7.89q-7.73 7.9-7.73 19.58 0 11.3 7.9 19.22t19.57 7.92m64.46 77.15h30.77q4.61 0 6.42-3.55 1.81-3.54.19-7.06l-15.41-31.77q-2.18-4.62-6.56-4.62t-6.72 4.62L274.85-426q-1.62 3.52.1 7.06 1.72 3.55 6.9 3.55m94.35-77.15q11.49 0 19.22-8.08 7.73-8.09 7.73-19.58t-7.89-19.22q-7.9-7.73-19.58-7.73-11.3 0-19.22 7.89-7.92 7.9-7.92 19.58 0 11.3 8.08 19.22 8.09 7.92 19.58 7.92m461.11 34.69H629q-9.65 0-16.17-6.58t-6.52-16.3q0-9.73 6.52-16.12 6.52-6.38 16.17-6.38h208.31q9.64 0 16.16 6.58 6.53 6.58 6.53 16.31 0 9.72-6.53 16.11-6.52 6.38-16.16 6.38m0 147.69H629q-9.65 0-16.17-6.58t-6.52-16.3q0-9.73 6.52-16.11 6.52-6.39 16.17-6.39h208.31q9.64 0 16.16 6.58 6.53 6.58 6.53 16.31t-6.53 16.11q-6.52 6.38-16.16 6.38m0-295.38H629q-9.65 0-16.17-6.58t-6.52-16.31q0-9.72 6.52-16.11 6.52-6.38 16.17-6.38h208.31q9.64 0 16.16 6.58 6.53 6.58 6.53 16.31 0 9.72-6.53 16.11-6.52 6.38-16.16 6.38M297.54-500.38" })));
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: "M204.19-260q-12.39 0-20.64-8.29-8.24-8.3-8.24-20.56v-40.61q-51.15-31.46-83.23-81.36T60-519.85q0-94.29 70.11-157.41 70.1-63.12 166.61-63.12t166.93 63.12q70.43 63.12 70.43 157.41 0 59.13-32.08 109.03t-83.23 81.36v40.5q0 12.47-8.29 20.71-8.3 8.25-20.56 8.25zm13.2-232.54q11.3 0 19.23-8.08 7.92-8.09 7.92-19.58t-8.09-19.22q-8.08-7.73-19.57-7.73t-19.23 7.89q-7.73 7.9-7.73 19.58 0 11.3 7.9 19.22t19.57 7.92m64.46 77.15h30.77q4.61 0 6.42-3.55 1.81-3.54.19-7.06l-15.41-31.77q-2.18-4.62-6.56-4.62t-6.72 4.62L274.85-426q-1.62 3.52.1 7.06 1.72 3.55 6.9 3.55m94.35-77.15q11.49 0 19.22-8.08 7.73-8.09 7.73-19.58t-7.89-19.22q-7.9-7.73-19.58-7.73-11.3 0-19.22 7.89-7.92 7.9-7.92 19.58 0 11.3 8.08 19.22 8.09 7.92 19.58 7.92m461.11 34.69H629q-9.65 0-16.17-6.58t-6.52-16.3q0-9.73 6.52-16.12 6.52-6.38 16.17-6.38h208.31q9.64 0 16.16 6.58 6.53 6.58 6.53 16.31 0 9.72-6.53 16.11-6.52 6.38-16.16 6.38m0 147.69H629q-9.65 0-16.17-6.58t-6.52-16.3q0-9.73 6.52-16.11 6.52-6.39 16.17-6.39h208.31q9.64 0 16.16 6.58 6.53 6.58 6.53 16.31t-6.53 16.11q-6.52 6.38-16.16 6.38m0-295.38H629q-9.65 0-16.17-6.58t-6.52-16.31q0-9.72 6.52-16.11 6.52-6.38 16.17-6.38h208.31q9.64 0 16.16 6.58 6.53 6.58 6.53 16.31 0 9.72-6.53 16.11-6.52 6.38-16.16 6.38" })));
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: "M305.62-140.62q-69.85 0-118.43-48.57-48.57-48.58-48.57-118.43 0-44.92 23.23-84.53 23.23-39.62 64.07-64.08v-284.08q0-33.38 23.35-56.53Q272.62-820 305.62-820t56.15 23.16q23.15 23.15 23.15 56.53v284.08q40.85 24.46 64.08 64.08 23.23 39.61 23.23 84.53 0 69.85-48.38 118.43-48.39 48.57-118.23 48.57M184-307.62h242.85q0-37.3-19-68.42-19-31.11-51.77-48.19l-16.54-7.85v-308.23q0-14.77-9.77-24.54-9.77-9.76-24.15-9.76-14.77 0-24.54 9.76-9.77 9.77-9.77 24.54v308.23l-16.16 7.85Q222-407.15 203-375.73t-19 68.11m581.38 107.39L683-282.62q-7.08-7.07-7.08-16 0-8.92 7.08-16 6.69-7.07 15.81-7.07 9.11 0 15.8 7.07l48.31 48.31v-491q0-9.92 6.39-16 6.38-6.07 16.3-6.07 9.93 0 16.31 6.38 6.39 6.39 6.39 16.31v491l48.92-48.93q7.08-7.07 16-7.07t16 7.07q7.08 7.08 7.08 16 0 8.93-7.08 16l-82.38 82.39q-9 8.61-20.74 8.61-11.73 0-20.73-8.61" })));
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: "M305.62-140.62q-69.85 0-118.43-48.57-48.57-48.58-48.57-118.43 0-44.92 23.23-84.53 23.23-39.62 64.07-64.08v-284.08q0-33.38 23.35-56.53Q272.62-820 305.62-820t56.15 23.16q23.15 23.15 23.15 56.53v284.08q40.85 24.46 64.08 64.08 23.23 39.61 23.23 84.53 0 69.85-48.38 118.43-48.39 48.57-118.23 48.57M184-307.62h242.85q0-37.3-19-68.42-19-31.11-51.77-48.19l-16.54-7.85v-308.23q0-14.77-9.77-24.54-9.77-9.76-24.15-9.76-14.77 0-24.54 9.76-9.77 9.77-9.77 24.54v308.23l-16.16 7.85Q222-407.15 203-375.73t-19 68.11m579.92-385.69L715-644.77q-7.08 7.08-16 7.08t-16-7.08q-7.08-6.69-7.08-15.61 0-8.93 7.08-16l82.38-82.77q9-8.62 20.73-8.62 11.74 0 20.74 8.62l82.38 82.77q7.08 6.69 7.08 15.8 0 9.12-7.08 15.81-6.69 7.08-15.81 7.08-9.11 0-15.8-7.08l-48.31-47.92v490q0 9.92-6.39 16.3-6.38 6.39-16.31 6.39-9.92 0-16.3-6.39-6.39-6.38-6.39-16.3z" })));
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: "M93.46-185.62q-13.23 2-23.34-6.11Q60-199.84 60-213.46v-533.08q0-13.62 10.12-21.73 10.11-8.11 23.34-6.11l156.28 25.83q10.72 1.47 17.34 9.35 6.61 7.87 6.61 18.36v481.68q0 10.49-6.61 18.36-6.62 7.88-17.34 9.35zm304.08-31.07q-12.14 0-20.49-8.17-8.36-8.16-8.36-20.68v-468.69q0-12.52 8.36-20.68 8.35-8.17 20.49-8.17h164.92q12.14 0 20.49 8.17 8.36 8.16 8.36 20.68v468.69q0 12.52-8.36 20.68-8.35 8.17-20.49 8.17zm312.72 5.24q-10.72-1.47-17.34-9.35-6.61-7.87-6.61-18.36v-481.68q0-10.49 6.61-18.36 6.62-7.88 17.34-9.35l156.28-25.83q13.23-2 23.34 6.11Q900-760.16 900-746.54v533.08q0 13.62-10.12 21.73-10.11 8.11-23.34 6.11zm-604.87-22.63 122.92-20.54v-452.15l-122.92-19.54zm308.69-28h131.84v-435.61H414.08zm440.53 28.39v-492.62l-122.92 19.54v453.15zm-749.22-.39 122.92-20.54zm308.69-28h131.84zm440.53 28.39-122.92-19.93z" })));
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: "M93.46-185.62q-13.23 2-23.34-6.11Q60-199.84 60-213.46v-533.08q0-13.62 10.12-21.73 10.11-8.11 23.34-6.11l156.28 25.83q10.72 1.47 17.34 9.35 6.61 7.87 6.61 18.36v481.68q0 10.49-6.61 18.36-6.62 7.88-17.34 9.35zm304.08-31.07q-12.14 0-20.49-8.17-8.36-8.16-8.36-20.68v-468.69q0-12.52 8.36-20.68 8.35-8.17 20.49-8.17h164.92q12.14 0 20.49 8.17 8.36 8.16 8.36 20.68v468.69q0 12.52-8.36 20.68-8.35 8.17-20.49 8.17zm312.72 5.24q-10.72-1.47-17.34-9.35-6.61-7.87-6.61-18.36v-481.68q0-10.49 6.61-18.36 6.62-7.88 17.34-9.35l156.28-25.83q13.23-2 23.34 6.11Q900-760.16 900-746.54v533.08q0 13.62-10.12 21.73-10.11 8.11-23.34 6.11z" })));
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-300-rounded",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "Latest rounded React icon components with weight 300 for Material Symbols",
5
5
  "files": [
6
6
  "dist"