@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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTypographyMultiple20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1 4.012h12.504V6.25a.75.75 0 0 1-1.5 0v-.738H8V14.5h1.25a.75.75 0 1 1 0 1.5h-4a.75.75 0 0 1 0-1.5H6.5V5.512h-4v.738a.75.75 0 0 1-1.5 0zM13.5 10H10V8.5h8.5V10H15v6h-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const i = l(o);
export {
i as default
};
//# sourceMappingURL=IconTypographyMultiple20.es.js.map