iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 873 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 CameraSlashBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M56.88 31.93a12 12 0 10-17.76 16.14l4 4.37A28 28 0 0020 80v112a28 28 0 0028 28h147.42l3.7 4.07a12 12 0 0017.76-16.14zm49.35 90L136 154.64a24 24 0 01-29.77-32.75zM48 196a4 4 0 01-4-4V80a4 4 0 014-4h16.51l24.92 27.41a48 48 0 0063.34 69.67L173.6 196zM236 80v94.14a12 12 0 01-24 0V80a4 4 0 00-4-4h-32a12 12 0 01-10-5.34L153.57 52h-51.51a12 12 0 010-24H160a12 12 0 0110 5.34L182.42 52H208a28 28 0 0128 28z" }));
exports.default = CameraSlashBold;