UNPKG

@jjordy/swr-devtools

Version:

Devtools for SWR

10 lines (9 loc) 893 B
import React from 'react'; export default function AlignLeftIcon() { return (React.createElement("svg", { id: "Layer", enableBackground: "new 0 0 64 64", height: "16", viewBox: "0 0 64 64", fill: "white", width: "16", 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: "m10 23h28c1.104 0 2-.896 2-2s-.896-2-2-2h-28c-1.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: "m10 45h28c1.104 0 2-.896 2-2s-.896-2-2-2h-28c-1.104 0-2 .896-2 2s.896 2 2 2z" }))); }