@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 945 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function o(t) {
return /* @__PURE__ */ e(
"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: "IconCarousel12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2.5 2h7a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5M1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v5A1.5 1.5 0 0 1 9.5 9h-7A1.5 1.5 0 0 1 1 7.5zM6 11a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m-1.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0M8 11a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1",
clipRule: "evenodd"
}
)
}
);
}
const n = a(o);
export {
n as default
};
//# sourceMappingURL=IconCarousel12.es.js.map