@anoki/fse-ui
Version:
FSE UI components library
34 lines (33 loc) • 972 B
JavaScript
import { j as l } from "./index.es237.js";
const s = ({
width: C = 20,
height: i = 20,
className: n,
decorative: e = !1,
ariaLabel: o = "Search"
}) => /* @__PURE__ */ l.jsx(
"svg",
{
width: C,
height: i,
viewBox: "0 0 20 20",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
className: n,
"aria-hidden": e,
"aria-label": e ? void 0 : o,
children: /* @__PURE__ */ l.jsx(
"path",
{
fillRule: "evenodd",
clipRule: "evenodd",
d: "M14 13.3L19.9 19.1L19.1 19.9L13.3 14C11.8225 15.2676 9.94654 15.9755 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C15.9755 9.94654 15.2676 11.8225 14 13.3ZM1 8C1 11.866 4.13401 15 8 15C9.85652 15 11.637 14.2625 12.9497 12.9497C14.2625 11.637 15 9.85652 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8Z",
fill: "#0066CC"
}
)
}
);
export {
s as SearchIcon
};
//# sourceMappingURL=index.es223.js.map