-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: some files where updated/added | trash_medium.svg, version.lock…
…, icons.lock, index.js, secondary_icons.js, secondary_icons_medium.js, trash_medium.js, print.svg, print_medium.svg, print.js, print_medium.js
- Loading branch information
1 parent
210b385
commit 257bade
Showing
11 changed files
with
93 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 +1 @@ | ||
{"1a3caba565dddc0a936aaddc29a82887":"110051034"} | ||
{"1a3caba565dddc0a936aaddc29a82887":"110679627"} |
Large diffs are not rendered by default.
Oops, something went wrong.
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,47 @@ | ||
/** This file is auto generated by convertSvgToJsx.js */ | ||
|
||
import React from 'react' | ||
|
||
const print = props => ( | ||
<svg width={17} height={17} viewBox="0 0 17 17" fill="none" {...props}> | ||
<path | ||
d="M3.348 12.106H1.803a1.03 1.03 0 0 1-1.03-1.03V5.924c0-.569.461-1.03 1.03-1.03h13.394c.569 0 1.03.461 1.03 1.03v5.152a1.03 1.03 0 0 1-1.03 1.03h-1.545" | ||
stroke="#000" | ||
strokeWidth={1.5} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
d="M3.348 6.955h1.03" | ||
stroke="#000" | ||
strokeWidth={1.2} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
clipRule="evenodd" | ||
d="M3.864 9.015h9.272v7.212H3.864V9.015z" | ||
stroke="#000" | ||
strokeWidth={1.2} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
clipRule="evenodd" | ||
d="M13.136 4.894H3.864V1.803c0-.569.46-1.03 1.03-1.03h7.212c.57 0 1.03.461 1.03 1.03v3.09z" | ||
stroke="#000" | ||
strokeWidth={1.5} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
d="M5.924 11.592h5.152M5.924 13.652H9.53" | ||
stroke="#000" | ||
strokeWidth={1.2} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
</svg> | ||
) | ||
|
||
export default print |
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,32 @@ | ||
/** This file is auto generated by convertSvgToJsx.js */ | ||
|
||
import React from 'react' | ||
|
||
const print_medium = props => ( | ||
<svg width={24} height={24} viewBox="0 0 24 24" fill="none" {...props}> | ||
<path | ||
d="M5.25 17.25h-3a1.5 1.5 0 0 1-1.5-1.5v-7.5a1.5 1.5 0 0 1 1.5-1.5h19.5a1.5 1.5 0 0 1 1.5 1.5v7.5a1.5 1.5 0 0 1-1.5 1.5h-3M3.75 9.75h1.5" | ||
stroke="#000" | ||
strokeWidth={1.5} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
clipRule="evenodd" | ||
d="M5.25 12.75h13.5v10.5H5.25v-10.5zM18.75 6.75H5.25v-4.5a1.5 1.5 0 0 1 1.5-1.5h10.5a1.5 1.5 0 0 1 1.5 1.5v4.5z" | ||
stroke="#000" | ||
strokeWidth={1.5} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
d="M8.25 15.75h7.5M8.25 18.75h5.25" | ||
stroke="#000" | ||
strokeWidth={1.5} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
</svg> | ||
) | ||
|
||
export default print_medium |
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