@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 989 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function n(t) {
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: "IconPaddingVertical20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M17.002 2.75a.75.75 0 0 1-.75.75H3.75a.75.75 0 0 1 0-1.5h12.502a.75.75 0 0 1 .75.75M7.5 8.5v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3a1 1 0 0 0-1 1M6 10V8.5A2.5 2.5 0 0 1 8.5 6h3A2.5 2.5 0 0 1 14 8.5v3a2.5 2.5 0 0 1-2.5 2.5h-3A2.5 2.5 0 0 1 6 11.5zm10.252 7.997a.75.75 0 0 0 0-1.5H3.75a.75.75 0 0 0 0 1.5z",
clipRule: "evenodd"
}
)
}
);
}
const o = a(n);
export {
o as default
};
//# sourceMappingURL=IconPaddingVertical20.es.js.map