@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.2 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function s(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconListCheck20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M19.014 4.75a.75.75 0 0 1-.75.75H9.585a.75.75 0 0 1 0-1.5h8.679a.75.75 0 0 1 .75.75m-2.003 3.5a.75.75 0 0 1-.75.75H9.585a.75.75 0 0 1 0-1.5h6.676a.75.75 0 0 1 .75.75m1.253 4.25a.75.75 0 0 0 0-1.5H9.585a.75.75 0 0 0 0 1.5zm-1.253 2.75a.75.75 0 0 1-.75.75H9.585a.75.75 0 0 1 0-1.5h6.676a.75.75 0 0 1 .75.75M6.6 4.87a.75.75 0 0 1 0 1.06l-2.8 2.8-.531.53-.53-.53-1.4-1.4A.75.75 0 0 1 2.4 6.27l.87.87 2.27-2.27a.75.75 0 0 1 1.06 0M4.5 12.5h-2v2h2zm-2-1.5A1.5 1.5 0 0 0 1 12.5v2A1.5 1.5 0 0 0 2.5 16h2A1.5 1.5 0 0 0 6 14.5v-2A1.5 1.5 0 0 0 4.5 11z",
clipRule: "evenodd"
}
)
}
);
}
const m = a(s);
export {
m as default
};
//# sourceMappingURL=IconListCheck20.es.js.map