UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.16 kB
"use strict"; 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 CameraSlashDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 64h-32l-16-24H96L80 64H48a16 16 0 00-16 16v112a16 16 0 0016 16h160a16 16 0 0016-16V80a16 16 0 00-16-16zm-80 104a36 36 0 1136-36 36 36 0 01-36 36z", opacity: ".2" }), React.createElement("path", { d: "M53.92 34.62a8 8 0 10-11.84 10.76L51.73 56H48a24 24 0 00-24 24v112a24 24 0 0024 24h149.19l4.89 5.38a8 8 0 1011.84-10.76zm51.66 80.61l37 40.69A27.71 27.71 0 01128 160a28 28 0 01-22.42-44.77zM48 200a8 8 0 01-8-8V80a8 8 0 018-8h18.28l28.41 31.26A44 44 0 00128 176a44.21 44.21 0 0025.44-8.12l29.2 32.12zM232 80v106a8 8 0 01-16 0V80a8 8 0 00-8-8h-32a8 8 0 01-6.65-3.56L155.71 48h-55.47a8 8 0 01-12.91-9.42l2-3A8 8 0 0196 32h64a8 8 0 016.66 3.56L180.28 56H208a24 24 0 0124 24z" })); exports.default = CameraSlashDuotone;