@project-lary/react-material-symbols-600-sharp 0.41.0 → 0.43.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 (78) hide show
  1. package/dist/components/BatteryAndroid0Filled.js +1 -1
  2. package/dist/components/{DriveFusiontable.d.ts → BulletChart.d.ts} +1 -1
  3. package/dist/components/BulletChart.js +6 -0
  4. package/dist/components/{DriveFusiontableFilled.d.ts → BulletChartFilled.d.ts} +1 -1
  5. package/dist/components/BulletChartFilled.js +6 -0
  6. package/dist/components/CarDefrostLeft.js +1 -1
  7. package/dist/components/CarDefrostLowLeft.js +1 -1
  8. package/dist/components/CarDefrostLowRight.js +1 -1
  9. package/dist/components/CarDefrostMidLeft.js +1 -1
  10. package/dist/components/CarDefrostMidLowLeft.js +1 -1
  11. package/dist/components/CarDefrostMidLowRight.js +1 -1
  12. package/dist/components/CarDefrostMidRight.js +1 -1
  13. package/dist/components/CarDefrostRight.js +1 -1
  14. package/dist/components/CarSeatOff.d.ts +4 -0
  15. package/dist/components/CarSeatOff.js +6 -0
  16. package/dist/components/CarSeatOffFilled.d.ts +3 -0
  17. package/dist/components/CarSeatOffFilled.js +3 -0
  18. package/dist/components/DeviceSwooshStar.d.ts +4 -0
  19. package/dist/components/DeviceSwooshStar.js +6 -0
  20. package/dist/components/DeviceSwooshStarFilled.d.ts +4 -0
  21. package/dist/components/DeviceSwooshStarFilled.js +6 -0
  22. package/dist/components/DomainDisabledCheck.d.ts +4 -0
  23. package/dist/components/DomainDisabledCheck.js +6 -0
  24. package/dist/components/DomainDisabledCheckFilled.d.ts +3 -0
  25. package/dist/components/DomainDisabledCheckFilled.js +3 -0
  26. package/dist/components/FormsAddOn.js +1 -1
  27. package/dist/components/FormsAddOnFilled.js +1 -1
  28. package/dist/components/FormsAppsScript.js +1 -1
  29. package/dist/components/FormsAppsScriptFilled.js +1 -1
  30. package/dist/components/Grocery.js +1 -1
  31. package/dist/components/GroceryFilled.d.ts +4 -3
  32. package/dist/components/GroceryFilled.js +6 -3
  33. package/dist/components/HvacMaxDefrost.js +1 -1
  34. package/dist/components/List2.d.ts +4 -0
  35. package/dist/components/{DriveFusiontableFilled.js → List2.js} +2 -2
  36. package/dist/components/List2Filled.d.ts +3 -0
  37. package/dist/components/List2Filled.js +3 -0
  38. package/dist/components/MobileTap.d.ts +4 -0
  39. package/dist/components/MobileTap.js +6 -0
  40. package/dist/components/MobileTapFilled.d.ts +4 -0
  41. package/dist/components/MobileTapFilled.js +6 -0
  42. package/dist/components/PeopleSizeDecrease.d.ts +4 -0
  43. package/dist/components/PeopleSizeDecrease.js +6 -0
  44. package/dist/components/PeopleSizeDecreaseFilled.d.ts +3 -0
  45. package/dist/components/PeopleSizeDecreaseFilled.js +3 -0
  46. package/dist/components/PeopleSizeIncrease.d.ts +4 -0
  47. package/dist/components/PeopleSizeIncrease.js +6 -0
  48. package/dist/components/PeopleSizeIncreaseFilled.d.ts +3 -0
  49. package/dist/components/PeopleSizeIncreaseFilled.js +3 -0
  50. package/dist/components/SimCardLock.d.ts +4 -0
  51. package/dist/components/SimCardLock.js +6 -0
  52. package/dist/components/SimCardLockFilled.d.ts +4 -0
  53. package/dist/components/SimCardLockFilled.js +6 -0
  54. package/dist/components/SpatialGallery.d.ts +4 -0
  55. package/dist/components/SpatialGallery.js +6 -0
  56. package/dist/components/SpatialGalleryFilled.d.ts +4 -0
  57. package/dist/components/SpatialGalleryFilled.js +6 -0
  58. package/dist/components/Speaker3.d.ts +4 -0
  59. package/dist/components/Speaker3.js +6 -0
  60. package/dist/components/Speaker3Filled.d.ts +4 -0
  61. package/dist/components/Speaker3Filled.js +6 -0
  62. package/dist/components/SpeechToText2.d.ts +4 -0
  63. package/dist/components/SpeechToText2.js +6 -0
  64. package/dist/components/SpeechToText2Filled.d.ts +4 -0
  65. package/dist/components/SpeechToText2Filled.js +6 -0
  66. package/dist/components/SteeringWheelCool.d.ts +4 -0
  67. package/dist/components/SteeringWheelCool.js +6 -0
  68. package/dist/components/SteeringWheelCoolFilled.d.ts +3 -0
  69. package/dist/components/SteeringWheelCoolFilled.js +3 -0
  70. package/dist/components/TargetCheck.d.ts +4 -0
  71. package/dist/components/TargetCheck.js +6 -0
  72. package/dist/components/TargetCheckFilled.d.ts +3 -0
  73. package/dist/components/TargetCheckFilled.js +3 -0
  74. package/dist/components/WindshieldHeatFront.js +1 -1
  75. package/dist/index.d.ts +28 -2
  76. package/dist/index.js +28 -2
  77. package/package.json +1 -1
  78. package/dist/components/DriveFusiontable.js +0 -6
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function MobileTapFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function MobileTapFilled(_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: "M65.87-65.87v-478.35h477.78v478.35zm0-583.35q0-101.95 71.26-173.71 71.27-71.77 174.22-71.77v79.22q-69.81 0-118.04 48.74-48.22 48.74-48.22 117.52zm165.69 0q0-32.92 23.1-56.35Q277.75-729 311.35-729v79.78zm72.92 326.44q15.74 0 27.85-11.23 12.1-11.22 12.1-27.81 0-15.98-11.82-28.08-11.83-12.1-28.85-12.1-16.15 0-27.63 12.1t-11.48 28.29q0 16.67 11.67 27.75t28.16 11.08m344.17-93.57v-232.87h-232.3V-894.7H894.7v478.35zm0 350.48v-79.22q69.13 0 117.7-48.32 48.56-48.32 48.56-117.94h79.79q0 103.05-71.77 174.26-71.76 71.22-174.28 71.22m0-165.69v-79.79h79.79q0 33.92-23.44 56.85-23.44 22.94-56.35 22.94" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PeopleSizeDecrease({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function PeopleSizeDecrease(_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: "M126.43-145.3v-233.09H64.87v-181.35q0-18.34 9.11-33.4 9.12-15.06 25.13-26.14 15.59-11.63 37.35-17.76t47.17-6.13 47.24 6.13 37.33 17.54 25.13 26.42q9.63 15 9.63 33.34v181.35h-62.13v233.09zm57.2-537.87q-28.11 0-47.65-20.15-19.55-20.14-19.55-48.43t19.58-48.84q19.58-20.54 47.34-20.54 28.39 0 47.93 20.35 19.55 20.35 19.55 48.93 0 28.59-19.55 48.63-19.54 20.05-47.65 20.05m316.5 84.69q-24.5 0-40.77-17.13-16.27-17.12-16.27-41.21t16.3-41.07 40.64-16.98 40.9 17.01q16.55 17.01 16.55 40.94 0 23.92-16.42 41.18t-40.93 17.26m295.51 59.18q-19.37 0-32.63-13.74-13.27-13.73-13.27-33.62 0-19.38 13.3-33.43 13.29-14.04 32.89-14.04 19.08 0 32.58 14.19Q842-605.75 842-585.71q0 20.03-13.62 33.22-13.61 13.19-32.74 13.19m-341.99 394v-189.96h-62.69v-144.78q0-16.26 8.41-30.24t23.54-24.96 34.2-17.11q19.06-6.13 42.67-6.13 23.35 0 43.05 6.13 19.69 6.13 34.82 17.11t23.55 24.96q8.41 13.98 8.41 30.24v144.86h-62.7v189.88zm306.09 0v-148.4h-62.13v-127.65q0-16.19 7.67-29.51 7.67-13.31 20.88-22.97 13.22-9.65 30.56-15.3t38.65-5.65q20.85 0 39.06 5.65t31.52 15.3q13.31 9.66 21.03 22.97 7.72 13.32 7.72 29.51v127.65H832v148.4z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import PeopleSizeDecrease from './PeopleSizeDecrease';
2
+ declare const PeopleSizeDecreaseFilled: typeof PeopleSizeDecrease;
3
+ export default PeopleSizeDecreaseFilled;
@@ -0,0 +1,3 @@
1
+ import PeopleSizeDecrease from './PeopleSizeDecrease';
2
+ var PeopleSizeDecreaseFilled = PeopleSizeDecrease;
3
+ export default PeopleSizeDecreaseFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PeopleSizeIncrease({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function PeopleSizeIncrease(_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: "M718.17-145.3v-233.09h-62.13v-181.35q0-18.34 9.63-33.34 9.63-15.01 25.13-26.42t37.33-17.54 47.24-6.13 47.3 6.03q21.89 6.04 37.56 17.49t25.07 26.51 9.4 33.4v181.35h-62.13v233.09zm57.48-537.87q-28.39 0-47.93-20.15-19.55-20.14-19.55-48.43t19.55-48.84q19.54-20.54 47.65-20.54t47.65 20.35q19.55 20.35 19.55 48.93 0 28.59-19.58 48.63-19.58 20.05-47.34 20.05m-316.68 84.69q-24.34 0-40.9-17.13-16.55-17.12-16.55-41.21t16.42-41.07 40.93-16.98q24.5 0 40.77 17.01t16.27 40.94q0 23.92-16.3 41.18t-40.64 17.26m-295.9 59.18q-19.08 0-32.58-13.2Q117-565.69 117-585.73q0-20.03 13.62-34.22 13.61-14.18 32.74-14.18 19.37 0 32.92 14.15t13.55 34.05q0 19.48-13.46 33.05-13.47 13.58-33.3 13.58m249.02 394v-189.96h-62.13v-144.78q0-16.26 8.13-30.24t23.26-24.96 34.6-17.11 42.83-6.13q23.35 0 42.76 6.13 19.42 6.13 34.55 17.11t23.54 24.96 8.41 30.24v144.86h-62.13v189.88zm-285.09 0v-148.4H64.87v-127.65q0-16.19 7.35-29.49 7.34-13.29 20.76-22.99 13.41-9.69 31.66-15.32 18.24-5.63 38.71-5.63 21.13 0 38.7 5.65t30.79 15.3q13.21 9.66 20.88 22.97 7.67 13.32 7.67 29.51v127.65h-61.56v148.4z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import PeopleSizeIncrease from './PeopleSizeIncrease';
2
+ declare const PeopleSizeIncreaseFilled: typeof PeopleSizeIncrease;
3
+ export default PeopleSizeIncreaseFilled;
@@ -0,0 +1,3 @@
1
+ import PeopleSizeIncrease from './PeopleSizeIncrease';
2
+ var PeopleSizeIncreaseFilled = PeopleSizeIncrease;
3
+ export default PeopleSizeIncreaseFilled;
@@ -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: "M365-325h230v-190h-40v-45q0-30.94-22.04-52.97-22.05-22.03-53-22.03Q449-635 427-612.97T405-560v45h-40zm70-190v-44.91Q435-579 447.91-592t32-13T512-592.06q13 12.93 13 32.06v45zM145.87-65.87v-581.35L393.35-894.7H814.7v828.83zm79.22-79.22h509.82v-669.82H428.26L225.09-611.87zm0 0h509.82z" })));
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: "M365-325h230v-190h-40v-45q0-30.94-22.04-52.97-22.05-22.03-53-22.03Q449-635 427-612.97T405-560v45h-40zm70-190v-44.91Q435-579 447.91-592t32-13T512-592.06q13 12.93 13 32.06v45zM145.87-65.87v-581.35L393.35-894.7H814.7v828.83z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function SpatialGallery({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function SpatialGallery(_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: "m395.48-301.48 169.04 1v-138.35H395.48zm0-217.13h169.04v-137.74H395.48zm-250.39 0h171.17v-140.74l-171.17-48.91zm0 270.31 171.17-46.92v-143.61H145.09zm669.82 0v-190.53H644.3v143.61zM644.3-518.61h170.61v-187.22L644.3-660.35zM65.87-144.87V-813.7L355-730.3h250l289.7-78.4v663.83L605-223.26H355z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function SpatialGalleryFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function SpatialGalleryFilled(_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: "M366.04-235.39V-450h228.48v214.61zm0-275.31v-203.21h228.48v203.21zm-285.65-1.56V-799l225.65 63v223.74zm0 351.7V-450h225.65v230.44zm799.22 0-225.09-58V-450h225.09zm-225.09-351.7V-736l225.09-59v282.74z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Speaker3({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Speaker3(_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: "M224.52-184.52h510.96v-630.96H224.52zM313.7-65.87v-40H145.87V-894.7H814.7v788.83H645.87v40zM480-500" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Speaker3Filled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Speaker3Filled(_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: "M313.7-65.87v-40H145.87V-894.7H814.7v788.83H645.87v40z" })));
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: "M770.96-820v680zM220.78-60.78v-183.57h79.79V-140h470.39v-680h-340v-79.78h419.21v839zm40.12-508.09q-29.51 0-50.57-20.82-21.07-20.83-21.07-50.31v-160q0-29.72 20.96-50.43 20.96-20.7 50.47-20.7 29.5 0 50.45 20.82 20.95 20.83 20.95 50.31v160q0 29.72-20.85 50.43-20.85 20.7-50.34 20.7m-40.12 248.48v-109.35q-80.82-14.39-134.65-75.86T32.3-648.48h71.31q0 64.13 46.04 107.63 46.05 43.5 111.04 43.5 65 0 111.02-43.5 46.03-43.5 46.03-107.63h71.3q0 81.41-53.82 142.88-53.83 61.47-134.65 76.05v109.16zm170.18 76.04h280v-60h-280zm0-120h200v-60h-200z" })));
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: "M260.9-568.87q-29.51 0-50.57-20.82-21.07-20.83-21.07-50.31v-160q0-29.72 20.96-50.43 20.96-20.7 50.47-20.7 29.5 0 50.45 20.82 20.95 20.83 20.95 50.31v160q0 29.72-20.85 50.43-20.85 20.7-50.34 20.7m-40.12 248.48v-109.35q-80.82-14.39-134.65-75.86T32.3-648.48h71.31q0 64.13 46.04 107.63 46.05 43.5 111.04 43.5 65 0 111.02-43.5 46.03-43.5 46.03-107.63h71.3q0 81.41-53.82 142.88-53.83 61.47-134.65 76.05v109.16zm0 259.61v-183.57h450.18v-60H360.57v-60h230.39v-60H452.74q50.99-48.76 73.65-127.9 22.65-79.14 22.65-156.23H430.96v-191.3h419.21v839z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function SteeringWheelCool({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function SteeringWheelCool(_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-65.87q-85.83 0-161.37-32.35-75.54-32.34-131.8-88.61-56.27-56.26-88.61-131.8Q65.87-394.17 65.87-480q0-82.26 30.06-154.74 30.07-72.48 82.2-128.17 52.13-55.7 122.54-90.11 70.42-34.42 151.68-40.11-19.65 20.09-34.05 42.59-14.39 22.5-23.95 48.41-98.7 24.26-167.07 101.48t-80.06 181.04h264.74q28.56 50.18 74.34 86.74 45.79 36.57 102.83 53.7l-69.52 86.82v144.57q103.26-11.7 179.98-79 76.71-67.31 101.97-166 26.48-9 48.98-23.68 22.5-14.67 42.59-33.76-5.69 80.7-40.11 150.61-34.41 69.91-90.11 122.05-55.69 52.13-128.17 81.91T480-65.87m-39.61-81.91v-144.57L321.78-440.39H147.22q13.26 116.09 95.17 197.72t198 94.89m211.09-286.57v-91.91l-73.61 72.61-41.22-41.65 114.83-113.83v-41.35h-41.35L496.3-535.65l-41.65-41.22 72.61-73.61h-91.91v-58.48h91.91l-72.61-73.17 41.65-40.65 113.83 113.82h41.35v-40.91L536.65-863.13l41.22-42.22 73.61 72.61v-92.48h58.48v92.48l73.17-72.61 40.65 42.22-113.82 113.26v40.91h40.91l113.26-113.82 42.22 40.65-72.61 73.17h92.48v58.48h-92.48l72.61 73.61-42.22 41.22-113.26-114.83h-40.91v41.35L823.78-495.3l-40.65 41.65-73.17-72.61v91.91z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import SteeringWheelCool from './SteeringWheelCool';
2
+ declare const SteeringWheelCoolFilled: typeof SteeringWheelCool;
3
+ export default SteeringWheelCoolFilled;
@@ -0,0 +1,3 @@
1
+ import SteeringWheelCool from './SteeringWheelCool';
2
+ var SteeringWheelCoolFilled = SteeringWheelCool;
3
+ export default SteeringWheelCoolFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TargetCheck({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function TargetCheck(_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-54q-88.27 0-165.69-33.57-77.43-33.56-135.11-91.15-57.68-57.58-91.16-135.39-33.48-77.8-33.48-166.17 0-87.81 33.48-165.61 33.48-77.81 91.16-135.5 57.68-57.68 135.11-91.43 77.42-33.75 165.69-33.75 69.83 0 132.37 20.57 62.54 20.56 114.8 58.13l-50.91 51.48q-42.56-28.44-92.13-43.65-49.56-15.22-104.13-15.22-148.35 0-251.24 103.5T125.87-480q0 148.22 102.86 251.74t251.18 103.52q148.31 0 251.55-103.52T834.7-480q0-39.7-7.52-76.35t-23.05-70.3l51.35-54.05q24.26 45.4 37.39 95.75T906-480q0 88.27-33.48 165.98-33.48 77.72-91.05 135.3-57.58 57.59-135.54 91.15Q567.98-54 480-54m0-175.87q-103.65 0-176.61-73.24t-72.96-177.17q0-103.37 72.96-176.89Q376.35-730.7 480-730.7q32.2 0 62.38 8.5 30.19 8.5 56.75 23.5l-54.17 54.18q-13.9-6.87-30.64-10.87t-33.75-4q-74.64 0-126.73 52.35-52.1 52.34-52.1 126.76 0 74.41 52.1 126.76 52.09 52.35 126.73 52.35 37 0 68.71-13.71 31.72-13.7 56.29-37.16 24.86-24.87 37.52-57.68 12.65-32.8 10.65-67.54L721-544.52q17.13 64.95.57 129.13-16.57 64.17-64.73 112.08-34.49 34.75-79.89 54.09-45.39 19.35-96.95 19.35m8.48-161.48L369.74-509.09l56.56-55.56 62.18 62.17 347.35-349.04 55.56 55.56z" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import TargetCheck from './TargetCheck';
2
+ declare const TargetCheckFilled: typeof TargetCheck;
3
+ export default TargetCheckFilled;
@@ -0,0 +1,3 @@
1
+ import TargetCheck from './TargetCheck';
2
+ var TargetCheckFilled = TargetCheck;
3
+ export default TargetCheckFilled;
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function WindshieldHeatFront(_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: "M763.39-601.22V-682q41.83 8.56 84.87 19.41t90.44 23.98l-77.22 492.74H97.69L22.87-638.61q46.83-12.56 90.65-24.19 43.83-11.64 85.09-20.2v81.78q-19.61 3.87-40.28 9.37-20.68 5.5-46.11 11.38l55.52 349.38h627.09l54.52-349.38q-24.44-5.88-45.68-11.38t-40.28-9.37m-71.74 113.66-57.91-38.66 10.83-14.39q8-11 12-24t4-27q0-18-6.5-34.5t-19.5-30.5q-22.7-24.13-34.48-53.65-11.79-29.52-11.79-62.47 0-23.36 6.79-45.77 6.78-22.41 20.34-42.11l10.83-14.96 56.35 38.66-10.26 14.95q-8 10.44-12 23.22t-4 26.22q0 18.8 7 35.4t20 30.6q22.13 25.26 34.48 54.74 12.34 29.48 12.34 62.59 0 23.49-7.06 45.79-7.07 22.31-21.2 41.44zm-176.95 0-57.92-38.66 10.26-14.39q8.57-11 12.29-23.5 3.71-12.5 3.71-26.5 0-18.43-7-35.22-7-16.78-20-30.78-22.13-24.69-34.19-54.21-12.07-29.52-12.07-62.47 0-23.36 6.78-45.78 6.79-22.41 20.92-41.54l10.82-14.96 57.35 38.66-10.26 14.95q-8 11-12 23.79-4 12.78-4 26.21 0 19 6.72 35.5t19.72 29.94q22.61 24.46 34.72 54.34 12.1 29.88 12.1 62.42 0 24.06-7.09 46.08-7.08 22.03-20.6 41.72zm-176.96 0-57.91-38.66 10.82-14.39q8-10.43 12-23.22 4-12.78 4-26.21 0-19-7.28-35.79-7.28-16.78-19.72-30.78-22.13-24.13-34.69-53.51-12.57-29.37-12.57-62.16 0-23.81 7.07-46.22 7.06-22.41 21.63-42.11l11.26-15.96 56.35 39.66-10.27 14.95q-8.56 11-12.28 23.91t-3.72 26.16q0 18.78 7 35.36 7 16.57 20 30.01 22.06 24.46 34.16 54.34 12.11 29.88 12.11 62.42 0 24.06-6.81 46.08-6.8 22.03-20.89 41.72z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m232.13-791.13 69.35-103.57 65.35 103.57h-38.96l-22.83 37q-14.56 24.3-8.28 50.17t19.72 53.74q28.87-5 58.02-7.72 29.15-2.71 60.02-5.28-10.43-28.56-11.65-58.56t18.48-63.13l4.74-6.22h-27.44L487-894.7l65.78 103.57h-38.39l-22.82 37q-13 21.3-9.22 43.67t14.22 46.24q32.3 1 65.17 3.44 32.87 2.43 64.74 7.87-13-30-15.87-62.72t17.69-69.28l4.74-6.22h-27.43l68.35-103.57 66.34 103.57h-38.95l-23.83 37q-15.43 27.3-7 55.67 8.44 28.37 23.44 58.68 60.39 14 118.5 37.34 58.11 23.35 112.5 54.05L768.7-145.87q-79.53-20-149.42-29.78t-139-9.78-139 9.78-148.85 29.78L35.04-548.39q51.57-30 106.7-52.78 55.13-22.79 116.26-37.35-15.57-33.57-21.5-69.92-5.94-36.34 17.76-76.47l5.3-6.22zm75.35 382.39-51.92-26.39 33.27-64.09q8.73-17.17 7.37-35.85-1.37-18.67-7.68-38.41-44.43 10.44-86.02 24.59t-79.89 33.59l118.74 285.56q68.26-12 127.45-19 59.2-7 116.61-7 57.42 0 115.05 7t122.89 19L839.96-515.3q-27.87-13.44-55.74-24.87-27.87-11.44-58.31-19.87 3.87 21.87 1.96 43.45-1.91 21.59-13.65 43.76l-34.26 64.09-51.92-26.39 34.26-64.09q9.31-18.17 7.66-37.41-1.66-19.24-9.53-38.98-31.86-6.87-64.67-10.87-32.8-4-66.11-6 10.31 27.87 11.83 57.96t-14.22 61.69l-32.69 64.09-52.92-26.39 33.7-64.09q11.74-22.04 7.15-46.06t-16.46-48.2q-30.87 1-61.02 3.22T346-583.61q9.3 25.87 9.39 53.74t-14.65 57.04z" })));
6
6
  }
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';
@@ -1180,6 +1182,8 @@ export { default as CarRental } from './components/CarRental';
1180
1182
  export { default as CarRentalFilled } from './components/CarRentalFilled';
