@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 821 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as r } from "react";
function a(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: "IconBar24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M19 9.5H5A1.5 1.5 0 0 0 3.5 11v2A1.5 1.5 0 0 0 5 14.5h14a1.5 1.5 0 0 0 1.5-1.5v-2A1.5 1.5 0 0 0 19 9.5M5 8a3 3 0 0 0-3 3v2a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-2a3 3 0 0 0-3-3z",
clipRule: "evenodd"
}
)
}
);
}
const s = r(a);
export {
s as default
};
//# sourceMappingURL=IconBar24.es.js.map