google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 857 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 HourglassDisabled = createIcon("HourglassDisabled", [
[
"path",
{
d: "M8.70502 3.33997H16.705V6.83997L13.865 9.67997L15.115 10.93L18.705 7.34997L18.695 7.33997H18.705V1.33997H6.70502V2.50997L8.70502 4.50997V3.33997Z",
key: "19gfms"
}
],
[
"path",
{
d: "M2.80502 1.43997L1.39502 2.84997L10.295 11.75L6.70502 15.34L6.71502 15.35H6.70502V21.34H18.705V20.17L21.195 22.66L22.605 21.25L2.80502 1.43997ZM16.705 19.34H8.70502V15.84L11.545 13L16.705 18.17V19.34Z",
key: "k9772t"
}
]
]);
export { HourglassDisabled as default };
//# sourceMappingURL=hourglass_disabled.js.map