@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailDismiss = /*#__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: "M27 7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0Zm-9.15-3.35a.5.5 0 0 0-.7.7l2.64 2.65-2.64 2.65a.5.5 0 0 0 .7.7l2.65-2.64 2.65 2.64a.5.5 0 0 0 .7-.7L21.21 7.5l2.64-2.65a.5.5 0 0 0-.7-.7L20.5 6.79l-2.65-2.64ZM20.5 15c1.69 0 3.25-.56 4.5-1.5v6.25a3.25 3.25 0 0 1-3.07 3.24l-.18.01H6.25a3.25 3.25 0 0 1-3.24-3.07L3 19.75v-9.63l10.65 5.55c.22.1.48.1.7 0l2.8-1.46c1 .5 2.14.79 3.35.79ZM6.25 5h7.18a7.49 7.49 0 0 0 2.28 8.27l-1.71.88L3 8.43v-.18a3.25 3.25 0 0 1 3.07-3.24L6.25 5Z"
}));
});
MailDismiss.displayName = 'MailDismiss';
export var MailDismissDimensions = {
height: 28,
width: 28
};