@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AlertOff = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M3.28 2.22a.75.75 0 1 0-1.06 1.06l4.26 4.26a8.46 8.46 0 0 0-.98 3.96v4.11l-1.42 3.65-.04.12A1.28 1.28 0 0 0 5.27 21h14.67l4.78 4.78a.75.75 0 0 0 1.06-1.06L3.28 2.22zM8.34 5.16l15.37 15.37c.18-.22.3-.5.3-.81l-.02-.16c-.01-.1-.04-.2-.07-.3L22.5 15.6v-4.35a8.5 8.5 0 0 0-14.16-6.1z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.47 22a3.5 3.5 0 0 1-6.94 0h6.94z"
}));
});
AlertOff.displayName = 'AlertOff';
export var AlertOffDimensions = {
height: 28,
width: 28
};