-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c1eb441
commit 039a797
Showing
4 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
change/@microsoft-arbutus-icon-button-81171ac7-0a87-42ef-828f-4c1d933dbdf0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "minor", | ||
"comment": "Adds new icon", | ||
"comment": "Adds new icons: vertical-more, horizontal-more.", | ||
"packageName": "@microsoft/arbutus.icon-button", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
|
2 changes: 1 addition & 1 deletion
2
change/@microsoft-arbutus-icon-df35289d-6cb8-4f06-882e-17bfc49e5ebd.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "minor", | ||
"comment": "Adds size, button attributes, and ref to IconButton props", | ||
"comment": "Adds size, button attributes, and ref to IconButton props.", | ||
"packageName": "@microsoft/arbutus.icon", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import * as React from 'react'; | ||
|
||
export const MoreHorizontal = () => ( | ||
<path | ||
d="M5.16665 7.99999C5.16665 8.64433 4.64431 9.16666 3.99998 9.16666C3.35565 9.16666 2.83331 8.64433 2.83331 7.99999C2.83331 7.35566 3.35565 6.83333 3.99998 6.83333C4.64431 6.83333 5.16665 7.35566 5.16665 7.99999ZM9.16665 7.99999C9.16665 8.64433 8.64431 9.16666 7.99998 9.16666C7.35565 9.16666 6.83331 8.64433 6.83331 7.99999C6.83331 7.35566 7.35565 6.83333 7.99998 6.83333C8.64431 6.83333 9.16665 7.35566 9.16665 7.99999ZM12 9.16666C12.6443 9.16666 13.1666 8.64433 13.1666 7.99999C13.1666 7.35566 12.6443 6.83333 12 6.83333C11.3556 6.83333 10.8333 7.35566 10.8333 7.99999C10.8333 8.64433 11.3556 9.16666 12 9.16666Z" | ||
fill="currentColor" | ||
/> | ||
); |