styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
17 lines (16 loc) • 1.02 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Shuffle = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { d: "M17 17h-1.559l-9.7-10.673A1 1 0 005.001 6H2v2h2.559l4.09 4.5-4.09 4.501H2v2h3.001a1 1 0 00.74-.327L10 13.987l4.259 4.686a1 1 0 00.74.327H17v3l5-4-5-4v3z", key: "k0" }),
React.createElement("path", { d: "M15.441 8H17v3l5-3.938L17 3v3h-2.001a1 1 0 00-.74.327l-3.368 3.707 1.48 1.346L15.441 8z", key: "k1" })));
});
exports.Shuffle.displayName = 'Shuffle';
exports.ShuffleDimensions = { height: 24, width: 24 };
;