iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 825 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 Camera = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
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 = Camera;