alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
17 lines (15 loc) • 498 B
JavaScript
import "../../chunks/chunk-U5RRZUYZ.js";
// src/ui/icons/IcRoundCheck.tsx
import { jsx } from "react/jsx-runtime";
function IcRoundCheck(props) {
return /* @__PURE__ */ jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ jsx(
"path",
{
fill: "currentColor",
d: "M9 16.17L5.53 12.7a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71a.996.996 0 1 0-1.41-1.41L9 16.17z"
}
) });
}
export {
IcRoundCheck
};