@icongo/fc
Version:
Flat Color Icons
30 lines (29 loc) • 1.35 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCRotateCamera = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCRotateCamera = function FCRotateCamera(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: "#5E35B1",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
}));
};
exports.FCRotateCamera = FCRotateCamera;