1181
1183
  export { default as CarRepair } from './components/CarRepair';
1182
1184
  export { default as CarRepairFilled } from './components/CarRepairFilled';
1185
+ export { default as CarSeatOff } from './components/CarSeatOff';
1186
+ export { default as CarSeatOffFilled } from './components/CarSeatOffFilled';
1183
1187
  export { default as CarTag } from './components/CarTag';
1184
1188
  export { default as CarTagFilled } from './components/CarTagFilled';
1185
1189
  export { default as CardMembership } from './components/CardMembership';
@@ -1874,6 +1878,8 @@ export { default as DeviceBand } from './components/DeviceBand';
1874
1878
  export { default as DeviceBandFilled } from './components/DeviceBandFilled';
1875
1879
  export { default as DeviceHub } from './components/DeviceHub';
1876
1880
  export { default as DeviceHubFilled } from './components/DeviceHubFilled';
1881
+ export { default as DeviceSwooshStar } from './components/DeviceSwooshStar';
1882
+ export { default as DeviceSwooshStarFilled } from './components/DeviceSwooshStarFilled';
1877
1883
  export { default as DeviceThermostat } from './components/DeviceThermostat';
1878
1884
  export { default as DeviceThermostatFilled } from './components/DeviceThermostatFilled';
1879
1885
  export { default as Devices } from './components/Devices';
