@navinc/base-react-components
Version:
Nav's Pattern Library
10 lines (7 loc) • 1.29 kB
JavaScript
import React from 'react'
const CardOk = (props) => (
<svg fill="currentcolor" width="24" height="24" data-testid="icon:card-ok" {...props}>
<path d="M9,14.5 C9,12.3269458 9.92417799,10.369745 11.4009315,9 L2,9 L2,16 L9.15002717,16 C9.05164539,15.5153351 9,15.0136988 9,14.5 Z M24,14.5 C24,18.6421356 20.6421356,22 16.5,22 C13.6219565,22 11.1225407,20.3789021 9.86504713,18.000001 L2.000905,18 C0.895835681,18 0,17.1054862 0,15.9978711 L0,4.00212885 C0,2.89638362 0.896545617,2 2.000905,2 L19.999095,2 C21.1041643,2 22,2.89451376 22,4.00212885 L22,9.40093151 C23.2411745,10.7390703 24,12.5309185 24,14.5 Z M20,4 L2,4 L2,6 L20,6 L20,4 Z M16.5,20 C19.5375661,20 22,17.5375661 22,14.5 C22,11.4624339 19.5375661,9 16.5,9 C13.4624339,9 11,11.4624339 11,14.5 C11,17.5375661 13.4624339,20 16.5,20 Z M14.7928501,17.7070636 L12.7930942,15.7070636 C12.4025937,15.3165155 12.4026324,14.6833505 12.7931805,14.2928501 C13.1837286,13.9023496 13.8168936,13.9023883 14.2073941,14.2929364 L15.5116844,15.597386 L18.7928932,12.2928932 C19.1834175,11.9023689 19.8165825,11.9023689 20.2071068,12.2928932 C20.5976311,12.6834175 20.5976311,13.3165825 20.2071068,13.7071068 L16.2071068,17.7071068 C15.8165656,18.0976479 15.1833674,18.0976286 14.7928501,17.7070636 Z" />
</svg>
)
export default CardOk