@icongo/fc
Version:
Flat Color Icons
29 lines (28 loc) • 1.14 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCNightLandscape = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCNightLandscape = function FCNightLandscape(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.jsx)("path", {
fill: "#673AB7",
d: "M16.5 18 0 42h33z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9575CD",
d: "M33.6 24 19.2 42H48z"
}), /*#__PURE__*/(0, _jsxRuntime.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"
})]
}));
};
exports.FCNightLandscape = FCNightLandscape;