@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var WindowArrowUp = /*#__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: "M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zm.01 2h-.08l-.06.02-.08.03-.07.04-.06.04-2.51 2.52-.06.07a.5.5 0 0 0 0 .56l.06.07.07.06c.17.12.4.12.56 0l.07-.06L17 15.71v5.38c.05.2.2.36.41.4l.09.01h.09a.5.5 0 0 0 .4-.41L18 21v-5.3l1.65 1.65.07.06a.5.5 0 0 0 .7-.7l-.07-.06-2.54-2.55-.05-.03-.07-.03-.06-.02-.06-.01a.5.5 0 0 0-.06-.01zM6.25 3h11.5a3.25 3.25 0 0 1 3.24 3.07l.01.18v5.77a6.46 6.46 0 0 0-2-.85V8H5v9.75c0 .65.5 1.18 1.12 1.24l.13.01h4.92c.17.72.46 1.4.85 2H6.25a3.25 3.25 0 0 1-3.24-3.07L3 17.75V6.25a3.25 3.25 0 0 1 3.07-3.24L6.25 3z"
}));
});
WindowArrowUp.displayName = 'WindowArrowUp';
export var WindowArrowUpDimensions = {
height: 24,
width: 24
};