UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 519 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const HourglassTop = createIcon("HourglassTop", [ [ "path", { d: "M6 2L6.01 8L10 12L6.01 16.01L6 22H18V16L14 12L18 8.01V2H6ZM16 16.5V20H8V16.5L12 12.5L16 16.5Z", key: "1ydnzm" } ] ]); export { HourglassTop as default }; //# sourceMappingURL=hourglass_top.js.map