@brizy/ui-icons
Version:
10 lines (9 loc) • 933 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Reverse = void 0;
const react_1 = __importDefault(require("react"));
exports.Reverse = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
react_1.default.createElement("path", { fill: "currentColor", d: "M7.89 2.405C5.089 2.405 2.718 4.338 2.256 7L0 6.635C.648 2.905 3.967.199 7.89.199c1.956 0 3.834.697 5.288 1.93L15.384 0 16 6.852l-7.1-.594 2.654-2.562a5.845 5.845 0 0 0-3.663-1.291Zm.22 11.19c2.802 0 5.173-1.933 5.635-4.595L16 9.365c-.648 3.73-3.967 6.436-7.89 6.436a8.187 8.187 0 0 1-5.288-1.93L.616 16 0 9.148l7.1.594-2.654 2.562a5.845 5.845 0 0 0 3.663 1.291Z" })));