UNPKG

alinea

Version:
21 lines (19 loc) 473 B
import "../../chunks/chunk-NZLE2WMY.js"; // src/ui/icons/IcBaselinePause.tsx import { jsx } from "react/jsx-runtime"; function IcBaselinePause(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: "M6 19h4V5H6zm8-14v14h4V5z" }) } ); } export { IcBaselinePause };