@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 738 B
JavaScript
import { jsx as r } from "react/jsx-runtime";
import { memo as t } from "react";
function a(e) {
return /* @__PURE__ */ r(
"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: "IconBarNarrow32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ r(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M26 15H6a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2M6 13a3 3 0 1 0 0 6h20a3 3 0 1 0 0-6z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(a);
export {
s as default
};
//# sourceMappingURL=IconBarNarrow32.es.js.map