@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 857 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconAnnotationLines16",
"aria-hidden": "true",
...n,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11.5 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m0 1a2.5 2.5 0 1 0-2.11-1.159L5.87 9.41a2.5 2.5 0 1 0 .71.704l3.505-3.552c.402.277.89.439 1.415.439m-7 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3",
clipRule: "evenodd"
}
)
}
);
}
const l = e(o);
export {
l as default
};
//# sourceMappingURL=IconAnnotationLines16.es.js.map