@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 829 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function t(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: "IconScaleSmall32",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M22 12h-6v8h6zm2 0v8h2a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zM6 12h8v8H6a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1m0-2a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h20a3 3 0 0 0 3-3v-6a3 3 0 0 0-3-3z",
clipRule: "evenodd"
}
)
}
);
}
const n = l(t);
export {
n as default
};
//# sourceMappingURL=IconScaleSmall32.es.js.map