@@ -2012,6 +2018,8 @@ export { default as Domain } from './components/Domain';
2012
2018
  export { default as DomainAdd } from './components/DomainAdd';
2013
2019
  export { default as DomainAddFilled } from './components/DomainAddFilled';
2014
2020
  export { default as DomainDisabled } from './components/DomainDisabled';
2021
+ export { default as DomainDisabledCheck } from './components/DomainDisabledCheck';
2022
+ export { default as DomainDisabledCheckFilled } from './components/DomainDisabledCheckFilled';
2015
2023
  export { default as DomainDisabledFilled } from './components/DomainDisabledFilled';
2016
2024
  export { default as DomainFilled } from './components/DomainFilled';
2017
2025
  export { default as DomainVerification } from './components/DomainVerification';
@@ -2088,8 +2096,6 @@ export { default as DriveFileRename } from './components/DriveFileRename';
2088
2096
  export { default as DriveFileRenameFilled } from './components/DriveFileRenameFilled';
2089
2097
  export { default as DriveFolderUpload } from './components/DriveFolderUpload';
2090
2098
  export { default as DriveFolderUploadFilled } from './components/DriveFolderUploadFilled';
2091
- export { default as DriveFusiontable } from './components/DriveFusiontable';
2092
- export { default as DriveFusiontableFilled } from './components/DriveFusiontableFilled';
2093
2099
  export { default as Drone } from './components/Drone';
