@icongo/fc
Version:
Flat Color Icons
38 lines (37 loc) • 1.29 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCLandscape = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCLandscape = function FCLandscape(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#FF9800",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m40.997 6.065 7 7-7 6.999-7-7z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M36 8h10v10H36z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 41,
cy: 13,
r: 3,
fill: "#FFEB3B"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#2E7D32",
d: "M16.5 18 0 42h33z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4CAF50",
d: "M33.6 24 19.2 42H48z"
})]
}));
};
exports.FCLandscape = FCLandscape;