@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 863 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as e } from "react";
function o(n) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconAnnotationLines32",
"aria-hidden": "true",
...n,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M22.5 12a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m0 2a4.5 4.5 0 1 0-3.825-2.129l-6.729 6.851a4.5 4.5 0 1 0 1.396 1.433l6.738-6.86A4.5 4.5 0 0 0 22.5 14m-13 11a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5",
clipRule: "evenodd"
}
)
}
);
}
const l = e(o);
export {
l as default
};
//# sourceMappingURL=IconAnnotationLines32.es.js.map