2094
2100
  export { default as Drone2 } from './components/Drone2';
2095
2101
  export { default as Drone2Filled } from './components/Drone2Filled';
@@ -3841,6 +3847,8 @@ export { default as LipsFilled } from './components/LipsFilled';
3841
3847
  export { default as Liquor } from './components/Liquor';
3842
3848
  export { default as LiquorFilled } from './components/LiquorFilled';
3843
3849
  export { default as List } from './components/List';
3850
+ export { default as List2 } from './components/List2';
3851
+ export { default as List2Filled } from './components/List2Filled';
3844
3852
  export { default as ListAlt } from './components/ListAlt';
3845
3853
  export { default as ListAltAdd } from './components/ListAltAdd';
3846
3854
  export { default as ListAltAddFilled } from './components/ListAltAddFilled';
@@ -4258,6 +4266,8 @@ export { default as MobileSoundOff } from './components/MobileSoundOff';
4258
4266
  export { default as MobileSoundOffFilled } from './components/MobileSoundOffFilled';
4259
4267
  export { default as MobileSpeaker } from './components/MobileSpeaker';
4260
4268
  export { default as MobileSpeakerFilled } from './components/MobileSpeakerFilled';
4269
+ export { default as MobileTap } from './components/MobileTap';
4270
+ export { default as MobileTapFilled } from './components/MobileTapFilled';
4261
4271
  export { default as MobileText } from './components/MobileText';
