@icongo/fc
Version:
Flat Color Icons
30 lines • 941 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 FCPanorama = 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: "#F57C00",
d: "M4 9v32s8.4-3 20-3 20 3 20 3V9s-6.7 3-20 3S4 9 4 9z"
}), /*#__PURE__*/_jsx("path", {
fill: "#942A09",
d: "M24 34h.4L15 19 6.9 36.2c3.4-.9 9.6-2.2 17.1-2.2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#BF360C",
d: "M24 34c3.3 0 6.3.2 9 .6l-8-11.8-7.8 11.5c2.1-.2 4.4-.3 6.8-.3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#E65100",
d: "M40.7 36 35 26.5l-5 7.8c4.5.4 8.2 1.1 10.7 1.7z"
}), /*#__PURE__*/_jsx("ellipse", {
cx: 36,
cy: 19.5,
fill: "#FFF9C4",
rx: 2,
ry: 2.5
})]
}));
export { FCPanorama };