@react-md/material-icons
Version:
Material Design Icon components for react-md
24 lines (23 loc) • 934 B
JavaScript
// THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { forwardRef } from "react";
import { SVGIcon } from "@react-md/core/icon/SVGIcon";
export default /*#__PURE__*/ forwardRef(function VideoCameraFrontOutlinedIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M18 10.48V6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4.48l4 3.98v-11zm-2-.79V18H4V6h12z"
}),
/*#__PURE__*/ _jsx("circle", {
cx: "10",
cy: "10",
r: "2"
}),
/*#__PURE__*/ _jsx("path", {
d: "M14 15.43c0-.81-.48-1.53-1.22-1.85a6.95 6.95 0 0 0-5.56 0A2.01 2.01 0 0 0 6 15.43V16h8z"
})
]
});
});