This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
3 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
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 React from 'react' | ||
import { Icon } from './Icon' | ||
|
||
export const Copy = props => ( | ||
<Icon a11yTitle="Copy" {...props}> | ||
<path d="M21 2H6C4.9 2 4 2.9 4 4V23C4 23.55 4.45 24 5 24C5.55 24 6 23.55 6 23V5C6 4.45 6.45 4 7 4H21C21.55 4 22 3.55 22 3C22 2.45 21.55 2 21 2ZM25 6H10C8.9 6 8 6.9 8 8V28C8 29.1 8.9 30 10 30H25C26.1 30 27 29.1 27 28V8C27 6.9 26.1 6 25 6ZM24 28H11C10.45 28 10 27.55 10 27V9C10 8.45 10.45 8 11 8H24C24.55 8 25 8.45 25 9V27C25 27.55 24.55 28 24 28Z" /> | ||
</Icon> | ||
) |
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