iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 816 B
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 Hourglass = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M4 3.25a.75.75 0 000 1.5h1.25V6a6.75 6.75 0 003.655 6 6.75 6.75 0 00-3.655 6v1.25H4a.75.75 0 000 1.5h16a.75.75 0 000-1.5h-1.25V18a6.75 6.75 0 00-3.655-6 6.75 6.75 0 003.655-6V4.75H20a.75.75 0 000-1.5H4zm7.99 9.5h.02A5.25 5.25 0 0117.25 18v1.25H6.75V18a5.25 5.25 0 015.24-5.25zm.02-1.5h-.02A5.25 5.25 0 016.75 6V4.75h10.5V6a5.25 5.25 0 01-5.24 5.25z", fill: "#323544" }));
exports.default = Hourglass;