@react95/core
Version:
Windows 95 styleguide
18 lines (17 loc) • 431 B
JavaScript
import React from "react";
const Pause = (props) => /* @__PURE__ */ React.createElement(
"svg",
{
height: "6",
viewBox: "0 0 424.236 424.236",
width: "6",
xmlns: "http://www.w3.org/2000/svg",
"aria-label": "pause",
...props
},
/* @__PURE__ */ React.createElement("path", { d: "M256.471 2h176.765v424.236H256.471zM2 2h176.765v424.236H2z" })
);
const Pause$1 = Pause;
export {
Pause$1 as default
};