@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 867 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as n } from "react";
function o(e) {
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: "IconAnnotationNumbers32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M8.93 11.304V21h2.048V9.8H7.282l-2.288 5.056h2.144l1.504-3.552zM15 13a1 1 0 0 0 0 2h10a1 1 0 1 0 0-2zm-1 9a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H15a1 1 0 0 1-1-1m1-5a1 1 0 0 0 0 2h6a1 1 0 1 0 0-2z",
clipRule: "evenodd"
}
)
}
);
}
const l = n(o);
export {
l as default
};
//# sourceMappingURL=IconAnnotationNumbers32.es.js.map