@icongo/li
Version:
LibreICONS Icons
32 lines • 1.07 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 LIDeviceWebcam = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
transform: "translate(-1 -1) scale(.33333)",
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.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"
})]
})
}));
export { LIDeviceWebcam };