@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailCheckmark = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M15 5.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zm-2.15-1.85a.5.5 0 0 0-.7 0L9.5 6.29l-.65-.64a.5.5 0 1 0-.7.7l1 1c.2.2.5.2.7 0l3-3a.5.5 0 0 0 0-.7zM10.5 11c.9 0 1.75-.22 2.5-.6V13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8.34l5.76 3.1a.5.5 0 0 0 .48 0l1.4-.76c.59.2 1.21.32 1.86.32zM3 5h2.02L5 5.5a5.5 5.5 0 0 0 2.54 4.64l-.54.3L1 7.2V7c0-1.1.9-2 2-2z"
}));
});
MailCheckmark.displayName = 'MailCheckmark';
export var MailCheckmarkDimensions = {
height: 16,
width: 16
};