@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 908 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: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCheckbox32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M9 7h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2M5 9a4 4 0 0 1 4-4h14a4 4 0 0 1 4 4v14a4 4 0 0 1-4 4H9a4 4 0 0 1-4-4zm7.404 7.56a1 1 0 1 0-1.414 1.415l2.535 2.535.707.707.707-.707 7.072-7.07a1 1 0 0 0-1.415-1.415l-6.364 6.364z",
clipRule: "evenodd"
}
)
}
);
}
const r = a(o);
export {
r as default
};
//# sourceMappingURL=IconCheckbox32.es.js.map