UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 816 B
"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 CameraFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-camera-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M10.5 8.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0" }), React.createElement("path", { d: "M2 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 4zm.5 2a.5.5 0 110-1 .5.5 0 010 1m9 2.5a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0" })); exports.default = CameraFill;