styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.33 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var ArrowMaximiseOutline = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M19 3h-5.243a2.993 2.993 0 00-2.815 2H4v7.061l.012.12A2.994 2.994 0 002 15v7h7c1.311 0 2.593-.826 3-2h7v-7.061l-.012-.12A2.994 2.994 0 0021 10V3h-2zm-2 15h-5a1 1 0 110-2h3v-3.061a1 1 0 112 0V18zM6 7h5.061a1 1 0 110 2H8v3.061a1 1 0 01-2 0V7zm13 3a1 1 0 11-2 0V8.414l-3.293 3.293a.997.997 0 01-1.414 0 .999.999 0 010-1.414L15.586 7H14a1 1 0 110-2h5v5zM9 20H4v-5a1 1 0 112 0v1.586l3.293-3.293a.997.997 0 011.414 0 .999.999 0 010 1.414L7.414 18H9a1 1 0 110 2zm2.414-7.414a1.986 1.986 0 00-2.437-.297L9 12.061V10h2.061l.229-.023c-.186.307-.29.656-.29 1.023 0 .534.208 1.036.586 1.414a1.986 1.986 0 002.437.297l-.023.228V15h-1.939c-.122 0-.24.015-.356.036a1.983 1.983 0 00-.291-2.45z", key: "k0" })));
});
ArrowMaximiseOutline.displayName = 'ArrowMaximiseOutline';
export var ArrowMaximiseOutlineDimensions = { height: 24, width: 24 };