@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 837 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPause12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2 1h2.167v10H2zM1 1a1 1 0 0 1 1-1h2.167a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm6.833 0H10v10H7.833zm-1 0a1 1 0 0 1 1-1H10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H7.833a1 1 0 0 1-1-1z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(s);
export {
l as default
};
//# sourceMappingURL=IconPause12.es.js.map