-
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
5d94943
commit e882e39
Showing
4 changed files
with
27 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
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
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,23 @@ | ||
import { Fragment } from 'react' | ||
|
||
const size = 16 | ||
|
||
export default { | ||
size, | ||
viewBox: { w: size, h: size }, | ||
stroke: true, | ||
content: ( | ||
<Fragment> | ||
<path | ||
d="M11.0107 6.23243H14.0107V3.23242" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
d="M11.8891 11.8891C11.1199 12.6583 10.1399 13.1821 9.073 13.3943C8.0061 13.6065 6.90023 13.4976 5.89524 13.0813C4.89025 12.6651 4.03126 11.9601 3.42692 11.0556C2.82257 10.1512 2.5 9.0878 2.5 8C2.5 6.9122 2.82257 5.84884 3.42692 4.94437C4.03126 4.0399 4.89025 3.33495 5.89524 2.91866C6.90023 2.50238 8.0061 2.39346 9.073 2.60568C10.1399 2.8179 11.1199 3.34173 11.8891 4.11091L14.0104 6.23224" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
</Fragment> | ||
), | ||
} |