UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 999 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 Camera = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("g", { fill: "currentColor", fillRule: "evenodd" }, React.createElement("path", { d: "M2 6.994C2 5.893 2.898 5 3.99 5h16.02C21.108 5 22 5.895 22 6.994v12.012A1.997 1.997 0 0 1 20.01 21H3.99A1.994 1.994 0 0 1 2 19.006V6.994zM4 7v12h16V7H4z" }), React.createElement("path", { d: "M12 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4z", fillRule: "nonzero" }), React.createElement("path", { d: "M8 4c0-.552.453-1 .997-1h6.006c.55 0 .997.444.997 1v1H8V4z" }), React.createElement("rect", { x: "17", y: "8", width: "2", height: "2", rx: "1" }))); exports.default = Camera;