UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 942 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 DoDisturbOff = createIcon("DoDisturbOff", [ [ "path", { d: "M17.3048 10.6953V12.6953H16.1348L20.6448 17.2053C21.6948 15.6253 22.3048 13.7353 22.3048 11.6953C22.3048 6.17531 17.8248 1.69531 12.3048 1.69531C10.2648 1.69531 8.37482 2.30531 6.79482 3.35531L14.1348 10.6953H17.3048ZM1.69482 3.91531L3.96482 6.18531C2.91482 7.76531 2.30482 9.65531 2.30482 11.6953C2.30482 17.2153 6.78482 21.6953 12.3048 21.6953C14.3448 21.6953 16.2348 21.0853 17.8148 20.0353L20.0848 22.3053L21.4948 20.8953L3.11482 2.50531L1.69482 3.91531ZM7.30482 10.6953H8.47482L10.4748 12.6953H7.30482V10.6953Z", key: "dkxa7x" } ] ]); export { DoDisturbOff as default }; //# sourceMappingURL=do_disturb_off.js.map