Skip to content

Commit

Permalink
fix(PushNotifications): fix icon (#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
rivka-ungar authored Nov 21, 2024
1 parent b4d9378 commit 5b831a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ size?: string | number;
}
const PushNotification: React.FC<PushNotificationProps> = ({size, ...props}) => (
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path d="M4.573 8.266a.643.643 0 0 0-.643.642v2.572c0 .355.288.643.643.643H15.43a.643.643 0 0 0 .643-.643V8.908a.643.643 0 0 0-.643-.642H4.573Z" />
<path d="M.8 3.486C.8 2.666 1.467 2 2.288 2h15.428c.82 0 1.486.665 1.486 1.486v12.548c0 .82-.665 1.486-1.486 1.486H2.287A1.486 1.486 0 0 1 .8 16.034V3.486Zm16.915-.122H2.287a.121.121 0 0 0-.122.122v1.632h15.672V3.486a.121.121 0 0 0-.122-.122ZM2.165 6.482v9.552c0 .067.054.122.122.122h15.428a.121.121 0 0 0 .122-.122V6.482H2.165Z"
<path d="M2.461 9.284c0-.378.307-.685.686-.685h13.714c.378 0 .685.307.685.685v2.743a.686.686 0 0 1-.685.686H3.147a.686.686 0 0 1-.686-.686V9.284Z" />
<path d="M20 4a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V4Zm-1.5 12V7.5h-17V16a.5.5 0 0 0 .5.5h16a.5.5 0 0 0 .5-.5Zm0-12v2h-17V4a.5.5 0 0 1 .5-.5h16a.5.5 0 0 1 .5.5Z"
fillRule="evenodd" clipRule="evenodd" />
</svg>
);
Expand Down
4 changes: 2 additions & 2 deletions packages/style/src/Icons/PushNotification.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b831a4

Please sign in to comment.