@project-lary/react-material-symbols-700-sharp 0.37.0 → 0.38.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 (43) hide show
  1. package/dist/components/ExploreNearbyFilled.d.ts +4 -3
  2. package/dist/components/ExploreNearbyFilled.js +6 -3
  3. package/dist/components/LocationChip.js +1 -1
  4. package/dist/components/LocationChipFilled.js +1 -1
  5. package/dist/components/ModeOfTravel.js +1 -1
  6. package/dist/components/MovedLocation.js +1 -1
  7. package/dist/components/PinHistory.d.ts +4 -0
  8. package/dist/components/PinHistory.js +6 -0
  9. package/dist/components/PinHistoryFilled.d.ts +3 -0
  10. package/dist/components/PinHistoryFilled.js +3 -0
  11. package/dist/components/PinRoad.d.ts +4 -0
  12. package/dist/components/PinRoad.js +6 -0
  13. package/dist/components/PinRoadFilled.d.ts +3 -0
  14. package/dist/components/PinRoadFilled.js +3 -0
  15. package/dist/components/ShareLocationFilled.d.ts +4 -3
  16. package/dist/components/ShareLocationFilled.js +6 -3
  17. package/dist/components/ShieldCard.d.ts +4 -0
  18. package/dist/components/ShieldCard.js +6 -0
  19. package/dist/components/ShieldCardFilled.d.ts +4 -0
  20. package/dist/components/ShieldCardFilled.js +6 -0
  21. package/dist/components/ShieldRadar.d.ts +4 -0
  22. package/dist/components/ShieldRadar.js +6 -0
  23. package/dist/components/ShieldRadarFilled.d.ts +4 -0
  24. package/dist/components/ShieldRadarFilled.js +6 -0
  25. package/dist/components/Speed2.d.ts +4 -0
  26. package/dist/components/Speed2.js +6 -0
  27. package/dist/components/Speed2Filled.d.ts +4 -0
  28. package/dist/components/Speed2Filled.js +6 -0
  29. package/dist/components/Speed3.d.ts +4 -0
  30. package/dist/components/Speed3.js +6 -0
  31. package/dist/components/Speed3Filled.d.ts +4 -0
  32. package/dist/components/Speed3Filled.js +6 -0
  33. package/dist/components/Speed4.d.ts +4 -0
  34. package/dist/components/Speed4.js +6 -0
  35. package/dist/components/Speed4Filled.d.ts +4 -0
  36. package/dist/components/Speed4Filled.js +6 -0
  37. package/dist/components/TouchDouble2.d.ts +4 -0
  38. package/dist/components/TouchDouble2.js +6 -0
  39. package/dist/components/TouchDouble2Filled.d.ts +4 -0
  40. package/dist/components/TouchDouble2Filled.js +6 -0
  41. package/dist/index.d.ts +16 -0
  42. package/dist/index.js +16 -0
  43. package/package.json +1 -1
