Skip to content

Commit

Permalink
feat: ✨ update success icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito committed Nov 8, 2023
1 parent 859a139 commit 0a75962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/icon/src/icons/success.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import { createIcon } from "../create-icon"

export const SuccessIcon = createIcon({
title: "SuccessIcon",
viewBox: "0 0 8 8",
viewBox: "0 0 16 16",
path: (
<path
fillRule="evenodd"
clipRule="evenodd"
d="M7.73 1.174a.75.75 0 0 1 .096 1.056l-3.75 4.5a.75.75 0 0 1-1.106.05L.72 4.53a.75.75 0 0 1 1.06-1.06l1.67 1.669 3.224-3.87a.75.75 0 0 1 1.056-.095z"
d="M13.1508 3.74076C13.5701 4.10018 13.6187 4.73148 13.2593 5.15081L7.25926 12.1508C7.07798 12.3623 6.81672 12.4886 6.53838 12.4993C6.26004 12.51 5.98985 12.4041 5.79289 12.2071L2.79289 9.20712C2.40237 8.8166 2.40237 8.18344 2.79289 7.79291C3.18342 7.40239 3.81658 7.40239 4.20711 7.79291L6.44352 10.0293L11.7407 3.84923C12.1002 3.4299 12.7315 3.38134 13.1508 3.74076Z"
fill="currentColor"
/>
),
Expand Down

0 comments on commit 0a75962

Please sign in to comment.