@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 999 B
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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCommandLineBox32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M7 8h18a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2m-4 2a4 4 0 0 1 4-4h18a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4zm7.793 2.338a1 1 0 0 1 1.414 0l2.955 2.955.707.707-.707.707-2.955 2.955a1 1 0 0 1-1.414-1.414L13.04 16l-2.248-2.248a1 1 0 0 1 0-1.414M16 19a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1",
clipRule: "evenodd"
}
)
}
);
}
const r = t(o);
export {
r as default
};
//# sourceMappingURL=IconCommandLineBox32.es.js.map