UNPKG

@nomercyicons/react

Version:
31 lines 1.09 kB
const React = require("react"); function VideoCameraBackTwoToneIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/React.createElement("path", { d: "M4 18h12V6H4v12zm3.38-5.17L9 15l2.62-3.5L15 16H5l2.38-3.17z", opacity: 0.3 }), /*#__PURE__*/React.createElement("path", { d: "M11.62 11.5L9 15l-1.62-2.17L5 16h10z" }), /*#__PURE__*/React.createElement("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-11l-4 3.98zM16 18H4V6h12v12z" })); } const ForwardRef = React.forwardRef(VideoCameraBackTwoToneIcon); module.exports = ForwardRef;