@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 849 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTypographyMultiple24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2 5.012h12.504v2.282a.75.75 0 0 1-1.5 0v-.782H9V17.5h1.25a.75.75 0 1 1 0 1.5h-4a.75.75 0 0 1 0-1.5H7.5V6.512h-4v.782a.75.75 0 0 1-1.5 0zM16.5 11h-4V9.5H22V11h-4v8h-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const h = l(o);
export {
h as default
};
//# sourceMappingURL=IconTypographyMultiple24.es.js.map