UNPKG

alinea

Version:
27 lines (25 loc) 599 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/ui/icons/IcOutlineKeyboardTab.tsx import { jsx } from "react/jsx-runtime"; function IcOutlineKeyboardTab(props) { return /* @__PURE__ */ jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx( "path", { fill: "currentColor", d: "M11.59 7.41L15.17 11H1v2h14.17l-3.59 3.59L13 18l6-6l-6-6l-1.41 1.41zM20 6v12h2V6h-2z" } ) } ); } export { IcOutlineKeyboardTab };