UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 859 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", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-camera", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M15 3a2 2 0 011.995 1.85L17 5a1 1 0 00.883.993L18 6h1a3 3 0 012.995 2.824L22 9v9a3 3 0 01-2.824 2.995L19 21H5a3 3 0 01-2.995-2.824L2 18V9a3 3 0 012.824-2.995L5 6h1a1 1 0 001-1 2 2 0 011.85-1.995L9 3h6zm-3 7a3 3 0 00-2.985 2.698l-.011.152L9 13l.004.15A3 3 0 1012 10z" })); exports.default = Camera;