-
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, list.svg, list_medium.svg, list.js, list_medium.js
- Loading branch information
1 parent
6d5f0b0
commit 2a54618
Showing
9 changed files
with
44 additions
and
2 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":"128323503"} | ||
{"1a3caba565dddc0a936aaddc29a82887":"128374545"} |
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,16 @@ | ||
/** This file is auto generated by convertSvgToJsx.js */ | ||
|
||
import React from 'react' | ||
|
||
const list = props => ( | ||
<svg width={17} height={17} viewBox="0 0 17 17" fill="none" {...props}> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M2.366 0A2.37 2.37 0 0 0 0 2.376a2.37 2.37 0 0 0 2.366 2.376 2.37 2.37 0 0 0 2.366-2.376A2.37 2.37 0 0 0 2.366 0zm-.782 2.376c0-.442.355-.792.782-.792.427 0 .782.35.782.792a.787.787 0 0 1-.782.792.787.787 0 0 1-.782-.792zm.782 3.747A2.37 2.37 0 0 0 0 8.499a2.37 2.37 0 0 0 2.366 2.375A2.37 2.37 0 0 0 4.732 8.5a2.37 2.37 0 0 0-2.366-2.376zm-.782 2.376c0-.443.355-.792.782-.792.427 0 .782.35.782.792a.787.787 0 0 1-.782.791.787.787 0 0 1-.782-.791zM0 14.624a2.37 2.37 0 0 1 2.366-2.376 2.37 2.37 0 0 1 2.366 2.376A2.37 2.37 0 0 1 2.366 17 2.37 2.37 0 0 1 0 14.624zm2.366-.792a.787.787 0 0 0-.782.792c0 .442.355.792.782.792.427 0 .782-.35.782-.792a.787.787 0 0 0-.782-.792zM7.444 1.478a.792.792 0 0 0 0 1.584h8.447a.792.792 0 0 0 0-1.584H7.444zM6.652 8.5c0-.437.355-.792.792-.792h8.447a.792.792 0 0 1 0 1.584H7.444a.792.792 0 0 1-.792-.792zm.792 5.438a.792.792 0 0 0 0 1.584h8.447a.792.792 0 0 0 0-1.584H7.444z" | ||
fill="#000" | ||
/> | ||
</svg> | ||
) | ||
|
||
export default list |
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 list_medium = props => ( | ||
<svg width={24} height={25} viewBox="0 0 24 25" fill="none" {...props}> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M3 0a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM1.5 3a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zM3 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm-1.5 3a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zM0 21a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm3-1.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM8.25 2.252a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15zm-.75 9.75a.75.75 0 0 1 .75-.75h15a.75.75 0 0 1 0 1.5h-15a.75.75 0 0 1-.75-.75zm.75 8.25a.75.75 0 0 0 0 1.5h15a.75.75 0 0 0 0-1.5h-15z" | ||
fill="#000" | ||
/> | ||
</svg> | ||
) | ||
|
||
export default list_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