UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.18 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 Camera1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 7.002a4.75 4.75 0 100 9.5 4.75 4.75 0 000-9.5zm-3.25 4.75a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.994 2.75a2.25 2.25 0 00-1.803.904l-.594.795a.75.75 0 01-.6.301H4.25A2.25 2.25 0 002 7v10.25a2.25 2.25 0 002.25 2.25h15.5A2.25 2.25 0 0022 17.25V7a2.25 2.25 0 00-2.25-2.25h-2.747a.75.75 0 01-.6-.301l-.594-.795a2.25 2.25 0 00-1.803-.904H9.994zm-.601 1.801a.75.75 0 01.6-.301h4.013a.75.75 0 01.601.301l.594.795a2.25 2.25 0 001.802.904h2.747a.75.75 0 01.75.75v10.25a.75.75 0 01-.75.75H4.25a.75.75 0 01-.75-.75V7a.75.75 0 01.75-.75h2.746A2.25 2.25 0 008.8 5.346l.594-.795z", fill: "#323544" })); exports.default = Camera1;