@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 754 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconBarNarrow16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ r(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13.5 7.5h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1m-11-1a1.5 1.5 0 1 0 0 3h11a1.5 1.5 0 0 0 0-3z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(a);
export {
s as default
};
//# sourceMappingURL=IconBarNarrow16.es.js.map