@anoki/fse-marche-ui
Version:
FSE UI components library
37 lines (36 loc) • 899 B
JavaScript
import { j as e } from "./index.es137.js";
import { clsx as i } from "./index.es139.js";
import { createColorClasses as a } from "./index.es145.js";
const c = ({
width: r = 24,
height: s = 24,
className: o,
color: l
}) => {
const t = a({ color: l });
return /* @__PURE__ */ e.jsx(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: r,
height: s,
fill: "currentColor",
viewBox: "0 0 24 24",
className: i(o, t),
"aria-hidden": "true",
children: /* @__PURE__ */ e.jsx(
"path",
{
fill: "#06C",
fillRule: "evenodd",
d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2a10 10 0 0 1 0 20m.4-10.5h4.5v1h-4.5V17h-1v-4.5H6.9v-1h4.5V7h1zM12 3a9 9 0 1 1 0 18 9 9 0 0 1 0-18",
clipRule: "evenodd"
}
)
}
);
};
export {
c as Add
};
//# sourceMappingURL=index.es105.js.map