@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.3 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowAutofitHeight = /*#__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 5.9.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 1 .01 1.18v.01l-.1.12-.1.09h-.01a1 1 0 0 1-1.18.01l-.12-.1-.8-.8v3.3l-.01.01c-.07.47-.51.78-.99.78s-.92-.31-.99-.78l-.01-.12V6.41l-.8.8-.1.09a1 1 0 0 1-1.4-1.4ZM4 6.5A2.5 2.5 0 0 1 6.5 4h4a1 1 0 1 1 0 2h-4a.5.5 0 0 0-.5.5v11c0 .27.22.5.5.5h4a1 1 0 1 1 0 2h-4A2.5 2.5 0 0 1 4 17.5v-11Zm10.45 10.29-.1-.09a1 1 0 0 0-1.3 1.5l2.34 2.36c.18.27.5.44.86.44s.68-.17.86-.44l2.36-2.36.08-.1a1 1 0 0 0-.09-1.3v-.01l-.1-.09h-.01a1 1 0 0 0-1.3.1l-.8.79v-3.31c-.08-.47-.52-.78-1-.78-.52 0-1 .38-1 .9v3.19l-.8-.8Z"
}));
});
ArrowAutofitHeight.displayName = 'ArrowAutofitHeight';
export var ArrowAutofitHeightDimensions = {
height: 24,
width: 24
};