@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailInboxArrowDown = /*#__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: "M14 9.74a5.48 5.48 0 0 1-4.5 1.17c-.33.38-.8.59-1.5.59-.9 0-1.43-.36-1.74-.97A2.55 2.55 0 0 1 6 9.5a.5.5 0 0 0-.5-.5H3V5.5C3 4.67 3.67 4 4.5 4h.7c.1-.35.24-.68.4-1H4.5A2.5 2.5 0 0 0 2 5.5v7A2.5 2.5 0 0 0 4.5 15h7a2.5 2.5 0 0 0 2.5-2.5V9.74zm-3.5.26a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zM8.15 5.85a.5.5 0 1 1 .7-.7L10 6.29V3.5a.5.5 0 0 1 1 0v2.8l1.15-1.15a.5.5 0 0 1 .7.7l-2 2a.5.5 0 0 1-.35.15.5.5 0 0 1-.35-.14l-2-2z"
}));
});
MailInboxArrowDown.displayName = 'MailInboxArrowDown';
export var MailInboxArrowDownDimensions = {
height: 16,
width: 16
};