@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 932 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as t } from "react";
function o(a) {
return /* @__PURE__ */ e(
"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: "IconCarousel16",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4 3h8a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm6.25 10a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M5.75 14a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5",
clipRule: "evenodd"
}
)
}
);
}
const n = t(o);
export {
n as default
};
//# sourceMappingURL=IconCarousel16.es.js.map