@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.31 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BoxArrowUp = /*#__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: "M13.4 2.51a3.75 3.75 0 0 0-2.8 0l-2.2.9L18 7.12l3.37-1.3c-.14-.12-.3-.2-.46-.28l-7.5-3.04ZM22 7.2l-9.25 3.58v2.3A6.48 6.48 0 0 1 22 12.8V7.19Zm-10.75 3.58v4.94a6.5 6.5 0 0 0 0 3.58v2.4a3.75 3.75 0 0 1-.66-.2l-7.5-3.04C2.43 18.18 2 17.54 2 16.83V7.19l9.25 3.58ZM2.63 5.83 12 9.45l3.92-1.52-9.55-3.7L3.1 5.54c-.17.07-.32.16-.46.28ZM23 17.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0ZM17.54 14l.09.02.06.02.07.03.05.04 2.54 2.54.06.07a.5.5 0 0 1-.7.7l-.06-.07L18 15.71v5.38a.5.5 0 0 1-.41.4l-.09.01h-.09a.5.5 0 0 1-.4-.4L17 21v-5.3l-1.65 1.65-.07.06a.5.5 0 0 1-.56 0l-.07-.06-.06-.06a.5.5 0 0 1 0-.57l.06-.07 2.5-2.51.07-.05.07-.04.08-.03.06-.01h.11Z"
}));
});
BoxArrowUp.displayName = 'BoxArrowUp';
export var BoxArrowUpDimensions = {
height: 24,
width: 24
};