|
| 1 | +export const AssistantImg = (): JSX.Element => { |
| 2 | + return ( |
| 3 | + <svg width="20" height="20" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 4 | + <path |
| 5 | + fill-rule="evenodd" |
| 6 | + clip-rule="evenodd" |
| 7 | + d="M23.9752 0.77824C23.8717 0.32304 23.467 0 23.0001 0C22.5333 0 22.1285 0.323013 22.025 0.77824L21.4717 3.21147C21.2158 4.33688 20.337 5.21573 19.2116 5.47157L16.7783 6.02491C16.3231 6.12845 16.0001 6.53315 16.0001 7C16.0001 7.46685 16.3231 7.87157 16.7783 7.97509L19.2116 8.52843C20.337 8.78426 21.2158 9.66312 21.4717 10.7885L22.025 13.2218C22.1286 13.677 22.5333 14 23.0001 14C23.467 14 23.8717 13.677 23.9752 13.2218L24.5285 10.7885C24.7844 9.66312 25.6632 8.78427 26.7886 8.52843L29.2219 7.97509C29.6771 7.87155 30.0001 7.46685 30.0001 7C30.0001 6.53315 29.6771 6.12843 29.2219 6.02491L26.7886 5.47157C25.6632 5.21574 24.7844 4.33688 24.5285 3.21147L23.9752 0.77824Z" |
| 8 | + fill="url(#paint0_linear_50138_54961)" |
| 9 | + /> |
| 10 | + <path |
| 11 | + d="M10 7C10.5523 7 11 7.44771 11 8V29C11 29.5523 10.5523 30 10 30C9.44771 30 9 29.5523 9 29V8C9 7.44771 9.44771 7 10 7Z" |
| 12 | + fill="url(#paint1_linear_50138_54961)" |
| 13 | + /> |
| 14 | + <path |
| 15 | + d="M2 10.5C2 9.94771 1.55229 9.5 1 9.5C0.447707 9.5 0 9.94771 0 10.5V26.5C0 27.0523 0.447707 27.5 1 27.5C1.55229 27.5 2 27.0523 2 26.5V10.5Z" |
| 16 | + fill="url(#paint2_linear_50138_54961)" |
| 17 | + /> |
| 18 | + <path |
| 19 | + d="M6.5 12.5C6.5 11.9477 6.05229 11.5 5.5 11.5C4.94771 11.5 4.5 11.9477 4.5 12.5V24.5C4.5 25.0523 4.94771 25.5 5.5 25.5C6.05229 25.5 6.5 25.0523 6.5 24.5V12.5Z" |
| 20 | + fill="url(#paint3_linear_50138_54961)" |
| 21 | + /> |
| 22 | + <path |
| 23 | + d="M15.5 11C15.5 10.4477 15.0523 10 14.5 10C13.9477 10 13.5 10.4477 13.5 11V26C13.5 26.5523 13.9477 27 14.5 27C15.0523 27 15.5 26.5523 15.5 26V11Z" |
| 24 | + fill="url(#paint4_linear_50138_54961)" |
| 25 | + /> |
| 26 | + <path |
| 27 | + d="M19 13.5C19.5523 13.5 20 13.9477 20 14.5V22.5C20 23.0523 19.5523 23.5 19 23.5C18.4477 23.5 18 23.0523 18 22.5V14.5C18 13.9477 18.4477 13.5 19 13.5Z" |
| 28 | + fill="url(#paint5_linear_50138_54961)" |
| 29 | + /> |
| 30 | + <defs> |
| 31 | + <linearGradient |
| 32 | + id="paint0_linear_50138_54961" |
| 33 | + x1="-17.5" |
| 34 | + y1="-2.54537e-07" |
| 35 | + x2="30.0001" |
| 36 | + y2="15" |
| 37 | + gradientUnits="userSpaceOnUse" |
| 38 | + > |
| 39 | + <stop stop-color="#F22F46" /> |
| 40 | + <stop offset="0.515" stop-color="#8C5BD8" /> |
| 41 | + <stop offset="1" stop-color="#008CFF" /> |
| 42 | + </linearGradient> |
| 43 | + <linearGradient |
| 44 | + id="paint1_linear_50138_54961" |
| 45 | + x1="-17.5" |
| 46 | + y1="-2.54537e-07" |
| 47 | + x2="30.0001" |
| 48 | + y2="15" |
| 49 | + gradientUnits="userSpaceOnUse" |
| 50 | + > |
| 51 | + <stop stop-color="#F22F46" /> |
| 52 | + <stop offset="0.515" stop-color="#8C5BD8" /> |
| 53 | + <stop offset="1" stop-color="#008CFF" /> |
| 54 | + </linearGradient> |
| 55 | + <linearGradient |
| 56 | + id="paint2_linear_50138_54961" |
| 57 | + x1="-17.5" |
| 58 | + y1="-2.54537e-07" |
| 59 | + x2="30.0001" |
| 60 | + y2="15" |
| 61 | + gradientUnits="userSpaceOnUse" |
| 62 | + > |
| 63 | + <stop stop-color="#F22F46" /> |
| 64 | + <stop offset="0.515" stop-color="#8C5BD8" /> |
| 65 | + <stop offset="1" stop-color="#008CFF" /> |
| 66 | + </linearGradient> |
| 67 | + <linearGradient |
| 68 | + id="paint3_linear_50138_54961" |
| 69 | + x1="-17.5" |
| 70 | + y1="-2.54537e-07" |
| 71 | + x2="30.0001" |
| 72 | + y2="15" |
| 73 | + gradientUnits="userSpaceOnUse" |
| 74 | + > |
| 75 | + <stop stop-color="#F22F46" /> |
| 76 | + <stop offset="0.515" stop-color="#8C5BD8" /> |
| 77 | + <stop offset="1" stop-color="#008CFF" /> |
| 78 | + </linearGradient> |
| 79 | + <linearGradient |
| 80 | + id="paint4_linear_50138_54961" |
| 81 | + x1="-17.5" |
| 82 | + y1="-2.54537e-07" |
| 83 | + x2="30.0001" |
| 84 | + y2="15" |
| 85 | + gradientUnits="userSpaceOnUse" |
| 86 | + > |
| 87 | + <stop stop-color="#F22F46" /> |
| 88 | + <stop offset="0.515" stop-color="#8C5BD8" /> |
| 89 | + <stop offset="1" stop-color="#008CFF" /> |
| 90 | + </linearGradient> |
| 91 | + <linearGradient |
| 92 | + id="paint5_linear_50138_54961" |
| 93 | + x1="-17.5" |
| 94 | + y1="-2.54537e-07" |
| 95 | + x2="30.0001" |
| 96 | + y2="15" |
| 97 | + gradientUnits="userSpaceOnUse" |
| 98 | + > |
| 99 | + <stop stop-color="#F22F46" /> |
| 100 | + <stop offset="0.515" stop-color="#8C5BD8" /> |
| 101 | + <stop offset="1" stop-color="#008CFF" /> |
| 102 | + </linearGradient> |
| 103 | + </defs> |
| 104 | + </svg> |
| 105 | + ); |
| 106 | +}; |
0 commit comments