@charcoal-ui/icons 4.16.0 → 4.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/v1/index.css +20 -0
- package/css/v1/index.html +1279 -558
- package/css/v1/index.story.tsx +1162 -836
- package/package.json +2 -2
package/css/v1/index.css
CHANGED
|
@@ -698,6 +698,16 @@
|
|
|
698
698
|
aspect-ratio: 1/1;
|
|
699
699
|
}
|
|
700
700
|
|
|
701
|
+
.charcoal-icon-v1-down-16 {
|
|
702
|
+
display: inline-block;
|
|
703
|
+
width: 1em;
|
|
704
|
+
height: 1em;
|
|
705
|
+
mask-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.496%203a1%201%200%20011-1h3.002a1%201%200%20011%201v4.5H13.5a.5.5%200%2001.347.86L7.999%2014%202.154%208.36A.5.5%200%20012.5%207.5h2.995V3z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E');
|
|
706
|
+
mask-size: 100% 100%;
|
|
707
|
+
background: currentColor;
|
|
708
|
+
aspect-ratio: 1/1;
|
|
709
|
+
}
|
|
710
|
+
|
|
701
711
|
.charcoal-icon-v1-downloadalt {
|
|
702
712
|
display: inline-block;
|
|
703
713
|
width: 1em;
|
|
@@ -2608,6 +2618,16 @@
|
|
|
2608
2618
|
aspect-ratio: 1/1;
|
|
2609
2619
|
}
|
|
2610
2620
|
|
|
2621
|
+
.charcoal-icon-v1-up-16 {
|
|
2622
|
+
display: inline-block;
|
|
2623
|
+
width: 1em;
|
|
2624
|
+
height: 1em;
|
|
2625
|
+
mask-image: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.504%2013a1%201%200%2001-1%201H6.502a1%201%200%2001-1-1V8.5H2.5a.5.5%200%2001-.347-.86L8%202l5.845%205.64a.5.5%200%2001-.347.86h-2.995V13z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E');
|
|
2626
|
+
mask-size: 100% 100%;
|
|
2627
|
+
background: currentColor;
|
|
2628
|
+
aspect-ratio: 1/1;
|
|
2629
|
+
}
|
|
2630
|
+
|
|
2611
2631
|
.charcoal-icon-v1-upload {
|
|
2612
2632
|
display: inline-block;
|
|
2613
2633
|
width: 1em;
|