@icongo/fc
Version:
Flat Color Icons
68 lines (67 loc) • 2.62 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCCameraIdentification = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCCameraIdentification = function FCCameraIdentification(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: "#512DA8",
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.1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#8667C4",
d: "M14 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", {
fill: "#5E35B1",
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)("circle", {
cx: 24,
cy: 26,
r: 12,
fill: "#512DA8"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 26,
r: 9,
fill: "#B388FF"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#616161",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m38.912 40.703 1.696-1.697 7.353 7.353-1.697 1.696z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 35,
cy: 35,
r: 10
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474F",
d: "m42.305 44.106 1.697-1.696 3.96 3.959-1.698 1.697z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 35,
cy: 35,
r: 8,
fill: "#64B5F6"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#BBDEFB",
d: "M39.3 31.4c-1.1-1.3-2.6-2-4.2-2s-3.2.7-4.2 2c-.2.3-.2.6.1.9.3.2.6.2.9-.1.8-1 2-1.5 3.3-1.5s2.5.6 3.3 1.5c.1.1.3.2.5.2.1 0 .3 0 .4-.1.1-.2.1-.6-.1-.9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#C7A7FF",
d: "M29 23c-1.2-1.4-3-2.2-4.8-2.2-1.8 0-3.6.8-4.8 2.2-.5.5-.4 1.3.1 1.8s1.3.4 1.8-.1c1.5-1.7 4.3-1.7 5.8 0 .3.3.6.4 1 .4.3 0 .6-.1.9-.3.4-.4.5-1.3 0-1.8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", {
cx: 11,
cy: 13.5,
fill: "#8667C4",
rx: 2,
ry: 1.5
})]
}));
};
exports.FCCameraIdentification = FCCameraIdentification;