@icongo/fc
Version:
Flat Color Icons
22 lines • 929 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 FCRotateCamera = 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: "#5E35B1",
children: [/*#__PURE__*/_jsx("path", {
d: "M33.9 12.1H14.2L17.6 7c.4-.6 1-.9 1.7-.9h9.6c.7 0 1.3.3 1.7.9l3.3 5.1zM14 11H8V9.2C8 8.5 8.5 8 9.2 8h3.6c.7 0 1.2.5 1.2 1.2V11z"
}), /*#__PURE__*/_jsx("path", {
d: "M40 42H8c-2.2 0-4-1.8-4-4V14c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v24c0 2.2-1.8 4-4 4z"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#E8EAF6",
d: "M34 25c0-5.5-4.5-10-10-10s-10 4.5-10 10 4.5 10 10 10v-2c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8h-3.5l4.5 5.6 4.5-5.6H34z"
})]
}));
export { FCRotateCamera };