mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Create openpanel-logo.tsx
This commit is contained in:
parent
9e5f420265
commit
fb254ae942
20
documentation/src/refine-theme/icons/openpanel-logo.tsx
Normal file
20
documentation/src/refine-theme/icons/openpanel-logo.tsx
Normal file
@ -0,0 +1,20 @@
|
||||
import React from "react";
|
||||
|
||||
export const OpenPanelLogoIcon = (props: React.SVGProps<SVGSVGElement>) => (
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="36" height="36" viewBox="0 0 213.000000 215.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
|
||||
<g transform="translate(0.000000,215.000000) scale(0.100000,-0.100000)" fill="currentColor" stroke="none">
|
||||
<path d="M990 2071 c-39 -13 -141 -66 -248 -129 -53 -32 -176 -103 -272 -158
|
||||
-206 -117 -276 -177 -306 -264 -17 -50 -19 -88 -19 -460 0 -476 0 -474 94
|
||||
-568 55 -56 124 -98 604 -369 169 -95 256 -104 384 -37 104 54 532 303 608
|
||||
353 76 50 126 113 147 184 8 30 12 160 12 447 0 395 -1 406 -22 461 -34 85
|
||||
-98 138 -317 264 -104 59 -237 136 -295 170 -153 90 -194 107 -275 111 -38 2
|
||||
-81 0 -95 -5z m205 -561 c66 -38 166 -95 223 -127 l102 -58 0 -262 c0 -262 0
|
||||
-263 -22 -276 -13 -8 -52 -31 -88 -51 -36 -21 -126 -72 -200 -115 l-135 -78
|
||||
-3 261 -3 261 -166 95 c-91 52 -190 109 -219 125 -30 17 -52 34 -51 39 3 9
|
||||
424 256 437 255 3 0 59 -31 125 -69z"/>
|
||||
</g>
|
||||
</svg>
|
||||
);
|
Loading…
Reference in New Issue
Block a user