@nine-thirty-five/material-symbols-react 1.4.2 → 1.4.3
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const SpeedTwox = (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: "
|
|
4
|
+
React.createElement("path", { d: "M400-280H280q-33 0-56.5-23.5T200-360v-80q0-33 23.5-56.5T280-520h80v-80H240q-17 0-28.5-11.5T200-640q0-17 11.5-28.5T240-680h120q33 0 56.5 23.5T440-600v80q0 33-23.5 56.5T360-440h-80v80h120q17 0 28.5 11.5T440-320q0 17-11.5 28.5T400-280Zm240-133-70 116q-5 8-12.5 12.5T541-280q-20 0-30.5-17.5t.5-34.5l89-148-89-148q-11-17-.5-34.5T541-680q9 0 16.5 4.5T570-663l70 116 70-116q5-8 12.5-12.5T739-680q20 0 30.5 17.5T769-628l-89 148 89 148q11 17 .5 34.5T739-280q-9 0-16.5-4.5T710-297l-70-116Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default SpeedTwox;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
const SpeedTwox = (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: "
|
|
4
|
+
React.createElement("path", { d: "M120-280v-80h80v80h-80Zm120 0v-240h160v-80H240v-80h240v240H320v80h160v80H240Zm280 0 120-200-120-200h80l80 133 80-133h80L720-480l120 200h-80l-80-133-80 133h-80Z" }));
|
|
5
5
|
};
|
|
6
6
|
export default SpeedTwox;
|
package/package.json
CHANGED