@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 811 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function l(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPause12Filled",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2 0a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2.167a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1zm5.833 0a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1H10a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1z",
clipRule: "evenodd"
}
)
}
);
}
const r = a(l);
export {
r as default
};
//# sourceMappingURL=IconPause12Filled.es.js.map