@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 871 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function a(l) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconScaleSmall20",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13.5 6.5h-4v7h4zm1.5 0v7h1.5a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1zm-11.5 0H8v7H3.5a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1m0-1.5A2.5 2.5 0 0 0 1 7.5v5A2.5 2.5 0 0 0 3.5 15h13a2.5 2.5 0 0 0 2.5-2.5v-5A2.5 2.5 0 0 0 16.5 5z",
clipRule: "evenodd"
}
)
}
);
}
const n = t(a);
export {
n as default
};
//# sourceMappingURL=IconScaleSmall20.es.js.map