4262
4272
  export { default as MobileText2 } from './components/MobileText2';
4263
4273
  export { default as MobileText2Filled } from './components/MobileText2Filled';
@@ -4958,6 +4968,10 @@ export { default as PendingActionsFilled } from './components/PendingActionsFill
4958
4968
  export { default as PendingFilled } from './components/PendingFilled';
4959
4969
  export { default as Pentagon } from './components/Pentagon';
4960
4970
  export { default as PentagonFilled } from './components/PentagonFilled';
4971
+ export { default as PeopleSizeDecrease } from './components/PeopleSizeDecrease';
4972
+ export { default as PeopleSizeDecreaseFilled } from './components/PeopleSizeDecreaseFilled';
4973
+ export { default as PeopleSizeIncrease } from './components/PeopleSizeIncrease';
4974
+ export { default as PeopleSizeIncreaseFilled } from './components/PeopleSizeIncreaseFilled';
4961
4975
  export { default as Percent } from './components/Percent';
4962
4976
  export { default as PercentDiscount } from './components/PercentDiscount';
4963
4977
  export { default as PercentDiscountFilled } from './components/PercentDiscountFilled';
@@ -6076,6 +6090,8 @@ export { default as SimCard } from './components/SimCard';
6076
6090
  export { default as SimCardDownload } from './components/SimCardDownload';
