UNPKG

@anoki/fse-ui

Version:

FSE UI components library

40 lines (39 loc) 976 B
import { j as s } from "./index.es244.js"; import { clsx as d } from "./index.es246.js"; import { createColorClasses as m } from "./index.es274.js"; const p = ({ width: e = 24, height: o = 24, className: r, color: a, decorative: l = !1, ariaLabel: i = "Add" }) => { const t = m({ color: a }); return /* @__PURE__ */ s.jsx( "svg", { xmlns: "http://www.w3.org/2000/svg", width: e, height: o, fill: "currentColor", viewBox: "0 0 24 24", className: d(r, t), "aria-hidden": l, "aria-label": l ? void 0 : i, children: /* @__PURE__ */ s.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 { p as Add }; //# sourceMappingURL=index.es190.js.map