google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 854 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 BedtimeOff = createIcon("BedtimeOff", [
[
"path",
{
d: "M21.8996 20.8785L3.51961 2.49848L2.09961 3.90848L4.36961 6.17848C3.31961 7.76848 2.70961 9.65848 2.70961 11.6885C2.70961 17.2085 7.18961 21.6885 12.7096 21.6885C14.7496 21.6885 16.6396 21.0685 18.2196 20.0285L20.4896 22.2985L21.8996 20.8785Z",
key: "12ncgp"
}
],
[
"path",
{
d: "M13.0496 1.70848C10.8696 1.63848 8.85961 2.25848 7.19961 3.34848L11.7896 7.93848C11.5196 5.88848 11.8896 3.71848 13.0496 1.70848Z",
key: "1jzeg8"
}
]
]);
export { BedtimeOff as default };
//# sourceMappingURL=bedtime_off.js.map