@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.14 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function o(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: "IconController16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6.5 3h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1m0 2a1.5 1.5 0 0 0 1.415-1H13.5a.5.5 0 0 0 0-1H7.915A1.5 1.5 0 0 0 6.5 2h-3a1.5 1.5 0 1 0 0 3zm3 8a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zm-1.467-1h.052A1.5 1.5 0 0 1 9.5 11h3a1.5 1.5 0 0 1 0 3h-3a1.5 1.5 0 0 1-1.415-1H2.5v-1zm-5.533.5v.5a.5.5 0 0 1 0-1zm7-5h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1m-4.415 0a1.5 1.5 0 0 1 1.415-1h3a1.5 1.5 0 0 1 1.415 1H13.5a.5.5 0 0 1 0 1h-2.585a1.5 1.5 0 0 1-1.415 1h-3a1.5 1.5 0 0 1-1.415-1H2.5a.5.5 0 0 1 0-1z",
clipRule: "evenodd"
}
)
}
);
}
const m = t(o);
export {
m as default
};
//# sourceMappingURL=IconController16.es.js.map