@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 919 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPaddingVertical16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14 2.5a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1 0-1h11a.5.5 0 0 1 .5.5M6 7v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1M5 8V7a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2zm8.499 6.004a.5.5 0 0 0 0-1H2.5a.5.5 0 0 0 0 1z",
clipRule: "evenodd"
}
)
}
);
}
const o = t(n);
export {
o as default
};
//# sourceMappingURL=IconPaddingVertical16.es.js.map