Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: task icon name update #573

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/hip-poems-invite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@project44-manifest/react-icons': patch
---

fix: task icon name fix
2 changes: 1 addition & 1 deletion packages/react-icons/src/Task.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// THIS IS AN AUTOGENERATED FILE. DO NOT MODIFY.
import { createIcon } from './utils/createIcon';

export const Tsak = createIcon(
export const Task = createIcon(
<path d="M21.2836 5.88923L11.2836 15.8892C10.8936 16.2792 10.2636 16.2792 9.87363 15.8892L7.04363 13.0592C6.65363 12.6692 6.65363 12.0392 7.04363 11.6492C7.43363 11.2592 8.06363 11.2592 8.45363 11.6492L10.5736 13.7692L19.8636 4.47923C20.2536 4.08923 20.8836 4.08923 21.2736 4.47923C21.6736 4.86923 21.6736 5.49923 21.2836 5.88923ZM15.7636 2.73923C14.0736 2.04923 12.1536 1.80923 10.1536 2.16923C6.08363 2.89923 2.83363 6.17923 2.14363 10.2492C1.00363 16.9992 6.62363 22.7792 13.3336 21.9092C17.2936 21.3992 20.6136 18.4492 21.6536 14.5992C22.0536 13.1292 22.0936 11.7092 21.8636 10.3792C21.7336 9.57923 20.7436 9.26923 20.1636 9.83923C19.9336 10.0692 19.8336 10.4092 19.8936 10.7292C20.1136 12.0592 20.0136 13.4792 19.3736 14.9892C18.2136 17.6992 15.6936 19.6892 12.7636 19.9592C7.66363 20.4292 3.43363 16.1092 4.06363 10.9792C4.49363 7.43923 7.34363 4.55923 10.8736 4.06923C12.6036 3.82923 14.2436 4.15923 15.6436 4.87923C16.0336 5.07923 16.5036 5.00923 16.8136 4.69923C17.2936 4.21923 17.1736 3.40923 16.5736 3.09923C16.3036 2.97923 16.0336 2.84923 15.7636 2.73923Z" />,
);
Loading