UNPKG

@navinc/base-react-components

Version:
4 lines 770 B
import { jsx as _jsx } from "react/jsx-runtime"; const Done = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", viewBox: "0 0 24 24", "data-testid": "icon:done" }, props, { children: _jsx("path", { d: "M3.20710678,11.7928932 C2.81658249,11.4023689 2.18341751,11.4023689 1.79289322,11.7928932 C1.40236893,12.1834175 1.40236893,12.8165825 1.79289322,13.2071068 L7.79289322,19.2071068 C8.18341751,19.5976311 8.81658249,19.5976311 9.20710678,19.2071068 L22.2071068,6.20710678 C22.5976311,5.81658249 22.5976311,5.18341751 22.2071068,4.79289322 C21.8165825,4.40236893 21.1834175,4.40236893 20.7928932,4.79289322 L8.5,17.0857864 L3.20710678,11.7928932 Z", fillRule: "nonzero" }) }))); export default Done; //# sourceMappingURL=done.js.map