UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

14 lines (13 loc) 1.7 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var ArrowMinimiseOutline = 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: "M22 6c0-.801-.312-1.555-.879-2.121C20.555 3.312 19.801 3 19 3s-1.555.312-2.121.879l-.883.883A2.987 2.987 0 0014 4a2.98 2.98 0 00-2.283 1.077A3.026 3.026 0 0011.061 5H5v6.06c0 .255.042.499.102.736a2.985 2.985 0 00-.275 4.135l-.947.948C3.312 17.445 3 18.199 3 19s.312 1.555.879 2.121C4.445 21.688 5.199 22 6 22c.539 0 1.334-.152 2.061-.879l.903-.919A2.99 2.99 0 0011 21c.934 0 1.758-.437 2.309-1.107.241.063.49.107.752.107H20v-6.061c0-.226-.029-.444-.077-.656A2.98 2.98 0 0021 11c0-.766-.288-1.465-.762-1.996l.883-.883C21.688 7.555 22 6.801 22 6zM7 7h4a1 1 0 110 2H9v2a1 1 0 01-2 0V7zm12.707-.293L16.414 10H18a1 1 0 110 2h-5V7a1 1 0 112 0v1.586l3.293-3.293a.997.997 0 011.414 0 .999.999 0 010 1.414zM12 18a1 1 0 11-2 0v-1.707l-3.354 3.414c-.195.195-.39.293-.646.293s-.512-.098-.707-.293a.999.999 0 010-1.414L8.586 15H7.121a1 1 0 110-2H12v5zm0-6H9.722c.173-.295.278-.634.278-1v-1h1.061c.342 0 .658-.094.939-.245V12zm1 1h2.713c-.433.094-.713.33-.713.939V15h-.939c-.391 0-.752.117-1.061.311V13zm.061 4a1 1 0 011-1H16v-2a1 1 0 112 0v4h-3.939a1 1 0 01-1-1z", key: "k0" }))); }); ArrowMinimiseOutline.displayName = 'ArrowMinimiseOutline'; export var ArrowMinimiseOutlineDimensions = { height: 24, width: 24 };