@icongo/fc
Version:
Flat Color Icons
28 lines • 923 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 FCIntegratedWebcam = 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: "M38 42H10c-2.2 0-4-1.8-4-4V10c0-2.2 1.8-4 4-4h28c2.2 0 4 1.8 4 4v28c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 12,
fill: "#455A64"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 9,
fill: "#42A5F5"
}), /*#__PURE__*/_jsx("path", {
fill: "#90CAF9",
d: "M28.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"
})]
}));
export { FCIntegratedWebcam };