@project-lary/react-material-symbols-600-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.5m56.58 407.63q-85.47 0-161.01-32.39-75.53-32.4-131.97-88.84T98.26-318.99q-32.39-75.46-32.39-160.93 0-86.47 32.39-162.01 32.4-75.53 88.75-131.5t131.85-88.62 161.01-32.65q86.52 0 162.12 32.61 75.61 32.6 131.53 88.5 55.93 55.89 88.55 131.45Q894.7-566.58 894.7-480q0 85.55-32.65 161.07-32.65 75.53-88.62 131.9T642.01-98.26q-75.46 32.39-161.93 32.39" })));
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-185.87q-122.53 0-208.33-85.82-85.8-85.83-85.8-208.39 0-122.57 85.8-208.31T320-774.13h320q122.53 0 208.33 85.82 85.8 85.83 85.8 208.39 0 122.57-85.8 208.31T640-185.87zm0-79.78h320q89.52 0 151.93-62.31 62.42-62.3 62.42-152.04t-62.42-152.04Q729.52-694.35 640-694.35H320q-89.52 0-151.93 62.31-62.42 62.3-62.42 152.04t62.42 152.04q62.41 62.31 151.93 62.31M480-480" })));
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-185.87q-122.53 0-208.33-85.82-85.8-85.83-85.8-208.39 0-122.57 85.8-208.31T320-774.13h320q122.53 0 208.33 85.82 85.8 85.83 85.8 208.39 0 122.57-85.8 208.31T640-185.87zm0-79.78h320q89.52 0 151.93-62.31 62.42-62.3 62.42-152.04t-62.42-152.04Q729.52-694.35 640-694.35H320q-89.52 0-151.93 62.31-62.42 62.3-62.42 152.04t62.42 152.04q62.41 62.31 151.93 62.31M480-480" })));
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-185.87q-122.53 0-208.33-85.82-85.8-85.83-85.8-208.39 0-122.57 85.8-208.31T320-774.13h320q122.53 0 208.33 85.82 85.8 85.83 85.8 208.39 0 122.57-85.8 208.31T640-185.87zm40-323.66Q360-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.87-309.83q4.13 0 14.4-8.64l2.86-6.49q17.13-33.69 46.77-58.04 29.63-24.35 50.88-55.74 11.57-17.56 17.35-37.28 5.78-19.71 5.78-41.02 0-56.48-40.41-94.81-40.4-38.32-97.65-38.32-57.24 0-98.29 38.24-41.04 38.25-41.04 94.55 0 21.25 6.21 41.07 6.2 19.82 18.18 37.6 21.44 31.23 50.92 55.65 29.47 24.41 46.43 58.31l3.17 6.36q1 2.56 14.44 8.56m-37.63-164.39q-15.63-15.35-15.63-37.68 0-22.34 15.57-37.76 15.56-15.43 37.76-15.43 22.19 0 37.82 15.43 15.63 15.42 15.63 37.76 0 22.33-15.57 37.68-15.56 15.35-37.76 15.35-22.19 0-37.82-15.35M320-185.87q-122.53 0-208.33-85.82-85.8-85.83-85.8-208.39 0-122.57 85.8-208.31T320-774.13h320q122.53 0 208.33 85.82 85.8 85.83 85.8 208.39 0 122.57-85.8 208.31T640-185.87z" })));
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: "M480.13-65.87Q309.17-202.96 227.52-325.39q-81.65-122.44-81.65-242.04 0-140.4 100.11-233.55t234.15-93.15q138.09 0 234.63 94.85 96.54 94.84 99.37 253.19l96.26-95.69 47.09 47.08-182.39 182.96-183.53-182.39 47.09-47.09 95.7 95.7q-2.83-121.83-74.13-195.33-71.31-73.5-180.09-73.5-105.74 0-180.39 72.65-74.65 72.66-74.65 176.96 0 88.57 60.3 182.67 60.31 94.11 191.91 213.46 14.92-13.91 32.55-31.04t30.11-29.61q-4.87-9.87-7.53-20.8-2.65-10.94-2.65-23.37 0-41.53 29.33-71.13 29.32-29.61 70.85-29.61 41.52 0 70.63 29.61 29.11 29.6 29.11 71.13 0 41.52-29.61 70.63t-71.13 29.11q-6.87 0-13.87-1.22t-13.44-3.22q-29.87 29.17-58.11 56.13t-63.41 56.13" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M479.43-65.3q-11.56 0-20.84-5.5-9.29-5.5-14.29-15.07l-7.56-14q-11-22.13-24.85-42.19-13.85-20.07-30.41-38.64-43.7-50.56-93.68-94.76-49.97-44.19-86.67-100.32-28.57-40.26-41.91-86.89-13.35-46.63-13.35-96.33 0-139.22 96.74-237.46T479-894.7q137 0 231.17 99.07 94.18 99.06 98.13 238.11l90.53-89.09 55.56 54.57-185.13 184.69-184.7-184.69 54.57-54.57 88.83 87.96Q724-663.22 653.54-738.63 583.09-814.04 479-815.48q-106.74 0-181.11 75.09T224.09-559q0 37.87 11.5 72.74t31.93 65.74q29.87 44.3 68.46 80.89t75.45 76.33q18.44 18.86 35.5 40.02Q464-202.13 479-180.26q8.17-15.48 18.35-28.81 10.17-13.32 20.78-26.36-9.87-12-14.02-26.16-4.15-14.15-4.15-31.15 0-41.96 29.54-72.06 29.54-30.11 72.07-30.11 42.52 0 72.34 30.11 29.83 30.1 29.83 72.34t-29.83 72.07q-29.82 29.83-72.34 29.83h-6.87q-3.44 0-6.87-1-19.57 21.56-36.85 44.13-17.28 22.56-29.85 47.56l-7 14q-5.56 10-14.85 15.28-9.28 5.29-19.85 5.29" })));
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: "m740.22-450.61-47.09-47.09 93-91.87q-119.65-15.86-203.76 19.51-84.11 35.36-146.8 98.32Q478.3-575.87 574.8-634.91q96.5-59.05 211.2-61.31l-92.87-92.3 47.09-47.09L934.7-642.83zM481.13-65.87Q315.96-202.7 230.91-322.09q-85.04-119.39-85.04-232.17 0-150.91 97.52-245.68 97.52-94.76 237.74-94.76 48.26 0 94.46 12.29 46.19 12.28 85.89 38.84l-58.83 58.83q-27.3-15.87-58.54-23.3-31.24-7.44-62.98-7.44-107.3 0-181.67 71.61t-74.37 189.61q0 84.13 63.45 176.67Q352-285.04 481.13-170.3q55.48-49.35 106.2-113.85 50.71-64.5 98.84-134.94l56.57 57.13q-58.26 83.57-121.87 158.4-63.61 74.82-139.74 137.69" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "m740.22-450.61-47.09-47.09 93-91.87q-119.65-15.86-203.76 19.51-84.11 35.36-146.8 98.32Q478.3-575.87 574.8-634.91q96.5-59.05 211.2-61.31l-92.87-92.3 47.09-47.09L934.7-642.83zM479.43-65.3q-11.56 0-20.84-5.5-9.29-5.5-14.29-15.07l-7.56-14q-11-22.13-24.85-42.19-13.85-20.07-30.41-38.64-43.7-50.56-93.46-94.97-49.76-44.42-86.89-100.11-27.7-40.7-41.48-87.11T145.87-559q0-139.22 96.74-237.46T479-894.7q50.83 0 96.3 14.35 45.48 14.35 85.18 39.48l-58.83 58.26q-27.3-15.87-58.32-24.09-31.03-8.21-64.33-8.21-106.74 0-180.61 74.8-73.87 74.81-73.3 181.11 0 37.87 11 72.74t31.43 65.74q29.87 44.3 68.46 80.89t75.45 76.33q18.44 18.86 35.5 40.02Q464-202.13 479-180.26q14.57-21.87 30.28-42.52Q525-243.44 545-263.3q36.43-37.87 74.8-73.18 38.37-35.3 69.81-79.74l54.56 54q-26.73 43.87-74.06 87.29-47.33 43.41-91.59 94.23-17.13 19.57-31.48 39.14Q532.7-122 521.13-99.87l-7 14q-5.56 10-14.85 15.28-9.28 5.29-19.85 5.29" })));
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: "m560.74-428.35-119.78-115.5v-176.67h78.65v143.3l96.69 93.31zM145.87-549.78h77.65q1.57 35.17 12.85 67.85 11.28 32.67 31.15 61.41 29.87 44.3 68.46 80.89t75.45 76.33q18.44 18.86 35.5 40.1Q464-201.96 479-180.26q14.57-21.6 30.28-42.25Q525-243.16 545-263.3q36.68-38.32 76.45-74.89 39.76-36.57 70.38-81.43 20.08-30.77 31.58-65.95t11.5-73.43q1-106.74-74.01-181.61-75.02-74.87-181.9-74.3-54.59-.57-102.9 21.91-48.32 22.48-82.62 64.56h57.3v79.22H145.87V-854.7h78.65v84.83q46.13-58.35 112.6-91.59T479-894.7q139.85 0 237.49 97.89t98.21 237.98q0 49.61-14.85 96.27-14.85 46.65-42.12 86.96-37.67 55.72-86.72 100.42-49.06 44.7-92.63 94.48-16.87 19.38-31.28 39.04-14.4 19.66-25.97 41.79l-7 14q-5.56 10-14.98 15.28-9.42 5.29-19.82 5.29-11.39 0-20.8-5.49-9.42-5.49-14.34-14.84l-7.45-14.24q-11.23-22.13-24.96-42.19-13.74-20.07-30.3-38.64-43.75-50.5-93.7-94.72-49.95-44.23-86.65-100.36-27-38.57-40.85-82.28-13.85-43.72-14.41-91.72" })));
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: "M323.96-105.87v-163.35h79.78v163.35zm0-292.96v-163.34h79.78v163.34zm0-293.52V-854.7h79.78v162.35zM38.39-105.87 155.74-854.7h78.22L117.61-105.87zm655.52-3.22q-5.21-3.21-8.21-8.78l-4.06-8.91q-23.33-47.52-63.86-82.2-40.53-34.67-69.19-78.89-17.18-25.43-25.54-54.12-8.35-28.69-8.35-59.88 0-77.43 57.03-130.22 57.04-52.78 136.08-52.78 78.05 0 132.47 56t54.42 135q0 29-8.29 56-8.28 27-23.71 50-29.57 45-70.57 78.5t-62.52 82.34l-3.91 9.16q-3.57 5.57-8.79 8.78-5.21 3.22-11.5 3.22-6.28 0-11.5-3.22m67.17-230q23.62-23.21 23.62-56.38 0-33.16-23.62-56.78t-56.78-23.62q-33.17 0-56.39 23.62-23.21 23.62-23.21 56.78 0 33.17 23.21 56.38 23.22 23.22 56.39 23.22 33.16 0 56.78-23.22M535.52-578.43 492.74-854.7h79.22l35.52 227q-20.65 8.54-38.68 20.58-18.02 12.03-33.28 28.69" })));
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: "m686.17-215.39 55.13 58.13q-46.13 40.39-102.23 62.46-56.11 22.06-116.5 27.5v-79.22q44.43-6 85.8-23.22t77.8-45.65M893.7-438q-7.44 63.96-31.07 119.28-23.63 55.33-60.33 99.46l-57.13-55.13q25.87-35.44 43.31-75.52 17.43-40.09 25-88.09zm-91.96-302.74q40.26 51.13 61.11 102.96Q883.7-585.96 893.7-522h-80.79q-7-47.43-24.43-87.59-17.44-40.15-43.31-76.02zM437.57-892.7v79.79q-125.31 17.56-208.68 112.37-83.37 94.8-83.37 220.54t83.37 220.54q83.37 94.81 208.68 112.94v79.22Q279.91-80.91 173.11-198.93 66.3-316.96 66.3-480q0-160.22 106.53-277.96Q279.35-875.7 437.57-892.7m87.56 0q57.39 7.44 113.22 29.57Q694.17-841 741.3-802.74l-54.13 58.13q-37.87-25.87-79.24-42.8-41.36-16.94-82.8-25.5zM491.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.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: "M457.74-46.09v-368.82h479.22v368.82zM533-121.35h328.7v-91.52H533zm0-158.3h328.7v-60H533zM480-895.7l334.7 125.09v295.7h-79.79v-240.13L480-811.35l-254.91 96.58V-523q0 103.45 46.74 190.42T397.74-193.3v97.43Q285.52-153.56 215.7-270.68 145.87-387.79 145.87-523v-247.85z" })));
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: "M457.74-46.09v-368.82h479.22v368.82zM533-121.35h328.7v-91.52H533zm0-158.3h328.7v-60H533zM397.74-95.87Q285.52-153.56 215.7-270.68 145.87-387.79 145.87-523v-247.85L480-895.7l334.7 125.09v295.7H397.74z" })));
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: "M435.26-81.83Q307-131.22 226.43-254.76 145.87-378.3 145.87-523v-247.61L480-895.7l334.7 125.09v206q-19.09-8.83-38.9-15.24-19.8-6.41-40.89-9.41v-125.78L480-811.35l-254.91 96.31V-523q0 94.96 41.56 176.54 41.57 81.59 111.52 133.89 5.18 35.61 19.81 68.72t37.28 62.02m244.17 55.96q-106.21 0-180.67-73.96Q424.3-173.78 424.3-280t74.46-180.46 180.67-74.24q106.22 0 180.74 74.24Q934.7-386.22 934.7-280q0 25.57-5 49.91-5 24.35-14 46.92l-67.35-68.48q3-9.31 4.5-19.61 1.5-10.31 1.5-20.04-4.52-69.92-54.7-117.05-50.17-47.13-121.22-47.13-72.73 0-123.82 50.81-51.09 50.8-51.09 124.67 0 70.48 47.41 120.43 47.42 49.96 116.77 53.92 9.73 0 20.54-1.5 10.8-1.5 20.11-3.94l66.78 66.79q-22.56 9-46.35 13.71-23.78 4.72-49.35 4.72m-58.06-312.76q24.11-24.11 58.63-24.11t58.35 24.11q23.82 24.11 23.82 58.63 0 2.3-2.87 22.17l131.66 133.22-56 55.13L702.74-200.7q-6.13 2-22.74 3.44-34.52 0-58.63-24.11T597.26-280t24.11-58.63" })));
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.43-25.87q-106.21 0-180.67-73.96Q424.3-173.78 424.3-280t74.46-180.46 180.67-74.24q106.22 0 180.74 74.24Q934.7-386.22 934.7-280q0 25.57-5 49.91-5 24.35-14 46.92l-67.35-68.48q3-9.31 4.5-19.61 1.5-10.31 1.5-20.04-4.52-69.92-54.7-117.05-50.17-47.13-121.22-47.13-72.73 0-123.82 50.81-51.09 50.8-51.09 124.67 0 70.48 47.41 120.43 47.42 49.96 116.77 53.92 9.73 0 20.54-1.5 10.8-1.5 20.11-3.94l66.78 66.79q-22.56 9-46.35 13.71-23.78 4.72-49.35 4.72m-58.06-312.76q24.11-24.11 58.63-24.11t58.35 24.11q23.82 24.11 23.82 58.63 0 2.3-2.87 22.17l131.66 133.22-56 55.13L702.74-200.7q-6.13 2-22.74 3.44-34.52 0-58.63-24.11T597.26-280t24.11-58.63M145.87-523v-247.61L480-895.7l334.7 125.09v206q-32.4-14.26-66.35-22.17-33.96-7.92-68.92-7.92-128.95 0-220.34 89.76-91.39 89.77-94.22 218.16 0 56.52 18.63 108.48 18.63 51.95 51.76 96.47Q307-131.22 226.43-254.76 145.87-378.3 145.87-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: "M544.26-338.3q25.44-26 24.5-62.07-.93-36.06-30.81-54.62-87.21-53.88-175.18-115.34-87.98-61.45-173.51-119.28 57.39 85.83 119.35 174.15 61.96 88.33 117.65 173.16 19.44 29 55.14 30 35.71 1 62.86-26M142.98-145.87Q104.7-212.83 85.56-266.3q-19.13-53.48-19.69-132.13 0-66.4 20-128.29T146.7-641.3l52 68.39q-29.87 37.43-41.74 82.56-11.87 45.14-11.87 91.75 0 46.06 10.65 90.48 10.65 44.43 35.09 83.6h577.72q22.93-40.44 34.65-84.33 11.71-43.89 11.71-89.86 0-139.59-96.8-237.9-96.81-98.3-236.87-98.3-48.05 0-92.57 14.24t-85.02 39.93l-71.52-48q53.83-42.26 117.49-63.83 63.67-21.56 131.81-21.56 86.01 0 161.14 32.67 75.13 32.66 131.21 89.32 56.09 56.66 88.22 132.19t32.13 161.52q0 75.95-21.3 132.03-21.31 56.08-56.35 120.53zm344.28-248" })));
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: "M544.26-338.3q25.44-26 24.5-62.07-.93-36.06-30.5-54.5-87.52-54-175.56-115.46-88.05-61.45-173.44-119.28 57.39 85.83 119.35 174.15 61.96 88.33 117.65 173.16 19.44 29 55.22 30t62.78-26M142.52-145.87Q104.7-212.83 85.56-266.3q-19.13-53.48-19.69-132.13 0-84.96 33.35-160.79 33.34-75.82 90.26-132.02 56.91-56.2 132.45-89.54 75.55-33.35 159.5-33.35 85.83 0 161.16 32.63 75.32 32.63 131.3 89.33 55.98 56.69 88.11 132.3t32.13 161.44q0 75.95-21.19 132.06-21.2 56.11-56.46 120.5z" })));
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: "M65.3-398.98q0-104.98 49.26-196.93 49.27-91.96 137.22-149.66L273-662.22q-60.74 47.44-94.61 116.46T144.52-399q0 46.3 10.94 90.17 10.93 43.87 35.37 83.74h577.7q22.95-39.87 34.67-83.74 11.71-43.87 11.71-90.44 0-139.47-97.08-237.56-97.09-98.08-235.83-98.08-17.83 0-35.22 2t-34.56 6.43L362.35-796q29.46-8.86 59.21-13.78 29.74-4.92 60.44-4.92 85.69 0 160.96 33.1t131.09 89.11 88.23 131.84q32.42 75.82 32.42 161.37 0 67.88-23.26 130.73-23.27 62.85-54.27 122.68H142.52q-32.69-59.39-54.96-122.28Q65.3-331.04 65.3-398.98m454.83 78.24q33-15.43 43.15-48.85 10.15-33.41-10.85-61.58-63.82-85.4-125.73-171.35-61.92-85.96-122.48-173.61 27.39 103.96 53.87 205.41 26.48 101.46 51.48 205.98 7.43 35.57 42 48.07 34.56 12.5 68.56-4.07M484-390.61" })));
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: "M520.13-320.74q33-15.43 43.15-48.93t-10.85-61.5q-63.26-85.4-124.67-171.35Q366.35-688.48 305.78-775q26.26 103.39 52.52 204.85 26.27 101.45 51.27 205.41 7.43 35.57 42 48.07 34.56 12.5 68.56-4.07M142.52-145.87Q104.7-212.83 85.56-266.3q-19.13-53.48-19.69-132.13 0-84.96 33.35-160.79 33.34-75.82 90.26-132.02 56.91-56.2 132.45-89.54 75.55-33.35 159.5-33.35 85.83 0 161.16 32.63 75.32 32.63 131.3 89.33 55.98 56.69 88.11 132.3t32.13 161.44q0 75.95-21.19 132.06-21.2 56.11-56.46 120.5z" })));
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: "M142.26-145.87q-31-59.83-53.98-122.68T65.3-399.28q0-85.48 32.35-161.34t88.33-132.05q55.98-56.2 131.04-89.11 75.07-32.92 160.41-32.92 30.74 0 60.64 4.79 29.89 4.78 59.58 13.91l-49.87 69.52q-17.32-4.43-34.84-6.43-17.53-2-35.51-2-138.73 0-235.82 98.08-97.09 98.09-97.09 237.56 0 46.34 11.72 90.33 11.72 43.98 34.67 83.85h577.7q24.43-39.87 35.37-83.76 10.93-43.9 10.93-89.9 0-77.99-33.58-147.01-33.59-69.02-94.9-116.46l21.79-83.35q87.39 57.7 136.93 149.66 49.55 91.95 49.55 196.93 0 68.04-22.34 130.95-22.33 62.91-55.45 122.16zM439.3-320.74q34.38 16.57 68.76 4.07 34.37-12.5 42.37-48.07 24.35-104.71 50.87-206.07 26.53-101.36 53.92-205.32-60.57 87.65-122.48 173.61Q470.83-516.57 407-431.17q-21 28-10.85 61.5t43.15 48.93m36.13-69.87" })));
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: "M439.3-320.74q34.57 16.57 68.85 4.07t42.28-48.07q24.44-103.96 50.7-205.41Q627.39-671.61 654.22-775q-60.57 86.52-121.98 172.48Q470.83-516.57 407-431.17q-21 28-10.85 61.5t43.15 48.93M142.52-145.87Q104.7-212.83 85.56-266.3q-19.13-53.48-19.69-132.13 0-84.96 33.35-160.79 33.34-75.82 90.26-132.02 56.91-56.2 132.45-89.54 75.55-33.35 159.5-33.35 85.83 0 161.16 32.63 75.32 32.63 131.3 89.33 55.98 56.69 88.11 132.3t32.13 161.44q0 75.95-21.19 132.06-21.2 56.11-56.46 120.5z" })));
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: "M352.48-64.87 91.17-397.43l66.87-68.01 134.22 83.74v-288.6h78.65v413.56l-125.69-71.13 146.3 184.35h340.7v-294.87H593.17v-79.22h218.27v452.74zm89.95-373.52v-305.04h79.22v305.04zM127.61-601.83q-1.48-11-2.26-21.78-.79-10.78-.79-22.68 0-120.88 87.22-206.28 87.21-85.39 212.41-85.39 124.37 0 211.72 85.35t87.35 206.09q0 10.56-1.5 25.63l-1.5 15.06-78.65-7.69 1.5-12.5q1.5-12.5 1.5-20.5 0-87.63-64.62-149.93-64.63-62.29-156.31-62.29-91.23 0-155.85 62.34-64.61 62.34-64.61 150.04 0 8.84.5 16.96t2.5 15.75zm361.61 290" })));
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: "M352.35-64.87 91.17-397.43l66.87-68.01 134.22 83.74v-288.6h78.65V-478h71.52v-265.43h79.22V-478h289.79v413.13zM127.61-601.83q-1.48-11-2.26-21.78-.79-10.78-.79-22.68 0-120.88 87.27-206.28 87.27-85.39 212.08-85.39 124.65 0 212 85.47t87.35 205.97q0 10.56-1.5 25.63l-1.5 15.06-78.65-7.69 1.5-12.43q1.5-12.43 1.5-20.57 0-87.63-64.62-149.93-64.63-62.29-156.31-62.29-91.23 0-155.85 62.34-64.61 62.34-64.61 150.04 0 8.84.5 16.96t2.5 15.75z" })));
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-600-sharp",
3
- "version": "0.37.0",
3
+ "version": "0.38.0",
4
4
  "description": "Latest sharp React icon components with weight 600 for Material Symbols",
5
5
  "files": [
6
6
  "dist"