final design (#184)
* feat: redesign * feat: update other columns to new design * chore: small fixes * fix: better manage external webview * feat: redesign note * feat: update ui * chore: update * chore: update * chore: polish ui * chore: update auth ui * feat: finalize note design * chore: small fixes * feat: add window management in rust * chore: format * feat: update ui for event screen * feat: update event screen * feat: final
This commit is contained in:
@@ -1,20 +1,15 @@
|
||||
import { SVGProps } from "react";
|
||||
import type { SVGProps } from "react";
|
||||
|
||||
export function VerifiedIcon(
|
||||
props: JSX.IntrinsicAttributes & SVGProps<SVGSVGElement>,
|
||||
) {
|
||||
return (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
fill="none"
|
||||
viewBox="0 0 24 24"
|
||||
{...props}
|
||||
>
|
||||
<svg width="24" height="24" fill="none" viewBox="0 0 24 24" {...props}>
|
||||
<path
|
||||
fill="currentColor"
|
||||
d="M8.522 3.587C9.32 2.491 10.557 1.75 12 1.75c1.44 0 2.684.74 3.486 1.837 1.34-.21 2.746.145 3.764 1.163 1.018 1.019 1.373 2.425 1.163 3.767 1.094.802 1.837 2.039 1.837 3.483s-.743 2.68-1.837 3.483c.21 1.342-.145 2.748-1.163 3.767-1.021 1.02-2.427 1.365-3.762 1.16-.801 1.1-2.046 1.84-3.488 1.84-1.446 0-2.683-.744-3.485-1.84-1.337.206-2.743-.139-3.765-1.16-1.02-1.021-1.366-2.429-1.154-3.767-1.094-.8-1.846-2.036-1.846-3.483s.752-2.682 1.846-3.483c-.212-1.338.133-2.746 1.154-3.767 1.02-1.02 2.426-1.373 3.772-1.163zm7.042 7.094a1 1 0 10-1.128-1.652l-.087.06a13.844 13.844 0 00-3.517 3.468l-1.125-1.124a1 1 0 00-1.414 1.415l2.007 2.004a1 1 0 001.575-.21 11.843 11.843 0 013.602-3.902l.087-.06z"
|
||||
fillRule="evenodd"
|
||||
d="M10.615 2.632a1.835 1.835 0 0 1 2.771 0l1.37 1.576c.076.087.192.13.306.111l2.063-.327a1.835 1.835 0 0 1 2.122 1.781l.036 2.088a.336.336 0 0 0 .163.282l1.79 1.075a1.836 1.836 0 0 1 .481 2.73l-1.314 1.622a.336.336 0 0 0-.057.32l.68 1.975a1.836 1.836 0 0 1-1.385 2.4l-2.05.398a.336.336 0 0 0-.25.209l-.747 1.95a1.836 1.836 0 0 1-2.604.947l-1.826-1.013a.336.336 0 0 0-.326 0l-1.826 1.013a1.836 1.836 0 0 1-2.604-.947l-.748-1.95a.336.336 0 0 0-.25-.21l-2.05-.397a1.836 1.836 0 0 1-1.385-2.4l.68-1.975a.335.335 0 0 0-.056-.32l-1.314-1.623a1.835 1.835 0 0 1 .48-2.729l1.791-1.075c.1-.06.16-.166.163-.282l.036-2.088a1.836 1.836 0 0 1 2.122-1.78l2.063.326a.335.335 0 0 0 .306-.111l1.37-1.576Zm4.416 8.648a.75.75 0 1 0-1.06-1.06L11 13.19l-.97-.97a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0l3.5-3.5Z"
|
||||
clipRule="evenodd"
|
||||
/>
|
||||
</svg>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user