6077
6091
  export { default as SimCardDownloadFilled } from './components/SimCardDownloadFilled';
6078
6092
  export { default as SimCardFilled } from './components/SimCardFilled';
6093
+ export { default as SimCardLock } from './components/SimCardLock';
6094
+ export { default as SimCardLockFilled } from './components/SimCardLockFilled';
6079
6095
  export { default as Simulation } from './components/Simulation';
6080
6096
  export { default as SimulationFilled } from './components/SimulationFilled';
6081
6097
  export { default as SingleArrow } from './components/SingleArrow';
@@ -6212,6 +6228,8 @@ export { default as SpatialAudio } from './components/SpatialAudio';
6212
6228
  export { default as SpatialAudioFilled } from './components/SpatialAudioFilled';
6213
6229
  export { default as SpatialAudioOff } from './components/SpatialAudioOff';
6214
6230
  export { default as SpatialAudioOffFilled } from './components/SpatialAudioOffFilled';
6231
+ export { default as SpatialGallery } from './components/SpatialGallery';
6232
+ export { default as SpatialGalleryFilled } from './components/SpatialGalleryFilled';
6215
6233
  export { default as SpatialSpeaker } from './components/SpatialSpeaker';
6216
6234
  export { default as SpatialSpeakerFilled } from './components/SpatialSpeakerFilled';
6217
6235
  export { default as SpatialTracking } from './components/SpatialTracking';
@@ -6219,6 +6237,8 @@ export { default as SpatialTrackingFilled } from './components/SpatialTrackingFi
6219
6237
  export { default as Speaker } from './components/Speaker';
6220
6238
  export { default as Speaker2 } from './components/Speaker2';
6221
6239
  export { default as Speaker2Filled } from './components/Speaker2Filled';
6240
+ export { default as Speaker3 } from './components/Speaker3';
6241
+ export { default as Speaker3Filled } from './components/Speaker3Filled';
6222
6242
  export { default as SpeakerFilled } from './components/SpeakerFilled';
6223
6243
  export { default as SpeakerGroup } from './components/SpeakerGroup';
6224
6244
  export { default as SpeakerGroupFilled } from './components/SpeakerGroupFilled';
@@ -6233,6 +6253,8 @@ export { default as SpecialCharacterFilled } from './components/SpecialCharacter
6233
6253
  export { default as SpecificGravity } from './components/SpecificGravity';
6234
6254
  export { default as SpecificGravityFilled } from './components/SpecificGravityFilled';
6235
6255
  export { default as SpeechToText } from './components/SpeechToText';
6256
+ export { default as SpeechToText2 } from './components/SpeechToText2';
6257
+ export { default as SpeechToText2Filled } from './components/SpeechToText2Filled';
6236
6258
  export { default as SpeechToTextFilled } from './components/SpeechToTextFilled';
6237
6259
  export { default as Speed } from './components/Speed';
6238
6260
  export { default as Speed025 } from './components/Speed025';
@@ -6426,6 +6448,8 @@ export { default as StatMinus2 } from './components/StatMinus2';
6426
6448
  export { default as StatMinus2Filled } from './components/StatMinus2Filled';
6427
6449
  export { default as StatMinus3 } from './components/StatMinus3';
6428
6450
  export { default as StatMinus3Filled } from './components/StatMinus3Filled';
6451
+ export { default as SteeringWheelCool } from './components/SteeringWheelCool';
6452
+ export { default as SteeringWheelCoolFilled } from './components/SteeringWheelCoolFilled';
6429
6453
  export { default as SteeringWheelHeat } from './components/SteeringWheelHeat';
6430
6454
  export { default as SteeringWheelHeatFilled } from './components/SteeringWheelHeatFilled';
6431
6455
  export { default as Step } from './components/Step';
@@ -6735,6 +6759,8 @@ export { default as TamperDetectionOnFilled } from './components/TamperDetection
6735
6759
  export { default as Tapas } from './components/Tapas';
6736
6760
  export { default as TapasFilled } from './components/TapasFilled';
