@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.01 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPills24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6 11.5H3.5v1H6zM3.5 10A1.5 1.5 0 0 0 2 11.5v1A1.5 1.5 0 0 0 3.5 14H6a1.5 1.5 0 0 0 1.5-1.5v-1A1.5 1.5 0 0 0 6 10zm10 1.5h-3v1h3zm-3-1.5A1.5 1.5 0 0 0 9 11.5v1a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 0 1.5-1.5v-1a1.5 1.5 0 0 0-1.5-1.5zm7.5 1.5h2.5v1H18zm-1.5 0A1.5 1.5 0 0 1 18 10h2.5a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5H18a1.5 1.5 0 0 1-1.5-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const n = l(s);
export {
n as default
};
//# sourceMappingURL=IconPills24.es.js.map