@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 968 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function a(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: "IconTypographyBox24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6 4.5h12A1.5 1.5 0 0 1 19.5 6v12a1.5 1.5 0 0 1-1.5 1.5H6A1.5 1.5 0 0 1 4.5 18V6A1.5 1.5 0 0 1 6 4.5M3 6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3zm4.75 1H7v2.247a.75.75 0 0 0 1.5 0V8.5h2.75v7H10a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5h-1.25v-7h2.75v.747a.75.75 0 0 0 1.5 0V7z",
clipRule: "evenodd"
}
)
}
);
}
const s = o(a);
export {
s as default
};
//# sourceMappingURL=IconTypographyBox24.es.js.map