iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.63 kB
JavaScript
;
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 Eclipsejetty = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4.985 2.751a.842.842 0 00-.82.653l-.618 2.673a.842.842 0 00.023.459.842.842 0 00-.222.403L.986 17.172c-.043.003-.064.006-.12.008a.842.842 0 00-.808.821L0 20.387a.842.842 0 00.845.862l4.067-.016a2.273 2.273 0 001.507-.633c.408-.398.658-.921.842-1.548a.844.844 0 00.013-.048l.093-.403a.842.842 0 00.808.607h2.518a.842.842 0 00.763-.486L18.344 3.95a.842.842 0 00-.762-1.197h-2.518a.842.842 0 00-.763.486l-1.435 3.075a.842.842 0 00-.209-.026H10.21l.578-2.504a.842.842 0 00-.82-1.032zm15.654 0a.842.842 0 00-.763.487L12.988 18.01a.842.842 0 00.763 1.198h2.518a.842.842 0 00.763-.486L23.92 3.949a.842.842 0 00-.763-1.198zm-15.654.842h4.982L9.35 6.266H4.368zm10.079 0h2.518l-6.889 14.773H8.175l.345-.739h1.908a.842.842 0 00.82-.652l.856-3.708a.842.842 0 00-.82-1.031h-.25l.26-.558h.508a.842.842 0 00.82-.653l.856-3.707a.842.842 0 00.008-.34zm5.575 0h2.518L16.27 18.366H13.75zM4.169 7.128h2.624l-.812 3.519a.842.842 0 00.82 1.03h1.3l-.129.559H6.283a.842.842 0 00-.82.652l-.856 3.708a.842.842 0 00.82 1.031h1.3l-.273 1.188c-.321 1.092-.808 1.534-1.589 1.577l-4.023.015.057-2.386c.489-.019.708.004.851-.418zm3.488 0h5l-.855 3.708H6.8zm1.308 4.55h1.4l-.26.558H8.836zm-2.682 1.4h5.001l-.856 3.707h-5z" }));
exports.default = Eclipsejetty;