iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 904 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const VidCameraOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("path", { d: "M5.586 7l-1.88-1.88a.996.996 0 0 1 .001-1.413.996.996 0 0 1 1.413-.002L20.123 18.71a.996.996 0 0 1-.002 1.412.996.996 0 0 1-1.412.002l-3.455-3.454c-.31.208-.693.331-1.11.331H4.856C3.83 17 3 16.253 3 15.331V8.67C3 7.747 3.83 7 4.856 7h.73zm14.623 8.994l-3.144-3.144V9.5l2.613-1.411c.137-.061.28-.089.421-.089.472 0 .901.316.901.753v6.494c0 .403-.365.703-.791.747zM11.214 7h2.93C15.17 7 16 7.747 16 8.669v3.117L11.214 7z", fill: "currentColor", fillRule: "evenodd" }));
exports.default = VidCameraOff;