UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 683 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 Timer = createIcon("Timer", [ ["path", { d: "M15 1.5H9V3.5H15V1.5Z", key: "1njhq5" }], [ "path", { d: "M19.03 7.89L20.45 6.47C20.02 5.96 19.55 5.48 19.04 5.06L17.62 6.48C16.07 5.24 14.12 4.5 12 4.5C7.03 4.5 3 8.53 3 13.5C3 18.47 7.02 22.5 12 22.5C16.98 22.5 21 18.47 21 13.5C21 11.38 20.26 9.43 19.03 7.89ZM13 14.5H11V8.5H13V14.5Z", key: "1ntb2p" } ] ]); export { Timer as default }; //# sourceMappingURL=timer.js.map