UNPKG
@thi.ng/hiccup-carbon-icons
Version:
latest (3.1.99)
3.1.99
3.1.98
3.1.94
3.1.93
3.1.91
3.1.90
3.1.89
3.1.88
3.1.87
3.1.86
3.1.85
3.1.84
3.1.83
3.1.82
3.1.81
3.1.80
3.1.79
3.1.78
3.1.77
3.1.76
3.1.75
3.1.74
3.1.73
3.1.72
3.1.71
3.1.70
3.1.69
3.1.68
3.1.67
3.1.66
3.1.65
3.1.64
3.1.63
3.1.62
3.1.61
3.1.60
3.1.59
3.1.58
3.1.57
3.1.56
3.1.55
3.1.54
3.1.53
3.1.52
3.1.51
3.1.50
3.1.49
3.1.48
3.1.47
3.1.46
3.1.45
3.1.43
3.1.42
3.1.41
3.1.40
3.1.39
3.1.38
3.1.37
3.1.36
3.1.35
3.1.34
3.1.32
3.1.31
3.1.30
3.1.29
3.1.28
3.1.27
3.1.26
3.1.24
3.1.23
3.1.22
3.1.21
3.1.20
3.1.19
3.1.18
3.1.17
3.1.16
3.1.15
3.1.14
3.1.13
3.1.12
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.8
3.0.7
3.0.6
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.25
2.0.24
2.0.23
2.0.22
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
2.0.14
2.0.13
2.0.12
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.51
1.0.50
1.0.49
1.0.48
1.0.47
1.0.46
1.0.45
1.0.44
1.0.43
1.0.42
1.0.41
1.0.40
1.0.39
1.0.38
1.0.37
1.0.36
1.0.35
1.0.34
1.0.33
1.0.32
1.0.31
1.0.30
1.0.29
1.0.28
1.0.27
1.0.26
1.0.25
1.0.24
1.0.23
1.0.22
1.0.21
1.0.20
1.0.19
1.0.18
1.0.17
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.2
0.1.1
0.1.0
Full set of IBM's Carbon icons in hiccup format
thi.ng/hiccup-carbon-icons
thi-ng/umbrella
@thi.ng/hiccup-carbon-icons
/
query-queue.js
8 lines
(7 loc)
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ svg }
from
"./_svg.js"
;
const
QUERY_QUEUE
=
svg
( [
"path"
, {
d
:
"M10 6h18v2H10zM10 12h18v2H10zM15 18h13v2H15zM10 24h18v2H10zM4 14l7 5-7 5V14z"
}] );
export
{
QUERY_QUEUE
};