UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.52 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAlarmOff = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AlarmOff", short_name: "AlarmOff", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "m19.95 17.25-1.5-1.5q.275-.675.413-1.312Q19 13.8 19 13.1q0-2.9-2.05-5T12 6q-.7 0-1.35.112-.65.113-1.3.388L7.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.988ZM17.7 3.05q.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-.275l-2.875-2.875q-.275-.275-.262-.688.012-.412.287-.687Zm3.5 19.65q-.275.275-.7.275-.425 0-.7-.275l-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.687ZM12 20.025q1.05 0 2.05-.325 1-.325 1.85-.9L6.2 9.15q-.575.875-.888 1.887Q5 12.05 5 13.1q0 2.9 2.05 4.912Q9.1 20.025 12 20.025Zm-.95-6.05Zm2.85-2.85Z" })); }); IconMaterialAlarmOff.displayName = 'AmauiIconMaterialAlarmOff'; export default IconMaterialAlarmOff;