@payfit/unity-components
Version:
24 lines (23 loc) • 817 B
JavaScript
import "react";
import { jsx as e } from "react/jsx-runtime";
//#region src/components/timeline/parts/check.svg?react
var t = (t) => /* @__PURE__ */ e("svg", {
fill: "none",
height: 20,
viewBox: "0 0 20 20",
width: 20,
xmlns: "http://www.w3.org/2000/svg",
...t,
children: /* @__PURE__ */ e("g", {
id: "check",
children: /* @__PURE__ */ e("path", {
clipRule: "evenodd",
d: "M16.0669 5.80806C16.311 6.05214 16.311 6.44786 16.0669 6.69194L8.56694 14.1919C8.32286 14.436 7.92714 14.436 7.68306 14.1919L4.55806 11.0669C4.31398 10.8229 4.31398 10.4271 4.55806 10.1831C4.80214 9.93898 5.19786 9.93898 5.44194 10.1831L8.125 12.8661L15.1831 5.80806C15.4271 5.56398 15.8229 5.56398 16.0669 5.80806Z",
fill: "white",
fillRule: "evenodd",
id: "Vector"
})
})
});
//#endregion
export { t as default };