@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 823 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconAnnotationLines12",
"aria-hidden": "true",
...n,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M10 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0m1 0a2 2 0 0 1-3.03 1.715L4.737 8.007a2 2 0 1 1-.698-.717l3.23-3.288A2 2 0 1 1 11 3m-8 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2",
clipRule: "evenodd"
}
)
}
);
}
const l = e(o);
export {
l as default
};
//# sourceMappingURL=IconAnnotationLines12.es.js.map