@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 902 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPills32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8 15H5v2h3zm-3-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm12.5 2h-3v2h3zm-3-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm9.5 2h3v2h-3zm-2 0a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2z",
clipRule: "evenodd"
}
)
}
);
}
const n = a(l);
export {
n as default
};
//# sourceMappingURL=IconPills32.es.js.map