@project-lary/react-material-symbols 0.22.0 → 0.23.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.
@@ -2,5 +2,5 @@ import React from 'react';
2
2
  export default function FireExtinguisher(_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-80q-33 0-56.5-23.5T280-160v-40h400v40q0 33-23.5 56.5T600-80zm-80-150v-220h400v220zm4-250q10-46 42-86t81-59.7q-10-8.3-18-17.8T375-664l-175-41v-30l175-41q15-29 42.5-46.5T480-840q21 0 40 7t34 19l126-26v240l-126-26h-1q47 19 79.5 57.5T676-480zm196-180q25.5 0 42.75-17.25T540-720q0-26-17.5-43T480-780t-42.5 17.25T420-720t17.25 42.75T480-660" })));
5
+ React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M280-244v-237l10-29h380l10 29v237zm61-206v146h280v-146zm139-262q23 0 38.5-15.5T534-766t-15.5-38.5T480-820t-38.5 15.5T426-766t15.5 38.5T480-712m170-15v-78l-59 12q2 7 2.5 13.5t.5 13.5-.5 13.5T591-739zM280-481q0-67 39-118t99-71q-14-9-25-22t-18-29l-165-33v-24l165-33q13-31 41.5-50t63.5-19q23 0 43 8.5t36 23.5l151-30v224l-151-30q-4 4-8 7.5t-9 6.5q60 20 99 71t39 118h-59q0-60-41.5-100T481-621t-98.5 40T341-481zm0 401v-164h61v104h280v-104h59v164z" })));
6
6
  }
@@ -1,3 +1,4 @@
1
- import FireExtinguisher from './FireExtinguisher';
2
- declare const FireExtinguisherFilled: typeof FireExtinguisher;
3
- export default FireExtinguisherFilled;
1
+ import React from 'react';
2
+ export default function FireExtinguisherFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -1,3 +1,6 @@
1
- import FireExtinguisher from './FireExtinguisher';
2
- var FireExtinguisherFilled = FireExtinguisher;
3
- export default FireExtinguisherFilled;
1
+ import React from 'react';
2
+ export default function FireExtinguisherFilled(_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: "M280-304v-146h400v146zm200-408q22 0 38-15.5t16-38.5q0-22-16-38t-38-16q-23 0-38.5 16T426-766q0 23 15.5 38.5T480-712M282-510q8-57 45-100t91-60q-14-9-25-22t-18-29l-165-33v-23l165-33q13-31 41-50.5t64-19.5q23 0 43 9t36 24l151-30v223l-151-30q-4 4-8.5 7.5T541-670q54 17 91 60t45 100zm-2 430v-164h400v164z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ImageArrowUp({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function ImageArrowUp(_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: "M120-120v-720h454v60H180v600h600v-348h60v408zm116-157h489L578-473 446-302l-93-127zm508-307v-181l-74 73-42-42 146-146 146 146-42 42-74-73v181z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function ImageArrowUpFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function ImageArrowUpFilled(_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: "M120-120v-720h478q-14 24-22 51t-8 55q0 86 63 146t149 60q16-1 31-3t29-7v418zm116-157h489L578-473 446-302l-93-127zm508-307v-181l-74 73-42-42 146-146 146 146-42 42-74-73v181z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function MobileSound2({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function MobileSound2(_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: "M479-610q12 0 21-9t9-21-9-21-21-9-21 9-9 21 9 21 21 9M189-348q-21-27-33.5-60.5T143-480q0-37 12-70.5t33-60.5l47 41q-14 19-22.5 41.5T204-480t8.5 49 23.5 42zM75-260q-35-46-55.5-101.5T-1-480t20.5-118.5T75-700l47 37q-29 38-45.5 84T60-481t17 99.5 46 85.5zm210 100v-640h388v640zm60-60h268v-520H345zm426-128-47-41q15-19 23.5-42t8.5-49-8.5-48.5T725-570l47-41q21 27 33 61t12 71q0 38-12.5 71T771-348m114 88-48-36q29-38 46-85.5t17-99.5-16.5-98-45.5-84l47-37q35 46 55.5 101.5T961-480t-20.5 118.5T885-260m-540 40v-520z" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function MobileSound2Filled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function MobileSound2Filled(_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: "M479-610q12 0 21-9t9-21-9-21-21-9-21 9-9 21 9 21 21 9M189-348q-21-27-33.5-60.5T143-480q0-37 12-70.5t33-60.5l47 41q-14 19-22.5 41.5T204-480t8.5 49 23.5 42zM75-260q-35-46-55.5-101.5T-1-480t20.5-118.5T75-700l47 37q-29 38-45.5 84T60-481t17 99.5 46 85.5zm210 100v-640h388v640zm486-188-47-41q15-19 23.5-42t8.5-49-8.5-48.5T725-570l47-41q21 27 33 61t12 71q0 38-12.5 71T771-348m114 88-48-36q29-38 46-85.5t17-99.5-16.5-98-45.5-84l47-37q35 46 55.5 101.5T961-480t-20.5 118.5T885-260" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PersonShield({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function PersonShield(_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: "M543-160H160v-94q0-38 19-65t49-41q67-30 128.5-45T480-420h16q8 0 16 1v60q-8 0-16-.5t-16-.5q-57 0-110.5 12T252-306q-14 7-23 21.5t-9 30.5v34h301q3.53 15.84 9.26 30.92Q536-174 543-160m183 80q-71-18-112.5-78.14T572-292v-98.08L726-467l154 76.92V-292q0 73.72-41.5 133.86T726-80m0-60q44-21 69-62t25-90.21v-60.92L726-400l-94 46.87v60.92Q632-243 657-202t69 62M480-481q-63 0-106.5-43.5T330-631t43.5-106.5T480-781t106.5 43.5T630-631t-43.5 106.5T480-481m0-60q38 0 64-26t26-64-26-64-64-26-64 26-26 64 26 64 64 26m246 271" })));
6
+ }
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export default function PersonShieldFilled({ className }: {
3
+ className?: string;
4
+ }): React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ export default function PersonShieldFilled(_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: "M726-80q-71-18-112.5-78T572-292v-98l154-77 154 77v98q0 74-41.5 134T726-80m-566-80v-94q0-38 19-65t49-41q67-30 128.5-45T480-420h16q8 0 16 1v127q0 35 8 68t23 64zm320-321q-63 0-106.5-43.5T330-631t43.5-106.5T480-781t106.5 43.5T630-631t-43.5 106.5T480-481" })));
6
+ }
package/dist/index.d.ts CHANGED
@@ -3095,6 +3095,8 @@ export { default as IframeFilled } from './components/IframeFilled';
3095
3095
  export { default as IframeOff } from './components/IframeOff';
