@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 998 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function o(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconContextSearch12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1 1.5a.5.5 0 0 0 .5.5H9a.5.5 0 0 0 0-1H1.5a.5.5 0 0 0-.5.5m0 8a.5.5 0 0 0 .5.5H4a.5.5 0 0 0 0-1H1.5a.5.5 0 0 0-.5.5m8.256-2.872a1.628 1.628 0 1 1-3.256 0 1.628 1.628 0 0 1 3.256 0m1 0c0 .547-.167 1.054-.452 1.475l.05.043 1 1a.5.5 0 0 1-.708.708l-1-1-.043-.05a2.628 2.628 0 1 1 1.153-2.176M1.5 6a.5.5 0 0 1 0-1h2a.5.5 0 0 1 0 1z",
clipRule: "evenodd"
}
)
}
);
}
const l = a(o);
export {
l as default
};
//# sourceMappingURL=IconContextSearch12.es.js.map