UNPKG

@react95/core

Version:
17 lines (16 loc) 347 B
import React from "react"; const Stop = (props) => /* @__PURE__ */ React.createElement( "svg", { xmlns: "http://www.w3.org/2000/svg", width: "6", height: "6", "aria-label": "stop", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M0 0h306v306H0z" }) ); const Stop$1 = Stop; export { Stop$1 as default };