3096
3096
  export { default as IframeOffFilled } from './components/IframeOffFilled';
3097
3097
  export { default as Image } from './components/Image';
3098
+ export { default as ImageArrowUp } from './components/ImageArrowUp';
3099
+ export { default as ImageArrowUpFilled } from './components/ImageArrowUpFilled';
3098
3100
  export { default as ImageAspectRatio } from './components/ImageAspectRatio';
3099
3101
  export { default as ImageAspectRatioFilled } from './components/ImageAspectRatioFilled';
3100
3102
  export { default as ImageFilled } from './components/ImageFilled';
@@ -3784,6 +3786,8 @@ export { default as MobileScreenShare } from './components/MobileScreenShare';
3784
3786
  export { default as MobileScreenShareFilled } from './components/MobileScreenShareFilled';
3785
3787
  export { default as MobileScreensaver } from './components/MobileScreensaver';
3786
3788
  export { default as MobileScreensaverFilled } from './components/MobileScreensaverFilled';
3789
+ export { default as MobileSound2 } from './components/MobileSound2';
3790
+ export { default as MobileSound2Filled } from './components/MobileSound2Filled';
3787
3791
  export { default as MobileSpeaker } from './components/MobileSpeaker';
3788
3792
  export { default as MobileSpeakerFilled } from './components/MobileSpeakerFilled';
3789
3793
  export { default as MobiledataOff } from './components/MobiledataOff';
@@ -4488,6 +4492,8 @@ export { default as PersonRemove } from './components/PersonRemove';
4488
4492
  export { default as PersonRemoveFilled } from './components/PersonRemoveFilled';
4489
4493
  export { default as PersonSearch } from './components/PersonSearch';
4490
4494
  export { default as PersonSearchFilled } from './components/PersonSearchFilled';
4495
+ export { default as PersonShield } from './components/PersonShield';
4496
+ export { default as PersonShieldFilled } from './components/PersonShieldFilled';
4491
4497
  export { default as PersonalBag } from './components/PersonalBag';
4492
4498
  export { default as PersonalBagFilled } from './components/PersonalBagFilled';
4493
4499
  export { default as PersonalBagOff } from './components/PersonalBagOff';
package/dist/index.js CHANGED
@@ -3095,6 +3095,8 @@ export { default as IframeFilled } from './components/IframeFilled';
3095
3095
  export { default as IframeOff } from './components/IframeOff';
3096
3096
  export { default as IframeOffFilled } from './components/IframeOffFilled';
3097
3097
  export { default as Image } from './components/Image';
3098
+ export { default as ImageArrowUp } from './components/ImageArrowUp';
3099
+ export { default as ImageArrowUpFilled } from './components/ImageArrowUpFilled';
3098
3100
  export { default as ImageAspectRatio } from './components/ImageAspectRatio';
3099
3101
  export { default as ImageAspectRatioFilled } from './components/ImageAspectRatioFilled';
3100
3102
  export { default as ImageFilled } from './components/ImageFilled';
@@ -3784,6 +3786,8 @@ export { default as MobileScreenShare } from './components/MobileScreenShare';
3784
3786
  export { default as MobileScreenShareFilled } from './components/MobileScreenShareFilled';
3785
3787
  export { default as MobileScreensaver } from './components/MobileScreensaver';
3786
3788
  export { default as MobileScreensaverFilled } from './components/MobileScreensaverFilled';
3789
+ export { default as MobileSound2 } from './components/MobileSound2';
3790
+ export { default as MobileSound2Filled } from './components/MobileSound2Filled';
3787
3791
  export { default as MobileSpeaker } from './components/MobileSpeaker';
3788
3792
  export { default as MobileSpeakerFilled } from './components/MobileSpeakerFilled';
3789
3793
  export { default as MobiledataOff } from './components/MobiledataOff';
@@ -4488,6 +4492,8 @@ export { default as PersonRemove } from './components/PersonRemove';
4488
4492
  export { default as PersonRemoveFilled } from './components/PersonRemoveFilled';
4489
4493
  export { default as PersonSearch } from './components/PersonSearch';
4490
4494
  export { default as PersonSearchFilled } from './components/PersonSearchFilled';
4495
+ export { default as PersonShield } from './components/PersonShield';
4496
+ export { default as PersonShieldFilled } from './components/PersonShieldFilled';
4491
4497
  export { default as PersonalBag } from './components/PersonalBag';
4492
4498
  export { default as PersonalBagFilled } from './components/PersonalBagFilled';
4493
4499
  export { default as PersonalBagOff } from './components/PersonalBagOff';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@project-lary/react-material-symbols",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "description": "Latest React icon components for Material Symbols",
5
5
  "files": [
6
6
  "dist"