@project-lary/react-material-symbols-700-sharp 0.28.0 → 0.29.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 HomeAppLogo(_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: "
|
|
5
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M226-95q-54.58 0-92.79-38.21T95-226v-254q0-25.53 9.49-49.76 9.48-24.24 28.38-44.11L388-827q19-19 43.01-29 24.02-10 48.49-10 25.15 0 49.97 9.96Q554.28-846.09 574-827l253 253q18.03 20 28.51 43.94Q866-506.12 866-480v254q0 54.58-38.5 92.79T734-95zm0-93h508q16.15 0 27.07-11.19Q772-210.38 772-226v-259q0-5.91-2-11.15-2-5.25-6-8.85L602-667l-55 56 149 150v197H264v-197l271-272-28.06-27.57q-6.93-7.29-14.64-9.36-7.7-2.07-12-2.07t-12.45 1.83Q459.7-768.33 453-761L196-505q-4 4.14-6 9.14T188-485v259q0 15.62 11.19 26.81T226-188m132-170h244v-64L480-544 358-422z" })));
|
|
6
6
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function HomeAppLogoFilled({ className }: {
|
|
3
|
+
className?: string;
|
|
4
|
+
}): React.JSX.Element;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function HomeAppLogoFilled(_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: "M226-95q-54 0-92.5-38.5T95-226v-254q0-26 9.5-50t28.5-44l255-253q19-19 43-29t49-10 49.5 10 44.5 29l27 28-337 338v197h432v-197L547-611l121-122 159 159q18 20 28.5 43.5T866-480v254q0 54-38.5 92.5T734-95z" })));
|
|
6
|
+
}
|