UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 899 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 HourglassDisabled = createIcon("HourglassDisabled", [ [ "path", { d: "M8.70453 3.34009H16.7045V6.84009L13.8645 9.68009L15.1145 10.9301L18.7045 7.35009L18.6945 7.34009H18.7045V1.34009H6.70453V2.51009L8.70453 4.51009V3.34009Z", key: "1ugxa3" } ], [ "path", { d: "M2.80453 1.44009L1.39453 2.85009L10.2945 11.7501L6.70453 15.3401L6.71453 15.3501H6.70453V21.3401H18.7045V20.1701L21.1945 22.6601L22.6045 21.2501L2.80453 1.44009ZM16.7045 19.3401H8.70453V15.8401L11.5445 13.0001L16.7045 18.1701V19.3401Z", key: "1rwdlt" } ] ]); export { HourglassDisabled as default }; //# sourceMappingURL=hourglass_disabled.js.map