@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 944 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function l(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCheckbox12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2.5 2h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5M1 2.5A1.5 1.5 0 0 1 2.5 1h7A1.5 1.5 0 0 1 11 2.5v7A1.5 1.5 0 0 1 9.5 11h-7A1.5 1.5 0 0 1 1 9.5zm3.104 3.646a.5.5 0 1 0-.708.708l1.445 1.444.354.354.353-.354 3.304-3.303a.5.5 0 0 0-.707-.707l-2.95 2.95z",
clipRule: "evenodd"
}
)
}
);
}
const r = o(l);
export {
r as default
};
//# sourceMappingURL=IconCheckbox12.es.js.map