@@ -1,3 +1,4 @@
1
- import ExploreNearby from './ExploreNearby';
2
- declare const ExploreNearbyFilled: typeof ExploreNearby;
3
- export default ExploreNearbyFilled;
1
+ import React from 'react';
2
+ export default function ExploreNearbyFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -1,3 +1,6 @@
1
- import ExploreNearby from './ExploreNearby';
2
- var ExploreNearbyFilled = ExploreNearby;
3
- export default ExploreNearbyFilled;
1
+ import React from 'react';
2
+ export default function ExploreNearbyFilled(_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: "M491.5-243q5.5-3 8.5-9l4-9q26-48 65-82t69-79q15-23 23.5-50t8.5-56q0-79-55-135t-133-57q-77-1-133 53t-59 131q-2 32 6.5 61t25.5 53q30 45 70 78.5t64 82.5l4 9q3 6 8.5 9t11.5 3 11.5-3m-68-230.5Q400-497 400-530t23.5-56.5T480-610t56.5 23.5T560-530t-23.5 56.5T480-450t-56.5-23.5M480.14-55Q392-55 314.51-88.08q-77.48-33.09-135.41-91.02T88.08-314.37Q55-391.72 55-479.86 55-569 88.08-646.49q33.09-77.48 90.86-134.97 57.77-57.48 135.19-91.01Q391.56-906 479.78-906q89.22 0 166.83 33.45 77.6 33.46 135.01 90.81t90.89 134.87Q906-569.34 906-480q0 88.28-33.53 165.75t-91.01 135.28q-57.49 57.8-134.83 90.89Q569.28-55 480.14-55" })));
6
+ }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function LocationChip(_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: "M360-510q0 57 38 99t82 78q44-36 82-78t38-99q0-50-35-85t-85-35-85 35-35 85m91.5 18.5Q440-503 440-520t11.5-28.5T480-560t28.5 11.5T520-520t-11.5 28.5T480-480t-28.5-11.5M320-175q-126.79 0-215.89-89.15Q15-353.3 15-480.15T104.11-696q89.1-89 215.89-89h320q126.79 0 215.89 89.15Q945-606.7 945-479.85T855.89-264q-89.1 89-215.89 89zm0-95h320q87.6 0 148.8-61T850-480t-61.2-149T640-690H320q-87.61 0-148.8 61Q110-568 110-480t61.2 149q61.19 61 148.8 61m160-210" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M480-320q4 0 13-8l3-6q16-32 44-55t48-52q11-17 16.5-35.5T610-515q0-53-38-89t-92-36-92.5 36-38.5 89q0 20 6 38.5t17 35.5q20 29 47.5 52t43.5 55l3 6q1 2 14 8m-35.5-154.5Q430-489 430-510t14.5-35.5T480-560t35.5 14.5T530-510t-14.5 35.5T480-460t-35.5-14.5M320-175q-126.79 0-215.89-89.15Q15-353.3 15-480.15T104.11-696q89.1-89 215.89-89h320q126.79 0 215.89 89.15Q945-606.7 945-479.85T855.89-264q-89.1 89-215.89 89zm0-95h320q87.6 0 148.8-61T850-480t-61.2-149T640-690H320q-87.61 0-148.8 61Q110-568 110-480t61.2 149q61.19 61 148.8 61m160-210" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function LocationChipFilled(_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: "M320-175q-126.79 0-215.89-89.15Q15-353.3 15-480.15T104.11-696q89.1-89 215.89-89h320q126.79 0 215.89 89.15Q945-606.7 945-479.85T855.89-264q-89.1 89-215.89 89zm40-334.53Q360-453 398-411t82 78q44-36 82-78.19 38-42.18 38-98.74Q600-560 564.89-595t-85-35T395-594.79q-35 35.22-35 85.26m91.5 18.03Q440-503 440-520t11.5-28.5T480-560t28.5 11.5T520-520t-11.5 28.5T480-480t-28.5-11.5" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M479.76-302q4.24 0 15.49-9.14L498-318q18-35 48.89-60.39Q577.79-403.77 600-437q12-18 18-38.65t6-42.97q0-59.15-42.26-99.26-42.26-40.12-102-40.12T377-618.03t-43 98.82q0 22.21 6.36 43.04t19.11 39.22Q382-404 413-378.5t48.68 60.87L465-311q1 3 14.76 9M440.5-474Q424-490 424-513.37q0-23.36 16.39-39.5Q456.77-569 479.89-569q23.11 0 39.61 16.13 16.5 16.14 16.5 39.5Q536-490 519.61-474q-16.38 16-39.5 16-23.11 0-39.61-16M320-175q-126.79 0-215.89-89.15Q15-353.3 15-480.15T104.11-696q89.1-89 215.89-89h320q126.79 0 215.89 89.15Q945-606.7 945-479.85T855.89-264q-89.1 89-215.89 89z" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function ModeOfTravel(_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: "M481-55Q307-186 221-313t-86-254q0-143 102.5-240.5T481-905q142 0 240.5 95.5T825-560l98-97 51 51-195 196-197-195 51-51 97 97q-5-114-75-182.5T481-810t-178 72-74 175q0 89 59 180.5T476-176q11-10 24.5-23t22.5-22q-4-9-6-19.5t-2-22.5q0-45 31.5-77t76.5-32 76.5 32 31.5 77-32 76.5-77 31.5q-6 0-13-1t-13-3q-29 27-55.5 52T481-55" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M479-54q-12 0-21.5-5.5T443-75l-8-14q-11-23-25.5-43.5T378-172q-45-51-96.5-96.5T192-371q-29-42-43-89.5T135-559q0-144 100-245.5T479-906q137 0 234 94.5T817-581l84-83 66 65-196 196-196-196 65-65 81 81q-7-95-75.5-161.5T479-812q-105 0-178.5 74T228-559q0 37 11.5 71t31.5 64q29 43 66.5 78.5T411-272q18 18 35.5 38.5T479-192q6-12 14-22.5t16-20.5q-9-12-12.5-25.5T493-291q0-45 31.5-77.5T602-401t78 32.5 32 78-32 77.5-78 32h-6q-3 0-6-1-20 22-37.5 45T522-89l-7 14q-6 10-15.5 15.5T479-54" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function MovedLocation(_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: "m745-448-51-51 93-91q-134-15-215.5 24.5T436-470q41-105 137.5-166T786-701l-92-91 51-51 201 198zM482-55Q309-194 222-316t-87-240q0-157 101-253.5T482-906q50 0 97.5 12.5T668-854l-71 71q-26-15-55.5-22t-59.5-7q-106 0-179.5 69T229-556q0 85 61.5 174.5T482-179q52-45 102.5-109.5T684-423l67 68q-60 84-126 161T482-55" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m745-448-51-51 93-91q-134-15-215.5 24.5T436-470q41-105 137.5-166T786-701l-92-91 51-51 201 198zM479-54q-12 0-21.5-5.5T443-75l-8-14q-11-23-25.5-43.5T378-172q-45-51-96.5-96.5T192-371q-29-42-43-89.5T135-559q0-144 100-245.5T479-906q53 0 100 15t88 41l-71 70q-26-15-55.5-23t-61.5-8q-105 0-178 73.5T229-559q0 37 11 71t31 64q29 43 66.5 78.5T411-272q18 18 35.5 38.5T479-192q15-21 30.5-41t35.5-39q36-37 73.5-71t68.5-78l65 64q-25 43-74.5 87.5T582-172q-18 20-33 40t-27 43l-7 14q-6 10-15.5 15.5T479-54" })));
6
6
  }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PinHistory({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function PinHistory(_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: "M559-424 434-542.2V-724h93v142l98 92zM135-545h92q2 33 13.5 63.5T271-424q29 43 66.5 78.5T411-272q18 18 35.5 38.66Q464-212.69 479-192q15-20.52 30.5-40.51 15.5-20 35.5-39.49 35.67-37.02 74.87-72.49 39.19-35.48 68.75-78.69Q708-453 719.5-487.16T731-559q1-105-72.88-179T479-811q-48.9-1-92.45 18T310-738h46v94H135v-222h93v77q47-54 112.29-85.5T479-906q144.34 0 245.17 101.26T826-558.69q0 50.85-15.5 98.77t-43.74 89.24q-38.96 57.05-89.59 102.28-50.64 45.24-95.42 96.4-17.53 19.66-32.64 39.83T522-89l-7 14q-6 10-15.74 15.5T478.81-54q-11.68 0-21.42-5.48t-14.59-15.1L435-89q-11.41-23-25.7-43.5Q395-153 378-172q-45.09-50.89-96.54-96.44Q230-314 192-371q-27-39-41.5-82.5T135-545" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import PinHistory from './PinHistory';
2
+ declare const PinHistoryFilled: typeof PinHistory;
3
+ export default PinHistoryFilled;
@@ -0,0 +1,3 @@
1
+ import PinHistory from './PinHistory';
2
+ var PinHistoryFilled = PinHistory;
3
+ export default PinHistoryFilled;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PinRoad({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function PinRoad(_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: "M317-95v-179h95v179zm0-296v-179h95v179zm0-297v-178h95v178zM21-95l123-771h93L115-95zm684-3q-5-3-8-9l-4.12-8.84q-23.71-47.16-64.07-81.97-40.37-34.8-68.92-79.19-17.41-25-25.65-53.83T526-391q0-77 57.06-130t136.15-53q78.08 0 132.43 56Q906-462 906-383q0 29-8.5 56T874-277q-30 45-71 78.5t-62.15 82.34L737-107q-4 6-9 9t-11.5 3-11.5-3m67.29-230Q796-351 796-384.29t-23.71-57-57-23.71T659-441.29t-23 57T659-328t56.29 23 57-23M539-558l-48-308h94l39 247q-25 9.84-46.5 24.92T539-558" })));
6
+ }
@@ -0,0 +1,3 @@
1
+ import PinRoad from './PinRoad';
2
+ declare const PinRoadFilled: typeof PinRoad;
3
+ export default PinRoadFilled;
@@ -0,0 +1,3 @@
1
+ import PinRoad from './PinRoad';
2
+ var PinRoadFilled = PinRoad;
3
+ export default PinRoadFilled;
@@ -1,3 +1,4 @@
1
- import ShareLocation from './ShareLocation';
2
- declare const ShareLocationFilled: typeof ShareLocation;
3
- export default ShareLocationFilled;
1
+ import React from 'react';
2
+ export default function ShareLocationFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -1,3 +1,6 @@
1
- import ShareLocation from './ShareLocation';
2
- var ShareLocationFilled = ShareLocation;
3
- export default ShareLocationFilled;
1
+ import React from 'react';
2
+ export default function ShareLocationFilled(_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: "m684-218 66 69q-47 43-105.5 65.5T523-56v-94q44-6 84.5-23t76.5-45m221-220q-7 67-31.5 124.5T811-211l-68-66q25-35 42-74t25-87zm-95-311q42 52 63.5 106T905-522h-96q-7-47-24-86.5T743-683zM438-904v95q-124 18-206.5 111.5T149-480t82.5 217.5T438-150v94Q276-67 165.5-188.5T55-480q0-165 110-286t273-138m88 0q60 7 118 30t106 63l-65 69q-37-25-77.5-41.5T526-809zm-34.5 661q5.5-3 8.5-9l4-9q26-48 65-82t69-79q15-23 23.5-50t8.5-56q0-79-55-135t-133-57q-77-1-133 53t-59 131q-2 32 6.5 61t25.5 53q30 45 70 78.5t64 82.5l4 9q3 6 8.5 9t11.5 3 11.5-3m-68-230.5Q400-497 400-530t23.5-56.5T480-610t56.5 23.5T560-530t-23.5 56.5T480-450t-56.5-23.5" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ShieldCard({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function ShieldCard(_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: "M456-20v-391h494v391zm87-87h320v-85H543zm0-157h320v-60H543zm-63-643 346 129v307h-95v-241l-251-95-251 95.48V-523q0 101.49 45 185.74Q319-253 396-202v117q-117-59-189-179.27Q135-384.55 135-523v-255.43z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ShieldCardFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function ShieldCardFilled(_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: "M456-20v-391h494v391zm87-87h320v-85H543zm0-157h320v-60H543zM396-85q-117-59-189-179.27Q135-384.55 135-523v-255.43L480-907l346 129v307H396z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ShieldRadar({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function ShieldRadar(_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: "M427-74q-130-52-211-177.5T135-523v-255l345-129 346 129v206q-23-11-46.5-18.5T731-601v-111l-251-95-251 95v189q0 88 37 163.5T366-233q3 43 18.5 83.5T427-74m252 59q-111 0-188.5-77T413-280t77.5-188.5T679-546t189 77.5T946-280q0 26-5 51t-14 48l-83-85q3-8 4.5-17t1.5-17q-8-66-56-109t-116-43q-71 0-121 49.5T507-280q0 67 43.5 115T659-110q8 0 17.5-1.5T694-115l82 82q-23 9-47 13.5T679-15m-63.5-329.5Q642-371 680-371t64 26.5 26 64.5q0 1-2 20l136 138-66 66-137-136q-7 2-21 3-38 0-64.5-26.5T589-280t26.5-64.5" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ShieldRadarFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function ShieldRadarFilled(_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: "M679-15q-111 0-188.5-77T413-280t77.5-188.5T679-546t189 77.5T946-280q0 26-5 51t-14 48l-83-85q3-8 4.5-17t1.5-17q-8-66-56-109t-116-43q-71 0-121 49.5T507-280q0 67 43.5 115T659-110q8 0 17.5-1.5T694-115l82 82q-23 9-47 13.5T679-15m-63.5-329.5Q642-371 680-371t64 26.5 26 64.5q0 1-2 20l136 138-66 66-137-136q-7 2-21 3-38 0-64.5-26.5T589-280t26.5-64.5M135-523v-255l345-129 346 129v206q-35-16-72-25t-75-9q-132 0-226 91.5T354-292q0 60 19.5 115T427-74q-130-52-211-177.5T135-523" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Speed2({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Speed2(_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: "M546-337q25-26 24.5-62.5t-30.81-54.62Q449-508 359.07-572.5T181-697q60 88 125 178.5T428-341q19 29 54.87 30 35.86 1 63.13-26M136.46-135Q96-205 76-260T55-398q0-69 20-133.5T138-650l62 81q-29 37-40 81.08t-11 89.62q0 44.46 10 88.11 10 43.66 34 82.19h572.89q22.11-40 33.61-82.98t11.5-87.51Q811-537 715.5-634t-234.85-97q-46.54 0-89.78 13.59T308-679l-85-58q56-44 121.98-66 65.97-22 136.02-22 88.32 0 165.47 33.56 77.15 33.57 134.84 91.5Q839-642 872-564.14T905-398q0 79-22.69 137.45T823-135zM489-393" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Speed2Filled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Speed2Filled(_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: "M546-337q25-26 24.5-62.5T540-454q-91-54-181-118.5T181-697q60 88 125 178.5T428-341q19 29 55 30t63-26M136-135q-40-70-60-125T55-398q0-88 34-166t92-135.5T316.5-791 481-825q88 0 165.5 33.5t135 91.5T872-564t33 166q0 79-22.5 137.5T823-135z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Speed3({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Speed3(_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: "M54-398.96Q54-507 105-602t142-154l26 99q-59 47-92 114.5T148-399q0 45 10.5 88t34.5 82h572.85q22.15-39 33.65-82t11.5-88.48Q811-537 715-634t-233-97q-16.42 0-32.83 2-16.4 2-32.17 6l-59-83q30.33-9.73 61.17-14.86Q450-826 482-826q87.94 0 165.13 34.18 77.19 34.19 134.53 91.5Q839-643 872.5-565T906-399.49q0 71.39-25 136.94T823.46-135H136q-34-62-58-127.5T54-398.96M521-319q33-15 42.5-48.35T552-429q-66-88-129-177T299-787q30 107 58 211.5T410-363q7 36 42 48.5t69-4.5m-37-69" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Speed3Filled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Speed3Filled(_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: "M521-319q33-15 42.5-48.5T552-429q-65-88-127.5-177T301-785q28 106 56 210.5T410-363q7 36 42 48.5t69-4.5M136-135q-40-70-60-125T55-398q0-88 34-166t92-135.5T316.5-791 481-825q88 0 165.5 33.5t135 91.5T872-564t33 166q0 79-22.5 137.5T823-135z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Speed4({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Speed4(_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: "M135.54-135Q103-197 78.5-262.55T54-399.49q0-87.4 33-165.45Q120-643 177.5-700.5T312.14-792q77.15-34 164.86-34 32.33 0 63.17 5Q571-816 602-806l-59 83q-16.03-4-32.67-6-16.65-2-33.33-2-137 0-233 97t-96 234.52q0 45.07 11.5 88.27Q171-268 193.15-229H766q24-39 34.5-82.05 10.5-43.04 10.5-87.51 0-76.44-32.5-143.94T686-657l27-99q90 59 141.5 154T906-398.96q0 71.14-24.13 136.67T823-135zM438-319q34.67 17 69.34 4.5Q542-327 550-363q23.84-108.34 51.92-212.67T660-787q-61 92-124 181T407-429q-21 28-11.5 61.5T438-319m37-69" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Speed4Filled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Speed4Filled(_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: "M438-319q35 17 69.5 4.5T550-363q24-107 52-211.5T659-785q-61 90-123.5 179T407-429q-21 28-11.5 61.5T438-319M136-135q-40-70-60-125T55-398q0-88 34-166t92-135.5T316.5-791 481-825q88 0 165.5 33.5t135 91.5T872-564t33 166q0 79-22.5 137.5T823-135z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TouchDouble2({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function TouchDouble2(_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: "M348.23-54 79-397l76-78 129 82v-276h93v414l-117-62 135 170h332v-284H601v-94h220v471zM442-431v-312h94v312zM117.87-604q-.87-11-1.87-22t-1-23.62q0-124.94 91.83-213.16T430.49-951q131.12 0 222.82 88.15Q745-774.7 745-650q0 11-1.5 26.5L742-608l-93-9 1.5-12.5Q652-642 652-650q0-85.13-65.06-146.07Q521.89-857 429.59-857q-91.41 0-156.5 60.97T208-649.88q0 8.88.5 16.71.5 7.84 2.5 15.17zM494-314" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function TouchDouble2Filled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function TouchDouble2Filled(_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: "M348-54 79-397l76-78 129 82v-276h93v191h65v-265h94v265h285v424zM117.87-604q-.87-11-1.87-22t-1-23.62q0-124.94 91.92-213.16Q298.85-951 430-951q131.61 0 223.31 88.36Q745-774.27 745-650q0 11-1.5 26.5L742-608l-93-9 1.5-12.37Q652-641.74 652-650q0-85.13-65.06-146.07Q521.89-857 429.59-857q-91.41 0-156.5 60.97T208-649.88q0 8.88.5 16.71.5 7.84 2.5 15.17z" })));
6
+ }
package/dist/index.d.ts CHANGED
@@ -5094,8 +5094,12 @@ export { default as PinDropFilled } from './components/PinDropFilled';
5094
5094
  export { default as PinEnd } from './components/PinEnd';
5095
5095
  export { default as PinEndFilled } from './components/PinEndFilled';
5096
5096
  export { default as PinFilled } from './components/PinFilled';
5097
+ export { default as PinHistory } from './components/PinHistory';
5098
+ export { default as PinHistoryFilled } from './components/PinHistoryFilled';
5097
5099
  export { default as PinInvoke } from './components/PinInvoke';
5098
5100
  export { default as PinInvokeFilled } from './components/PinInvokeFilled';
5101
+ export { default as PinRoad } from './components/PinRoad';
5102
+ export { default as PinRoadFilled } from './components/PinRoadFilled';
5099
5103
  export { default as Pinboard } from './components/Pinboard';
5100
5104
  export { default as PinboardFilled } from './components/PinboardFilled';
5101
5105
  export { default as PinboardUnread } from './components/PinboardUnread';
@@ -5903,6 +5907,8 @@ export { default as ShelfPositionFilled } from './components/ShelfPositionFilled
5903
5907
  export { default as Shelves } from './components/Shelves';
5904
5908
  export { default as ShelvesFilled } from './components/ShelvesFilled';
5905
5909
  export { default as Shield } from './components/Shield';
5910
+ export { default as ShieldCard } from './components/ShieldCard';
5911
+ export { default as ShieldCardFilled } from './components/ShieldCardFilled';
5906
5912
  export { default as ShieldFilled } from './components/ShieldFilled';
5907
5913
  export { default as ShieldLock } from './components/ShieldLock';
5908
5914
  export { default as ShieldLockFilled } from './components/ShieldLockFilled';
@@ -5914,6 +5920,8 @@ export { default as ShieldPerson } from './components/ShieldPerson';
5914
5920
  export { default as ShieldPersonFilled } from './components/ShieldPersonFilled';
5915
5921
  export { default as ShieldQuestion } from './components/ShieldQuestion';
5916
5922
  export { default as ShieldQuestionFilled } from './components/ShieldQuestionFilled';
5923
+ export { default as ShieldRadar } from './components/ShieldRadar';
5924
+ export { default as ShieldRadarFilled } from './components/ShieldRadarFilled';
5917
5925
  export { default as ShieldToggle } from './components/ShieldToggle';
5918
5926
  export { default as ShieldToggleFilled } from './components/ShieldToggleFilled';
5919
5927
  export { default as ShieldWatch } from './components/ShieldWatch';
@@ -6207,8 +6215,14 @@ export { default as Speed175 } from './components/Speed175';
6207
6215
  export { default as Speed175Filled } from './components/Speed175Filled';
6208
6216
  export { default as Speed17x } from './components/Speed17x';
6209
6217
  export { default as Speed17xFilled } from './components/Speed17xFilled';
6218
+ export { default as Speed2 } from './components/Speed2';
6219
+ export { default as Speed2Filled } from './components/Speed2Filled';
6210
6220
  export { default as Speed2x } from './components/Speed2x';
6211
6221
  export { default as Speed2xFilled } from './components/Speed2xFilled';
6222
+ export { default as Speed3 } from './components/Speed3';
6223
+ export { default as Speed3Filled } from './components/Speed3Filled';
6224
+ export { default as Speed4 } from './components/Speed4';
6225
+ export { default as Speed4Filled } from './components/Speed4Filled';
6212
6226
  export { default as SpeedCamera } from './components/SpeedCamera';
6213
6227
  export { default as SpeedCameraFilled } from './components/SpeedCameraFilled';
6214
6228
  export { default as SpeedFilled } from './components/SpeedFilled';
@@ -6907,6 +6921,8 @@ export { default as TotalDissolvedSolidsFilled } from './components/TotalDissolv
6907
6921
  export { default as TouchApp } from './components/TouchApp';
6908
6922
  export { default as TouchAppFilled } from './components/TouchAppFilled';
6909
6923
  export { default as TouchDouble } from './components/TouchDouble';
6924
+ export { default as TouchDouble2 } from './components/TouchDouble2';
6925
+ export { default as TouchDouble2Filled } from './components/TouchDouble2Filled';
6910
6926
  export { default as TouchDoubleFilled } from './components/TouchDoubleFilled';
6911
6927
  export { default as TouchLong } from './components/TouchLong';
6912
6928
  export { default as TouchLongFilled } from './components/TouchLongFilled';
package/dist/index.js CHANGED
@@ -5094,8 +5094,12 @@ export { default as PinDropFilled } from './components/PinDropFilled';
5094
5094
  export { default as PinEnd } from './components/PinEnd';
5095
5095
  export { default as PinEndFilled } from './components/PinEndFilled';
5096
5096
  export { default as PinFilled } from './components/PinFilled';
5097
+ export { default as PinHistory } from './components/PinHistory';
5098
+ export { default as PinHistoryFilled } from './components/PinHistoryFilled';
5097
5099
  export { default as PinInvoke } from './components/PinInvoke';
5098
5100
  export { default as PinInvokeFilled } from './components/PinInvokeFilled';
5101
+ export { default as PinRoad } from './components/PinRoad';
5102
+ export { default as PinRoadFilled } from './components/PinRoadFilled';
5099
5103
  export { default as Pinboard } from './components/Pinboard';
5100
5104
  export { default as PinboardFilled } from './components/PinboardFilled';
5101
5105
  export { default as PinboardUnread } from './components/PinboardUnread';
@@ -5903,6 +5907,8 @@ export { default as ShelfPositionFilled } from './components/ShelfPositionFilled
5903
5907
  export { default as Shelves } from './components/Shelves';
5904
5908
  export { default as ShelvesFilled } from './components/ShelvesFilled';
5905
5909
  export { default as Shield } from './components/Shield';
5910
+ export { default as ShieldCard } from './components/ShieldCard';
5911
+ export { default as ShieldCardFilled } from './components/ShieldCardFilled';
5906
5912
  export { default as ShieldFilled } from './components/ShieldFilled';
5907
5913
  export { default as ShieldLock } from './components/ShieldLock';
5908
5914
  export { default as ShieldLockFilled } from './components/ShieldLockFilled';
@@ -5914,6 +5920,8 @@ export { default as ShieldPerson } from './components/ShieldPerson';
5914
5920
  export { default as ShieldPersonFilled } from './components/ShieldPersonFilled';
5915
5921
  export { default as ShieldQuestion } from './components/ShieldQuestion';
5916
5922
  export { default as ShieldQuestionFilled } from './components/ShieldQuestionFilled';
5923
+ export { default as ShieldRadar } from './components/ShieldRadar';
5924
+ export { default as ShieldRadarFilled } from './components/ShieldRadarFilled';
5917
5925
  export { default as ShieldToggle } from './components/ShieldToggle';
5918
5926
  export { default as ShieldToggleFilled } from './components/ShieldToggleFilled';
5919
5927
  export { default as ShieldWatch } from './components/ShieldWatch';
@@ -6207,8 +6215,14 @@ export { default as Speed175 } from './components/Speed175';
6207
6215
  export { default as Speed175Filled } from './components/Speed175Filled';
6208
6216
  export { default as Speed17x } from './components/Speed17x';
6209
6217
  export { default as Speed17xFilled } from './components/Speed17xFilled';
6218
+ export { default as Speed2 } from './components/Speed2';
6219
+ export { default as Speed2Filled } from './components/Speed2Filled';
6210
6220
  export { default as Speed2x } from './components/Speed2x';
6211
6221
  export { default as Speed2xFilled } from './components/Speed2xFilled';
6222
+ export { default as Speed3 } from './components/Speed3';
6223
+ export { default as Speed3Filled } from './components/Speed3Filled';
6224
+ export { default as Speed4 } from './components/Speed4';
6225
+ export { default as Speed4Filled } from './components/Speed4Filled';
6212
6226
  export { default as SpeedCamera } from './components/SpeedCamera';
6213
6227
  export { default as SpeedCameraFilled } from './components/SpeedCameraFilled';
6214
6228
  export { default as SpeedFilled } from './components/SpeedFilled';
@@ -6907,6 +6921,8 @@ export { default as TotalDissolvedSolidsFilled } from './components/TotalDissolv
6907
6921
  export { default as TouchApp } from './components/TouchApp';
6908
6922
  export { default as TouchAppFilled } from './components/TouchAppFilled';
6909
6923
  export { default as TouchDouble } from './components/TouchDouble';
6924
+ export { default as TouchDouble2 } from './components/TouchDouble2';
6925
+ export { default as TouchDouble2Filled } from './components/TouchDouble2Filled';
6910
6926
  export { default as TouchDoubleFilled } from './components/TouchDoubleFilled';
6911
6927
  export { default as TouchLong } from './components/TouchLong';
6912
6928
  export { default as TouchLongFilled } from './components/TouchLongFilled';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-lary/react-material-symbols-700-sharp",
3
- "version": "0.37.0",
3
+ "version": "0.38.0",
4
4
  "description": "Latest sharp React icon components with weight 700 for Material Symbols",
5
5
  "files": [
6
6
  "dist"