@project-lary/react-material-symbols-300-outlined 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: "M242.23-140q-42.59 0-72.41-29.82T140-242.23V-480q0-20.39 7.69-39.08t21.85-33.23l238.77-237.77q15.08-15.07 33.81-22.5Q460.85-820 480-820t38.04 7.37q18.9 7.36 34.27 22.55l237.77 237.77q14.1 14.46 22.01 33.18Q820-500.42 820-480v237.77q0 42.59-29.75 72.41T718-140zm0-45.39H718q24.06 0 40.34-16.44 16.27-16.45 16.27-40.4V-480q0-11.82-3.88-22.16t-12.65-18.53L594-684.77l-81.77 82.16 149.31 149.15v154.61H298.85v-154.61l262.54-262.92-41.75-41.65q-11.19-10.67-21.88-13.63-10.68-2.95-17.61-2.95-6.92 0-18.38 2.88t-22.23 13.65L202.15-520.69q-8.38 8.52-12.57 18.76-4.19 10.23-4.19 21.93v237.77q0 23.95 16.44 40.4 16.45 16.44 40.4 16.44m102-158.84h271.92v-90L480-570 344.23-434.23z" })));
|
|
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: "M242.23-140q-42.48 0-72.35-29.88Q140-199.75 140-242.23V-480q0-20.78 7.7-39.27 7.71-18.5 21.84-33.04l238.77-237.77q15.08-15.07 33.73-22.5Q460.7-820 480-820q19.5 0 38.19 7.35t34.12 22.57l41.07 41.47-294.53 295.15v154.61h362.69v-154.61L512.23-602.61 626-716.38l164.08 164.07q14.07 14.46 22 32.98Q820-500.81 820-480v237.77q0 42.48-29.68 72.35Q760.64-140 718-140z" })));
|
|
6
|
+
}
|