app
1 year ago
app.tsx
10 months ago
block.json
7 months ago
edit.tsx
1 year ago
icon.jsx
1 year ago
index.tsx
1 year ago
render.php
1 year ago
utils.ts
1 year ago
icon.jsx
18 lines
| 1 | export default function CampaignGoalBlockIcon() { |
| 2 | return ( |
| 3 | <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 4 | <path |
| 5 | fillRule="evenodd" |
| 6 | clipRule="evenodd" |
| 7 | d="M19.16 1.013a1 1 0 0 1 .734.54l.851 1.702 1.702.85a1 1 0 0 1 .26 1.602l-3 3A1 1 0 0 1 19 9h-2.586l-3.707 3.707a1 1 0 0 1-1.414-1.414L15 7.586V5a1 1 0 0 1 .293-.707l3-3a1 1 0 0 1 .867-.28z" |
| 8 | fill="#000" |
| 9 | /> |
| 10 | <path |
| 11 | d="M3 12a9 9 0 0 1 9-9 1 1 0 1 0 0-2C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11a1 1 0 1 0-2 0 9 9 0 1 1-18 0z" |
| 12 | fill="#000" |
| 13 | /> |
| 14 | <path d="M8 12a4 4 0 0 1 4-4 1 1 0 1 0 0-2 6 6 0 1 0 6 6 1 1 0 1 0-2 0 4 4 0 0 1-8 0z" fill="#000" /> |
| 15 | </svg> |
| 16 | ); |
| 17 | } |
| 18 |