@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 979 B
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function n(e) {
return /* @__PURE__ */ a(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPaddingVertical24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M20 3.75a.75.75 0 0 1-.75.75H4.75a.75.75 0 0 1 0-1.5h14.5a.75.75 0 0 1 .75.75M9.5 11v2a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-2A1.5 1.5 0 0 0 13 9.5h-2A1.5 1.5 0 0 0 9.5 11M8 12v-1a3 3 0 0 1 3-3h2a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3h-2a3 3 0 0 1-3-3zm11.249 9a.75.75 0 0 0 0-1.5H4.75a.75.75 0 0 0 0 1.5z",
clipRule: "evenodd"
}
)
}
);
}
const o = t(n);
export {
o as default
};
//# sourceMappingURL=IconPaddingVertical24.es.js.map