UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.32 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 Analytics = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M18.208 3.11h-.555v9.992a1.11 1.11 0 0 1-1.11 1.11h-4.795l1.382 2.545c.17.252.07.575-.226.72-.295.145-.672.06-.843-.192l-1.542-2.84a.46.46 0 0 1-.075-.232H9.32a.462.462 0 0 1-.075.232l-1.542 2.84c-.17.252-.548.338-.843.193-.295-.146-.396-.469-.225-.721l1.381-2.544H3.22a1.11 1.11 0 0 1-1.11-1.11V3.11h-.555a.555.555 0 0 1 0-1.11H18.21a.555.555 0 1 1 0 1.11zm-1.665.001H3.22v9.437c0 .306.25.555.556.555h12.212a.555.555 0 0 0 .555-.555V3.112zM7.18 6.723c.005-.009.014-.014.019-.022a.535.535 0 0 1 .083-.094.549.549 0 0 1 .109-.083c.009-.005.014-.013.024-.017.01-.005.02-.005.03-.01a.535.535 0 0 1 .14-.04c.258-.05.533.037.672.243l2.71 1.931 3.43-3.132a.555.555 0 0 1 .961.556l-3.885 3.548a.556.556 0 0 1-.759.204c-.041-.024-.048-.074-.08-.105a.576.576 0 0 1-.238-.19L7.814 7.675 5.367 10.6a.553.553 0 0 1-.759.205.561.561 0 0 1-.203-.764L7.18 6.723z", fill: "#000", fillRule: "evenodd" })); exports.default = Analytics;