|
| 1 | +import React from "react"; |
| 2 | +import { createIcon } from "./utils/IconWrapper"; |
| 3 | + |
| 4 | +export default createIcon( |
| 5 | + <> |
| 6 | + <path |
| 7 | + d="M20.8854 10V26.1817L10 35.4712H31.7707L31.7707 19.5238L20.8854 10Z" |
| 8 | + fill="url(#paint0_linear_1_11)" |
| 9 | + /> |
| 10 | + <path |
| 11 | + d="M20.8854 10L31.7707 19.5238L70 52.9714L43.7233 10H20.8854Z" |
| 12 | + fill="url(#paint1_linear_1_11)" |
| 13 | + /> |
| 14 | + <path |
| 15 | + d="M20.8854 70V53.8183L10 44.5288H31.7707L31.7707 60.4762L20.8854 70Z" |
| 16 | + fill="url(#paint2_linear_1_11)" |
| 17 | + /> |
| 18 | + <path |
| 19 | + d="M20.8854 70L31.7707 60.4762L70 27.0286L43.7233 70H20.8854Z" |
| 20 | + fill="url(#paint3_linear_1_11)" |
| 21 | + /> |
| 22 | + <defs> |
| 23 | + <linearGradient |
| 24 | + id="paint0_linear_1_11" |
| 25 | + x1="12.4467" |
| 26 | + y1="36.1486" |
| 27 | + x2="33.8223" |
| 28 | + y2="23.2122" |
| 29 | + gradientUnits="userSpaceOnUse" |
| 30 | + > |
| 31 | + <stop stop-color="#539ED7" /> |
| 32 | + <stop offset="0.65546" stop-color="#4D85CB" /> |
| 33 | + <stop offset="1" stop-color="#4A77C4" /> |
| 34 | + </linearGradient> |
| 35 | + <linearGradient |
| 36 | + id="paint1_linear_1_11" |
| 37 | + x1="34.9641" |
| 38 | + y1="7.57789" |
| 39 | + x2="67.7788" |
| 40 | + y2="54.4708" |
| 41 | + gradientUnits="userSpaceOnUse" |
| 42 | + > |
| 43 | + <stop stop-color="#59AEE0" /> |
| 44 | + <stop offset="0.06089" stop-color="#56A4DB" /> |
| 45 | + <stop offset="0.22177" stop-color="#5090D0" /> |
| 46 | + <stop offset="0.40496" stop-color="#4C81C9" /> |
| 47 | + <stop offset="0.62759" stop-color="#4A79C5" /> |
| 48 | + <stop offset="1" stop-color="#4A77C4" /> |
| 49 | + </linearGradient> |
| 50 | + <linearGradient |
| 51 | + id="paint2_linear_1_11" |
| 52 | + x1="34.6004" |
| 53 | + y1="58.6197" |
| 54 | + x2="5.15366" |
| 55 | + y2="55.5981" |
| 56 | + gradientUnits="userSpaceOnUse" |
| 57 | + > |
| 58 | + <stop stop-color="#D81C69" /> |
| 59 | + <stop offset="0.13574" stop-color="#DF2150" /> |
| 60 | + <stop offset="0.29333" stop-color="#E6263B" /> |
| 61 | + <stop offset="0.46977" stop-color="#EB2A2C" /> |
| 62 | + <stop offset="0.67834" stop-color="#EE2C23" /> |
| 63 | + <stop offset="1" stop-color="#EF2D21" /> |
| 64 | + </linearGradient> |
| 65 | + <linearGradient |
| 66 | + id="paint3_linear_1_11" |
| 67 | + x1="81.1802" |
| 68 | + y1="26.4739" |
| 69 | + x2="11.5761" |
| 70 | + y2="65.2971" |
| 71 | + gradientUnits="userSpaceOnUse" |
| 72 | + > |
| 73 | + <stop stop-color="#DC1A59" /> |
| 74 | + <stop offset="0.33338" stop-color="#E5273B" /> |
| 75 | + <stop offset="0.63484" stop-color="#EB2F28" /> |
| 76 | + <stop offset="0.84116" stop-color="#EE3321" /> |
| 77 | + </linearGradient> |
| 78 | + </defs> |
| 79 | + </>, |
| 80 | + "Datalma" |
| 81 | +); |
0 commit comments