@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.04 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function o(e) {
return /* @__PURE__ */ a(
"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: "IconTextColumns16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.5 5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm0 4a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zM3 7.5a.5.5 0 0 1 .5-.5H5a.5.5 0 0 1 0 1H3.5a.5.5 0 0 1-.5-.5m.5 3.5a.5.5 0 0 0 0 1H5a.5.5 0 0 0 0-1zM9 5.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5M9.5 9a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zM9 7.5a.5.5 0 0 1 .5-.5H11a.5.5 0 0 1 0 1H9.5a.5.5 0 0 1-.5-.5m.5 3.5a.5.5 0 0 0 0 1H11a.5.5 0 0 0 0-1z",
clipRule: "evenodd"
}
)
}
);
}
const s = t(o);
export {
s as default
};
//# sourceMappingURL=IconTextColumns16.es.js.map