|
1 | | -import { Users } from "lucide-react"; |
2 | | - |
3 | 1 | import { ChartExample } from "@/components/ui/8bit/blocks/chart"; |
4 | 2 | import ChartAreaStep from "@/components/ui/8bit/blocks/chart-area-step"; |
5 | 3 | import ChartBarMultiple from "@/components/ui/8bit/blocks/chart-bar"; |
@@ -36,7 +34,49 @@ export default function ChartsBlocks() { |
36 | 34 | <CardTitle className="text-sm font-medium"> |
37 | 35 | Total visitors in the last 6 months |
38 | 36 | </CardTitle> |
39 | | - <Users className="size-4 text-muted-foreground" /> |
| 37 | + <svg |
| 38 | + width="50" |
| 39 | + height="50" |
| 40 | + viewBox="0 0 256 256" |
| 41 | + fill="currentColor" |
| 42 | + xmlns="http://www.w3.org/2000/svg" |
| 43 | + stroke="currentColor" |
| 44 | + strokeWidth="0.25" |
| 45 | + className="size-6" |
| 46 | + aria-label="user" |
| 47 | + > |
| 48 | + <rect x="64" y="144" width="14" height="14" rx="1"></rect> |
| 49 | + <rect x="96" y="80" width="14" height="14" rx="1"></rect> |
| 50 | + <rect x="144" y="80" width="14" height="14" rx="1"></rect> |
| 51 | + <rect x="192" y="192" width="14" height="14" rx="1"></rect> |
| 52 | + <rect x="176" y="192" width="14" height="14" rx="1"></rect> |
| 53 | + <rect x="64" y="192" width="14" height="14" rx="1"></rect> |
| 54 | + <rect x="48" y="176" width="14" height="14" rx="1"></rect> |
| 55 | + <rect x="48" y="192" width="14" height="14" rx="1"></rect> |
| 56 | + <rect x="192" y="160" width="14" height="14" rx="1"></rect> |
| 57 | + <rect x="176" y="144" width="14" height="14" rx="1"></rect> |
| 58 | + <rect x="192" y="176" width="14" height="14" rx="1"></rect> |
| 59 | + <rect x="48" y="160" width="14" height="14" rx="1"></rect> |
| 60 | + <rect x="96" y="64" width="14" height="14" rx="1"></rect> |
| 61 | + <rect x="112" y="48" width="14" height="14" rx="1"></rect> |
| 62 | + <rect x="128" y="48" width="14" height="14" rx="1"></rect> |
| 63 | + <rect x="144" y="64" width="14" height="14" rx="1"></rect> |
| 64 | + <rect x="144" y="64" width="14" height="14" rx="1"></rect> |
| 65 | + <rect x="112" y="96" width="14" height="14" rx="1"></rect> |
| 66 | + <rect x="128" y="96" width="14" height="14" rx="1"></rect> |
| 67 | + <rect x="80" y="144" width="14" height="14" rx="1"></rect> |
| 68 | + <rect x="96" y="144" width="14" height="14" rx="1"></rect> |
| 69 | + <rect x="112" y="144" width="14" height="14" rx="1"></rect> |
| 70 | + <rect x="128" y="144" width="14" height="14" rx="1"></rect> |
| 71 | + <rect x="144" y="144" width="14" height="14" rx="1"></rect> |
| 72 | + <rect x="160" y="144" width="14" height="14" rx="1"></rect> |
| 73 | + <rect x="80" y="192" width="14" height="14" rx="1"></rect> |
| 74 | + <rect x="96" y="192" width="14" height="14" rx="1"></rect> |
| 75 | + <rect x="112" y="192" width="14" height="14" rx="1"></rect> |
| 76 | + <rect x="128" y="192" width="14" height="14" rx="1"></rect> |
| 77 | + <rect x="144" y="192" width="14" height="14" rx="1"></rect> |
| 78 | + <rect x="160" y="192" width="14" height="14" rx="1"></rect> |
| 79 | + </svg> |
40 | 80 | </CardHeader> |
41 | 81 | <CardContent> |
42 | 82 | <ChartExample /> |
@@ -64,7 +104,49 @@ export default function ChartsBlocks() { |
64 | 104 | <CardTitle className="text-sm font-medium"> |
65 | 105 | Total visitors in the last 6 months |
66 | 106 | </CardTitle> |
67 | | - <Users className="size-4 text-muted-foreground" /> |
| 107 | + <svg |
| 108 | + width="50" |
| 109 | + height="50" |
| 110 | + viewBox="0 0 256 256" |
| 111 | + fill="currentColor" |
| 112 | + xmlns="http://www.w3.org/2000/svg" |
| 113 | + stroke="currentColor" |
| 114 | + strokeWidth="0.25" |
| 115 | + className="size-6" |
| 116 | + aria-label="user" |
| 117 | + > |
| 118 | + <rect x="64" y="144" width="14" height="14" rx="1"></rect> |
| 119 | + <rect x="96" y="80" width="14" height="14" rx="1"></rect> |
| 120 | + <rect x="144" y="80" width="14" height="14" rx="1"></rect> |
| 121 | + <rect x="192" y="192" width="14" height="14" rx="1"></rect> |
| 122 | + <rect x="176" y="192" width="14" height="14" rx="1"></rect> |
| 123 | + <rect x="64" y="192" width="14" height="14" rx="1"></rect> |
| 124 | + <rect x="48" y="176" width="14" height="14" rx="1"></rect> |
| 125 | + <rect x="48" y="192" width="14" height="14" rx="1"></rect> |
| 126 | + <rect x="192" y="160" width="14" height="14" rx="1"></rect> |
| 127 | + <rect x="176" y="144" width="14" height="14" rx="1"></rect> |
| 128 | + <rect x="192" y="176" width="14" height="14" rx="1"></rect> |
| 129 | + <rect x="48" y="160" width="14" height="14" rx="1"></rect> |
| 130 | + <rect x="96" y="64" width="14" height="14" rx="1"></rect> |
| 131 | + <rect x="112" y="48" width="14" height="14" rx="1"></rect> |
| 132 | + <rect x="128" y="48" width="14" height="14" rx="1"></rect> |
| 133 | + <rect x="144" y="64" width="14" height="14" rx="1"></rect> |
| 134 | + <rect x="144" y="64" width="14" height="14" rx="1"></rect> |
| 135 | + <rect x="112" y="96" width="14" height="14" rx="1"></rect> |
| 136 | + <rect x="128" y="96" width="14" height="14" rx="1"></rect> |
| 137 | + <rect x="80" y="144" width="14" height="14" rx="1"></rect> |
| 138 | + <rect x="96" y="144" width="14" height="14" rx="1"></rect> |
| 139 | + <rect x="112" y="144" width="14" height="14" rx="1"></rect> |
| 140 | + <rect x="128" y="144" width="14" height="14" rx="1"></rect> |
| 141 | + <rect x="144" y="144" width="14" height="14" rx="1"></rect> |
| 142 | + <rect x="160" y="144" width="14" height="14" rx="1"></rect> |
| 143 | + <rect x="80" y="192" width="14" height="14" rx="1"></rect> |
| 144 | + <rect x="96" y="192" width="14" height="14" rx="1"></rect> |
| 145 | + <rect x="112" y="192" width="14" height="14" rx="1"></rect> |
| 146 | + <rect x="128" y="192" width="14" height="14" rx="1"></rect> |
| 147 | + <rect x="144" y="192" width="14" height="14" rx="1"></rect> |
| 148 | + <rect x="160" y="192" width="14" height="14" rx="1"></rect> |
| 149 | + </svg> |
68 | 150 | </CardHeader> |
69 | 151 | <CardContent> |
70 | 152 | <ChartBarMultiple /> |
@@ -92,7 +174,49 @@ export default function ChartsBlocks() { |
92 | 174 | <CardTitle className="text-sm font-medium"> |
93 | 175 | Total visitors in the last 6 months |
94 | 176 | </CardTitle> |
95 | | - <Users className="size-4 text-muted-foreground" /> |
| 177 | + <svg |
| 178 | + width="50" |
| 179 | + height="50" |
| 180 | + viewBox="0 0 256 256" |
| 181 | + fill="currentColor" |
| 182 | + xmlns="http://www.w3.org/2000/svg" |
| 183 | + stroke="currentColor" |
| 184 | + strokeWidth="0.25" |
| 185 | + className="size-6" |
| 186 | + aria-label="user" |
| 187 | + > |
| 188 | + <rect x="64" y="144" width="14" height="14" rx="1"></rect> |
| 189 | + <rect x="96" y="80" width="14" height="14" rx="1"></rect> |
| 190 | + <rect x="144" y="80" width="14" height="14" rx="1"></rect> |
| 191 | + <rect x="192" y="192" width="14" height="14" rx="1"></rect> |
| 192 | + <rect x="176" y="192" width="14" height="14" rx="1"></rect> |
| 193 | + <rect x="64" y="192" width="14" height="14" rx="1"></rect> |
| 194 | + <rect x="48" y="176" width="14" height="14" rx="1"></rect> |
| 195 | + <rect x="48" y="192" width="14" height="14" rx="1"></rect> |
| 196 | + <rect x="192" y="160" width="14" height="14" rx="1"></rect> |
| 197 | + <rect x="176" y="144" width="14" height="14" rx="1"></rect> |
| 198 | + <rect x="192" y="176" width="14" height="14" rx="1"></rect> |
| 199 | + <rect x="48" y="160" width="14" height="14" rx="1"></rect> |
| 200 | + <rect x="96" y="64" width="14" height="14" rx="1"></rect> |
| 201 | + <rect x="112" y="48" width="14" height="14" rx="1"></rect> |
| 202 | + <rect x="128" y="48" width="14" height="14" rx="1"></rect> |
| 203 | + <rect x="144" y="64" width="14" height="14" rx="1"></rect> |
| 204 | + <rect x="144" y="64" width="14" height="14" rx="1"></rect> |
| 205 | + <rect x="112" y="96" width="14" height="14" rx="1"></rect> |
| 206 | + <rect x="128" y="96" width="14" height="14" rx="1"></rect> |
| 207 | + <rect x="80" y="144" width="14" height="14" rx="1"></rect> |
| 208 | + <rect x="96" y="144" width="14" height="14" rx="1"></rect> |
| 209 | + <rect x="112" y="144" width="14" height="14" rx="1"></rect> |
| 210 | + <rect x="128" y="144" width="14" height="14" rx="1"></rect> |
| 211 | + <rect x="144" y="144" width="14" height="14" rx="1"></rect> |
| 212 | + <rect x="160" y="144" width="14" height="14" rx="1"></rect> |
| 213 | + <rect x="80" y="192" width="14" height="14" rx="1"></rect> |
| 214 | + <rect x="96" y="192" width="14" height="14" rx="1"></rect> |
| 215 | + <rect x="112" y="192" width="14" height="14" rx="1"></rect> |
| 216 | + <rect x="128" y="192" width="14" height="14" rx="1"></rect> |
| 217 | + <rect x="144" y="192" width="14" height="14" rx="1"></rect> |
| 218 | + <rect x="160" y="192" width="14" height="14" rx="1"></rect> |
| 219 | + </svg> |
96 | 220 | </CardHeader> |
97 | 221 | <CardContent> |
98 | 222 | <ChartAreaStep /> |
|
0 commit comments