-
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 | version.lock, icons.lock, inde…
…x.js, secondary_icons.js, secondary_icons_medium.js, file.svg, file_medium.svg, file.js, file_medium.js
- Loading branch information
1 parent
c7d4775
commit 6fdc07d
Showing
9 changed files
with
53 additions
and
3 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.
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":"107057744"} | ||
{"1a3caba565dddc0a936aaddc29a82887":"107170929"} |
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,16 @@ | ||
/** This file is auto generated by convertSvgToJsx.js */ | ||
|
||
import React from 'react' | ||
|
||
const file = props => ( | ||
<svg viewBox="0 0 16 17" fill="none" {...props}> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M11.641 1.5c.057 0 .111.022.152.062l1.904 1.858c.042.041.065.097.065.155v10.712c0 .12-.097.217-.217.217H1.942a.217.217 0 0 1-.217-.217V1.717c0-.12.097-.217.217-.217h9.699zM12.84.488A1.717 1.717 0 0 0 11.64 0H1.942C.994 0 .225.769.225 1.717v12.57c0 .948.769 1.717 1.717 1.717h11.603c.949 0 1.717-.769 1.717-1.717V3.575c0-.462-.187-.906-.518-1.229L12.84.488zM3.905 4.985a.6.6 0 1 0 0 1.2h7.736a.6.6 0 1 0 0-1.2H3.905zm-.6 3.5a.6.6 0 0 1 .6-.6h7.736a.6.6 0 1 1 0 1.2H3.905a.6.6 0 0 1-.6-.6zm.6 2.301a.6.6 0 1 0 0 1.2h3.868a.6.6 0 1 0 0-1.2H3.905z" | ||
fill="#000" | ||
/> | ||
</svg> | ||
) | ||
|
||
export default file |
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,25 @@ | ||
/** This file is auto generated by convertSvgToJsx.js */ | ||
|
||
import React from 'react' | ||
|
||
const file_medium = props => ( | ||
<svg viewBox="0 0 24 24" fill="none" {...props}> | ||
<path | ||
clipRule="evenodd" | ||
d="M22.5 21.75a1.5 1.5 0 0 1-1.5 1.5H3a1.5 1.5 0 0 1-1.5-1.5V2.25A1.5 1.5 0 0 1 3 .75h15.045a1.5 1.5 0 0 1 1.048.426l2.954 2.883c.29.282.453.67.453 1.074V21.75z" | ||
stroke="#000" | ||
strokeWidth={1.5} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
d="M6.045 8.25h12M6.045 12.75h12M6.045 17.25h6" | ||
stroke="#000" | ||
strokeWidth={1.5} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
</svg> | ||
) | ||
|
||
export default file_medium |
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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
/** This file is auto generated by convertSvgToJsx.js */ | ||
|
||
import check_alt_01 from './check_alt_01.js' | ||
import file from './file.js' | ||
import fullscreen from './fullscreen.js' | ||
import hamburger from './hamburger.js' | ||
import logout from './logout.js' | ||
import trash from './trash.js' | ||
|
||
export { check_alt_01, fullscreen, hamburger, logout, trash } | ||
export { check_alt_01, file, fullscreen, hamburger, logout, trash } |
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