@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.3 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAlarmOffFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AlarmOffFilled",
short_name: "AlarmOff",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m19.8 22.7-2.45-2.45q-1.175.875-2.538 1.312Q13.45 22 12 22q-1.85 0-3.488-.7-1.637-.7-2.862-1.9t-1.938-2.825Q3 14.95 3 13.1q0-1.475.463-2.85Q3.925 8.875 4.8 7.7l-.85-.85-.525.525q-.275.275-.687.262-.413-.012-.688-.287-.275-.275-.275-.7 0-.425.275-.7l.5-.5-1.175-1.175Q1.1 4 1.113 3.587q.012-.412.287-.687.275-.275.7-.275.425 0 .7.275l18.425 18.425q.275.275.263.688-.013.412-.288.687-.275.275-.7.275-.425 0-.7-.275Zm.15-5.45L7.85 5q.95-.5 1.988-.75Q10.875 4 12 4q1.85 0 3.488.7 1.637.7 2.862 1.937 1.225 1.238 1.938 2.888Q21 11.175 21 13.1q0 1.125-.275 2.162-.275 1.038-.775 1.988Zm.6-9.95-2.875-2.875q-.275-.275-.262-.688.012-.412.287-.687.275-.275.7-.275.425 0 .7.275l2.875 2.875q.275.275.263.687-.013.413-.288.688-.275.275-.7.275-.425 0-.7-.275Z"
}));
});
IconMaterialAlarmOffFilled.displayName = 'AmauiIconMaterialAlarmOffFilled';
export default IconMaterialAlarmOffFilled;