@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1 kB
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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPaddingVertical12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M11.002 1.5a.5.5 0 0 1-.5.5H1.5a.5.5 0 0 1 0-1h9.002a.5.5 0 0 1 .5.5M4.546 5.045v1.907a.5.5 0 0 0 .5.5h1.91a.5.5 0 0 0 .5-.5V5.045a.5.5 0 0 0-.5-.5h-1.91a.5.5 0 0 0-.5.5m-1 .954v-.954a1.5 1.5 0 0 1 1.5-1.5h1.91a1.5 1.5 0 0 1 1.5 1.5v1.907a1.5 1.5 0 0 1-1.5 1.5h-1.91a1.5 1.5 0 0 1-1.5-1.5zM10.5 11a.5.5 0 1 0 0-1h-9a.5.5 0 1 0 0 1z",
clipRule: "evenodd"
}
)
}
);
}
const o = t(n);
export {
o as default
};
//# sourceMappingURL=IconPaddingVertical12.es.js.map