@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.1 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as e } from "react";
function o(a) {
return /* @__PURE__ */ t(
"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: "IconTextBoxStack24",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M19 5.5H8A1.5 1.5 0 0 0 6.5 7H16a3 3 0 0 1 3 3v5.5a1.5 1.5 0 0 0 1.5-1.5V7A1.5 1.5 0 0 0 19 5.5M19 17a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-7a3 3 0 0 1 3-3 3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3M5 8.5h11a1.5 1.5 0 0 1 1.5 1.5v7a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 17v-7A1.5 1.5 0 0 1 5 8.5m.616 3.25a.75.75 0 0 1 .75-.75H14.5a.75.75 0 0 1 0 1.5H6.366a.75.75 0 0 1-.75-.75M6.5 14.5a.75.75 0 0 0 0 1.5h3.74a.75.75 0 0 0 0-1.5z",
clipRule: "evenodd"
}
)
}
);
}
const l = e(o);
export {
l as default
};
//# sourceMappingURL=IconTextBoxStack24.es.js.map