@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 946 B
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as e } from "react";
function r(t) {
return /* @__PURE__ */ a(
"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: "IconChartBars16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11.5 12a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 1 0v9a.5.5 0 0 1-.5.5M3 11.5a.5.5 0 0 0 1 0v-4a.5.5 0 0 0-1 0zM2.5 13a.5.5 0 0 0 0 1h10a.5.5 0 0 0 0-1zM7 11.5a.5.5 0 0 0 1 0v-7a.5.5 0 0 0-1 0zm-1.5.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 1 0v2a.5.5 0 0 1-.5.5m3.5-.5a.5.5 0 0 0 1 0V7a.5.5 0 0 0-1 0z",
clipRule: "evenodd"
}
)
}
);
}
const l = e(r);
export {
l as default
};
//# sourceMappingURL=IconChartBars16.es.js.map