@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 740 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBarNarrow20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ r(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17 9.5H3a.5.5 0 0 0 0 1h14a.5.5 0 0 0 0-1M3 8a2 2 0 1 0 0 4h14a2 2 0 1 0 0-4z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(a);
export {
s as default
};
//# sourceMappingURL=IconBarNarrow20.es.js.map