@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.05 kB
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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCommandLineBox24",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5 5.5h14A1.5 1.5 0 0 1 20.5 7v10a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 17V7A1.5 1.5 0 0 1 5 5.5M2 7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3zm5.4 1.47a.75.75 0 0 1 1.06 0l2.992 2.991.53.53-.53.53-2.992 2.992a.75.75 0 0 1-1.06-1.06l2.46-2.461L7.4 9.53a.75.75 0 0 1 0-1.06m4.338 6.28a.75.75 0 0 1 .75-.75h3.576a.75.75 0 1 1 0 1.5h-3.576a.75.75 0 0 1-.75-.75",
clipRule: "evenodd"
}
)
}
);
}
const r = t(o);
export {
r as default
};
//# sourceMappingURL=IconCommandLineBox24.es.js.map