@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 855 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconAnnotationLines24",
"aria-hidden": "true",
...n,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17.5 8.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4m0 1.5a3.5 3.5 0 1 0-2.965-1.64l-6.174 6.175a3.5 3.5 0 1 0 1.07 1.051l6.155-6.155c.55.36 1.208.569 1.914.569m-11 9.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4",
clipRule: "evenodd"
}
)
}
);
}
const l = e(o);
export {
l as default
};
//# sourceMappingURL=IconAnnotationLines24.es.js.map