UNPKG

@frontify/fondue

Version:
31 lines (30 loc) 753 B
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: 24, height: 24, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconBarNarrow24", "aria-hidden": "true", ...e, children: /* @__PURE__ */ r( "path", { fill: "currentColor", fillRule: "evenodd", d: "M19.5 11h-15a1 1 0 1 0 0 2h15a1 1 0 1 0 0-2m-15-1.5a2.5 2.5 0 0 0 0 5h15a2.5 2.5 0 0 0 0-5z", clipRule: "evenodd" } ) } ); } const s = t(a); export { s as default }; //# sourceMappingURL=IconBarNarrow24.es.js.map