@icongo/fc
Version:
Flat Color Icons
31 lines • 1.02 kB
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 FCWebcam = 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: "#455A64",
d: "M36.5 44h-25c-1.1 0-1.8-1.2-1.3-2.2L13 37h22l2.7 4.8c.6 1-.1 2.2-1.2 2.2z"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 23,
r: 18,
fill: "#78909C"
}), /*#__PURE__*/_jsx("path", {
fill: "#455A64",
d: "M24 35c-6.6 0-12-5.4-12-12s5.4-12 12-12 12 5.4 12 12-5.4 12-12 12z"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 23,
r: 9,
fill: "#42A5F5"
}), /*#__PURE__*/_jsx("path", {
fill: "#90CAF9",
d: "M28.8 20c-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 { FCWebcam };