@react-md/material-icons
Version:
Material Design Icon components for react-md
23 lines (22 loc) • 899 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 VideoCameraBackTwoToneIcon(props, ref) {
return /*#__PURE__*/ _jsxs(SVGIcon, {
...props,
ref: ref,
children: [
/*#__PURE__*/ _jsx("path", {
d: "M4 18h12V6H4zm3.38-5.17L9 15l2.62-3.5L15 16H5z",
opacity: ".3"
}),
/*#__PURE__*/ _jsx("path", {
d: "M11.62 11.5 9 15l-1.62-2.17L5 16h10z"
}),
/*#__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-11zM16 18H4V6h12z"
})
]
});
});