@navikt/aksel-icons 2.9.5 → 2.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/metadata.js +1 -1
- package/dist/react/cjs/CheckmarkCircleFill.js +1 -1
- package/dist/react/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/react/esm/CheckmarkCircleFill.js +1 -1
- package/dist/react/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/dist/svg/CheckmarkCircleFill.svg +1 -1
- package/package.json +1 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.75 21.5C17.1348 21.5 21.5 17.1348 21.5 11.75C21.5 6.36522 17.1348 2 11.75 2C6.36522 2 2 6.36522 2 11.75C2 17.1348 6.36522 21.5 11.75 21.5ZM16.7036 9.02485C16.9934 8.68229 16.9507 8.16962 16.6082 7.87977C16.2656 7.58991 15.7529 7.63263 15.4631 7.97519L10.0751 14.3428L7.44952 11.7172C7.13222 11.3999 6.61778 11.3999 6.30048 11.7172C5.98317 12.0345 5.98317 12.5489 6.30048 12.8662L9.55048 16.1162C9.71114 16.2769 9.93175 16.3629 10.1588 16.3535C10.3858 16.344 10.5985 16.24 10.7453 16.0665L16.7036 9.02485Z" fill="#262626"/>
|
|
3
3
|
</svg>
|