UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 913 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 CameraPlusThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M164 136a4 4 0 01-4 4h-28v28a4 4 0 01-8 0v-28H96a4 4 0 010-8h28v-28a4 4 0 018 0v28h28a4 4 0 014 4zm64-56v112a20 20 0 01-20 20H48a20 20 0 01-20-20V80a20 20 0 0120-20h29.86L90.3 41.34a12 12 0 0110-5.34h55.44a12 12 0 0110 5.34L178.14 60H208a20 20 0 0120 20zm-8 0a12 12 0 00-12-12h-32a4 4 0 01-3.33-1.78l-13.62-20.44a4 4 0 00-3.33-1.78h-55.44A4 4 0 0097 45.78L83.33 66.22A4 4 0 0180 68H48a12 12 0 00-12 12v112a12 12 0 0012 12h160a12 12 0 0012-12z" })); exports.default = CameraPlusThin;