Don't mess up the check mark symbol...

Co-Authored-By: Sergio Padrino <1083228+sergiou87@users.noreply.github.com>
This commit is contained in:
tidy-dev 2024-01-26 10:45:34 -05:00
parent 3d3bbe7591
commit 4b874c952e

View file

@ -195,7 +195,7 @@ export const calendar: OcticonSymbolType = {
export const check: OcticonSymbolType = {
w: 16,
h: 16,
d: 'M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z',
d: 'M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z',
fr: 'evenodd',
}