|
| 1 | +import React from 'react' |
| 2 | + |
| 3 | +export const OverviewIcon = props => { |
| 4 | + return ( |
| 5 | + <svg |
| 6 | + className="subway-navigation-step-icon" |
| 7 | + xmlns="http://www.w3.org/2000/svg" |
| 8 | + viewBox="0 0 24 24" |
| 9 | + width="16" |
| 10 | + height="16" |
| 11 | + > |
| 12 | + <path fill="none" d="M0 0h24v24H0z" /> |
| 13 | + <path |
| 14 | + fill={props.fill} |
| 15 | + d="M3 18.5V5a3 3 0 0 1 3-3h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5A3.5 3.5 0 0 1 3 18.5zM19 20v-3H6.5a1.5 1.5 0 0 0 0 3H19zM5 15.337A3.486 3.486 0 0 1 6.5 15H19V4H6a1 1 0 0 0-1 1v10.337z" |
| 16 | + /> |
| 17 | + </svg> |
| 18 | + ) |
| 19 | +} |
| 20 | + |
| 21 | +export const InstallDependenciesIcon = props => { |
| 22 | + return ( |
| 23 | + <svg |
| 24 | + xmlns="http://www.w3.org/2000/svg" |
| 25 | + viewBox="0 0 24 24" |
| 26 | + width="16" |
| 27 | + height="16" |
| 28 | + > |
| 29 | + <path fill="none" d="M0 0h24v24H0z" /> |
| 30 | + <path |
| 31 | + fill={props.fill} |
| 32 | + d="M9 2v2H5l-.001 10h14L19 4h-4V2h5a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h5zm9.999 14h-14L5 20h14l-.001-4zM17 17v2h-2v-2h2zM13 2v5h3l-4 4-4-4h3V2h2z" |
| 33 | + /> |
| 34 | + </svg> |
| 35 | + ) |
| 36 | +} |
| 37 | + |
| 38 | +export const ExecuteQueryIcon = props => { |
| 39 | + return ( |
| 40 | + <svg |
| 41 | + xmlns="http://www.w3.org/2000/svg" |
| 42 | + viewBox="0 0 24 24" |
| 43 | + width="16" |
| 44 | + height="16" |
| 45 | + > |
| 46 | + <path fill="none" d="M0 0h24v24H0z" /> |
| 47 | + <path |
| 48 | + fill={props.fill} |
| 49 | + d="M16.394 12L10 7.737v8.526L16.394 12zm2.982.416L8.777 19.482A.5.5 0 0 1 8 19.066V4.934a.5.5 0 0 1 .777-.416l10.599 7.066a.5.5 0 0 1 0 .832z" |
| 50 | + /> |
| 51 | + </svg> |
| 52 | + ) |
| 53 | +} |
| 54 | + |
| 55 | +export const FinishIcon = props => { |
| 56 | + return ( |
| 57 | + <svg |
| 58 | + xmlns="http://www.w3.org/2000/svg" |
| 59 | + viewBox="0 0 24 24" |
| 60 | + width="16" |
| 61 | + height="16" |
| 62 | + > |
| 63 | + <path fill="none" d="M0 0h24v24H0z" /> |
| 64 | + <path |
| 65 | + fill={props.fill} |
| 66 | + d="M12 .5l4.226 6.183 7.187 2.109-4.575 5.93.215 7.486L12 19.69l-7.053 2.518.215-7.486-4.575-5.93 7.187-2.109L12 .5zm0 3.544L9.022 8.402 3.957 9.887l3.225 4.178-.153 5.275L12 17.566l4.97 1.774-.152-5.275 3.224-4.178-5.064-1.485L12 4.044zM10 12a2 2 0 1 0 4 0h2a4 4 0 1 1-8 0h2z" |
| 67 | + /> |
| 68 | + </svg> |
| 69 | + ) |
| 70 | +} |
| 71 | + |
| 72 | +export const InitializeClientIcon = props => { |
| 73 | + return ( |
| 74 | + <svg |
| 75 | + xmlns="http://www.w3.org/2000/svg" |
| 76 | + viewBox="0 0 24 24" |
| 77 | + width="16" |
| 78 | + height="16" |
| 79 | + > |
| 80 | + <path fill="none" d="M0 0h24v24H0z" /> |
| 81 | + <path |
| 82 | + fill={props.fill} |
| 83 | + d="M8.595 12.812a3.51 3.51 0 0 1 0-1.623l-.992-.573 1-1.732.992.573A3.496 3.496 0 0 1 11 8.645V7.5h2v1.145c.532.158 1.012.44 1.405.812l.992-.573 1 1.732-.992.573a3.51 3.51 0 0 1 0 1.622l.992.573-1 1.732-.992-.573a3.496 3.496 0 0 1-1.405.812V16.5h-2v-1.145a3.496 3.496 0 0 1-1.405-.812l-.992.573-1-1.732.992-.572zM12 13.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM15 4H5v16h14V8h-4V4zM3 2.992C3 2.444 3.447 2 3.999 2H16l5 5v13.993A1 1 0 0 1 20.007 22H3.993A1 1 0 0 1 3 21.008V2.992z" |
| 84 | + /> |
| 85 | + </svg> |
| 86 | + ) |
| 87 | +} |
| 88 | + |
| 89 | +export const TokenIcon = props => { |
| 90 | + return ( |
| 91 | + <svg |
| 92 | + xmlns="http://www.w3.org/2000/svg" |
| 93 | + viewBox="0 0 24 24" |
| 94 | + width="16" |
| 95 | + height="16" |
| 96 | + > |
| 97 | + <path fill="none" d="M0 0h24v24H0z" /> |
| 98 | + <path |
| 99 | + fill={props.fill} |
| 100 | + d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0-12.95L16.95 12 12 16.95 7.05 12 12 7.05zm0 2.829L9.879 12 12 14.121 14.121 12 12 9.879z" |
| 101 | + /> |
| 102 | + </svg> |
| 103 | + ) |
| 104 | +} |
| 105 | + |
| 106 | +export const WriteDataIcon = props => { |
| 107 | + return ( |
| 108 | + <svg |
| 109 | + xmlns="http://www.w3.org/2000/svg" |
| 110 | + viewBox="0 0 24 24" |
| 111 | + width="16" |
| 112 | + height="16" |
| 113 | + > |
| 114 | + <path fill="none" d="M0 0h24v24H0z" /> |
| 115 | + <path |
| 116 | + fill={props.fill} |
| 117 | + d="M5 19h1.414l9.314-9.314-1.414-1.414L5 17.586V19zm16 2H3v-4.243L16.435 3.322a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L9.243 19H21v2zM15.728 6.858l1.414 1.414 1.414-1.414-1.414-1.414-1.414 1.414z" |
| 118 | + /> |
| 119 | + </svg> |
| 120 | + ) |
| 121 | +} |
0 commit comments