iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 914 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 CameraSlashThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M51 37.31a4 4 0 00-6 5.38L60.78 60H48a20 20 0 00-20 20v112a20 20 0 0020 20h151l6.08 6.69a4 4 0 105.92-5.38zm97.58 119.23A31.69 31.69 0 01128 164a32 32 0 01-22.48-54.78zM48 204a12 12 0 01-12-12V80a12 12 0 0112-12h20l32.09 35.3a40 40 0 0053.79 59.16L191.69 204zM228 80v106a4 4 0 01-8 0V80a12 12 0 00-12-12h-32a4 4 0 01-3.32-1.78L157.85 44H98.13l-.82 1.23a4 4 0 11-6.65-4.44l2-3A4 4 0 0196 36h64a4 4 0 013.33 1.78L178.13 60H208a20 20 0 0120 20z" }));
exports.default = CameraSlashThin;