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

feat: add comment icon #575

Merged
merged 1 commit into from
Jan 24, 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/two-humans-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@project44-manifest/react-icons': minor
---

add comment icon
1 change: 1 addition & 0 deletions packages/react-icons/icons/comment.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions packages/react-icons/src/Comment.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// THIS IS AN AUTOGENERATED FILE. DO NOT MODIFY.
import { createIcon } from './utils/createIcon';

export const Comment = createIcon(
<path d="M1.67467 3.33335C1.67467 2.41669 2.41634 1.66669 3.33301 1.66669H16.6663C17.583 1.66669 18.333 2.41669 18.333 3.33335V13.3334C18.333 14.25 17.583 15 16.6663 15H4.99967L1.66634 18.3334L1.67467 3.33335ZM5.83301 11.6667H14.1663C14.6247 11.6667 14.9997 11.2917 14.9997 10.8334C14.9997 10.375 14.6247 10 14.1663 10H5.83301C5.37467 10 4.99967 10.375 4.99967 10.8334C4.99967 11.2917 5.37467 11.6667 5.83301 11.6667ZM5.83301 9.16669H14.1663C14.6247 9.16669 14.9997 8.79169 14.9997 8.33335C14.9997 7.87502 14.6247 7.50002 14.1663 7.50002H5.83301C5.37467 7.50002 4.99967 7.87502 4.99967 8.33335C4.99967 8.79169 5.37467 9.16669 5.83301 9.16669ZM5.83301 6.66669H14.1663C14.6247 6.66669 14.9997 6.29169 14.9997 5.83335C14.9997 5.37502 14.6247 5.00002 14.1663 5.00002H5.83301C5.37467 5.00002 4.99967 5.37502 4.99967 5.83335C4.99967 6.29169 5.37467 6.66669 5.83301 6.66669Z" />,
);
1 change: 1 addition & 0 deletions packages/react-icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export * from './ClockFilled';
export * from './Close';
export * from './Collapsed';
export * from './Columns';
export * from './Comment';
export * from './CopyAll';
export * from './Cube';
export * from './Deactivate';
Expand Down
Loading