@jjordy/swr-devtools
Version:
Devtools for SWR
10 lines (9 loc) • 894 B
JavaScript
import React from "react";
export default function AlignRightIcon() {
return (React.createElement("svg", { id: "Layer", enableBackground: "new 0 0 64 64", height: "16", viewBox: "0 0 64 64", width: "16", fill: "white", xmlns: "http://www.w3.org/2000/svg" },
React.createElement("path", { d: "m54 8h-44c-1.104 0-2 .896-2 2s.896 2 2 2h44c1.104 0 2-.896 2-2s-.896-2-2-2z" }),
React.createElement("path", { d: "m54 52h-44c-1.104 0-2 .896-2 2s.896 2 2 2h44c1.104 0 2-.896 2-2s-.896-2-2-2z" }),
React.createElement("path", { d: "m54 19h-28c-1.104 0-2 .896-2 2s.896 2 2 2h28c1.104 0 2-.896 2-2s-.896-2-2-2z" }),
React.createElement("path", { d: "m54 30h-44c-1.104 0-2 .896-2 2s.896 2 2 2h44c1.104 0 2-.896 2-2s-.896-2-2-2z" }),
React.createElement("path", { d: "m54 41h-28c-1.104 0-2 .896-2 2s.896 2 2 2h28c1.104 0 2-.896 2-2s-.896-2-2-2z" })));
}