@icongo/fc
Version:
Flat Color Icons
30 lines • 833 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 FCLandscape = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsxs("g", {
fill: "#FF9800",
children: [/*#__PURE__*/_jsx("path", {
d: "m40.997 6.065 7 7-7 6.999-7-7z"
}), /*#__PURE__*/_jsx("path", {
d: "M36 8h10v10H36z"
})]
}), /*#__PURE__*/_jsx("circle", {
cx: 41,
cy: 13,
r: 3,
fill: "#FFEB3B"
}), /*#__PURE__*/_jsx("path", {
fill: "#2E7D32",
d: "M16.5 18 0 42h33z"
}), /*#__PURE__*/_jsx("path", {
fill: "#4CAF50",
d: "M33.6 24 19.2 42H48z"
})]
}));
export { FCLandscape };