@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.09 kB
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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconController32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M13 8H9a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2m0-2c1.306 0 2.418.835 2.83 2H25a1 1 0 1 1 0 2h-9.17A3 3 0 0 1 13 12H9a3 3 0 1 1 0-6zm13 10a1 1 0 0 1-1 1h-4.17A3 3 0 0 1 18 19h-4a3 3 0 0 1-2.83-2H7a1 1 0 1 1 0-2h4.17A3 3 0 0 1 14 13h4c1.306 0 2.418.835 2.83 2H25a1 1 0 0 1 1 1m-12 1a1 1 0 1 1 0-2h4a1 1 0 1 1 0 2zm4 6a1 1 0 0 0 1 1h4a1 1 0 1 0 0-2h-4a1 1 0 0 0-1 1M7 24h9.17A3 3 0 0 0 19 26h4a3 3 0 1 0 0-6h-4a3 3 0 0 0-2.83 2H7a1 1 0 1 0 0 2",
clipRule: "evenodd"
}
)
}
);
}
const h = a(o);
export {
h as default
};
//# sourceMappingURL=IconController32.es.js.map