@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 996 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowSortDownLines = /*#__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: "m9.03 11.03-2.75 2.75c-.3.3-.77.3-1.06 0l-2.75-2.75a.75.75 0 1 1 1.06-1.06L5 11.44V2.75a.75.75 0 0 1 1.5 0v8.69l1.47-1.47a.75.75 0 0 1 1.06 1.06zM8.5 2a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5h-5zm0 2.5a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3zm0 2.5a.75.75 0 0 0 0 1.5h1a.75.75 0 0 0 0-1.5h-1z"
}));
});
ArrowSortDownLines.displayName = 'ArrowSortDownLines';
export var ArrowSortDownLinesDimensions = {
height: 16,
width: 16
};