We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c39c3c commit b9534edCopy full SHA for b9534ed
packages/react-components/source/react/library/icon/icons.js
@@ -604,6 +604,33 @@ const icons = {
604
),
605
},
606
607
+ expand: {
608
+ medium: (
609
+ <>
610
+ <path
611
+ fillRule="evenodd"
612
+ clipRule="evenodd"
613
+ d="M1 2C1 1.44772 1.44772 1 2 1H7V3H3V7H1V2Z"
614
+ />
615
616
617
618
+ d="M1 14C1 14.5523 1.44772 15 2 15H7V13H3V9H1V14Z"
619
620
621
622
623
+ d="M15 2C15 1.44772 14.5523 1 14 1H9V3H13V7H15V2Z"
624
625
626
627
628
+ d="M15 14C15 14.5523 14.5523 15 14 15H9V13H13V9H15V14Z"
629
630
+ </>
631
+ ),
632
+ },
633
+
634
filters: {
635
medium: (
636
<path
0 commit comments