iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 797 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 CameraSlashFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 80v112a24.52 24.52 0 01-.45 4.65 4 4 0 01-6.9 2L86 46.08a4 4 0 01-.37-4.91l3.74-5.61A8 8 0 0196 32h64a8 8 0 016.66 3.56L180.28 56H208a24 24 0 0124 24zm-18.08 130.62a8 8 0 11-11.84 10.76l-4.89-5.38H48a24 24 0 01-24-24V80a24 24 0 0124-24h3.73l-9.65-10.62a8 8 0 1111.84-10.76zM148 161.92l-47.88-52.68A36 36 0 00148 161.92z" }));
exports.default = CameraSlashFill;