@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 922 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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconAnnotationNumbers20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4.73 6.834V13.5h1.41V5.8H3.598L2.025 9.276h1.474l1.034-2.442zm4.02.666a.75.75 0 1 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zM8 14.25a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75m.75-3.75a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const m = n(o);
export {
m as default
};
//# sourceMappingURL=IconAnnotationNumbers20.es.js.map