@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailClock = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M17.5 1a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm2 5.5h-2V4a.5.5 0 0 0-1 0v3c0 .28.22.5.5.5h2.5a.5.5 0 0 0 0-1zm-2 6.5c1.75 0 3.33-.69 4.5-1.81v5.56a3.25 3.25 0 0 1-3.07 3.24l-.18.01H5.25a3.25 3.25 0 0 1-3.24-3.07L2 16.75V8.61l9.65 5.05c.22.12.48.12.7 0l2.41-1.26c.84.38 1.76.6 2.74.6zM5.25 4h6.25a6.48 6.48 0 0 0 1.8 7.47l-1.3.68-9.98-5.23a3.25 3.25 0 0 1 3.04-2.91L5.25 4z"
}));
});
MailClock.displayName = 'MailClock';
export var MailClockDimensions = {
height: 24,
width: 24
};