6737
6761
  export { default as Target } from './components/Target';
6762
+ export { default as TargetCheck } from './components/TargetCheck';
6763
+ export { default as TargetCheckFilled } from './components/TargetCheckFilled';
6738
6764
  export { default as TargetFilled } from './components/TargetFilled';
6739
6765
  export { default as Task } from './components/Task';
6740
6766
  export { default as TaskAlt } from './components/TaskAlt';
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';
@@ -1180,6 +1182,8 @@ export { default as CarRental } from './components/CarRental';
1180
1182
  export { default as CarRentalFilled } from './components/CarRentalFilled';
1181
1183
  export { default as CarRepair } from './components/CarRepair';
1182
1184
  export { default as CarRepairFilled } from './components/CarRepairFilled';
1185
+ export { default as CarSeatOff } from './components/CarSeatOff';
1186
+ export { default as CarSeatOffFilled } from './components/CarSeatOffFilled';
1183
1187
  export { default as CarTag } from './components/CarTag';
1184
1188
  export { default as CarTagFilled } from './components/CarTagFilled';
1185
1189
  export { default as CardMembership } from './components/CardMembership';
@@ -1874,6 +1878,8 @@ export { default as DeviceBand } from './components/DeviceBand';
1874
1878
  export { default as DeviceBandFilled } from './components/DeviceBandFilled';
1875
1879
  export { default as DeviceHub } from './components/DeviceHub';
1876
1880
  export { default as DeviceHubFilled } from './components/DeviceHubFilled';
1881
+ export { default as DeviceSwooshStar } from './components/DeviceSwooshStar';
1882
+ export { default as DeviceSwooshStarFilled } from './components/DeviceSwooshStarFilled';
1877
1883
  export { default as DeviceThermostat } from './components/DeviceThermostat';
1878
1884
  export { default as DeviceThermostatFilled } from './components/DeviceThermostatFilled';
1879
1885
  export { default as Devices } from './components/Devices';
@@ -2012,6 +2018,8 @@ export { default as Domain } from './components/Domain';
2012
2018
  export { default as DomainAdd } from './components/DomainAdd';
2013
2019
  export { default as DomainAddFilled } from './components/DomainAddFilled';
2014
2020
  export { default as DomainDisabled } from './components/DomainDisabled';
2021
+ export { default as DomainDisabledCheck } from './components/DomainDisabledCheck';
2022
+ export { default as DomainDisabledCheckFilled } from './components/DomainDisabledCheckFilled';
2015
2023
  export { default as DomainDisabledFilled } from './components/DomainDisabledFilled';
2016
2024
  export { default as DomainFilled } from './components/DomainFilled';
2017
2025
  export { default as DomainVerification } from './components/DomainVerification';
@@ -2088,8 +2096,6 @@ export { default as DriveFileRename } from './components/DriveFileRename';
2088
2096
  export { default as DriveFileRenameFilled } from './components/DriveFileRenameFilled';
2089
2097
  export { default as DriveFolderUpload } from './components/DriveFolderUpload';
2090
2098
  export { default as DriveFolderUploadFilled } from './components/DriveFolderUploadFilled';
2091
- export { default as DriveFusiontable } from './components/DriveFusiontable';
2092
- export { default as DriveFusiontableFilled } from './components/DriveFusiontableFilled';
2093
2099
  export { default as Drone } from './components/Drone';
2094
2100
  export { default as Drone2 } from './components/Drone2';
2095
2101
  export { default as Drone2Filled } from './components/Drone2Filled';
@@ -3841,6 +3847,8 @@ export { default as LipsFilled } from './components/LipsFilled';
3841
3847
  export { default as Liquor } from './components/Liquor';
3842
3848
  export { default as LiquorFilled } from './components/LiquorFilled';
3843
3849
  export { default as List } from './components/List';
3850
+ export { default as List2 } from './components/List2';
3851
+ export { default as List2Filled } from './components/List2Filled';
3844
3852
  export { default as ListAlt } from './components/ListAlt';
3845
3853
  export { default as ListAltAdd } from './components/ListAltAdd';
3846
3854
  export { default as ListAltAddFilled } from './components/ListAltAddFilled';
@@ -4258,6 +4266,8 @@ export { default as MobileSoundOff } from './components/MobileSoundOff';
4258
4266
  export { default as MobileSoundOffFilled } from './components/MobileSoundOffFilled';
4259
4267
  export { default as MobileSpeaker } from './components/MobileSpeaker';
4260
4268
  export { default as MobileSpeakerFilled } from './components/MobileSpeakerFilled';
4269
+ export { default as MobileTap } from './components/MobileTap';
4270
+ export { default as MobileTapFilled } from './components/MobileTapFilled';
4261
4271
  export { default as MobileText } from './components/MobileText';
4262
4272
  export { default as MobileText2 } from './components/MobileText2';
4263
4273
  export { default as MobileText2Filled } from './components/MobileText2Filled';
@@ -4958,6 +4968,10 @@ export { default as PendingActionsFilled } from './components/PendingActionsFill
4958
4968
  export { default as PendingFilled } from './components/PendingFilled';
4959
4969
  export { default as Pentagon } from './components/Pentagon';
4960
4970
  export { default as PentagonFilled } from './components/PentagonFilled';
4971
+ export { default as PeopleSizeDecrease } from './components/PeopleSizeDecrease';
4972
+ export { default as PeopleSizeDecreaseFilled } from './components/PeopleSizeDecreaseFilled';
4973
+ export { default as PeopleSizeIncrease } from './components/PeopleSizeIncrease';
4974
+ export { default as PeopleSizeIncreaseFilled } from './components/PeopleSizeIncreaseFilled';
4961
4975
  export { default as Percent } from './components/Percent';
