UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 843 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 CameraThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 60h-29.87l-14.81-22.22A4 4 0 00160 36H96a4 4 0 00-3.32 1.78L77.85 60H48a20 20 0 00-20 20v112a20 20 0 0020 20h160a20 20 0 0020-20V80a20 20 0 00-20-20zm12 132a12 12 0 01-12 12H48a12 12 0 01-12-12V80a12 12 0 0112-12h32a4 4 0 003.33-1.78L98.13 44h59.72l14.82 22.22A4 4 0 00176 68h32a12 12 0 0112 12zM128 92a40 40 0 1040 40 40 40 0 00-40-40zm0 72a32 32 0 1132-32 32 32 0 01-32 32z" })); exports.default = CameraThin;