@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.03 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function s(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPills20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4.45 9.5H2.5v1h1.95zM2.5 8A1.5 1.5 0 0 0 1 9.5v1A1.5 1.5 0 0 0 2.5 12h1.95a1.5 1.5 0 0 0 1.5-1.5v-1A1.5 1.5 0 0 0 4.45 8zm8.7 1.5H8.8v1h2.4zM8.8 8a1.5 1.5 0 0 0-1.5 1.5v1A1.5 1.5 0 0 0 8.8 12h2.4a1.5 1.5 0 0 0 1.5-1.5v-1A1.5 1.5 0 0 0 11.2 8zm6.75 1.5h1.95v1h-1.95zm-1.5 0a1.5 1.5 0 0 1 1.5-1.5h1.95A1.5 1.5 0 0 1 19 9.5v1a1.5 1.5 0 0 1-1.5 1.5h-1.95a1.5 1.5 0 0 1-1.5-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const r = l(s);
export {
r as default
};
//# sourceMappingURL=IconPills20.es.js.map