@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowForwardDownPerson = /*#__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: "M16.3 5.7a1 1 0 1 1 1.41-1.4l5 5a1 1 0 0 1 0 1.4l-5 5a1 1 0 1 1-1.41-1.4l3.29-3.3H13a8 8 0 0 1-8-7.75V3a1 1 0 0 1 2 0 6 6 0 0 0 5.78 6h6.81l-3.3-3.3ZM9 13.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm2 5.38C11 20.43 9.71 22 6.5 22S2 20.44 2 18.87v-.1C2 17.8 2.8 17 3.77 17h5.46c.98 0 1.77.8 1.77 1.77v.1Z"
}));
});
ArrowForwardDownPerson.displayName = 'ArrowForwardDownPerson';
export var ArrowForwardDownPersonDimensions = {
height: 24,
width: 24
};