google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 530 B
JavaScript
/**
* @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 HourglassBottom = createIcon("HourglassBottom", [
[
"path",
{
d: "M18 22L17.99 16L14 12L17.99 7.99L18 2H6V8L10 12L6 15.99V22H18ZM8 7.5V4H16V7.5L12 11.5L8 7.5Z",
key: "l610c8"
}
]
]);
export { HourglassBottom as default };
//# sourceMappingURL=hourglass_bottom.js.map