give
/
src
/
Subscriptions
/
resources
/
admin
/
components
/
SubscriptionDetailsPage
/
Tabs
/
Overview
/
SubscriptionSummaryGrid
/
Icons.tsx
give
/
src
/
Subscriptions
/
resources
/
admin
/
components
/
SubscriptionDetailsPage
/
Tabs
/
Overview
/
SubscriptionSummaryGrid
Last commit date
CampaignCard.tsx
9 months ago
DonorCard.tsx
9 months ago
Icons.tsx
10 months ago
index.tsx
8 months ago
styles.module.scss
8 months ago
Icons.tsx
29 lines
| 1 | /** |
| 2 | * @since 4.8.0 |
| 3 | */ |
| 4 | export function HourGlassIcon() { |
| 5 | return ( |
| 6 | <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 7 | <g clipPath="url(#fpk8bjmuda)"> |
| 8 | <path d="M6 12.334h4m-5.6-11h7.2c.373 0 .56 0 .703.073a.667.667 0 0 1 .291.291c.073.143.073.33.073.703v1.383c0 .326 0 .489-.037.642a1.335 1.335 0 0 1-.16.386c-.082.134-.197.25-.428.48l-1.954 1.954c-.264.264-.396.396-.446.549a.667.667 0 0 0 0 .412c.05.152.182.284.446.548l1.954 1.954c.23.23.346.346.428.48.073.12.127.25.16.386.037.154.037.317.037.643V13.6c0 .373 0 .56-.073.702a.667.667 0 0 1-.291.292c-.143.072-.33.072-.703.072H4.4c-.373 0-.56 0-.703-.072a.667.667 0 0 1-.291-.292c-.073-.142-.073-.329-.073-.702v-1.383c0-.326 0-.49.037-.643.033-.136.087-.266.16-.385.082-.135.198-.25.428-.48l1.954-1.955c.264-.264.396-.396.446-.548a.667.667 0 0 0 0-.412c-.05-.153-.182-.285-.446-.549L3.958 5.292c-.23-.23-.346-.346-.428-.48a1.334 1.334 0 0 1-.16-.386c-.037-.153-.037-.316-.037-.642V2.4c0-.374 0-.56.073-.703a.667.667 0 0 1 .291-.291c.143-.073.33-.073.703-.073z" stroke="#D98715" strokeWidth="1.333" strokeLinecap="round" strokeLinejoin="round"/> |
| 9 | </g> |
| 10 | <defs> |
| 11 | <clipPath id="fpk8bjmuda"> |
| 12 | <path fill="#fff" d="M0 0h16v16H0z"/> |
| 13 | </clipPath> |
| 14 | </defs> |
| 15 | </svg> |
| 16 | ); |
| 17 | } |
| 18 | |
| 19 | /** |
| 20 | * @since 4.8.0 |
| 21 | */ |
| 22 | export function ClockIcon() { |
| 23 | return ( |
| 24 | <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 25 | <path d="M13.636 8.595a5.667 5.667 0 0 1-10.543 2.238l-.167-.289m-.562-3.14a5.667 5.667 0 0 1 10.543-2.238l.167.289M2.329 12.044l.488-1.822 1.821.488m6.723-5.421 1.822.488.488-1.821M8 5v3l1.666 1" stroke="#459948" strokeWidth="1.333" strokeLinecap="round" strokeLinejoin="round"/> |
| 26 | </svg> |
| 27 | ); |
| 28 | } |
| 29 |