4962
4976
  export { default as PercentDiscount } from './components/PercentDiscount';
4963
4977
  export { default as PercentDiscountFilled } from './components/PercentDiscountFilled';
@@ -6076,6 +6090,8 @@ export { default as SimCard } from './components/SimCard';
6076
6090
  export { default as SimCardDownload } from './components/SimCardDownload';
6077
6091
  export { default as SimCardDownloadFilled } from './components/SimCardDownloadFilled';
6078
6092
  export { default as SimCardFilled } from './components/SimCardFilled';
6093
+ export { default as SimCardLock } from './components/SimCardLock';
6094
+ export { default as SimCardLockFilled } from './components/SimCardLockFilled';
6079
6095
  export { default as Simulation } from './components/Simulation';
6080
6096
  export { default as SimulationFilled } from './components/SimulationFilled';
6081
6097
  export { default as SingleArrow } from './components/SingleArrow';
@@ -6212,6 +6228,8 @@ export { default as SpatialAudio } from './components/SpatialAudio';
6212
6228
  export { default as SpatialAudioFilled } from './components/SpatialAudioFilled';
6213
6229
  export { default as SpatialAudioOff } from './components/SpatialAudioOff';
6214
6230
  export { default as SpatialAudioOffFilled } from './components/SpatialAudioOffFilled';
6231
+ export { default as SpatialGallery } from './components/SpatialGallery';
6232
+ export { default as SpatialGalleryFilled } from './components/SpatialGalleryFilled';
6215
6233
  export { default as SpatialSpeaker } from './components/SpatialSpeaker';
6216
6234
  export { default as SpatialSpeakerFilled } from './components/SpatialSpeakerFilled';
6217
6235
  export { default as SpatialTracking } from './components/SpatialTracking';
@@ -6219,6 +6237,8 @@ export { default as SpatialTrackingFilled } from './components/SpatialTrackingFi
6219
6237
  export { default as Speaker } from './components/Speaker';
6220
6238
  export { default as Speaker2 } from './components/Speaker2';
6221
6239
  export { default as Speaker2Filled } from './components/Speaker2Filled';
6240
+ export { default as Speaker3 } from './components/Speaker3';
6241
+ export { default as Speaker3Filled } from './components/Speaker3Filled';
6222
6242
  export { default as SpeakerFilled } from './components/SpeakerFilled';
6223
6243
  export { default as SpeakerGroup } from './components/SpeakerGroup';
6224
6244
  export { default as SpeakerGroupFilled } from './components/SpeakerGroupFilled';
@@ -6233,6 +6253,8 @@ export { default as SpecialCharacterFilled } from './components/SpecialCharacter
6233
6253
  export { default as SpecificGravity } from './components/SpecificGravity';
6234
6254
  export { default as SpecificGravityFilled } from './components/SpecificGravityFilled';
6235
6255
  export { default as SpeechToText } from './components/SpeechToText';
6256
+ export { default as SpeechToText2 } from './components/SpeechToText2';
6257
+ export { default as SpeechToText2Filled } from './components/SpeechToText2Filled';
6236
6258
  export { default as SpeechToTextFilled } from './components/SpeechToTextFilled';
6237
6259
  export { default as Speed } from './components/Speed';
6238
6260
  export { default as Speed025 } from './components/Speed025';
@@ -6426,6 +6448,8 @@ export { default as StatMinus2 } from './components/StatMinus2';
6426
6448
  export { default as StatMinus2Filled } from './components/StatMinus2Filled';
6427
6449
  export { default as StatMinus3 } from './components/StatMinus3';
6428
6450
  export { default as StatMinus3Filled } from './components/StatMinus3Filled';
6451
+ export { default as SteeringWheelCool } from './components/SteeringWheelCool';
6452
+ export { default as SteeringWheelCoolFilled } from './components/SteeringWheelCoolFilled';
6429
6453
  export { default as SteeringWheelHeat } from './components/SteeringWheelHeat';
6430
6454
  export { default as SteeringWheelHeatFilled } from './components/SteeringWheelHeatFilled';
6431
6455
  export { default as Step } from './components/Step';
@@ -6735,6 +6759,8 @@ export { default as TamperDetectionOnFilled } from './components/TamperDetection
6735
6759
  export { default as Tapas } from './components/Tapas';
6736
6760
  export { default as TapasFilled } from './components/TapasFilled';
6737
6761
  export { default as Target } from './components/Target';
6762
+ export { default as TargetCheck } from './components/TargetCheck';
6763
+ export { default as TargetCheckFilled } from './components/TargetCheckFilled';
6738
6764
  export { default as TargetFilled } from './components/TargetFilled';
6739
6765
  export { default as Task } from './components/Task';
6740
6766
  export { default as TaskAlt } from './components/TaskAlt';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-lary/react-material-symbols-600-sharp",
3
- "version": "0.41.0",
3
+ "version": "0.43.0",
4
4
  "description": "Latest sharp React icon components with weight 600 for Material Symbols",
5
5
  "files": [
6
6
  "dist"
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- export default function DriveFusiontable(_a) {
3
- var className = _a.className;
4
- return (React.createElement("svg", { className: className, width: "1em", height: "1em", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -960 960 960" },
5
- React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M105.87-105.87V-854.7H854.7v748.83zM185.09-290v104.91h589.82v-340.17L531.13-282.04l-177-177zm0-94.04 169.04-169.05 177 177 243.78-243.78v-155.04H185.09zm0-141.22v-94.61 243.78-177V-290v-169.04 177zm0 141.22v-390.87 398.82-177zm0 94.04v-169.04 177-243.22 340.17z" })));
6
- }