UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.07 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 Camera = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.653 17.544H2.11A1.11 1.11 0 0 1 1 16.434V5.33c0-.613.497-1.11 1.11-1.11h2.776l.555-1.11S5.938 2 6.55 2h6.662c.613 0 1.11 1.11 1.11 1.11l.555 1.11h2.775c.614 0 1.11.498 1.11 1.111v11.103c0 .612-.497 1.11-1.11 1.11zm0-11.658a.555.555 0 0 0-.555-.555h-2.811c.012-.046.036-.09.036-.139l-.888-1.388s-.398-.694-.889-.694H7.217c-.49 0-.888.694-.888.694l-.888 1.388c0 .05.023.093.036.14H2.665a.555.555 0 0 0-.555.554v9.993c0 .306.249.555.555.555h14.433a.555.555 0 0 0 .555-.555V5.886zm-7.771 9.438a4.441 4.441 0 1 1 0-8.883 4.441 4.441 0 0 1 0 8.883zm0-7.773a3.33 3.33 0 1 0 0 6.662 3.33 3.33 0 0 0 0-6.662z", fill: "#000", fillRule: "evenodd" })); exports.default = Camera;