UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 990 B
"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 Hourglass = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M15.768 2.11h-1.665v4.997l-.001.004c-.002.028-.01.054-.017.081a.544.544 0 0 1-.49.46l-3.1 2.23 3.1 2.23a.543.543 0 0 1 .49.46c.007.029.015.055.017.083v5h1.666a.555.555 0 1 1 0 1.11H3.555a.555.555 0 0 1 0-1.11h1.666v-4.997-.003c.002-.028.01-.054.017-.082a.543.543 0 0 1 .49-.46l3.1-2.23-3.1-2.23a.545.545 0 0 1-.49-.46c-.007-.028-.015-.054-.017-.082v-5H3.554a.555.555 0 0 1 0-1.111h12.213a.555.555 0 0 1 0 1.11zM6.33 12.88v4.775h6.661v-4.776l-3.33-2.396-3.331 2.396zm6.662-10.77H6.33v4.775l3.33 2.398 3.332-2.398V2.111z", fill: "#000", fillRule: "evenodd" })); exports.default = Hourglass;