UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.43 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 WatchOff = createIcon("WatchOff", [ [ "path", { d: "M12.7096 6.69531C15.4696 6.69531 17.7096 8.93531 17.7096 11.6953C17.7096 12.3353 17.5796 12.9453 17.3596 13.5153L18.8596 15.0153C19.3996 14.0253 19.7096 12.8953 19.7096 11.6953C19.7096 9.47531 18.6796 7.50531 17.0696 6.22531L15.7096 1.69531H9.70961L8.74961 4.90531L10.8896 7.04531C11.4596 6.82531 12.0696 6.69531 12.7096 6.69531ZM11.1996 3.69531H14.2196L14.5996 4.96531C14.0496 4.80531 12.6296 4.45531 10.8196 4.96531L11.1996 3.69531Z", key: "iqau7a" } ], [ "path", { d: "M3.51961 2.50531L2.09961 3.91531L6.55961 8.37531C6.01961 9.36531 5.70961 10.4953 5.70961 11.6953C5.70961 13.9153 6.73961 15.8853 8.34961 17.1653L9.70961 21.6953H15.7096L16.6696 18.4853L20.4896 22.3053L21.8996 20.8953L3.51961 2.50531ZM14.2196 19.6953H11.1996L10.8196 18.4253C11.3696 18.5753 12.7896 18.9353 14.5996 18.4253L14.2196 19.6953ZM12.7096 16.6953C9.94961 16.6953 7.70961 14.4553 7.70961 11.6953C7.70961 11.0553 7.83961 10.4453 8.05961 9.87531L14.5296 16.3453C13.9596 16.5653 13.3496 16.6953 12.7096 16.6953Z", key: "1ah0yq" } ] ]); export { WatchOff as default }; //# sourceMappingURL=watch_off.js.map