styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
14 lines (13 loc) • 1.24 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var ArrowShuffle = 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: "M4 9h3.5c.736 0 1.393.391 1.851 1.001a8.11 8.11 0 011.191-1.662C9.739 7.516 8.676 7 7.5 7H4a1 1 0 100 2zm7.685 3.111C12.236 10.454 13.941 9 15.334 9h1.838l-1.293 1.293a.999.999 0 101.414 1.414L21 8l-3.707-3.707a.999.999 0 10-1.414 1.414L17.172 7h-1.838c-2.274 0-4.711 1.967-5.547 4.479l-.472 1.411C8.674 14.816 7.243 16 6.5 16H4a1 1 0 100 2h2.5c1.837 0 3.863-1.925 4.713-4.479l.472-1.41zm4.194 1.182a.999.999 0 000 1.414L17.172 16h-2.338c-1.268 0-2.33-.891-2.691-2.108a9.335 9.335 0 01-1.09 2.185C11.939 17.239 13.296 18 14.834 18h2.338l-1.293 1.293a.999.999 0 101.414 1.414L21 17l-3.707-3.707a.999.999 0 00-1.414 0z", key: "k0" })));
});
ArrowShuffle.displayName = 'ArrowShuffle';
export var ArrowShuffleDimensions = { height: 24, width: 24 };