@project-lary/react-material-symbols 0.18.0 → 0.19.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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function BoatBus({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function BoatBus(_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: "M333-185q23 14 47 23.5t50 14.5v62q-24-5-48.5-12.5T333-117q-38 18-77.5 27.5T178-80h-58v-60h58q40 0 79-11t76-34m45-696h204v103h192v192q-14-2-28.5-2.5T714-590v-128H246v171l234-71 110 34q-17 2-33.5 6.5T524-568L176-463l48 159q20-11 38-25t34-31l36-38q23 22 46 43t52 38v78q-26-9-51-26.5T331-307q-34 33-72 52.5T183-230h-1l-80-273 84-25v-250h192zM530-80v-71q-19-11-29.5-29T490-220v-210q0-52 47.5-76t148.42-24q104.8 0 149.44 23T880-430v210q0 21-10.5 39.5T840-151v71h-80v-60H610v60zm75-130q15 0 25-10t10-25-10-25-25-10-25 10-10 25q0 14 10.5 24.5T605-210m160 0q15 0 25-10t10-25-10-25-25-10-25 10-10 25q0 14 10.5 24.5T765-210M550-340h270v-80H550z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function BoatBusFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function BoatBusFilled(_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: "M333-185q23 14 47 23.5t50 14.5v62q-24-5-48.5-12.5T333-117q-38 18-77.5 27.5T178-80h-58v-60h58q40 0 79-11t76-34M530-80v-71q-19-11-29.5-29T490-220v-210q0-52 47.5-76t148.42-24q104.8 0 149.44 23T880-430v210q0 21-10.5 39.5T840-151v71h-80v-60H610v60zm75-130q15 0 25-10t10-25-10-25-25-10-25 10-10 25q0 14 10.5 24.5T605-210m160 0q15 0 25-10t10-25-10-25-25-10-25 10-10 25q0 14 10.5 24.5T765-210M550-340h270v-80H550zM378-778v-103h204v103h192v192q-14-2-28.5-2.5T714-590v-128H246v171l234-71 110 34q-65 9-112.5 44T430-430v191q-26-9-51-26.5T331-307q-34 33-72 52.5T183-230l-81-273 84-25v-250z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function BoatRailway({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function BoatRailway(_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: "M333-185q41 25 85 36t91 6l-62 61q-29-3-57-12t-57-23q-38 18-77.5 27.5T178-80h-58v-60h58q40 0 79-11t76-34m45-696h204v103h192v196q-14-4-29-5.5t-31-2.5v-128H246v171l234-71 136 42q-21 7-38.5 17T544-536l-64-19-304 92 48 159q20-11 38-25t34-31l36-38 41 48q20 23 44 40t53 20v61q-34-3-70.5-23T331-307q-34 33-72 52.5T183-230h-1l-80-273 84-25v-250h192zM530-80l80-80q-33 0-56.5-23.5T530-240v-130q0-71 48.61-115.5T705-530t126.39 44.5T880-370v130q0 33-23.5 56.5T800-160l80 80zm175-130q12 0 21-9t9-21-9-21-21-9-21 9-9 21 9 21 21 9M590-330h230v-40q0-11-2-21t-6-19H597.66q-3.83 9-5.75 19-1.91 10-1.91 21z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function BoatRailwayFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function BoatRailwayFilled(_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: "M333-185q41 25 85 36t91 6l-62 61q-29-3-57-12t-57-23q-38 18-77.5 27.5T178-80h-58v-60h58q40 0 79-11t76-34M530-80l80-80q-33 0-56.5-23.5T530-240v-130q0-71 48.61-115.5T705-530t126.39 44.5T880-370v130q0 33-23.5 56.5T800-160l80 80zm175-130q12 0 21-9t9-21-9-21-21-9-21 9-9 21 9 21 21 9M590-330h230v-40q0-11-2-21t-6-19H597.66q-3.83 9-5.75 19-1.91 10-1.91 21zM378-881h204v103h192v196q-14-4-29-5.5t-31-2.5v-128H246v171l234-71 136 42q-68 23-107 77.33T470-371v142q-34-3-70.5-23T331-307q-34 33-72 52.5T183-230l-81-273 84-25v-250h192z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function BusRailway({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function BusRailway(_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: "M325.94-422Q303-422 287-405.94t-16 39T287.06-328t39 16T365-328.06t16-39T364.94-406t-39-16M705-530q77.78 0 126.39 44.5T880-370v130q0 33-23.5 56.5T800-160l80 80H530l80-80q-33 0-56.5-23.5T530-240v-130q0-71 48.61-115.5T705-530m0 260q-12 0-21 9t-9 21 9 21 21 9 21-9 9-21-9-21-21-9M597.66-410q-3.83 9-5.75 19-1.91 10-1.91 21v40h230v-40q0-11-2-21t-6-19zM481-880q166 0 242.5 34T800-738v164q-14-5-28.84-8.5T740-588v-116H220v173h318q-14 13-25.5 27.92T493-471H220v120q0 35 23.5 62t58.5 27h168v60H302v82h-86v-111q-29-16-42.5-46T160-341v-397q0-73.66 76.5-107.83T481-880m0 116h259-520zm-261 0h520q-24-26-92-41t-167-15q-118 0-181 13.5T220-764m273 293" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function BusRailwayFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function BusRailwayFilled(_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: "M326.06-312Q349-312 365-328.06t16-39T364.94-406t-39-16T287-405.94t-16 39T287.06-328t39 16M530-80l80-80q-33 0-56.5-23.5T530-240v-130q0-71 48.61-115.5T705-530t126.39 44.5T880-370v130q0 33-23.5 56.5T800-160l80 80zm175-130q12 0 21-9t9-21-9-21-21-9-21 9-9 21 9 21 21 9M590-330h230v-40q0-11-2-21t-6-19H597.66q-3.83 9-5.75 19-1.91 10-1.91 21zM216-120v-111q-29-16-42.5-46T160-341v-397q0-73.66 76.5-107.83T481-880q166 0 242.5 34T800-738v164q-14-5-28.84-8.5T740-588v-116H220v173h318q-35 32-51.5 73.65Q470-415.71 470-370v168H302v82z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function Crown({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function Crown(_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: "M203-160v-60h554v60zm-1-144-53-334q-5 2-9.5 2.5t-9.5.5q-21 0-35.5-14.5T80-685t14.5-36 35.5-15 36 15 15 36q0 8-2.5 16t-7.5 14l148 66 141-194q-14-6-22.5-18.5T429-830q0-21 15-35.5t36-14.5 36 14.5 15 35.5q0 16-8.5 28.5T500-783l141 194 148-66q-5-6-7.5-14t-2.5-16q0-21 15-36t35-15q21 0 36 15t15 36-15 35.5-36 14.5q-5 0-9-1t-9-3l-53 335zm51-60h454l32-203-118 53-141-195-141 195-118-53zm227 0" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function CrownFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function CrownFilled(_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: "M203-160v-60h554v60zm-1-144-53-334q-5 2-9.5 2.5t-9.5.5q-21 0-35.5-14.5T80-685t14.5-36 35.5-15 36 15 15 36q0 8-2.5 16t-7.5 14l148 66 141-194q-14-6-22.5-18.5T429-830q0-21 15-35.5t36-14.5 36 14.5 15 35.5q0 16-8.5 28.5T500-783l141 194 148-66q-5-6-7.5-14t-2.5-16q0-21 15-36t35-15q21 0 36 15t15 36-15 35.5-36 14.5q-5 0-9-1t-9-3l-53 335z" })));
6
+ }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function DirectionsBoat(_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: "M156-200 73-487l87-29v-284h210v-120h220v120h210v285l86 27-82 288q-48-5-89.5-29T641-286q-32 36-72.68 61-40.69 25-88.32 25t-88.32-25Q351-250 319-286q-32 33-73.5 57T156-200M80-40v-60h80q42 0 83-13t77-37q36 24 77 36t83 12 83-12 77-36q36 24 77 37t83 13h80v60h-80q-41 0-81-10.5T640-81q-39 20-80 30.5T480-40t-80-10.5T320-81q-39 20-78.8 30.5T159.6-40zm140-495 260-84 260 85v-206H220zm259.5 275q51.5 0 91.5-41t69-76q25 30 55.5 58.5T762-269l51-179-333-108-334 108 52 177q35-19 66.5-47.5T320-377q30 36 69 76.5t90.5 40.5" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M178-80h-58v-60h58q40 0 79-11t76-34q35 22 72 32.5t75 10.5 75-10.5 72-32.5q38 23 77.5 34t78.5 11h57v60h-57q-39 0-78-9t-77-28q-38 19-75 28t-73 9-73-9.5-74-27.5q-38 18-77.5 27.5T178-80m302-149q-36 0-75.5-20.5T330-307q-33 33-71 52.5T182-230l-80-273 84-25v-250h192v-103h204v103h192v250l84 25-80 273q-39-5-77-24.5T630-307q-35 37-74.5 57.5T480-229m1-60q32 0 58.5-18t47.5-43l41-48 36 38q16 17 34 31t38 25l48-159-304-92-304 92 48 159q20-11 38-25t34-31l36-38 41 48q22 25 49 43t59 18M246-547l234-71 234 72v-172H246zm234 125" })));
6
6
  }
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function DirectionsBoatFilled(_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: "M156-200 73-487l87-29v-284h210v-120h220v120h210v285l86 27-82 288q-48-5-89.5-29T641-286q-32 36-72.5 61T480-200t-88.5-25-72.5-61q-32 33-73.5 57T156-200M80-40v-60h80q42 0 83-13t77-37q36 24 77 36t83 12 83-12 77-36q36 24 77 37t83 13h80v60h-80q-41 0-81-10.5T640-81q-39 20-80 30.5T480-40t-80-10.5T320-81q-39 20-79 30.5T160-40zm140-495 260-84 260 85v-206H220z" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M178-80h-58v-60h58q40 0 79-11t76-34q35 22 72 32.5t75 10.5 75-10.5 72-32.5q38 23 77.5 34t78.5 11h57v60h-57q-39 0-78-9t-77-28q-38 19-75 28t-73 9-73-9.5-74-27.5q-38 18-77.5 27.5T178-80m68-467 234-71 234 72v-172H246zm234 318q-36 0-75.5-20.5T330-307q-33 33-71 52.5T182-230l-80-273 84-25v-250h192v-103h204v103h192v250l84 25-80 273q-39-5-77-24.5T630-307q-35 37-74.5 57.5T480-229" })));
6
6
  }
package/dist/index.d.ts CHANGED
@@ -700,6 +700,10 @@ export { default as BlurOn } from './components/BlurOn';
700
700
  export { default as BlurOnFilled } from './components/BlurOnFilled';
701
701
  export { default as BlurShort } from './components/BlurShort';
702
702
  export { default as BlurShortFilled } from './components/BlurShortFilled';
703
+ export { default as BoatBus } from './components/BoatBus';
704
+ export { default as BoatBusFilled } from './components/BoatBusFilled';
705
+ export { default as BoatRailway } from './components/BoatRailway';
706
+ export { default as BoatRailwayFilled } from './components/BoatRailwayFilled';
703
707
  export { default as BodyFat } from './components/BodyFat';
704
708
  export { default as BodyFatFilled } from './components/BodyFatFilled';
705
709
  export { default as BodySystem } from './components/BodySystem';
@@ -878,6 +882,8 @@ export { default as BurstMode } from './components/BurstMode';
878
882
  export { default as BurstModeFilled } from './components/BurstModeFilled';
879
883
  export { default as BusAlert } from './components/BusAlert';
880
884
  export { default as BusAlertFilled } from './components/BusAlertFilled';
885
+ export { default as BusRailway } from './components/BusRailway';
886
+ export { default as BusRailwayFilled } from './components/BusRailwayFilled';
881
887
  export { default as BusinessCenter } from './components/BusinessCenter';
882
888
  export { default as BusinessCenterFilled } from './components/BusinessCenterFilled';
883
889
  export { default as BusinessChip } from './components/BusinessChip';
@@ -1426,6 +1432,8 @@ export { default as Crossword } from './components/Crossword';
1426
1432
  export { default as CrosswordFilled } from './components/CrosswordFilled';
1427
1433
  export { default as Crowdsource } from './components/Crowdsource';
1428
1434
  export { default as CrowdsourceFilled } from './components/CrowdsourceFilled';
1435
+ export { default as Crown } from './components/Crown';
1436
+ export { default as CrownFilled } from './components/CrownFilled';
1429
1437
  export { default as CrueltyFree } from './components/CrueltyFree';
1430
1438
  export { default as CrueltyFreeFilled } from './components/CrueltyFreeFilled';
1431
1439
  export { default as Css } from './components/Css';
package/dist/index.js CHANGED
@@ -700,6 +700,10 @@ export { default as BlurOn } from './components/BlurOn';
700
700
  export { default as BlurOnFilled } from './components/BlurOnFilled';
701
701
  export { default as BlurShort } from './components/BlurShort';
702
702
  export { default as BlurShortFilled } from './components/BlurShortFilled';
703
+ export { default as BoatBus } from './components/BoatBus';
704
+ export { default as BoatBusFilled } from './components/BoatBusFilled';
705
+ export { default as BoatRailway } from './components/BoatRailway';
706
+ export { default as BoatRailwayFilled } from './components/BoatRailwayFilled';
703
707
  export { default as BodyFat } from './components/BodyFat';
704
708
  export { default as BodyFatFilled } from './components/BodyFatFilled';
705
709
  export { default as BodySystem } from './components/BodySystem';
@@ -878,6 +882,8 @@ export { default as BurstMode } from './components/BurstMode';
878
882
  export { default as BurstModeFilled } from './components/BurstModeFilled';
879
883
  export { default as BusAlert } from './components/BusAlert';
880
884
  export { default as BusAlertFilled } from './components/BusAlertFilled';
885
+ export { default as BusRailway } from './components/BusRailway';
886
+ export { default as BusRailwayFilled } from './components/BusRailwayFilled';
881
887
  export { default as BusinessCenter } from './components/BusinessCenter';
882
888
  export { default as BusinessCenterFilled } from './components/BusinessCenterFilled';
883
889
  export { default as BusinessChip } from './components/BusinessChip';
@@ -1426,6 +1432,8 @@ export { default as Crossword } from './components/Crossword';
1426
1432
  export { default as CrosswordFilled } from './components/CrosswordFilled';
1427
1433
  export { default as Crowdsource } from './components/Crowdsource';
1428
1434
  export { default as CrowdsourceFilled } from './components/CrowdsourceFilled';
1435
+ export { default as Crown } from './components/Crown';
1436
+ export { default as CrownFilled } from './components/CrownFilled';
1429
1437
  export { default as CrueltyFree } from './components/CrueltyFree';
1430
1438
  export { default as CrueltyFreeFilled } from './components/CrueltyFreeFilled';
1431
1439
  export { default as Css } from './components/Css';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-lary/react-material-symbols",
3
- "version": "0.18.0",
3
+ "version": "0.19.0",
4
4
  "description": "Latest React icon components for Material Symbols",
5
5
  "files": [
6
6
  "dist"