@nine-thirty-five/material-symbols-react 1.14.1 → 1.14.2

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 (72) hide show
  1. package/dist/esm/outlined/BoatBus.d.ts +3 -0
  2. package/dist/esm/outlined/BoatBus.js +6 -0
  3. package/dist/esm/outlined/BoatRailway.d.ts +3 -0
  4. package/dist/esm/outlined/BoatRailway.js +6 -0
  5. package/dist/esm/outlined/BusRailway.d.ts +3 -0
  6. package/dist/esm/outlined/BusRailway.js +6 -0
  7. package/dist/esm/outlined/Crown.d.ts +3 -0
  8. package/dist/esm/outlined/Crown.js +6 -0
  9. package/dist/esm/outlined/DirectionsBoat.js +1 -1
  10. package/dist/esm/outlined/filled/BoatBus.d.ts +3 -0
  11. package/dist/esm/outlined/filled/BoatBus.js +6 -0
  12. package/dist/esm/outlined/filled/BoatRailway.d.ts +3 -0
  13. package/dist/esm/outlined/filled/BoatRailway.js +6 -0
  14. package/dist/esm/outlined/filled/BusRailway.d.ts +3 -0
  15. package/dist/esm/outlined/filled/BusRailway.js +6 -0
  16. package/dist/esm/outlined/filled/Crown.d.ts +3 -0
  17. package/dist/esm/outlined/filled/Crown.js +6 -0
  18. package/dist/esm/outlined/filled/DirectionsBoat.js +1 -1
  19. package/dist/esm/outlined/filled/index.d.ts +3402 -3398
  20. package/dist/esm/outlined/filled/index.js +3402 -3398
  21. package/dist/esm/outlined/index.d.ts +3402 -3398
  22. package/dist/esm/outlined/index.js +3402 -3398
  23. package/dist/esm/rounded/BoatBus.d.ts +3 -0
  24. package/dist/esm/rounded/BoatBus.js +6 -0
  25. package/dist/esm/rounded/BoatRailway.d.ts +3 -0
  26. package/dist/esm/rounded/BoatRailway.js +6 -0
  27. package/dist/esm/rounded/BusRailway.d.ts +3 -0
  28. package/dist/esm/rounded/BusRailway.js +6 -0
  29. package/dist/esm/rounded/Crown.d.ts +3 -0
  30. package/dist/esm/rounded/Crown.js +6 -0
  31. package/dist/esm/rounded/DirectionsBoat.js +1 -1
  32. package/dist/esm/rounded/SpeedTwox.js +1 -1
  33. package/dist/esm/rounded/VolumeOff.js +1 -1
  34. package/dist/esm/rounded/filled/BoatBus.d.ts +3 -0
  35. package/dist/esm/rounded/filled/BoatBus.js +6 -0
  36. package/dist/esm/rounded/filled/BoatRailway.d.ts +3 -0
  37. package/dist/esm/rounded/filled/BoatRailway.js +6 -0
  38. package/dist/esm/rounded/filled/BusRailway.d.ts +3 -0
  39. package/dist/esm/rounded/filled/BusRailway.js +6 -0
  40. package/dist/esm/rounded/filled/Crown.d.ts +3 -0
  41. package/dist/esm/rounded/filled/Crown.js +6 -0
  42. package/dist/esm/rounded/filled/DirectionsBoat.js +1 -1
  43. package/dist/esm/rounded/filled/SpeedTwox.js +1 -1
  44. package/dist/esm/rounded/filled/VolumeOff.js +1 -1
  45. package/dist/esm/rounded/filled/index.d.ts +3402 -3398
  46. package/dist/esm/rounded/filled/index.js +3402 -3398
  47. package/dist/esm/rounded/index.d.ts +3402 -3398
  48. package/dist/esm/rounded/index.js +3402 -3398
  49. package/dist/esm/sharp/BoatBus.d.ts +3 -0
  50. package/dist/esm/sharp/BoatBus.js +6 -0
  51. package/dist/esm/sharp/BoatRailway.d.ts +3 -0
  52. package/dist/esm/sharp/BoatRailway.js +6 -0
  53. package/dist/esm/sharp/BusRailway.d.ts +3 -0
  54. package/dist/esm/sharp/BusRailway.js +6 -0
  55. package/dist/esm/sharp/Crown.d.ts +3 -0
  56. package/dist/esm/sharp/Crown.js +6 -0
  57. package/dist/esm/sharp/DirectionsBoat.js +1 -1
  58. package/dist/esm/sharp/filled/BoatBus.d.ts +3 -0
  59. package/dist/esm/sharp/filled/BoatBus.js +6 -0
  60. package/dist/esm/sharp/filled/BoatRailway.d.ts +3 -0
  61. package/dist/esm/sharp/filled/BoatRailway.js +6 -0
  62. package/dist/esm/sharp/filled/BusRailway.d.ts +3 -0
  63. package/dist/esm/sharp/filled/BusRailway.js +6 -0
  64. package/dist/esm/sharp/filled/Crown.d.ts +3 -0
  65. package/dist/esm/sharp/filled/Crown.js +6 -0
  66. package/dist/esm/sharp/filled/DirectionsBoat.js +1 -1
  67. package/dist/esm/sharp/filled/SpeedTwox.js +1 -1
  68. package/dist/esm/sharp/filled/index.d.ts +3402 -3398
  69. package/dist/esm/sharp/filled/index.js +3402 -3398
  70. package/dist/esm/sharp/index.d.ts +3402 -3398
  71. package/dist/esm/sharp/index.js +3402 -3398
  72. package/package.json +1 -1
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const BoatBus: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BoatBus;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ const BoatBus = (props) => {
3
+ return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
4
+ React.createElement("path", { d: "M341-204q17 8 31 15t28 13v84q-14-5-29-10.5T339-116q-45 18-91.5 27T152-80h-32v-80h32q48 0 91.5-10.5T341-204Zm97-362Zm-58-314h200v80h100q33 0 56.5 23.5T760-720v84q-18-2-37.5-3t-42.5-1v-80H280v113l200-53 101 27q-37 6-75 20.5T438-566l-236 62 46 149q11-10 22.5-19.5T293-395l41-42q17 19 33 37.5t33 36.5v99q-31-18-50.5-37L330-320q-28 27-61 46t-71 27l-85-273q-5-17 3-31t25-19l59-16v-134q0-33 23.5-56.5T280-800h100v-80ZM540-80q-8 0-14-6t-6-14v-51q-19-11-29.5-29T480-220v-240q0-52 48-76t152-24q108 0 154 23t46 77v240q0 21-10.5 39.5T840-151v51q0 8-6 14t-14 6h-40q-8 0-14-6t-6-14v-40H600v40q0 8-6 14t-14 6h-40Zm55-130q15 0 25-10t10-25q0-15-10-25t-25-10q-15 0-25 10t-10 25q0 14 10.5 24.5T595-210Zm170 0q15 0 25-10t10-25q0-15-10-25t-25-10q-15 0-25 10t-10 25q0 14 10.5 24.5T765-210ZM540-360h280v-80H540v80Z" }));
5
+ };
6
+ export default BoatBus;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const BoatRailway: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BoatRailway;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ const BoatRailway = (props) => {
3
+ return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
4
+ React.createElement("path", { d: "M509-569ZM341-204q33 17 58.5 28.5T459-161l-67 66q-13-4-26-9t-27-12q-45 18-91.5 27T152-80h-32v-80h32q48 0 91.5-10.5T341-204Zm39-676h200v80h100q33 0 56.5 23.5T760-720v85q-20-4-40-5t-40 1v-81H280v113l200-53 127 34q-29 9-53.5 23.5T509-569l-29-8-278 73 46 149q11-10 22.5-19.5T293-395l41-42 46 53q14 16 28.5 30t31.5 23v85q-47-14-78.5-44L330-320q-28 27-61 46t-71 27l-85-273q-5-17 3-31t25-19l59-16v-134q0-33 23.5-56.5T280-800h100v-80ZM520-80l80-80q-33 0-56.5-23.5T520-240v-160q0-71 50-115.5T700-560q80 0 130 44.5T880-400v160q0 33-23.5 56.5T800-160l80 80H520Zm180-160q12 0 21-9t9-21q0-12-9-21t-21-9q-12 0-21 9t-9 21q0 12 9 21t21 9ZM580-360h240v-40q0-11-2-21t-6-19H588q-4 9-6 19t-2 21v40Z" }));
5
+ };
6
+ export default BoatRailway;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const BusRailway: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BusRailway;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ const BusRailway = (props) => {
3
+ return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
4
+ React.createElement("path", { d: "M340-440q-25 0-42.5 17.5T280-380q0 25 17.5 42.5T340-320q25 0 42.5-17.5T400-380q0-25-17.5-42.5T340-440Zm360-120q80 0 130 44.5T880-400v160q0 33-23.5 56.5T800-160l80 80H520l80-80q-33 0-56.5-23.5T520-240v-160q0-71 50-115.5T700-560Zm0 260q-12 0-21 9t-9 21q0 12 9 21t21 9q12 0 21-9t9-21q0-12-9-21t-21-9ZM588-440q-4 9-6 19t-2 21v40h240v-40q0-11-2-21t-6-19H588ZM480-880q172 0 246 37t74 123v96q-18-6-38-9.5t-42-5.5v-41H240v120h260q-16 17-27.5 37T453-480H240v120q0 33 23.5 56.5T320-280h120v80H320v40q0 17-11.5 28.5T280-120h-40q-17 0-28.5-11.5T200-160v-82q-18-20-29-44.5T160-340v-380q0-83 77-121.5T480-880Zm2 120h224-448 224Zm-224 0h448q-15-17-64.5-28.5T482-800q-107 0-156.5 12.5T258-760Zm195 280Z" }));
5
+ };
6
+ export default BusRailway;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const Crown: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default Crown;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ const Crown = (props) => {
3
+ return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
4
+ React.createElement("path", { d: "M200-160v-80h560v80H200Zm0-140-51-321q-2 0-4.5.5t-4.5.5q-25 0-42.5-17.5T80-680q0-25 17.5-42.5T140-740q25 0 42.5 17.5T200-680q0 7-1.5 13t-3.5 11l125 56 125-171q-11-8-18-21t-7-28q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820q0 15-7 28t-18 21l125 171 125-56q-2-5-3.5-11t-1.5-13q0-25 17.5-42.5T820-740q25 0 42.5 17.5T880-680q0 25-17.5 42.5T820-620q-2 0-4.5-.5t-4.5-.5l-51 321H200Zm68-80h424l26-167-105 46-133-183-133 183-105-46 26 167Zm212 0Z" }));
5
+ };
6
+ export default Crown;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  const DirectionsBoat = (props) => {
3
3
  return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
4
- React.createElement("path", { d: "M479-418ZM158-200 82-468q-3-12 2.5-28t23.5-22l52-18v-184q0-33 23.5-56.5T240-800h120v-120h240v120h120q33 0 56.5 23.5T800-720v184l52 18q21 8 25 23.5t1 26.5l-76 268q-50 0-91-23.5T640-280q-30 33-71 56.5T480-200q-48 0-89-23.5T320-280q-30 33-71 56.5T158-200ZM80-40v-80h80q42 0 83-13t77-39q36 26 77 38t83 12q42 0 83-12t77-38q36 26 77 39t83 13h80v80h-80q-42 0-82-10t-78-30q-38 20-78.5 30T480-40q-41 0-81.5-10T320-80q-38 20-78 30t-82 10H80Zm160-522 240-78 240 78v-158H240v158Zm240 282q47 0 79.5-33t80.5-89q48 54 65 74t41 34l44-160-310-102-312 102 46 158q24-14 41-32t65-74q50 57 81.5 89.5T480-280Z" }));
4
+ React.createElement("path", { d: "M152-80h-32v-80h32q48 0 91.5-10.5T341-204q38 19 66.5 31.5T480-160q44 0 72.5-12.5T619-204q53 23 97.5 33.5T809-160h31v80h-31q-49 0-95.5-9T622-116q-40 19-73 27t-69 8q-36 0-68.5-8T339-116q-45 18-91.5 27T152-80Zm328-160q-60 0-105-40l-45-40q-27 27-60.5 46T198-247l-85-273q-5-17 3-31t25-19l59-16v-134q0-33 23.5-56.5T280-800h100v-80h200v80h100q33 0 56.5 23.5T760-720v134l59 16q17 5 25 19t3 31l-85 273q-38-8-71.5-27T630-320l-45 40q-45 40-105 40Zm2-80q31 0 55-20.5t44-43.5l46-53 41 42q11 11 22.5 20.5T713-355l46-149-279-73-278 73 46 149q11-10 22.5-19.5T293-395l41-42 46 53q20 24 45 44t57 20ZM280-607l200-53 200 53v-113H280v113Zm201 158Z" }));
5
5
  };
