@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 831 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconInfo24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13.5 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0M8.25 9.25A.75.75 0 0 1 9 8.5h3.75a.75.75 0 0 1 .75.75V19.5h2.75a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5H12V10H9a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const s = o(n);
export {
s as default
};
//# sourceMappingURL=IconInfo24.es.js.map