UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 832 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 CameraBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 52h-25.58L170 33.34A12 12 0 00160 28H96a12 12 0 00-10 5.34L73.57 52H48a28 28 0 00-28 28v112a28 28 0 0028 28h160a28 28 0 0028-28V80a28 28 0 00-28-28zm4 140a4 4 0 01-4 4H48a4 4 0 01-4-4V80a4 4 0 014-4h32a12 12 0 0010-5.34L102.42 52h51.15L166 70.66A12 12 0 00176 76h32a4 4 0 014 4zM128 84a48 48 0 1048 48 48.05 48.05 0 00-48-48zm0 72a24 24 0 1124-24 24 24 0 01-24 24z" })); exports.default = CameraBold;