@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowAutofitDown = /*#__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: "m12.95 18.1.09.1 2.35 2.36c.18.27.5.44.86.44.32 0 .62-.14.8-.37h.01l.05-.07 2.36-2.36.08-.1a1 1 0 0 0 .01-1.18v-.01l-.1-.12-.1-.09h-.01a1 1 0 0 0-1.18-.01l-.12.1-.8.8V3.79l-.01-.01c-.07-.47-.51-.78-.99-.78s-.92.31-.99.78l-.01.12v13.69l-.8-.8-.1-.09a1 1 0 0 0-1.4 1.4zM4 17.5A2.5 2.5 0 0 0 6.5 20h4a1 1 0 1 0 0-2h-4a.5.5 0 0 1-.5-.5v-11c0-.27.22-.5.5-.5h6a1 1 0 1 0 0-2h-6A2.5 2.5 0 0 0 4 6.5v11z"
}));
});
ArrowAutofitDown.displayName = 'ArrowAutofitDown';
export var ArrowAutofitDownDimensions = {
height: 24,
width: 24
};