@project-lary/react-material-symbols-300-rounded 0.40.0 → 0.42.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 (41) hide show
  1. package/dist/components/{FileMapFilled.d.ts → BulletChart.d.ts} +1 -1
  2. package/dist/components/BulletChart.js +6 -0
  3. package/dist/components/BulletChartFilled.d.ts +4 -0
  4. package/dist/components/BulletChartFilled.js +6 -0
  5. package/dist/components/DisplayAdd.d.ts +4 -0
  6. package/dist/components/DisplayAdd.js +6 -0
  7. package/dist/components/DisplayAddFilled.d.ts +4 -0
  8. package/dist/components/DisplayAddFilled.js +6 -0
  9. package/dist/components/DomainDisabledCheck.d.ts +4 -0
  10. package/dist/components/DomainDisabledCheck.js +6 -0
  11. package/dist/components/DomainDisabledCheckFilled.d.ts +3 -0
  12. package/dist/components/DomainDisabledCheckFilled.js +3 -0
  13. package/dist/components/FormsAddOn.js +1 -1
  14. package/dist/components/FormsAddOnFilled.js +1 -1
  15. package/dist/components/FormsAppsScript.js +1 -1
  16. package/dist/components/FormsAppsScriptFilled.js +1 -1
  17. package/dist/components/GlobeClock.d.ts +4 -0
  18. package/dist/components/GlobeClock.js +6 -0
  19. package/dist/components/GlobeClockFilled.d.ts +3 -0
  20. package/dist/components/GlobeClockFilled.js +3 -0
  21. package/dist/components/{FileMap.d.ts → List2.d.ts} +1 -1
  22. package/dist/components/List2.js +6 -0
  23. package/dist/components/List2Filled.d.ts +3 -0
  24. package/dist/components/List2Filled.js +3 -0
  25. package/dist/components/SimCardLock.d.ts +4 -0
  26. package/dist/components/SimCardLock.js +6 -0
  27. package/dist/components/SimCardLockFilled.d.ts +4 -0
  28. package/dist/components/SimCardLockFilled.js +6 -0
  29. package/dist/components/SpeechToText2.d.ts +4 -0
  30. package/dist/components/SpeechToText2.js +6 -0
  31. package/dist/components/SpeechToText2Filled.d.ts +4 -0
  32. package/dist/components/SpeechToText2Filled.js +6 -0
  33. package/dist/components/TerminalAdd.d.ts +4 -0
  34. package/dist/components/TerminalAdd.js +6 -0
  35. package/dist/components/TerminalAddFilled.d.ts +3 -0
  36. package/dist/components/TerminalAddFilled.js +3 -0
  37. package/dist/index.d.ts +16 -2
  38. package/dist/index.js +16 -2
  39. package/package.json +1 -1
  40. package/dist/components/FileMap.js +0 -6
  41. package/dist/components/FileMapFilled.js +0 -6
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- export default function FileMapFilled({ className }: {
2
+ export default function BulletChart({ className }: {
3
3
  className?: string;
4
4
  }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function BulletChart(_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: "M457.31-218.92H157.69q-23.5 0-40.59-16.95-17.1-16.95-17.1-40.75V-683q0-23.8 17.1-40.74 17.09-16.95 40.59-16.95h299.62v-56.62q0-9.64 6.58-16.16 6.58-6.53 16.31-6.53 9.72 0 16.11 6.53 6.38 6.52 6.38 16.16v56.62h299.62q23.5 0 40.59 16.95Q860-706.8 860-683v406.38q0 23.8-17.1 40.75-17.09 16.95-40.59 16.95H502.69v56.23q0 9.64-6.58 16.16-6.58 6.53-16.31 6.53-9.72 0-16.11-6.53-6.38-6.52-6.38-16.16zm0-45.39v-113.08H145.39v100.77q0 5.39 3.46 8.85t8.84 3.46zm-311.92-317.3h311.92v-113.7H157.69q-5.38 0-8.84 3.46-3.46 3.47-3.46 8.85zm0 158.84h418.38q5 0 8.65-3.65 3.66-3.66 3.66-8.66v-88.84q0-5-3.66-8.66-3.65-3.65-8.65-3.65H145.39zm357.3 158.46h299.62q5.38 0 8.84-3.46t3.46-8.85V-683q0-5.38-3.46-8.85-3.46-3.46-8.84-3.46H502.69v113.7h61.08q23.5 0 40.59 17.09 17.1 17.1 17.1 40.6v88.84q0 23.5-17.1 40.6-17.09 17.09-40.59 17.09h-61.08zm-357.3-158.46v-113.46z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function BulletChartFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function BulletChartFilled(_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: "M457.31-218.92H157.69q-23.5 0-40.59-16.95-17.1-16.95-17.1-40.75V-683q0-23.8 17.1-40.74 17.09-16.95 40.59-16.95h299.62v-56.62q0-9.64 6.58-16.16 6.58-6.53 16.31-6.53 9.72 0 16.11 6.53 6.38 6.52 6.38 16.16v56.62h299.62q23.5 0 40.59 16.95Q860-706.8 860-683v406.38q0 23.8-17.1 40.75-17.09 16.95-40.59 16.95H502.69v56.23q0 9.64-6.58 16.16-6.58 6.53-16.31 6.53-9.72 0-16.11-6.53-6.38-6.52-6.38-16.16zm0-45.39v-113.08H145.39v100.77q0 5.39 3.46 8.85t8.84 3.46zm-311.92-317.3h311.92v-113.7H157.69q-5.38 0-8.84 3.46-3.46 3.47-3.46 8.85zm357.3 317.3h299.62q5.38 0 8.84-3.46t3.46-8.85V-683q0-5.38-3.46-8.85-3.46-3.46-8.84-3.46H502.69v113.7h61.08q23.5 0 40.59 17.09 17.1 17.1 17.1 40.6v88.84q0 23.5-17.1 40.6-17.09 17.09-40.59 17.09h-61.08z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function DisplayAdd({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function DisplayAdd(_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-774.61v24.38-12.08 496.92zM347.31-220H157.69q-23.53 0-40.61-17.08T100-277.69v-484.62q0-23.53 17.08-40.61T157.69-820h334.93q9.64 0 16.16 6.58 6.53 6.58 6.53 16.31T508.78-781q-6.52 6.39-16.16 6.39H157.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-225.93q0-10.05 6.59-16.06 6.58-6.01 16.3-6.01 9.73 0 16.11 6.71Q860-512.27 860-503v225.31q0 23.53-17.08 40.61T802.31-220H612.69v51.15q0 12.26-8.29 20.56-8.3 8.29-20.56 8.29H376.16q-12.26 0-20.56-8.29-8.29-8.3-8.29-20.56zm381.61-508.92H625.54q-9.65 0-16.17-6.58t-6.52-16.31 6.52-16.11q6.52-6.39 16.17-6.39h103.38v-103q0-9.64 6.58-16.16 6.58-6.53 16.31-6.53t16.11 6.53q6.39 6.52 6.39 16.16v103h103q9.64 0 16.16 6.58 6.53 6.58 6.53 16.31t-6.53 16.11q-6.52 6.39-16.16 6.39h-103v103.38q0 9.65-6.58 16.17t-16.31 6.52-16.11-6.52q-6.39-6.52-6.39-16.17z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function DisplayAddFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function DisplayAddFilled(_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: "M728.92-728.92H625.54q-9.65 0-16.17-6.58t-6.52-16.31 6.52-16.11q6.52-6.39 16.17-6.39h103.38v-103q0-9.64 6.58-16.16 6.58-6.53 16.31-6.53t16.11 6.53q6.39 6.52 6.39 16.16v103h103q9.64 0 16.16 6.58 6.53 6.58 6.53 16.31t-6.53 16.11q-6.52 6.39-16.16 6.39h-103v103.38q0 9.65-6.58 16.17t-16.31 6.52-16.11-6.52q-6.39-6.52-6.39-16.17zM347.31-220H157.69q-23.53 0-40.61-17.08T100-277.69v-484.62q0-23.53 17.08-40.61T157.69-820h329q13.42 0 20.83 9.73 7.4 9.73 4.79 22.35-1.62 9.24-2.23 18.93-.62 9.68-.62 18.76 0 100.58 70.39 170.98t171.38 70.4q19.39 0 38.28-2.99t37.03-8.7q12.88-4.61 23.17 3.08T860-497.84v220.27q0 23.41-17.08 40.49T802.31-220H612.69v51.15q0 12.26-8.29 20.56-8.3 8.29-20.56 8.29H376.16q-12.26 0-20.56-8.29-8.29-8.3-8.29-20.56z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function DomainDisabledCheck({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function DomainDisabledCheck(_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: "M760.08-136.92H123.46q-12.36 0-20.6-8.24-8.24-8.25-8.24-20.61v-635.62l-41.39-41.38q-6.69-6.69-6.88-15.81-.2-9.11 6.88-16.19t16.31-7.08 16.31 7.08L871.54-89.08q6.69 6.7 6.88 15.81.2 9.12-6.88 16.19-7.08 7.08-16 7.08t-16-7.08zM140-182.31h118.46v-118.46H140zm0-163.84h118.46v-118.08H140zm0-163.47h118.46v-118.46H140zm163.85 327.31h118.07v-118.46H303.85zm0-163.84h118.07v-118.08H303.85zm163.46 163.84h246.77L595.62-300.77H467.31zm215.3-508.31-41.67-41.54q-5.48-5.22-12.52-5.42-7.04-.19-12.46 5.23-5.42 5.43-5.42 12.47 0 7.03 5.23 12.26L662.38-661q8.62 9 20.23 8.81 11.62-.2 20.23-8.81L800-758.77q5.23-5.23 5.23-12.27t-5.42-12.65q-5.43-5.62-12.47-5.62-7.03 0-12.26 5.62zm151.81-156.49Q885.54-796 885.54-722.5t-51.12 124.61q-51.11 51.12-124.61 51.12t-124.62-51.12Q534.08-649 534.08-722.5t51.11-124.61q51.12-51.12 124.62-51.12t124.61 51.12m-8.04 635.37q-6.38-6.51-6.38-16.18V-451q0-9.67 6.56-16.18t16.31-6.51q9.74 0 16.13 6.51 6.38 6.51 6.38 16.18v223.08q0 9.67-6.56 16.18t-16.3 6.51q-9.75 0-16.14-6.51M428.31-612.66q-6.39-6.51-6.39-16.19v-162.69H256.23q-9.67 0-16.18-6.56t-6.51-16.31q0-9.74 6.51-16.13 6.51-6.38 16.18-6.38h182.23q12.37 0 20.61 8.24t8.24 20.6v179.23q0 9.68-6.56 16.19t-16.31 6.51-16.13-6.51" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import DomainDisabledCheck from './DomainDisabledCheck';
2
+ declare const DomainDisabledCheckFilled: typeof DomainDisabledCheck;
3
+ export default DomainDisabledCheckFilled;
@@ -0,0 +1,3 @@
1
+ import DomainDisabledCheck from './DomainDisabledCheck';
2
+ var DomainDisabledCheckFilled = DomainDisabledCheck;
3
+ export default DomainDisabledCheckFilled;
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function FormsAddOn(_a) {
3
3
  var className = _a.className;
4
4
  return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
- React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M741-106.52q-6.39-6.52-6.39-16.17V-220h-97.3q-9.66 0-16.18-6.57-6.52-6.58-6.52-16.31 0-9.74 6.52-16.12 6.52-6.39 16.18-6.39h97.3v-97.3q0-9.66 6.58-16.18 6.57-6.52 16.31-6.52 9.73 0 16.11 6.52 6.39 6.52 6.39 16.18v97.3h97.31q9.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.39H780v97.31q0 9.65-6.57 16.17-6.58 6.52-16.31 6.52-9.74 0-16.12-6.52m-478.54-52.87q-50.89 0-86.98-35.69-36.09-35.68-36.09-87 0-30.61 13.77-56.34 13.76-25.73 37.15-41.81-23.77-16.46-37.35-42.5-13.57-26.04-13.57-56.52 0-30.09 14.07-56.27 14.08-26.17 37.46-42.86-23.38-16.7-37.46-42.43-14.07-25.73-14.07-56.96 0-49.77 35.53-86.31 35.54-36.53 87.54-36.53 31.23 0 57.16 14.27 25.92 14.26 42 38.03 16.07-23.77 42.11-37.73T460.77-800h237.38q50.39 0 86.12 35.73T820-678.15q0 30.61-13.96 56.65t-37.73 43.12q29.61 20.92 42.77 53.65 13.15 32.73 6.07 67.81-10.63-3.37-22.15-5.03-11.53-1.67-22.62-2.05 7.93-35.15-14.44-63.92-22.36-28.77-59.79-28.77H460.77q-32.15 0-54.31 22.33-22.15 22.33-22.15 54.34 0 31.98 22.15 54.23 22.16 22.25 54.31 22.25h145.77q-11.35 10.13-20.79 21.38-9.44 11.24-18.14 24.01H460.77q-32.15 0-54.31 22.15-22.15 22.16-22.15 54.31 0 31.38 22.15 53.84 22.16 22.46 54.31 22.46h75.99q1.61 11.91 4.65 23.25 3.04 11.35 7.9 22.14h-88.54q-31 0-57.04-13.77t-42.11-37.54q-16.47 23.77-42.6 37.85-26.13 14.07-56.56 14.07m0-45.38q32.15 0 54.31-22.25 22.15-22.24 22.15-55.03 0-31.98-22.15-54.04-22.16-22.06-54.31-22.06-32.96 0-55.32 22.03-22.37 22.04-22.37 54.02 0 32.79 22.37 55.06 22.36 22.27 55.32 22.27m0-197.77q32.15 0 54.31-22.27 22.15-22.27 22.15-54.57 0-32.42-22.15-54.87-22.16-22.44-54.31-22.44-32.96 0-55.32 22.44-22.37 22.45-22.37 54.87 0 32.3 22.37 54.57 22.36 22.27 55.32 22.27m0-198.54q32.15 0 54.31-22.52 22.15-22.53 22.15-54.17 0-31.89-22.15-54.68-22.16-22.78-54.31-22.78-32.96 0-55.32 22.78-22.37 22.79-22.37 55.18 0 31.3 22.37 53.75 22.36 22.44 55.32 22.44m198.31-1h237.38q32.15 0 54.31-22.23 22.15-22.23 22.15-53.82 0-31.98-22.15-54.23-22.16-22.25-54.31-22.25H460.77q-32.15 0-54.31 22.15-22.15 22.16-22.15 54.31 0 31.6 22.15 53.84 22.16 22.23 54.31 22.23m-93.23 23.7" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M331.77-140q-81.97 0-136.87-58.99-54.9-59-54.9-142.23 0-38.48 13.19-74.21 13.2-35.72 39.2-64.19-25.99-28.63-39.19-64.63-13.2-36.01-13.2-74.98 0-81.89 54.9-141.33T331.77-820h297.08q86.69 0 138.61 62.17t51.92 139.5q0 20.76-3.92 41.39t-12.77 41.32q-4 10.03-13.04 11.9t-16.3-1.74q-7.26-3.62-11.34-11.77-4.09-8.15.76-19.31 28.46-72-10.62-145.04-39.07-73.03-123.3-73.03H331.77q-63.06 0-104.72 46.17T185.39-619.2q0 63.48 41.66 109.73 41.66 46.24 104.72 46.24H551q9.64 0 16.17 6.58 6.52 6.58 6.52 16.31 0 9.72-6.52 16.11-6.53 6.38-16.17 6.38H331.93q-28.3 0-55.27-8.19t-50.43-23.58q-19.92 22.92-30.38 50.5t-10.46 57.73q0 63.52 41.66 109.76t104.72 46.24h190.85q9.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.39zm39.65-151.75q12.5-12.13 12.5-29.73 0-17.43-12.26-30.01-12.27-12.59-30.23-12.59-17.97 0-30.28 12.45-12.3 12.45-12.3 30.23t12.18 29.78q12.19 12 30.04 12t30.35-12.13m-30.35-284.94q17.85 0 30.35-12.36 12.5-12.35 12.5-30 0-17.62-12.26-30.05-12.27-12.44-30.23-12.44-17.97 0-30.28 12.55-12.3 12.55-12.3 30.07 0 17.2 12.18 29.71 12.19 12.52 30.04 12.52m158.78-19.85h139q8.52 0 15.61-6.52 7.08-6.53 7.08-16.18 0-8.53-7.08-15.61-7.09-7.07-15.61-7.07h-139q-9.27 0-15.98 7.08-6.72 7.08-6.72 16.31 0 9.22 6.72 15.61 6.71 6.38 15.98 6.38M734.61-260h-97.3q-9.65 0-16.17-6.58-6.53-6.58-6.53-16.31t6.53-16.11q6.52-6.39 16.17-6.39h97.3v-97.3q0-9.65 6.59-16.17 6.58-6.53 16.3-6.53 9.73 0 16.11 6.53 6.39 6.52 6.39 16.17v97.3h97.31q9.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.39H780v97.31q0 9.64-6.58 16.16-6.58 6.53-16.31 6.53T741-146.53q-6.39-6.52-6.39-16.16z" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function FormsAddOnFilled(_a) {
3
3
  var className = _a.className;
4
4
  return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
- React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M741-106.53q-6.39-6.52-6.39-16.16V-220h-97.3q-9.65 0-16.17-6.58-6.53-6.58-6.53-16.31t6.53-16.11q6.52-6.39 16.17-6.39h97.3v-97.3q0-9.65 6.59-16.17 6.58-6.53 16.3-6.53 9.73 0 16.11 6.53 6.39 6.52 6.39 16.17v97.3h97.31q9.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.39H780v97.31q0 9.64-6.58 16.16-6.58 6.53-16.31 6.53T741-106.53M254.08-139q-48.05 0-81.26-33.11-33.2-33.11-33.2-80.4 0-47.46 33.2-80.24 33.21-32.79 81.26-33.4-47.44.61-80.95-32.31t-33.51-79.95q0-47.79 33.2-81.23 33.21-33.44 81.26-33.44-48.05 0-81.26-32.51-33.2-32.51-33.2-79.67 0-48.36 33.2-81.55T253.7-820q47.69 0 80.57 33.27t33.27 81.19q0-47.3 33.02-80.57 33.03-33.27 80.21-33.27h225.29q47.4 0 80.67 33.14T820-705.26q0 46.89-33.27 79.54-33.27 32.64-80.58 32.64 54.62-.38 88.27 41.5 33.66 41.89 22.73 94.66-14.14-4.08-28.07-5.77-13.94-1.7-28.16-1.7-98.69 0-162.5 67-63.81 66.99-63.81 162.47 0 23.74 5.43 46.91 5.42 23.16 17.88 48.39h-77.15q-47.05 0-80.33-32.88-33.29-32.89-32.9-80.19-.39 47.92-33.06 80.8Q301.81-139 254.08-139m.23-498.46q28.54 0 48.19-20.38 19.66-20.38 19.66-48.51 0-28.28-19.49-48.27-19.48-19.99-48.28-19.99-29.59 0-49.49 19.88T185-705.98q0 28.78 20.09 48.65 20.1 19.87 49.22 19.87m192.84-1h293.23V-774H447.15zm-79.61 385.77q0-47.28 33.09-80.94Q433.72-367.3 481-366.3q-47.28-1-80.37-33.54t-33.09-79.78q0 47.24-33.09 79.78-33.1 32.54-80.37 33.54 47.27-1 80.37 32.67 33.09 33.66 33.09 80.94m0-226.93q0-47.41 33.09-80.43 33.09-33.03 80.37-33.03-47.28 0-80.37-32.67t-33.09-79.79q0 47.12-33.09 79.79-33.1 32.67-80.37 32.67 47.27 0 80.37 33.03 33.09 33.02 33.09 80.43" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M331.6-290.97q12.86-12.36 12.86-30.01 0-17.62-12.86-30.05-12.87-12.43-30.42-12.43-17.56 0-29.87 12.55T259-320.84q0 17.19 12.31 29.71 12.31 12.51 29.87 12.51 17.55 0 30.42-12.35m0-317.26q12.86-12.31 12.86-29.74 0-17.44-12.86-30.12-12.87-12.68-30.42-12.68-17.56 0-29.87 12.52T259-637.84q0 17.53 12.31 29.72 12.31 12.2 29.87 12.2 17.55 0 30.42-12.31m148.4-6.92h198.31q8.92 0 15.8-6.9 6.89-6.91 6.89-16.3 0-9.03-6.89-15.61-6.88-6.58-15.8-6.58H480q-9.64 0-16.17 6.71-6.52 6.71-6.52 16.18 0 8.73 6.52 15.61 6.53 6.89 16.17 6.89M734.61-260h-97.3q-9.65 0-16.17-6.58-6.53-6.58-6.53-16.31t6.53-16.11q6.52-6.39 16.17-6.39h97.3v-97.3q0-9.65 6.59-16.17 6.58-6.53 16.3-6.53 9.73 0 16.11 6.53 6.39 6.52 6.39 16.17v97.3h97.31q9.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.39H780v97.31q0 9.64-6.58 16.16-6.58 6.53-16.31 6.53T741-146.53q-6.39-6.52-6.39-16.16zM321.54-140q-75.62 0-128.58-52.96T140-321.54q0-48.36 20.81-91.37T222.85-480q-41.23-24.69-62.04-67.75Q140-590.82 140-638.99q0-74.94 52.96-127.97Q245.92-820 321.54-820h317.31q75.17 0 128.16 52.99T820-638.85q0 26.16-6.16 50.81-6.15 24.65-18.63 46.54-4.29 8.04-11.7 11.73-7.42 3.69-15.89 2.69-3.65 0-6.36-.31-2.72-.3-5.72-.3-100.57 0-172.4 71.46-71.83 71.45-71.83 173.93 0 27.68 6.42 54.34 6.42 26.65 19.27 53.5 6.23 11.61.02 23.04Q530.81-140 518.38-140z" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function FormsAppsScript(_a) {
3
3
  var className = _a.className;
4
4
  return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
- React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M803.6-128.08H618.84q-9.54 0-16.58-6.82-7.03-6.83-7.03-17.08 0-10.64 6.81-17.41t17.04-6.77h120.07L637-253.92q-7.69-6.47-9-15.66t4.6-17.47q5.81-8.87 15.98-10.3 10.17-1.42 18.5 5.04l96.3 73.92-40.77-123.3q-3.23-9.7 1.12-18.77 4.35-9.08 14.31-11.92 9.84-3.85 19.01 1.3 9.18 5.16 12.41 14.85l36.38 110.92 29.62-115.15q2.23-8.69 9.92-14.04t17.5-4.12q10.58.85 16.31 10.01t3.11 20.07l-50.84 198.85q-2 9.61-9.95 15.61t-17.91 6m-541.14-31.31q-50.89 0-86.98-35.69-36.09-35.68-36.09-87 0-30.61 13.77-56.34 13.76-25.73 37.15-41.81-23.77-16.46-37.35-42.5-13.57-26.04-13.57-56.52 0-30.09 14.07-56.27 14.08-26.17 37.46-42.86-23.38-16.7-37.46-42.43-14.07-25.73-14.07-56.96 0-49.77 35.53-86.31 35.54-36.53 87.54-36.53 31.23 0 57.16 14.27 25.92 14.26 42 38.03 16.07-23.77 42.11-37.73T460.77-800h237.38q50.39 0 86.12 35.73T820-678.15q0 30.61-13.96 56.65t-37.73 43.12q29.61 20.92 42.77 53.65 13.15 32.73 6.07 67.81-10.63-3.37-22.15-5.03-11.53-1.67-22.62-2.05 7.93-35.15-14.44-63.92-22.36-28.77-59.79-28.77H460.77q-32.15 0-54.31 22.33-22.15 22.33-22.15 54.34 0 31.98 22.15 54.23 22.16 22.25 54.31 22.25h145.77q-11.35 10.13-20.79 21.38-9.44 11.24-18.14 24.01H460.77q-32.15 0-54.31 22.15-22.15 22.16-22.15 54.31 0 31.38 22.15 53.84 22.16 22.46 54.31 22.46h75.99q1.61 11.91 4.65 23.25 3.04 11.35 7.9 22.14h-88.54q-31 0-57.04-13.77t-42.11-37.54q-16.47 23.77-42.6 37.85-26.13 14.07-56.56 14.07m0-45.38q32.15 0 54.31-22.25 22.15-22.24 22.15-55.03 0-31.98-22.15-54.04-22.16-22.06-54.31-22.06-32.96 0-55.32 22.03-22.37 22.04-22.37 54.02 0 32.79 22.37 55.06 22.36 22.27 55.32 22.27m0-197.77q32.15 0 54.31-22.27 22.15-22.27 22.15-54.57 0-32.42-22.15-54.87-22.16-22.44-54.31-22.44-32.96 0-55.32 22.44-22.37 22.45-22.37 54.87 0 32.3 22.37 54.57 22.36 22.27 55.32 22.27m0-198.54q32.15 0 54.31-22.52 22.15-22.53 22.15-54.17 0-31.89-22.15-54.68-22.16-22.78-54.31-22.78-32.96 0-55.32 22.78-22.37 22.79-22.37 55.18 0 31.3 22.37 53.75 22.36 22.44 55.32 22.44m198.31-1h237.38q32.15 0 54.31-22.23 22.15-22.23 22.15-53.82 0-31.98-22.15-54.23-22.16-22.25-54.31-22.25H460.77q-32.15 0-54.31 22.15-22.15 22.16-22.15 54.31 0 31.6 22.15 53.84 22.16 22.23 54.31 22.23m-93.23 23.7" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M803.6-182.69H619.03q-9.85 0-16.82-6.75-6.98-6.75-6.98-17.27t6.81-17.29 17.04-6.77h120.07L637-308.54q-7.69-6.46-9-15.65-1.31-9.2 4.6-17.47 5.81-8.88 15.98-10.3t18.5 5.04l96.3 73.92-40.77-123.31q-3.23-9.69 1.12-18.77 4.35-9.07 14.42-11.92 9.92-3.85 19 1.31 9.08 5.15 12.31 14.84l36.38 110.93 29.62-115.16q2.23-8.5 9.92-13.94t17.5-4.4q10.58 1.04 16.31 10.22 5.73 9.17 3.11 20.05l-50.84 198.84q-2 9.62-9.95 15.62t-17.91 6M331.77-140q-81.97 0-136.87-58.99-54.9-59-54.9-142.23 0-38.48 13.19-74.21 13.2-35.72 39.2-64.19-25.99-28.63-39.19-64.63-13.2-36.01-13.2-74.98 0-81.89 54.9-141.33T331.77-820h297.08q86.69 0 138.61 62.17t51.92 139.5q0 20.76-3.92 41.39t-12.77 41.32q-4 10.03-13.04 11.9t-16.3-1.74q-7.26-3.62-11.34-11.77-4.09-8.15.76-19.31 28.46-72-10.62-145.04-39.07-73.03-123.3-73.03H331.77q-63.06 0-104.72 46.17T185.39-619.2q0 63.48 41.66 109.73 41.66 46.24 104.72 46.24H551q9.64 0 16.17 6.58 6.52 6.58 6.52 16.31 0 9.72-6.52 16.11-6.53 6.38-16.17 6.38H331.93q-28.3 0-55.27-8.19t-50.43-23.58q-19.92 22.92-30.38 50.5t-10.46 57.73q0 63.52 41.66 109.76t104.72 46.24h190.85q9.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.39zm39.65-151.75q12.5-12.13 12.5-29.73 0-17.43-12.26-30.01-12.27-12.59-30.23-12.59-17.97 0-30.28 12.45-12.3 12.45-12.3 30.23t12.18 29.78q12.19 12 30.04 12t30.35-12.13m-30.35-284.94q17.85 0 30.35-12.36 12.5-12.35 12.5-30 0-17.62-12.26-30.05-12.27-12.44-30.23-12.44-17.97 0-30.28 12.55-12.3 12.55-12.3 30.07 0 17.2 12.18 29.71 12.19 12.52 30.04 12.52m158.78-19.85h139q8.52 0 15.61-6.52 7.08-6.53 7.08-16.18 0-8.53-7.08-15.61-7.09-7.07-15.61-7.07h-139q-9.27 0-15.98 7.08-6.72 7.08-6.72 16.31 0 9.22 6.72 15.61 6.71 6.38 15.98 6.38" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function FormsAppsScriptFilled(_a) {
3
3
  var className = _a.className;
4
4
  return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
- React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M739.15-176.16 637-253.92q-7.69-6.47-9-15.66t4.15-17.27q6.36-9.07 16.3-10.5 9.93-1.42 18.63 5.04l96.3 73.92-40.77-123.3q-3.23-9.7 1.12-18.77 4.35-9.08 14.31-11.92 9.8-3.85 19 1.3 9.19 5.16 12.42 14.85l36.38 110.92 29.62-115.15q2.23-8.69 9.92-14.04t17-4.12q11.08.85 16.81 9.93 5.73 9.07 3.11 20.15l-50.84 198.85q-2 9.61-9.85 15.61t-18.01 6H619.08q-10.23 0-17.04-6.82-6.81-6.83-6.81-17.08 0-10.64 6.81-17.41t17.04-6.77zM254.08-139q-48.05 0-81.26-32.98-33.2-32.98-33.2-80.71 0-47.28 33.2-80.06 33.21-32.79 81.26-33.4-47.44.61-80.95-32.18t-33.51-80.08q0-47.9 33.2-81.28 33.21-33.39 81.26-33.39-48.05 0-81.26-32.38-33.2-32.39-33.2-79.8 0-48.36 33.07-81.55Q205.77-820 253.89-820q47.5 0 80.38 33.27t33.27 81.19q0-47.3 32.9-80.57 32.89-33.27 80.33-33.27h225.29q47.4 0 80.67 33.27T820-705.44q0 47.07-33.27 79.72-33.27 32.64-80.58 32.64 54.62-.38 88.27 41.5 33.66 41.89 22.73 94.66-13.84-4.23-27.98-5.85-14.13-1.62-28.25-1.62-98.69 0-162.5 67-63.81 66.99-63.81 162.47 0 24.07 5.43 47.07 5.42 23 17.88 48.23h-77.15q-47.31 0-80.46-32.88-33.16-32.89-32.77-80.19-.39 47.92-33.06 80.8Q301.81-139 254.08-139m.23-498.46q28.46 0 48.15-20.31 19.7-20.31 19.7-48.58 0-28.26-19.62-48.26-19.61-20-48.15-20-29.16 0-49.27 19.63Q185-735.35 185-706.15q0 29.07 20.31 48.88t49 19.81m192.84-1h293.23V-774H447.15zm-79.61 385.77q0-47.28 33.09-80.87T481-366.15q-47.28-1-80.37-33.67-33.09-32.66-33.09-79.8 0 47.14-33.09 79.8-33.1 32.67-80.37 33.67 47.27-1 80.37 32.59 33.09 33.59 33.09 80.87m0-226.93q0-47.41 33.09-80.43 33.09-33.03 80.37-33.03-47.28 0-80.37-32.67t-33.09-79.79q0 47.12-33.09 79.79-33.1 32.67-80.37 32.67 47.27 0 80.37 33.03 33.09 33.02 33.09 80.43" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M803.61-182.69H619.08q-10.31 0-17.08-6.77t-6.77-17.27T602-224t17.08-6.77h120.07L637-308.54q-7.69-6.46-9-15.65-1.31-9.2 4.15-17.27 6.46-9.08 16.35-10.5 9.88-1.42 18.58 5.04l96.3 73.92-40.77-123.31q-3.23-9.69 1.12-18.77 4.35-9.07 14.42-11.92 9.69-3.85 18.89 1.31 9.19 5.15 12.42 14.84l36.38 110.93 29.62-115.16q2.23-8.69 9.92-14.03 7.69-5.35 17-4.12 11.08.85 16.81 9.92 5.73 9.08 3.11 20.16l-50.84 198.84q-2 9.62-9.81 15.62t-18.04 6M331.65-291.12q12.81-12.5 12.81-30.03 0-17.54-12.81-29.93-12.8-12.38-30.53-12.38t-29.93 12.38Q259-338.69 259-321.15q0 17.53 12.19 30.03 12.2 12.5 29.93 12.5t30.53-12.5m0-317q12.81-12.19 12.81-29.73 0-17.53-12.81-30.23-12.8-12.69-30.53-12.69t-29.93 12.69Q259-655.38 259-637.85q0 17.54 12.19 29.73 12.2 12.2 29.93 12.2t30.53-12.2M480-615.15h198.31q8.92 0 15.8-6.89 6.89-6.88 6.89-15.81 0-9.53-6.89-16.11-6.88-6.58-15.8-6.58H480q-9.92 0-16.31 6.58-6.38 6.58-6.38 16.11 0 8.93 6.38 15.81 6.39 6.89 16.31 6.89M321.54-140q-75.62 0-128.58-52.96T140-321.54q0-48.46 20.81-91.42T222.85-480q-41.23-24.69-62.04-67.85Q140-591 140-638.85q0-75.23 52.96-128.19T321.54-820h317.31q75.23 0 128.19 52.96T820-638.85q0 26.16-6.16 50.81-6.15 24.65-18.69 46.58-4.23 8-11.54 11.69-7.3 3.69-15.92 2.69-3.38 0-6.27-.31-2.88-.3-5.88-.3-100.69 0-172.46 71.34-71.77 71.35-71.77 174.27 0 27.46 6.42 54.12 6.42 26.65 19.27 53.5 6.23 11.61-.08 23.04Q530.61-140 518.38-140z" })));
6
6
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function GlobeClock({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function GlobeClock(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480-860q152.23 0 261.23 103.31t118.54 253.31q.23 9.3-6.16 15.8-6.38 6.5-16.3 6.5-8.93-.38-15.81-6.96-6.89-6.57-7.73-16.5-7.08-96.38-62.5-174.42T605.08-793.61v18.38q0 34.62-23.81 59.85t-58.42 25.23h-85.08v85.07q0 17-12.92 28.2-12.93 11.19-29.93 11.19h-82.23V-480h284.69q9.62 0 12.31 9.81T602.77-455q-53.93 35.38-84.5 91.35-30.58 55.96-30.19 119.65.38 11.85-11.39 15.04t-24.84 3.19q-39.31 0-67.81-24.42-28.5-24.43-28.5-62.5v-42.85L154-557.08q-4.23 19.23-6.42 38.35-2.19 19.11-2.19 38.73 0 152.46 104.84 243.11Q355.08-146.23 500.46-145q9.54 0 14.81 6.19t5.27 14.5-5.89 16.19q-5.88 7.89-19.04 7.89-79.99 0-151.57-28.35-71.58-28.34-125.92-79.04-54.35-50.69-86.23-120.53Q100-398 100-480q0-78.77 29.96-148.11 29.96-69.35 81.27-120.66t120.66-81.27Q401.23-860 480-860m132.96 736.42Q561.54-175 561.54-246.89q0-71.88 51.42-123.49Q664.38-422 736.46-422t123.5 51.62q51.42 51.61 51.42 123.49 0 71.89-51.42 123.31t-123.5 51.42-123.5-51.42m138.96-126.27v-100.69q0-7.85-5.23-13.27t-13.27-5.42-13.27 5.42-5.23 13.27v100.08q0 5.61 2.5 10.92t7.12 9.92l72.15 67.7q4.23 4.61 11.46 4.3 7.23-.3 11.85-4.92 5.61-5.61 5.11-12.65t-5.73-11.66z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import GlobeClock from './GlobeClock';
2
+ declare const GlobeClockFilled: typeof GlobeClock;
3
+ export default GlobeClockFilled;
@@ -0,0 +1,3 @@
1
+ import GlobeClock from './GlobeClock';
2
+ var GlobeClockFilled = GlobeClock;
3
+ export default GlobeClockFilled;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- export default function FileMap({ className }: {
2
+ export default function List2({ className }: {
3
3
  className?: string;
4
4
  }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function List2(_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: "M321.54-260q-9.65 0-16.17-6.58t-6.52-16.31 6.52-16.11q6.52-6.39 16.17-6.39h317.31q9.26 0 15.98 6.59 6.71 6.58 6.71 16.3 0 9.73-6.71 16.11-6.72 6.39-15.98 6.39zM162.69-457.31q-9.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.38h634.62q9.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.38zm158.85-197.3q-9.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.39h317.31q9.26 0 15.98 6.58 6.71 6.58 6.71 16.31T654.83-661q-6.72 6.39-15.98 6.39z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import List2 from './List2';
2
+ declare const List2Filled: typeof List2;
3
+ export default List2Filled;
@@ -0,0 +1,3 @@
1
+ import List2 from './List2';
2
+ var List2Filled = List2;
3
+ export default List2Filled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function SimCardLock({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function SimCardLock(_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: "M400-328.46h160q14 0 24.12-9.92 10.11-9.93 10.11-23.93v-120q0-14-11.69-24.11-11.69-10.12-28.31-10.12v-45.77q0-30.55-21.85-52.39t-52.49-21.84q-30.63 0-52.19 21.84-21.55 21.84-21.55 52.39v45.77q-17 0-28.5 10.12-11.5 10.11-11.5 24.11v120q0 14 9.93 23.93 9.92 9.92 23.92 9.92m34.23-188.08v-45.87q0-19.28 13.11-32.67 13.1-13.38 32.5-13.38t32.86 13.32q13.45 13.32 13.45 32.64v45.96zM237.69-100q-23.53 0-40.61-17.08T180-157.69v-450.62q0-12.06 4.81-22.76t12.81-18.7l192.61-193q8-7.61 18.7-12.42t22.76-4.81h290.62q23.53 0 40.61 17.08T780-802.31v644.62q0 23.53-17.08 40.61T722.31-100zm0-45.39h484.62q4.61 0 8.46-3.84 3.84-3.85 3.84-8.46v-644.62q0-4.61-3.84-8.46-3.85-3.84-8.46-3.84h-294L225.39-611.75v454.06q0 4.61 3.84 8.46 3.85 3.84 8.46 3.84m0 0h-12.3 509.22z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function SimCardLockFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function SimCardLockFilled(_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: "M400-328.46h160q14 0 24.12-9.92 10.11-9.93 10.11-23.93v-120q0-14-11.69-24.11-11.69-10.12-28.31-10.12v-45.77q0-30.61-21.81-52.42-21.8-21.81-52.42-21.81t-52.23 21.81q-21.62 21.81-21.62 52.42v45.77q-17 0-28.5 10.12-11.5 10.11-11.5 24.11v120q0 14 9.93 23.93 9.92 9.92 23.92 9.92m34.23-188.08v-45.77q0-19.38 13.19-32.77 13.2-13.38 32.58-13.38t32.77 13.38q13.38 13.39 13.38 32.77v45.77zM237.69-100q-23.61 0-40.65-17.04T180-157.69v-450.62q0-11.61 4.81-22.54 4.81-10.92 12.81-18.92l192.61-193q8-7.61 18.92-12.42 10.93-4.81 22.54-4.81h290.62q23.61 0 40.65 17.04T780-802.31v644.62q0 23.61-17.04 40.65T722.31-100z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function SpeechToText2({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function SpeechToText2(_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: "M774.61-814.61v669.22zM317.69-100q-23.5 0-40.59-17.1-17.1-17.09-17.1-40.59V-230q0-9.64 6.58-16.17 6.58-6.52 16.31-6.52t16.11 6.52q6.39 6.53 6.39 16.17v72.31q0 5.38 3.46 8.84t8.84 3.46h444.62q5.38 0 8.84-3.46t3.46-8.84v-644.62q0-5.38-3.46-8.84t-8.84-3.46H472.69q-9.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.39h289.62q23.5 0 40.59 17.1 17.1 17.09 17.1 40.59v644.62q0 23.5-17.1 40.59-17.09 17.1-40.59 17.1zm-35.02-469.62q-25.9 0-44.28-18.39-18.39-18.4-18.39-44.3V-800q0-25.89 18.39-44.29 18.38-18.4 44.69-18.4 25.54 0 43.92 18.4 18.39 18.4 18.39 44.29v167.69q0 25.9-18.43 44.3-18.42 18.39-44.29 18.39m.02 86.93q61.39 0 106.85-38.42 45.46-38.43 51.92-96.27.85-12.77 8.66-17.93 7.8-5.15 16.11-4.54 8.31.62 15.39 6.17 7.07 5.55 5.46 16.3-6.46 70.61-57.69 120.57-51.24 49.96-124 58.66V-360q0 9.64-6.59 16.17-6.58 6.52-16.3 6.52-9.73 0-16.11-6.52Q260-350.36 260-360v-78.15q-72.77-8.31-124.19-58.27T78.31-618q-1.62-10.28 5.46-16.37t15.38-6.51q8.31-.43 16.03 4.55 7.72 4.99 9.13 17.71 6.46 58.85 51.81 97.39 45.34 38.54 106.57 38.54m364.62 230q9.64 0 16.17-6.58 6.52-6.58 6.52-16.31t-6.52-16.11q-6.53-6.39-16.17-6.39H432.69q-9.64 0-16.17 6.58-6.52 6.58-6.52 16.31t6.52 16.11q6.53 6.39 16.17 6.39zm-80-120q9.64 0 16.17-6.58 6.52-6.58 6.52-16.31t-6.52-16.11q-6.53-6.39-16.17-6.39H432.69q-9.64 0-16.17 6.58-6.52 6.58-6.52 16.31t6.52 16.11q6.53 6.39 16.17 6.39z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function SpeechToText2Filled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function SpeechToText2Filled(_a) {
3
+ var className = _a.className;
4
+ return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M282.68-569.62q-25.91 0-44.29-18.39Q220-606.4 220-632.31V-800q0-25.9 18.37-44.3 18.38-18.39 44.25-18.39 26 0 44.38 18.39 18.39 18.4 18.39 44.3v167.69q0 25.91-18.34 44.3t-44.37 18.39M266.39-343.7Q260-350.1 260-360v-78.15q-72.77-8.31-124.19-58.27T78.31-618q-1.62-10.31 5.46-16.38 7.08-6.08 15.38-6.7 8.31-.23 16.03 4.75 7.72 4.99 9.13 17.71 6.46 58.85 51.81 97.39 45.34 38.54 106.57 38.54 61.39 0 106.85-38.42 45.46-38.43 51.92-96.27.85-12.77 8.66-17.93 7.8-5.15 16.11-4.54 8.31.62 15.39 6.2 7.07 5.57 5.46 16.27-6.46 70.61-57.69 120.57-51.24 49.96-124 58.66V-360q0 9.9-6.4 16.3-6.4 6.39-16.31 6.39t-16.29-6.39m51.3 243.7q-23.75 0-40.72-16.97T260-157.69v-65.99q0-12.78 8.16-20.9 8.17-8.11 20.69-8.11h358.46q9.9 0 16.3-6.4 6.39-6.4 6.39-16.31t-6.39-16.29q-6.4-6.39-16.3-6.39H415.77q-15.69 0-26.5-10.8-10.81-10.81-10.81-26.5 0-15.7 10.81-26.5 10.81-10.81 26.5-10.81h151.54q9.9 0 16.3-6.4 6.39-6.4 6.39-16.31t-6.39-16.29q-6.4-6.39-16.3-6.39h-73.85q-5.77 0-8.07-5.3-2.31-5.31 1.69-9.93 34.69-45.07 51.36-108.42 16.66-63.34 21.33-126.5 1.62-16.2-10.11-27.83-11.74-11.63-28.35-11.63h-42.46q-12.52 0-20.69-8.17-8.16-8.16-8.16-20.68v-94.61q0-12.52 8.16-20.69 8.17-8.16 20.69-8.16h283.46q23.75 0 40.72 16.97T820-802.31v644.62q0 23.75-16.97 40.72T762.31-100z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TerminalAdd({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function TerminalAdd(_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-780h327.16q10.48 0 17.85 7.75 7.38 7.75 6.76 18.71-.61 16.93 1.5 34.35 2.12 17.43 7.35 33.96 3.61 12.62-3.51 23.04-7.13 10.42-19.72 10.42H145.39v414.08q0 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-265.93q0-10.07 6.57-16.07t16.31-6 16.12 6.7Q860-512.29 860-503v265.31q0 23.53-17.08 40.61T802.31-180zm571.23-548.92H625.54q-9.67 0-16.18-6.57t-6.51-16.31 6.51-16.12q6.51-6.39 16.18-6.39h103.38v-103q0-9.66 6.57-16.17 6.57-6.52 16.31-6.52t16.12 6.52q6.39 6.51 6.39 16.17v103h103q9.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.39h-103v103.38q0 9.67-6.57 16.18t-16.31 6.51-16.12-6.51q-6.39-6.51-6.39-16.18zM520-295.69q-9.66 0-16.18-6.57-6.51-6.57-6.51-16.31t6.51-16.12q6.52-6.39 16.18-6.39h160q9.66 0 16.18 6.57 6.51 6.57 6.51 16.31t-6.51 16.12q-6.52 6.39-16.18 6.39zM371.39-438.38l-88-88.39q-6.7-6.31-6.55-15.58.14-9.27 7.16-16.43 6.69-6.3 16-6.1 9.31.19 16 6.88l99.38 99.38q8.62 8.59 8.62 20.03t-8.62 20.05l-99.77 99.77q-6.69 7.08-15.73 6.69-9.03-.38-15.88-7.07-6.69-6.7-6.69-15.43T284-350z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import TerminalAdd from './TerminalAdd';
2
+ declare const TerminalAddFilled: typeof TerminalAdd;
3
+ export default TerminalAddFilled;
@@ -0,0 +1,3 @@
1
+ import TerminalAdd from './TerminalAdd';
2
+ var TerminalAddFilled = TerminalAdd;
3
+ export default TerminalAddFilled;
package/dist/index.d.ts CHANGED
@@ -1024,6 +1024,8 @@ export { default as Build } from './components/Build';
1024
1024
  export { default as BuildCircle } from './components/BuildCircle';
1025
1025
  export { default as BuildCircleFilled } from './components/BuildCircleFilled';
1026
1026
  export { default as BuildFilled } from './components/BuildFilled';
1027
+ export { default as BulletChart } from './components/BulletChart';
1028
+ export { default as BulletChartFilled } from './components/BulletChartFilled';
1027
1029
  export { default as Bungalow } from './components/Bungalow';
1028
1030
  export { default as BungalowFilled } from './components/BungalowFilled';
1029
1031
  export { default as BurstMode } from './components/BurstMode';
@@ -1964,6 +1966,8 @@ export { default as Dishwasher } from './components/Dishwasher';
1964
1966
  export { default as DishwasherFilled } from './components/DishwasherFilled';
1965
1967
  export { default as DishwasherGen } from './components/DishwasherGen';
1966
1968
  export { default as DishwasherGenFilled } from './components/DishwasherGenFilled';
1969
+ export { default as DisplayAdd } from './components/DisplayAdd';
1970
+ export { default as DisplayAddFilled } from './components/DisplayAddFilled';
1967
1971
  export { default as DisplayExternalInput } from './components/DisplayExternalInput';
1968
1972
  export { default as DisplayExternalInputFilled } from './components/DisplayExternalInputFilled';
1969
1973
  export { default as DisplaySettings } from './components/DisplaySettings';
@@ -2010,6 +2014,8 @@ export { default as Domain } from './components/Domain';
2010
2014
  export { default as DomainAdd } from './components/DomainAdd';
2011
2015
  export { default as DomainAddFilled } from './components/DomainAddFilled';
2012
2016
  export { default as DomainDisabled } from './components/DomainDisabled';
2017
+ export { default as DomainDisabledCheck } from './components/DomainDisabledCheck';
2018
+ export { default as DomainDisabledCheckFilled } from './components/DomainDisabledCheckFilled';
2013
2019
  export { default as DomainDisabledFilled } from './components/DomainDisabledFilled';
2014
2020
  export { default as DomainFilled } from './components/DomainFilled';
2015
2021
  export { default as DomainVerification } from './components/DomainVerification';
@@ -2490,8 +2496,6 @@ export { default as FileExport } from './components/FileExport';
2490
2496
  export { default as FileExportFilled } from './components/FileExportFilled';
2491
2497
  export { default as FileJson } from './components/FileJson';
2492
2498
  export { default as FileJsonFilled } from './components/FileJsonFilled';
2493
- export { default as FileMap } from './components/FileMap';
2494
- export { default as FileMapFilled } from './components/FileMapFilled';
2495
2499
  export { default as FileMapStack } from './components/FileMapStack';
2496
2500
  export { default as FileMapStackFilled } from './components/FileMapStackFilled';
2497
2501
  export { default as FileOpen } from './components/FileOpen';
@@ -3029,6 +3033,8 @@ export { default as GlobeAsia } from './components/GlobeAsia';
3029
3033
  export { default as GlobeAsiaFilled } from './components/GlobeAsiaFilled';
3030
3034
  export { default as GlobeBook } from './components/GlobeBook';
3031
3035
  export { default as GlobeBookFilled } from './components/GlobeBookFilled';
3036
+ export { default as GlobeClock } from './components/GlobeClock';
3037
+ export { default as GlobeClockFilled } from './components/GlobeClockFilled';
3032
3038
  export { default as GlobeFilled } from './components/GlobeFilled';
3033
3039
  export { default as GlobeLocationPin } from './components/GlobeLocationPin';
3034
3040
  export { default as GlobeLocationPinFilled } from './components/GlobeLocationPinFilled';
@@ -3837,6 +3843,8 @@ export { default as LipsFilled } from './components/LipsFilled';
3837
3843
  export { default as Liquor } from './components/Liquor';
3838
3844
  export { default as LiquorFilled } from './components/LiquorFilled';
3839
3845
  export { default as List } from './components/List';
3846
+ export { default as List2 } from './components/List2';
3847
+ export { default as List2Filled } from './components/List2Filled';
3840
3848
  export { default as ListAlt } from './components/ListAlt';
3841
3849
  export { default as ListAltAdd } from './components/ListAltAdd';
3842
3850
  export { default as ListAltAddFilled } from './components/ListAltAddFilled';
@@ -6072,6 +6080,8 @@ export { default as SimCard } from './components/SimCard';
6072
6080
  export { default as SimCardDownload } from './components/SimCardDownload';
6073
6081
  export { default as SimCardDownloadFilled } from './components/SimCardDownloadFilled';
6074
6082
  export { default as SimCardFilled } from './components/SimCardFilled';
6083
+ export { default as SimCardLock } from './components/SimCardLock';
6084
+ export { default as SimCardLockFilled } from './components/SimCardLockFilled';
6075
6085
  export { default as Simulation } from './components/Simulation';
6076
6086
  export { default as SimulationFilled } from './components/SimulationFilled';
6077
6087
  export { default as SingleArrow } from './components/SingleArrow';
@@ -6229,6 +6239,8 @@ export { default as SpecialCharacterFilled } from './components/SpecialCharacter
6229
6239
  export { default as SpecificGravity } from './components/SpecificGravity';
6230
6240
  export { default as SpecificGravityFilled } from './components/SpecificGravityFilled';
6231
6241
  export { default as SpeechToText } from './components/SpeechToText';
6242
+ export { default as SpeechToText2 } from './components/SpeechToText2';
6243
+ export { default as SpeechToText2Filled } from './components/SpeechToText2Filled';
6232
6244
  export { default as SpeechToTextFilled } from './components/SpeechToTextFilled';
6233
6245
  export { default as Speed } from './components/Speed';
6234
6246
  export { default as Speed025 } from './components/Speed025';
@@ -6755,6 +6767,8 @@ export { default as TenancyFilled } from './components/TenancyFilled';
6755
6767
  export { default as Terminal } from './components/Terminal';
6756
6768
  export { default as Terminal2 } from './components/Terminal2';
6757
6769
  export { default as Terminal2Filled } from './components/Terminal2Filled';
6770
+ export { default as TerminalAdd } from './components/TerminalAdd';
6771
+ export { default as TerminalAddFilled } from './components/TerminalAddFilled';
6758
6772
  export { default as TerminalFilled } from './components/TerminalFilled';
6759
6773
  export { default as TextAd } from './components/TextAd';
6760
6774
  export { default as TextAdFilled } from './components/TextAdFilled';
package/dist/index.js CHANGED
@@ -1024,6 +1024,8 @@ export { default as Build } from './components/Build';
1024
1024
  export { default as BuildCircle } from './components/BuildCircle';
1025
1025
  export { default as BuildCircleFilled } from './components/BuildCircleFilled';
1026
1026
  export { default as BuildFilled } from './components/BuildFilled';
1027
+ export { default as BulletChart } from './components/BulletChart';
1028
+ export { default as BulletChartFilled } from './components/BulletChartFilled';
1027
1029
  export { default as Bungalow } from './components/Bungalow';
1028
1030
  export { default as BungalowFilled } from './components/BungalowFilled';
1029
1031
  export { default as BurstMode } from './components/BurstMode';
@@ -1964,6 +1966,8 @@ export { default as Dishwasher } from './components/Dishwasher';
1964
1966
  export { default as DishwasherFilled } from './components/DishwasherFilled';
1965
1967
  export { default as DishwasherGen } from './components/DishwasherGen';
1966
1968
  export { default as DishwasherGenFilled } from './components/DishwasherGenFilled';
1969
+ export { default as DisplayAdd } from './components/DisplayAdd';
1970
+ export { default as DisplayAddFilled } from './components/DisplayAddFilled';
1967
1971
  export { default as DisplayExternalInput } from './components/DisplayExternalInput';
1968
1972
  export { default as DisplayExternalInputFilled } from './components/DisplayExternalInputFilled';
1969
1973
  export { default as DisplaySettings } from './components/DisplaySettings';
@@ -2010,6 +2014,8 @@ export { default as Domain } from './components/Domain';
2010
2014
  export { default as DomainAdd } from './components/DomainAdd';
2011
2015
  export { default as DomainAddFilled } from './components/DomainAddFilled';
2012
2016
  export { default as DomainDisabled } from './components/DomainDisabled';
2017
+ export { default as DomainDisabledCheck } from './components/DomainDisabledCheck';
2018
+ export { default as DomainDisabledCheckFilled } from './components/DomainDisabledCheckFilled';
2013
2019
  export { default as DomainDisabledFilled } from './components/DomainDisabledFilled';
2014
2020
  export { default as DomainFilled } from './components/DomainFilled';
2015
2021
  export { default as DomainVerification } from './components/DomainVerification';
@@ -2490,8 +2496,6 @@ export { default as FileExport } from './components/FileExport';
2490
2496
  export { default as FileExportFilled } from './components/FileExportFilled';
2491
2497
  export { default as FileJson } from './components/FileJson';
2492
2498
  export { default as FileJsonFilled } from './components/FileJsonFilled';
2493
- export { default as FileMap } from './components/FileMap';
2494
- export { default as FileMapFilled } from './components/FileMapFilled';
2495
2499
  export { default as FileMapStack } from './components/FileMapStack';
2496
2500
  export { default as FileMapStackFilled } from './components/FileMapStackFilled';
2497
2501
  export { default as FileOpen } from './components/FileOpen';
@@ -3029,6 +3033,8 @@ export { default as GlobeAsia } from './components/GlobeAsia';
3029
3033
  export { default as GlobeAsiaFilled } from './components/GlobeAsiaFilled';
3030
3034
  export { default as GlobeBook } from './components/GlobeBook';
3031
3035
  export { default as GlobeBookFilled } from './components/GlobeBookFilled';
3036
+ export { default as GlobeClock } from './components/GlobeClock';
3037
+ export { default as GlobeClockFilled } from './components/GlobeClockFilled';
3032
3038
  export { default as GlobeFilled } from './components/GlobeFilled';
3033
3039
  export { default as GlobeLocationPin } from './components/GlobeLocationPin';
3034
3040
  export { default as GlobeLocationPinFilled } from './components/GlobeLocationPinFilled';
@@ -3837,6 +3843,8 @@ export { default as LipsFilled } from './components/LipsFilled';
3837
3843
  export { default as Liquor } from './components/Liquor';
3838
3844
  export { default as LiquorFilled } from './components/LiquorFilled';
3839
3845
  export { default as List } from './components/List';
3846
+ export { default as List2 } from './components/List2';
3847
+ export { default as List2Filled } from './components/List2Filled';
3840
3848
  export { default as ListAlt } from './components/ListAlt';
3841
3849
  export { default as ListAltAdd } from './components/ListAltAdd';
3842
3850
  export { default as ListAltAddFilled } from './components/ListAltAddFilled';
@@ -6072,6 +6080,8 @@ export { default as SimCard } from './components/SimCard';
6072
6080
  export { default as SimCardDownload } from './components/SimCardDownload';
6073
6081
  export { default as SimCardDownloadFilled } from './components/SimCardDownloadFilled';
6074
6082
  export { default as SimCardFilled } from './components/SimCardFilled';
6083
+ export { default as SimCardLock } from './components/SimCardLock';
6084
+ export { default as SimCardLockFilled } from './components/SimCardLockFilled';
6075
6085
  export { default as Simulation } from './components/Simulation';
6076
6086
  export { default as SimulationFilled } from './components/SimulationFilled';
6077
6087
  export { default as SingleArrow } from './components/SingleArrow';
@@ -6229,6 +6239,8 @@ export { default as SpecialCharacterFilled } from './components/SpecialCharacter
6229
6239
  export { default as SpecificGravity } from './components/SpecificGravity';
6230
6240
  export { default as SpecificGravityFilled } from './components/SpecificGravityFilled';
6231
6241
  export { default as SpeechToText } from './components/SpeechToText';
6242
+ export { default as SpeechToText2 } from './components/SpeechToText2';
6243
+ export { default as SpeechToText2Filled } from './components/SpeechToText2Filled';
6232
6244
  export { default as SpeechToTextFilled } from './components/SpeechToTextFilled';
6233
6245
  export { default as Speed } from './components/Speed';
6234
6246
  export { default as Speed025 } from './components/Speed025';
@@ -6755,6 +6767,8 @@ export { default as TenancyFilled } from './components/TenancyFilled';
6755
6767
  export { default as Terminal } from './components/Terminal';
6756
6768
  export { default as Terminal2 } from './components/Terminal2';
6757
6769
  export { default as Terminal2Filled } from './components/Terminal2Filled';
6770
+ export { default as TerminalAdd } from './components/TerminalAdd';
6771
+ export { default as TerminalAddFilled } from './components/TerminalAddFilled';
6758
6772
  export { default as TerminalFilled } from './components/TerminalFilled';
6759
6773
  export { default as TextAd } from './components/TextAd';
6760
6774
  export { default as TextAdFilled } from './components/TextAdFilled';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-lary/react-material-symbols-300-rounded",
3
- "version": "0.40.0",
3
+ "version": "0.42.0",
4
4
  "description": "Latest rounded React icon components with weight 300 for Material Symbols",
5
5
  "files": [
6
6
  "dist"
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- export default function FileMap(_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: "M197.69-140q-23.53 0-40.61-17.08T140-197.69v-564.62q0-23.53 17.08-40.61T197.69-820h564.62q23.53 0 40.61 17.08T820-762.31v564.62q0 23.53-17.08 40.61T762.31-140zm0-45.39h564.62q5.38 0 8.84-3.46t3.46-8.84v-564.62q0-5.38-3.46-8.84t-8.84-3.46H197.69q-5.38 0-8.84 3.46t-3.46 8.84v564.62q0 5.38 3.46 8.84t8.84 3.46M480-695.61q-68.71 0-121.16 47.42t-52.45 128.81q0 67.53 54.07 132.15 54.08 64.61 100.31 105.61 4.11 3.62 9.27 5.62 5.15 2 10.06 2 4.9 0 9.71-1.69 4.81-1.7 9.38-5.31 47.27-41 100.85-105.92 53.57-64.93 53.57-132.46 0-81.39-52.45-128.81T480-695.61m-35.65 211.58q-14.96-14.87-14.96-35.65t14.87-35.74 35.65-14.96 35.74 14.87q14.96 14.88 14.96 35.65 0 20.78-14.87 35.74-14.87 14.97-35.65 14.97t-35.74-14.88M185.39-185.39v-589.22z" })));
6
- }
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- export default function FileMapFilled(_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: "M197.69-140q-23.53 0-40.61-17.08T140-197.69v-564.62q0-23.53 17.08-40.61T197.69-820h564.62q23.53 0 40.61 17.08T820-762.31v564.62q0 23.53-17.08 40.61T762.31-140zM480-695.61q-68.92 0-121.27 47.42-52.34 47.42-52.34 128.81 0 67.53 54.07 132.15 54.08 64.61 100.31 105.61 4.61 3.62 9.52 5.62 4.9 2 9.81 2 4.9 0 9.71-1.69 4.81-1.7 9.38-5.31 47.27-41 100.85-105.92 53.57-64.93 53.57-132.46 0-81.39-52.34-128.81-52.35-47.42-121.27-47.42m-35.65 211.58q-14.96-14.87-14.96-35.65t14.87-35.74 35.65-14.96 35.74 14.87q14.96 14.88 14.96 35.65 0 20.78-14.87 35.74-14.87 14.97-35.65 14.97t-35.74-14.88" })));
6
- }