google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.33 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 AlarmOff = createIcon("AlarmOff", [
[
"path",
{
d: "M10.263 6.38503C10.883 6.20503 11.543 6.09503 12.223 6.09503C16.083 6.09503 19.223 9.23503 19.223 13.095C19.223 13.775 19.113 14.435 18.933 15.055L20.493 16.615C20.963 15.535 21.223 14.345 21.223 13.095C21.223 8.12503 17.193 4.09503 12.223 4.09503C10.973 4.09503 9.78301 4.35503 8.69301 4.81503L10.263 6.38503ZM17.56 1.90503L22.167 5.75003L20.887 7.28503L16.277 3.44203L17.56 1.90503ZM3.24301 2.19503L1.83301 3.60503L3.20301 4.97503L2.28301 5.74503L3.56301 7.28503L4.62301 6.40503L5.42301 7.20503C4.05301 8.78503 3.22301 10.845 3.22301 13.095C3.22301 18.065 7.25301 22.095 12.223 22.095C14.473 22.095 16.533 21.265 18.113 19.895L20.213 21.995L21.623 20.585L3.24301 2.19503ZM12.223 20.095C8.36301 20.095 5.22301 16.955 5.22301 13.095C5.22301 11.395 5.83301 9.83503 6.84301 8.62503L16.693 18.475C15.483 19.485 13.923 20.095 12.223 20.095ZM7.70301 3.82503L8.16301 3.44503L6.88301 1.90503L6.28301 2.40503L7.70301 3.82503Z",
key: "1sbxcb"
}
]
]);
export { AlarmOff as default };
//# sourceMappingURL=alarm_off.js.map