6
6
  export default DirectionsBoat;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const BoatBus: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BoatBus;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ const BoatBus = (props) => {
3
+ return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
4
+ React.createElement("path", { d: "M341-204q17 8 31 15t28 13v84q-14-5-29-10.5T339-116q-45 18-91.5 27T152-80h-32v-80h32q48 0 91.5-10.5T341-204ZM540-80q-8 0-14-6t-6-14v-51q-19-11-29.5-29T480-220v-240q0-52 48-76t152-24q108 0 154 23t46 77v240q0 21-10.5 39.5T840-151v51q0 8-6 14t-14 6h-40q-8 0-14-6t-6-14v-40H600v40q0 8-6 14t-14 6h-40Zm55-130q15 0 25-10t10-25q0-15-10-25t-25-10q-15 0-25 10t-10 25q0 14 10.5 24.5T595-210Zm170 0q15 0 25-10t10-25q0-15-10-25t-25-10q-15 0-25 10t-10 25q0 14 10.5 24.5T765-210ZM540-360h280v-80H540v80ZM380-800v-80h200v80h100q33 0 56.5 23.5T760-720v84q-18-2-37.5-3t-42.5-1v-80H280v113l200-53 101 27q-88 15-134 57.5T400-440v176q-31-18-50.5-37L330-320q-28 27-61 46t-71 27l-85-273q-5-17 3-31t25-19l59-16v-134q0-33 23.5-56.5T280-800h100Z" }));
5
+ };
6
+ export default BoatBus;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const BoatRailway: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BoatRailway;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ const BoatRailway = (props) => {
3
+ return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
4
+ React.createElement("path", { d: "M341-204q33 17 58.5 28.5T459-161l-67 66q-13-4-26-9t-27-12q-45 18-91.5 27T152-80h-32v-80h32q48 0 91.5-10.5T341-204ZM520-80l80-80q-33 0-56.5-23.5T520-240v-160q0-71 50-115.5T700-560q80 0 130 44.5T880-400v160q0 33-23.5 56.5T800-160l80 80H520Zm180-160q12 0 21-9t9-21q0-12-9-21t-21-9q-12 0-21 9t-9 21q0 12 9 21t21 9ZM580-360h240v-40q0-11-2-21t-6-19H588q-4 9-6 19t-2 21v40ZM380-880h200v80h100q33 0 56.5 23.5T760-720v85q-20-4-40-5t-40 1v-81H280v113l200-53 127 34q-77 24-122 84t-45 141v155q-47-14-78.5-44L330-320q-28 27-61 46t-71 27l-85-273q-5-17 3-31t25-19l59-16v-134q0-33 23.5-56.5T280-800h100v-80Z" }));
5
+ };
6
+ export default BoatRailway;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const BusRailway: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default BusRailway;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ const BusRailway = (props) => {
3
+ return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
4
+ React.createElement("path", { d: "M340-320q25 0 42.5-17.5T400-380q0-25-17.5-42.5T340-440q-25 0-42.5 17.5T280-380q0 25 17.5 42.5T340-320ZM520-80l80-80q-33 0-56.5-23.5T520-240v-160q0-71 50-115.5T700-560q80 0 130 44.5T880-400v160q0 33-23.5 56.5T800-160l80 80H520Zm180-160q12 0 21-9t9-21q0-12-9-21t-21-9q-12 0-21 9t-9 21q0 12 9 21t21 9ZM580-360h240v-40q0-11-2-21t-6-19H588q-4 9-6 19t-2 21v40ZM240-120q-17 0-28.5-11.5T200-160v-82q-18-20-29-44.5T160-340v-380q0-83 77-121.5T480-880q172 0 246 37t74 123v96q-18-6-38-9.5t-42-5.5v-41H240v120h260q-30 33-45 74t-15 86v200H320v40q0 17-11.5 28.5T280-120h-40Z" }));
5
+ };
6
+ export default BusRailway;
@@ -0,0 +1,3 @@
1
+ import React, { SVGProps } from "react";
2
+ declare const Crown: React.FC<SVGProps<SVGSVGElement>>;
3
+ export default Crown;
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ const Crown = (props) => {
3
+ return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
4
+ React.createElement("path", { d: "M200-160v-80h560v80H200Zm0-140-51-321q-2 0-4.5.5t-4.5.5q-25 0-42.5-17.5T80-680q0-25 17.5-42.5T140-740q25 0 42.5 17.5T200-680q0 7-1.5 13t-3.5 11l125 56 125-171q-11-8-18-21t-7-28q0-25 17.5-42.5T480-880q25 0 42.5 17.5T540-820q0 15-7 28t-18 21l125 171 125-56q-2-5-3.5-11t-1.5-13q0-25 17.5-42.5T820-740q25 0 42.5 17.5T880-680q0 25-17.5 42.5T820-620q-2 0-4.5-.5t-4.5-.5l-51 321H200Z" }));
5
+ };
6
+ export default Crown;
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  const DirectionsBoat = (props) => {
3
3
  return React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", height: "24", width: "24", viewBox: "0 -960 960 960", fill: "currentColor" }, props),
4
- React.createElement("path", { d: "M158-200 82-468q-3-12 2.5-28t23.5-22l52-18v-184q0-33 23.5-56.5T240-800h120v-120h240v120h120q33 0 56.5 23.5T800-720v184l52 18q21 8 25 23.5t1 26.5l-76 268q-50 0-91-23.5T640-280q-30 33-71 56.5T480-200q-48 0-89-23.5T320-280q-30 33-71 56.5T158-200ZM80-40v-80h80q42 0 83-13t77-39q36 26 77 38t83 12q42 0 83-12t77-38q36 26 77 39t83 13h80v80h-80q-42 0-82-10t-78-30q-38 20-78.5 30T480-40q-41 0-81.5-10T320-80q-38 20-78 30t-82 10H80Zm160-522 240-78 240 78v-158H240v158Z" }));
4
+ React.createElement("path", { d: "M152-80h-32v-80h32q48 0 91.5-10.5T341-204q38 19 66.5 31.5T480-160q44 0 72.5-12.5T619-204q53 23 97.5 33.5T809-160h31v80h-31q-49 0-95.5-9T622-116q-40 19-73 27t-69 8q-36 0-68.5-8T339-116q-45 18-91.5 27T152-80Zm328-160q-60 0-105-40l-45-40q-27 27-60.5 46T198-247l-85-273q-5-17 3-31t25-19l59-16v-134q0-33 23.5-56.5T280-800h100v-80h200v80h100q33 0 56.5 23.5T760-720v134l59 16q17 5 25 19t3 31l-85 273q-38-8-71.5-27T630-320l-45 40q-45 40-105 40ZM280-607l200-53 200 53v-113H280v113Z" }));
5
5
  };
6
6
  export default DirectionsBoat;