@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 830 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function n(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconInfo20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M7.25 8.25A.75.75 0 0 1 8 7.5h2.75a.75.75 0 0 1 .75.75v8.25h1.75a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1 0-1.5H10V9H8a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const s = o(n);
export {
s as default
};
//# sourceMappingURL=IconInfo20.es.js.map