@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 792 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTypographyMultiple32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3 7h16v3a1 1 0 1 1-2 0V9h-5v14h2a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2h2V9H5v1a1 1 0 1 1-2 0zm19 8h-5v-2h12v2h-5v10h-2z",
clipRule: "evenodd"
}
)
}
);
}
const n = l(o);
export {
n as default
};
//# sourceMappingURL=IconTypographyMultiple32.es.js.map