@icongo/fc
Version:
Flat Color Icons
21 lines • 736 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCNightLandscape = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#673AB7",
d: "M16.5 18 0 42h33z"
}), /*#__PURE__*/_jsx("path", {
fill: "#9575CD",
d: "M33.6 24 19.2 42H48z"
}), /*#__PURE__*/_jsx("path", {
fill: "#40C4FF",
d: "M42.9 6.3C43.6 7.4 44 8.6 44 10c0 3.9-3.1 7-7 7-.7 0-1.3-.1-1.9-.3 1.2 2 3.4 3.3 5.9 3.3 3.9 0 7-3.1 7-7 0-3.2-2.1-5.9-5.1-6.7z"
})]
}));
export { FCNightLandscape };