UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.01 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 Quicklook = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M22.682 19.189l-.002-.002-3.07-3.068a7.027 7.027 0 001.332-4.12 7.068 7.068 0 00-7.068-7.067V1.037A1.04 1.04 0 0012.653.016L1.67 1.965a.832.832 0 00-.687.818v18.434c0 .403.29.748.687.818l10.982 1.949a1.04 1.04 0 001.22-1.022v-3.894a7.027 7.027 0 004.12-1.332l3.069 3.07c.446.446 1.17.447 1.617 0h.001c.447-.447.448-1.17.002-1.617zm-8.808-.62a6.576 6.576 0 01-6.569-6.57 6.576 6.576 0 016.569-6.567A6.576 6.576 0 0120.442 12a6.576 6.576 0 01-6.568 6.568zm5.28-6.57a5.287 5.287 0 01-5.28 5.282c-2.913 0-5.282-2.369-5.282-5.28s2.37-5.282 5.282-5.282a5.287 5.287 0 015.28 5.28z" })); exports.default = Quicklook;