iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.05 kB
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 CameraDuotone = (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: "M208 56h-27.72l-13.63-20.44A8 8 0 00160 32H96a8 8 0 00-6.65 3.56L75.71 56H48a24 24 0 00-24 24v112a24 24 0 0024 24h160a24 24 0 0024-24V80a24 24 0 00-24-24zm8 136a8 8 0 01-8 8H48a8 8 0 01-8-8V80a8 8 0 018-8h32a8 8 0 006.66-3.56L100.28 48h55.43l13.63 20.44A8 8 0 00176 72h32a8 8 0 018 8zM128 88a44 44 0 1044 44 44.05 44.05 0 00-44-44zm0 72a28 28 0 1128-28 28 28 0 01-28 28z" }));
exports.default = CameraDuotone;