iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 918 B
JavaScript
;
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 CameraPlusLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M166 136a6 6 0 01-6 6h-26v26a6 6 0 01-12 0v-26H96a6 6 0 010-12h26v-26a6 6 0 0112 0v26h26a6 6 0 016 6zm64-56v112a22 22 0 01-22 22H48a22 22 0 01-22-22V80a22 22 0 0122-22h28.79l11.84-17.77A14 14 0 01100.28 34h55.44a14 14 0 0111.65 6.23L179.21 58H208a22 22 0 0122 22zm-12 0a10 10 0 00-10-10h-32a6 6 0 01-5-2.67l-13.62-20.44a2 2 0 00-1.66-.89h-55.44a2 2 0 00-1.66.89L85 67.33A6 6 0 0180 70H48a10 10 0 00-10 10v112a10 10 0 0010 10h160a10 10 0 0010-10z" }));
exports.default = CameraPlusLight;