google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 526 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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 HourglassFull = createIcon("HourglassFull", [
[
"path",
{
d: "M6 2V8H6.01L6 8.01L10 12L6 16L6.01 16.01H6V22H18V16.01H17.99L18 16L14 12L18 8.01L17.99 8H18V2H6Z",
key: "j7o5c1"
}
]
]);
export { HourglassFull as default };
//# sourceMappingURL=hourglass_full.js.map