-
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
31 additions
and
3 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
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,22 @@ | ||
import * as React from 'react'; | ||
const SvgBorder = (props) => ( | ||
<svg {...props} width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path | ||
d="M24.9546 0.253342H17.7344C8.16406 0.253342 0.405762 8.01165 0.405762 17.582V25.0429H8.10738V17.582C8.10738 12.2651 12.4175 7.95497 17.7344 7.95497H24.9546V0.253342Z" | ||
fill="black" | ||
/> | ||
<path | ||
d="M74.7744 7.95497V0.253342H82.2355C91.8058 0.253342 99.5641 8.01165 99.5641 17.582V25.0429H91.8625V17.582C91.8625 12.2651 87.5523 7.95497 82.2355 7.95497H74.7744Z" | ||
fill="black" | ||
/> | ||
<path | ||
d="M74.7744 91.7102H82.2355C87.5523 91.7102 91.8625 87.4 91.8625 82.0831V74.8629H99.5641V82.0831C99.5641 91.6535 91.8058 99.4118 82.2355 99.4118H74.7744V91.7102Z" | ||
fill="black" | ||
/> | ||
<path | ||
d="M8.10738 74.8628V82.0831C8.10738 87.4 12.4175 91.7102 17.7344 91.7102H24.9546V99.4118H17.7344C8.16406 99.4118 0.405762 91.6535 0.405762 82.0831V74.8628H8.10738Z" | ||
fill="black" | ||
/> | ||
</svg> | ||
); | ||
export default SvgBorder; |
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