UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 837 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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-hourglass", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M17 2a2 2 0 011.995 1.85L19 4v2a6.996 6.996 0 01-3.393 6 6.994 6.994 0 013.388 5.728L19 18v2a2 2 0 01-1.85 1.995L17 22H7a2 2 0 01-1.995-1.85L5 20v-2a6.996 6.996 0 013.393-6 6.994 6.994 0 01-3.388-5.728L5 6V4a2 2 0 011.85-1.995L7 2h10z" })); exports.default = Hourglass;