@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AutoFitHeight = /*#__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: "M6 3a1 1 0 0 0 0 2h12a1 1 0 1 0 0-2H6Zm4.35 10.7.1.09.8.8V9.4l-.8.8-.1.09a1 1 0 0 1-1.4-1.4l.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-.8v5.18l.8-.8a1 1 0 0 1 1.3-.1v.01l.1.09h.01a1 1 0 0 1 .1 1.3v.01l-.1.1-2.35 2.36c-.18.27-.5.44-.86.44-.35 0-.68-.17-.86-.44L9.04 15.2a1 1 0 0 1 1.3-1.51h.01ZM5 20a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1Z"
}));
});
AutoFitHeight.displayName = 'AutoFitHeight';
export var AutoFitHeightDimensions = {
height: 24,
width: 24
};