iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 959 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", fill: "currentColor", className: "bi bi-camera", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M15 12a1 1 0 01-1 1H2a1 1 0 01-1-1V6a1 1 0 011-1h1.172a3 3 0 002.12-.879l.83-.828A1 1 0 016.827 3h2.344a1 1 0 01.707.293l.828.828A3 3 0 0012.828 5H14a1 1 0 011 1zM2 4a2 2 0 00-2 2v6a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1.172a2 2 0 01-1.414-.586l-.828-.828A2 2 0 009.172 2H6.828a2 2 0 00-1.414.586l-.828.828A2 2 0 013.172 4z" }),
React.createElement("path", { d: "M8 11a2.5 2.5 0 110-5 2.5 2.5 0 010 5m0 1a3.5 3.5 0 100-7 3.5 3.5 0 000 7M3 6.5a.5.5 0 11-1 0 .5.5 0 011 0" }));
exports.default = Camera;