iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Shuffle = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.97 3.72a.75.75 0 011.06 0l2.25 2.25a.75.75 0 010 1.06l-2.25 2.25a.75.75 0 11-1.06-1.06l.97-.97h-2.754a.75.75 0 00-.567.26L12.74 12l3.878 4.49a.75.75 0 00.567.26h2.753l-.97-.97a.75.75 0 111.061-1.06l2.25 2.25a.75.75 0 010 1.06l-2.25 2.25a.75.75 0 11-1.06-1.06l.97-.97h-2.754a2.25 2.25 0 01-1.702-.78l-3.734-4.322-3.734 4.323a2.25 2.25 0 01-1.703.779H3.25a.75.75 0 010-1.5h3.063a.75.75 0 00.568-.26L10.76 12 6.881 7.51a.75.75 0 00-.568-.26H3.25a.75.75 0 010-1.5h3.063a2.25 2.25 0 011.703.78l3.734 4.322 3.734-4.323a2.25 2.25 0 011.702-.779h2.753l-.97-.97a.75.75 0 010-1.06z", fill: "#323544" }));
exports.default = Shuffle;