@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 795 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function o(t) {
return /* @__PURE__ */ e(
"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: "IconTypographyMultiple12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M0 2h9v1.5a.5.5 0 0 1-1 0V3H5v6h1.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1H4V3H1v.5a.5.5 0 0 1-1 0zm9 3h3v1h-2v4H9V6H7V5z",
clipRule: "evenodd"
}
)
}
);
}
const i = l(o);
export {
i as default
};
//# sourceMappingURL=IconTypographyMultiple12.es.js.map