@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 800 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconTypographyMultiple16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1 3h9v1.988a.5.5 0 0 1-1 0V4H6v8h1.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1H5V4H2v.988a.5.5 0 0 1-1 0zm11 5h-2V7h5v1h-2v5h-1z",
clipRule: "evenodd"
}
)
}
);
}
const h = l(o);
export {
h as default
};
//# sourceMappingURL=IconTypographyMultiple16.es.js.map