@dndbuilder.com/react
Version:
Drag and drop builder for React
25 lines (24 loc) • 605 B
JavaScript
import { jsxs as o, jsx as t } from "react/jsx-runtime";
const a = ({ size: r = 32 }) => /* @__PURE__ */ o(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: r,
height: r,
viewBox: `0 0 ${r} ${r}`,
children: [
/* @__PURE__ */ t(
"path",
{
fill: "currentColor",
d: "M28 21H4a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2M4 13v6h24v-6Z"
}
),
/* @__PURE__ */ t("path", { fill: "currentColor", d: "M6 15h14v2H6z" })
]
}
);
export {
a as default
};
//# sourceMappingURL=progress-bar-icon.js.map