@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 934 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: "IconPills12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2.429 6H1v1h1.429zM1 5a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1.429a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm5.714 1H5.286v1h1.428zM5.286 5a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1.428a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zM9.57 6H11v1H9.571zm-1 0a1 1 0 0 1 1-1H11a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H9.571a1 1 0 0 1-1-1z",
clipRule: "evenodd"
}
)
}
);
}
const r = a(l);
export {
r as default
};
//# sourceMappingURL=IconPills12.es.js.map