mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update memcached.tsx
This commit is contained in:
parent
185dc2a560
commit
ad74f10217
@ -3,58 +3,37 @@ import { SVGProps } from "react";
|
||||
|
||||
const SvgMemcached = (props: SVGProps<SVGSVGElement>) => (
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="20px" viewBox="0 0 20 20" version="1.1">
|
||||
<defs>
|
||||
<linearGradient id="linear0" gradientUnits="userSpaceOnUse" x1="255.894" y1="59.789" x2="255.894" y2="-452" gradientTransform="matrix(0.0390787,0,0,0.0390787,0.0000003125,17.663591)">
|
||||
<stop offset="0" style="stop-color:rgb(34.117647%,29.803922%,29.019608%);stop-opacity:1;"></stop>
|
||||
<stop offset="1" style="stop-color:rgb(50.196078%,44.313725%,42.745098%);stop-opacity:1;"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient id="linear1" gradientUnits="userSpaceOnUse" x1="380.442" y1="-51.758" x2="191.971" y2="-382.305" gradientTransform="matrix(0.0390787,0,0,0.0390787,0.0000003125,17.663591)">
|
||||
<stop offset="0" style="stop-color:rgb(14.901961%,55.294118%,51.372549%);stop-opacity:1;"></stop>
|
||||
<stop offset="1" style="stop-color:rgb(18.039216%,63.137255%,61.960784%);stop-opacity:1;"></stop>
|
||||
</linearGradient>
|
||||
<radialGradient id="radial0" gradientUnits="userSpaceOnUse" cx="62.417" cy="142.923" fx="62.417" fy="142.923" r="9.213" gradientTransform="matrix(0.0789391,0,0,0.0789391,3.615957,3.719512)">
|
||||
<stop offset="0" style="stop-color:rgb(85.882353%,48.627451%,48.627451%);stop-opacity:1;"></stop>
|
||||
<stop offset="1" style="stop-color:rgb(78.431373%,21.568627%,21.568627%);stop-opacity:1;"></stop>
|
||||
</radialGradient>
|
||||
<radialGradient id="radial1" gradientUnits="userSpaceOnUse" cx="96.726" cy="142.923" fx="96.726" fy="142.923" r="9.213" gradientTransform="matrix(0.0789391,0,0,0.0789391,3.615957,3.719512)">
|
||||
<stop offset="0" style="stop-color:rgb(85.882353%,48.627451%,48.627451%);stop-opacity:1;"></stop>
|
||||
<stop offset="1" style="stop-color:rgb(78.431373%,21.568627%,21.568627%);stop-opacity:1;"></stop>
|
||||
</radialGradient>
|
||||
<filter id="alpha" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%">
|
||||
<feColorMatrix type="matrix" in="SourceGraphic" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"></feColorMatrix>
|
||||
</filter>
|
||||
<mask id="mask0">
|
||||
<g filter="url(#alpha)">
|
||||
<rect x="0" y="0" width="20" height="20" style="fill:rgb(0%,0%,0%);fill-opacity:0.101961;stroke:none;"></rect>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="clip1">
|
||||
<rect x="0" y="0" width="20" height="20"></rect>
|
||||
</clipPath>
|
||||
<g id="surface5" clip-path="url(#clip1)">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(0%,0%,0%);fill-opacity:1;" d="M 15.539062 3.976562 C 15.984375 6.980469 16.085938 9.859375 16.078125 12.003906 C 16.070312 14.199219 15.945312 15.625 15.945312 15.625 L 13.359375 15.625 L 13.082031 15.835938 L 16.152344 15.835938 C 16.152344 15.835938 16.667969 10 15.683594 3.769531 Z M 7.398438 3.902344 C 8.203125 4.800781 9.601562 7.183594 9.792969 7.183594 C 9.28125 6.527344 8.023438 4.441406 7.398438 3.902344 Z M 6.246094 6.941406 C 5.371094 6.964844 6.421875 14.070312 6.714844 15.625 L 4.03125 15.625 L 3.847656 15.835938 L 6.921875 15.835938 C 6.632812 14.289062 5.589844 7.246094 6.441406 7.148438 C 6.363281 7.03125 6.292969 6.949219 6.246094 6.941406 Z M 13.34375 6.941406 C 12.875 7.015625 10.738281 12.96875 10.738281 12.96875 C 10.738281 12.96875 10.265625 12.910156 9.792969 12.910156 C 9.511719 12.910156 9.273438 12.929688 9.109375 12.945312 L 9.058594 13.179688 C 9.058594 13.179688 9.527344 13.121094 10.003906 13.121094 C 10.476562 13.121094 10.945312 13.179688 10.945312 13.179688 C 10.945312 13.179688 13.066406 7.261719 13.542969 7.148438 C 13.492188 7.019531 13.429688 6.945312 13.34375 6.941406 Z M 13.34375 6.941406 "></path>
|
||||
</g>
|
||||
<mask id="mask1">
|
||||
<g filter="url(#alpha)">
|
||||
<rect x="0" y="0" width="20" height="20" style="fill:rgb(0%,0%,0%);fill-opacity:0.301961;stroke:none;"></rect>
|
||||
</g>
|
||||
</mask>
|
||||
<clipPath id="clip2">
|
||||
<rect x="0" y="0" width="20" height="20"></rect>
|
||||
</clipPath>
|
||||
<g id="surface8" clip-path="url(#clip2)">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 4.316406 3.769531 C 3.335938 10 3.847656 15.835938 3.847656 15.835938 L 4.03125 15.632812 C 3.9375 14.253906 3.691406 9.277344 4.527344 3.980469 L 7.371094 3.980469 C 7.429688 3.980469 7.511719 4.027344 7.605469 4.109375 C 7.417969 3.902344 7.265625 3.773438 7.164062 3.769531 Z M 12.839844 3.769531 C 12.300781 3.777344 10.238281 7.390625 10 7.390625 C 10.097656 7.515625 10.175781 7.601562 10.210938 7.601562 C 10.445312 7.601562 12.507812 3.984375 13.046875 3.980469 L 15.558594 3.980469 L 15.683594 3.773438 Z M 6.648438 7.359375 C 7.339844 8.394531 9.058594 13.179688 9.058594 13.179688 L 9.109375 12.945312 C 8.683594 11.78125 7.066406 7.421875 6.660156 7.359375 C 6.65625 7.359375 6.652344 7.359375 6.648438 7.359375 Z M 13.757812 7.359375 C 14.222656 8.539062 13.34375 14.4375 13.082031 15.835938 L 13.359375 15.617188 C 13.714844 13.53125 14.574219 7.378906 13.757812 7.359375 Z M 13.757812 7.359375 "></path>
|
||||
</g>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear0);" d="M 0 13.511719 L 0 6.488281 C 0 0.8125 0.808594 0 6.480469 0 L 13.519531 0 C 19.191406 0 20 0.8125 20 6.488281 L 20 13.511719 C 20 19.1875 19.191406 20 13.519531 20 L 6.480469 20 C 0.808594 20 0 19.1875 0 13.511719 Z M 0 13.511719 "></path>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear1);" d="M 4.316406 3.769531 C 3.335938 10 3.847656 15.835938 3.847656 15.835938 L 6.921875 15.835938 C 6.628906 14.277344 5.582031 7.171875 6.453125 7.148438 C 6.921875 7.222656 9.058594 13.179688 9.058594 13.179688 C 9.058594 13.179688 9.527344 13.121094 10 13.121094 C 10.476562 13.121094 10.945312 13.179688 10.945312 13.179688 C 10.945312 13.179688 13.082031 7.222656 13.550781 7.148438 C 14.421875 7.171875 13.375 14.277344 13.082031 15.835938 L 16.15625 15.835938 C 16.15625 15.835938 16.667969 10 15.683594 3.769531 L 12.839844 3.769531 C 12.300781 3.777344 10.238281 7.390625 10 7.390625 C 9.765625 7.390625 7.703125 3.777344 7.164062 3.769531 Z M 4.316406 3.769531 "></path>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:url(#radial0);" d="M 9.394531 15.109375 C 9.394531 15.507812 9.070312 15.835938 8.667969 15.835938 C 8.265625 15.835938 7.941406 15.507812 7.941406 15.109375 C 7.941406 14.707031 8.265625 14.378906 8.667969 14.378906 C 9.070312 14.378906 9.394531 14.707031 9.394531 15.109375 Z M 9.394531 15.109375 "></path>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:url(#radial1);" d="M 12.0625 15.109375 C 12.0625 15.507812 11.738281 15.835938 11.335938 15.835938 C 10.933594 15.835938 10.609375 15.507812 10.609375 15.109375 C 10.609375 14.707031 10.933594 14.378906 11.335938 14.378906 C 11.738281 14.378906 12.0625 14.707031 12.0625 15.109375 Z M 12.0625 15.109375 "></path>
|
||||
<use xlink:href="#surface5" mask="url(#mask0)"></use>
|
||||
<use xlink:href="#surface8" mask="url(#mask1)"></use>
|
||||
</g>
|
||||
<svg width="24px" height="24px" viewBox="0 -18 256 256" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin meet">
|
||||
<path
|
||||
d="M245.97 168.943c-13.662 7.121-84.434 36.22-99.501 44.075-15.067 7.856-23.437 7.78-35.34 2.09-11.902-5.69-87.216-36.112-100.783-42.597C3.566 169.271 0 166.535 0 163.951v-25.876s98.05-21.345 113.879-27.024c15.828-5.679 21.32-5.884 34.79-.95 13.472 4.936 94.018 19.468 107.331 24.344l-.006 25.51c.002 2.558-3.07 5.364-10.024 8.988"
|
||||
fill="#912626"
|
||||
/>
|
||||
<path
|
||||
d="M245.965 143.22c-13.661 7.118-84.431 36.218-99.498 44.072-15.066 7.857-23.436 7.78-35.338 2.09-11.903-5.686-87.214-36.113-100.78-42.594-13.566-6.485-13.85-10.948-.524-16.166 13.326-5.22 88.224-34.605 104.055-40.284 15.828-5.677 21.319-5.884 34.789-.948 13.471 4.934 83.819 32.935 97.13 37.81 13.316 4.881 13.827 8.9.166 16.02"
|
||||
fill="#C6302B"
|
||||
/>
|
||||
<path
|
||||
d="M245.97 127.074c-13.662 7.122-84.434 36.22-99.501 44.078-15.067 7.853-23.437 7.777-35.34 2.087-11.903-5.687-87.216-36.112-100.783-42.597C3.566 127.402 0 124.67 0 122.085V96.206s98.05-21.344 113.879-27.023c15.828-5.679 21.32-5.885 34.79-.95C162.142 73.168 242.688 87.697 256 92.574l-.006 25.513c.002 2.557-3.07 5.363-10.024 8.987"
|
||||
fill="#912626"
|
||||
/>
|
||||
<path
|
||||
d="M245.965 101.351c-13.661 7.12-84.431 36.218-99.498 44.075-15.066 7.854-23.436 7.777-35.338 2.087-11.903-5.686-87.214-36.112-100.78-42.594-13.566-6.483-13.85-10.947-.524-16.167C23.151 83.535 98.05 54.148 113.88 48.47c15.828-5.678 21.319-5.884 34.789-.949 13.471 4.934 83.819 32.933 97.13 37.81 13.316 4.88 13.827 8.9.166 16.02"
|
||||
fill="#C6302B"
|
||||
/>
|
||||
<path
|
||||
d="M245.97 83.653c-13.662 7.12-84.434 36.22-99.501 44.078-15.067 7.854-23.437 7.777-35.34 2.087-11.903-5.687-87.216-36.113-100.783-42.595C3.566 83.98 0 81.247 0 78.665v-25.88s98.05-21.343 113.879-27.021c15.828-5.68 21.32-5.884 34.79-.95C162.142 29.749 242.688 44.278 256 49.155l-.006 25.512c.002 2.555-3.07 5.361-10.024 8.986"
|
||||
fill="#912626"
|
||||
/>
|
||||
<path
|
||||
d="M245.965 57.93c-13.661 7.12-84.431 36.22-99.498 44.074-15.066 7.854-23.436 7.777-35.338 2.09C99.227 98.404 23.915 67.98 10.35 61.497-3.217 55.015-3.5 50.55 9.825 45.331 23.151 40.113 98.05 10.73 113.88 5.05c15.828-5.679 21.319-5.883 34.789-.948 13.471 4.935 83.819 32.934 97.13 37.811 13.316 4.876 13.827 8.897.166 16.017"
|
||||
fill="#C6302B"
|
||||
/>
|
||||
<path
|
||||
d="M159.283 32.757l-22.01 2.285-4.927 11.856-7.958-13.23-25.415-2.284 18.964-6.839-5.69-10.498 17.755 6.944 16.738-5.48-4.524 10.855 17.067 6.391M131.032 90.275L89.955 73.238l58.86-9.035-17.783 26.072M74.082 39.347c17.375 0 31.46 5.46 31.46 12.194 0 6.736-14.085 12.195-31.46 12.195s-31.46-5.46-31.46-12.195c0-6.734 14.085-12.194 31.46-12.194"
|
||||
fill="#FFF"
|
||||
/>
|
||||
<path d="M185.295 35.998l34.836 13.766-34.806 13.753-.03-27.52" fill="#621B1C" />
|
||||
<path d="M146.755 51.243l38.54-15.245.03 27.519-3.779 1.478-34.791-13.752" fill="#9A2928" />
|
||||
</svg>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user