google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.13 kB
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: "M9.97961 4.17922C9.84961 4.76922 9.77961 5.32922 9.73961 5.88922L11.7896 7.93922C11.5196 5.88922 11.8896 3.71922 13.0496 1.70922C12.9296 1.70922 12.8196 1.69922 12.6996 1.69922C10.6496 1.69922 8.76961 2.30922 7.19961 3.34922L8.65961 4.80922C9.07961 4.56922 9.51961 4.34922 9.97961 4.17922ZM2.09961 3.90922L4.36961 6.17922C3.31961 7.75922 2.70961 9.65922 2.70961 11.6892C2.70961 17.2092 7.18961 21.6892 12.7096 21.6892C14.7496 21.6892 16.6296 21.0592 18.2096 20.0192L20.4896 22.2992L21.8996 20.8892L3.51961 2.49922L2.09961 3.90922ZM5.83961 7.64922L16.7596 18.5692C15.5496 19.2892 14.1596 19.6892 12.7096 19.6892C8.29961 19.6892 4.70961 16.0992 4.70961 11.6892C4.70961 10.2092 5.12961 8.83922 5.83961 7.64922Z",
key: "18y5fy"
}
]
]);
export { BedtimeOff as default };
//# sourceMappingURL=bedtime_off.js.map