@icongo/fc
Version:
Flat Color Icons
31 lines • 993 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 FCCompactCamera = 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: "#607D8B",
d: "M40 39H8c-2.2 0-4-1.8-4-4V13c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v22c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/_jsx("circle", {
cx: 29,
cy: 24,
r: 12,
fill: "#455A64"
}), /*#__PURE__*/_jsx("circle", {
cx: 29,
cy: 24,
r: 9,
fill: "#42A5F5"
}), /*#__PURE__*/_jsx("path", {
fill: "#90CAF9",
d: "M33.8 21c-1.2-1.4-3-2.2-4.8-2.2s-3.6.8-4.8 2.2c-.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__*/_jsx("path", {
fill: "#ADD8FB",
d: "M8 13h6v3H8z"
})]
}));
export { FCCompactCamera };