UNPKG

google-material-icons

Version:

A google material icon library package for React applications

31 lines (27 loc) 1.54 kB
/** * @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 TimerOff = createIcon("TimerOff", [ ["path", { d: "M15.7096 1.19531H9.70961V3.19531H15.7096V1.19531Z", key: "1m4rg1" }], [ "path", { d: "M12.7096 6.19531C16.5796 6.19531 19.7096 9.32531 19.7096 13.1953C19.7096 14.1353 19.5196 15.0253 19.1896 15.8453L20.6896 17.3453C21.3396 16.1053 21.7096 14.6953 21.7096 13.1953C21.7096 11.0753 20.9696 9.12531 19.7396 7.58531L21.1596 6.16531C20.7296 5.65531 20.2596 5.17531 19.7496 4.75531L18.3296 6.17531C16.7796 4.93531 14.8296 4.19531 12.7096 4.19531C11.2096 4.19531 9.79961 4.56531 8.55961 5.21531L10.0596 6.71531C10.8796 6.38531 11.7696 6.19531 12.7096 6.19531Z", key: "1ougtc" } ], ["path", { d: "M11.7096 8.36531L13.7096 10.3653V8.19531H11.7096V8.36531Z", key: "1u6la9" }], [ "path", { d: "M3.51961 3.00531L2.09961 4.41531L5.49961 7.81531C4.37961 9.31531 3.70961 11.1753 3.70961 13.1953C3.70961 18.1653 7.72961 22.1953 12.7096 22.1953C14.7296 22.1953 16.5896 21.5253 18.0896 20.4053L20.4896 22.8053L21.8996 21.3953L3.51961 3.00531ZM12.7096 20.1953C8.83961 20.1953 5.70961 17.0653 5.70961 13.1953C5.70961 11.7253 6.15961 10.3653 6.92961 9.24531L16.6596 18.9753C15.5396 19.7453 14.1796 20.1953 12.7096 20.1953Z", key: "11o1kc" } ] ]); export { TimerOff as default }; //# sourceMappingURL=timer_off.js.map