UNPKG

@frontify/fondue

Version:
31 lines (30 loc) 750 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: 12, height: 12, className: "tw-flex tw-items-center tw-justify-center tw-fill-current", name: "IconBarNarrow12", "aria-hidden": "true", ...e, children: /* @__PURE__ */ r( "path", { fill: "currentColor", fillRule: "evenodd", d: "M10.5 5.5h-9a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1m-9-1a1.5 1.5 0 1 0 0 3h9a1.5 1.5 0 0 0 0-3z", clipRule: "evenodd" } ) } ); } const s = t(a); export { s as default }; //# sourceMappingURL=IconBarNarrow12.es.js.map