google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 773 B
JavaScript
/**
* @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 DoNotDisturbOff = createIcon("DoNotDisturbOff", [
[
"path",
{
d: "M17.5 10.5V12.5H16.04L20.72 17.18C21.84 15.57 22.5 13.61 22.5 11.5C22.5 5.98 18.02 1.5 12.5 1.5C10.39 1.5 8.43 2.16 6.82 3.28L14.04 10.5H17.5ZM2.77 1.77L1.5 3.04L4.28 5.82C3.16 7.43 2.5 9.39 2.5 11.5C2.5 17.02 6.98 21.5 12.5 21.5C14.61 21.5 16.57 20.84 18.18 19.72L20.96 22.5L22.23 21.23L2.77 1.77ZM7.5 12.5V10.5H8.96L10.96 12.5H7.5Z",
key: "4pp5bw"
}
]
]);
export { DoNotDisturbOff as default };
//# sourceMappingURL=do_not_disturb_off.js.map