@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowAutofitUp = /*#__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-.8v13.8l-.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.5h6a1 1 0 1 1 0 2h-6A2.5 2.5 0 0 1 4 17.5v-11Z"
}));
});
ArrowAutofitUp.displayName = 'ArrowAutofitUp';
export var ArrowAutofitUpDimensions = {
height: 24,
width: 24
};