@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 836 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function r(a) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconScaleLarge32",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9 8h3v16H9zm5 16V8h4v16zm6 0h5a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2h-5zM7 8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2zm-4 2a4 4 0 0 1 4-4h18a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4z",
clipRule: "evenodd"
}
)
}
);
}
const n = t(r);
export {
n as default
};
//# sourceMappingURL=IconScaleLarge32.es.js.map