@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 870 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconScaleSmall12",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9 4H6v4h3zm0-1h1.5A1.5 1.5 0 0 1 12 4.5v3A1.5 1.5 0 0 1 10.5 9h-9A1.5 1.5 0 0 1 0 7.5v-3A1.5 1.5 0 0 1 1.5 3zm1 5h.5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5H10zM1.5 8H5V4H1.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5",
clipRule: "evenodd"
}
)
}
);
}
const n = t(a);
export {
n as default
};
//# sourceMappingURL=IconScaleSmall12.es.js.map