@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 818 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function s(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPause32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8 7h5v18H8zM6 7a2 2 0 0 1 2-2h5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2zm13 0h5v18h-5zm-2 0a2 2 0 0 1 2-2h5a2 2 0 0 1 2 2v18a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(s);
export {
l as default
};
//# sourceMappingURL=IconPause32.es.js.map