Update memcached.tsx
This commit is contained in:
parent
6d946e574b
commit
d7661276d0
1 changed files with 37 additions and 32 deletions
|
@ -3,40 +3,45 @@ import { SVGProps } from "react";
|
|||
|
||||
const SvgMemcached = (props: SVGProps<SVGSVGElement>) => (
|
||||
|
||||
<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 xmlns="http://www.w3.org/2000/svg" width="24" height="64">
|
||||
<defs>
|
||||
<linearGradient id="A" x1="255.894" x2="255.894" y1="59.789" gradientUnits="userSpaceOnUse" y2="-452">
|
||||
<stop stop-color="#574c4a" offset="0%" />
|
||||
<stop stop-color="#80716d" offset="100%" />
|
||||
</linearGradient>
|
||||
<linearGradient id="B" x1="380.442" x2="191.971" y1="-51.758" y2="-382.305" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#268d83" offset="0%" />
|
||||
<stop stop-color="#2ea19e" offset="100%" />
|
||||
</linearGradient>
|
||||
<radialGradient id="C" cx="62.417" cy="142.923" r="9.213" fx="62.417" fy="142.923" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.02,0,0,2.02,92.53,-356.82)">
|
||||
<stop stop-color="#db7c7c" offset="0%" />
|
||||
<stop stop-color="#c83737" offset="100%" />
|
||||
</radialGradient>
|
||||
<radialGradient id="D" cx="96.726" cy="142.923" r="9.213" fx="96.726" fy="142.923" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.02,0,0,2.02,92.53,-356.82)">
|
||||
<stop stop-color="#db7c7c" offset="0%" />
|
||||
<stop stop-color="#c83737" offset="100%" />
|
||||
</radialGradient>
|
||||
</defs>
|
||||
<g transform="matrix(.125052 0 0 .125052 .000001 56.523492)">
|
||||
<path d="M0-106.196v-179.82C0-431.255 20.725-452 165.814-452h180.164c145.084 0 165.8 20.745 165.8 165.983v179.82c0 145.238-20.725 165.983-165.812 165.983H165.812C20.73 59.787 0 39.042 0-106.196z" fill="url(#A)" />
|
||||
<path
|
||||
d="M110.488-355.497C85.34-196.062 98.497-46.8 98.497-46.8h78.63c-7.48-39.802-34.32-221.642-11.993-222.24 11.966 1.9 66.64 154.267 66.64 154.267s12.04-1.5 24.155-1.5 24.16 1.5 24.16 1.5 54.68-152.37 66.64-154.267c22.34.598-4.505 182.438-11.98 222.24h78.633s13.162-149.272-12-308.706h-72.8c-13.857.162-66.58 92.63-72.64 92.63s-58.784-92.457-72.64-92.62z"
|
||||
fill="url(#B)"
|
||||
/>
|
||||
<path d="M240.422-65.4c0 10.278-8.333 18.6-18.612 18.6s-18.6-8.333-18.6-18.6 8.333-18.612 18.6-18.612 18.612 8.332 18.612 18.612z" fill="url(#C)" />
|
||||
<path d="M308.66-65.4c0 10.278-8.332 18.6-18.6 18.6s-18.6-8.333-18.6-18.6 8.322-18.612 18.604-18.612 18.604 8.332 18.604 18.612z" fill="url(#D)" />
|
||||
<path
|
||||
d="M397.664-350.226c11.348 76.812 14 150.532 13.802 205.444-.214 56.168-3.432 92.66-3.432 92.66h-66.2l-7.113 5.33h78.64s13.16-149.27-11.992-308.705zm-208.373-1.94c20.66 22.98 56.4 83.966 61.3 83.966-13.1-16.75-45.27-70.192-61.3-83.965zm-29.48 77.802c-22.33.6 4.514 182.44 11.996 222.242H103.16l-4.66 5.33h78.634c-7.444-39.598-34.05-219.824-12.33-222.24-2.02-3.04-3.77-5.137-4.996-5.332zm181.6 0c-11.964 1.9-66.64 154.27-66.64 154.27s-12.04-1.5-24.154-1.5c-7.17 0-13.34.442-17.514.83l-1.3 6s12.04-1.498 24.154-1.498 24.158 1.5 24.158 1.5 54.26-151.372 66.476-154.27c-1.315-3.334-2.94-5.272-5.164-5.332z"
|
||||
opacity=".1"
|
||||
/>
|
||||
<path
|
||||
d="M110.5-355.497C85.334-196.063 98.495-46.8 98.495-46.8l4.63-5.205c-2.37-35.218-8.7-162.572 12.696-298.17h72.8c1.54.017 3.6 1.28 6 3.33-4.767-5.302-8.73-8.63-11.33-8.662zm218.077 0c-13.857.164-66.58 92.628-72.637 92.628 2.47 3.16 4.477 5.34 5.33 5.34 6.06 0 58.78-92.464 72.638-92.63h64.248l3.224-5.33zm-158.435 91.795c17.685 26.56 61.642 148.94 61.642 148.94l1.286-5.97c-10.853-29.757-52.205-141.32-62.595-142.97-.113.003-.222-.012-.333 0zm181.925 0c11.862 30.254-10.592 181.1-17.326 216.9l7.14-5.567c9.108-53.42 31.03-210.78 10.195-211.34z"
|
||||
opacity=".3"
|
||||
fill="#fff"
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
||||
);
|
||||
|
||||
export default SvgMemcached;
|
||||
|
|
Loading…
Add table
Reference in a new issue