UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.08 kB
"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 CameraPlusDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 80v112a16 16 0 01-16 16H48a16 16 0 01-16-16V80a16 16 0 0116-16h32l13.62-20.44a8 8 0 016.66-3.56h55.44a8 8 0 016.66 3.56L176 64h32a16 16 0 0116 16z", opacity: ".2" }), React.createElement("path", { d: "M168 136a8 8 0 01-8 8h-24v24a8 8 0 01-16 0v-24H96a8 8 0 010-16h24v-24a8 8 0 0116 0v24h24a8 8 0 018 8zm64-56v112a24 24 0 01-24 24H48a24 24 0 01-24-24V80a24 24 0 0124-24h27.72L87 39.12A16 16 0 01100.28 32h55.44A16 16 0 01169 39.12L180.28 56H208a24 24 0 0124 24zm-16 0a8 8 0 00-8-8h-32a8 8 0 01-6.66-3.56L155.72 48h-55.44L86.66 68.44A8 8 0 0180 72H48a8 8 0 00-8 8v112a8 8 0 008 8h160a8 8 0 008-8z" })); exports.default = CameraPlusDuotone;