@icongo/li
Version:
LibreICONS Icons
34 lines • 1.1 kB
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 LICameraPanorama = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
transform: "matrix(.3 0 0 .3 -.2 -.5)",
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 { LICameraPanorama };