UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 856 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", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 3a1 1 0 00-1 1v7a1 1 0 001 1h11a1 1 0 001-1V4a1 1 0 00-1-1H2zM0 4a2 2 0 012-2h11a2 2 0 012 2v7a2 2 0 01-2 2H2a2 2 0 01-2-2V4zm2 .25A.25.25 0 012.25 4h2.5a.25.25 0 01.25.25v1.505a.25.25 0 01-.25.25h-2.5a.25.25 0 01-.25-.25V4.25zm10.101 3.334a2.601 2.601 0 11-5.202 0 2.601 2.601 0 015.202 0zm1 0a3.601 3.601 0 11-7.202 0 3.601 3.601 0 017.202 0z", fill: "currentColor" })); exports.default = Camera;