Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resized check, camera, and folder #367

Merged
merged 2 commits into from
Jul 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/components/shared/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ export const icons = {
<path d="M4 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM13 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM7 8.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" />
),
check: (
<path d="M13.854 3.854a.5.5 0 0 0-.708-.708L5 11.293.854 7.146a.5.5 0 1 0-.708.708l4.5 4.5a.5.5 0 0 0 .708 0l8.5-8.5Z" />
<path d="M13.85 3.35a.5.5 0 0 0-.7-.7L5 10.79.85 6.65a.5.5 0 1 0-.7.7l4.5 4.5c.2.2.5.2.7 0l8.5-8.5Z" />
),
form: [
<path d="M2 1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6.4a.5.5 0 0 0-1 0V12H2V2h7.5a.5.5 0 0 0 0-1H2Z" />,
Expand Down Expand Up @@ -756,12 +756,12 @@ export const icons = {
],
camera: [
<path
fillRule="evenodd"
d="M9.5 7.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm-1 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
fill-rule="evenodd"
d="M10 7a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM9 7a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
/>,
<path
fillRule="evenodd"
d="M3.5 2a.5.5 0 0 0-.5.5V3H1.5a.5.5 0 0 0-.5.5v8c0 .28.22.5.5.5h11a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5H6v-.5a.5.5 0 0 0-.5-.5h-2ZM12 4v7H2V4h10Z"
fill-rule="evenodd"
d="M2.5 1a.5.5 0 0 0-.5.5V2H.5a.5.5 0 0 0-.5.5v9c0 .28.22.5.5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5H6v-.5a.5.5 0 0 0-.5-.5h-3ZM1 3v8h12V3H1Z"
/>,
],
video: [
Expand Down Expand Up @@ -825,8 +825,8 @@ export const icons = {
],
folder: [
<path
fillRule="evenodd"
d="M7.59 4.5 6.09 3H1v8h12V4.5H7.59Zm-.8-2.2a1 1 0 0 0-.7-.3H.5a.5.5 0 0 0-.5.5v9c0 .28.22.5.5.5h13a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H8L6.8 2.3Z"
fill-rule="evenodd"
d="M6.59 4.5 5.09 3H2v8h10V4.5H6.59Zm.41-1L5.8 2.3a1 1 0 0 0-.71-.3H1.5a.5.5 0 0 0-.5.5v9c0 .28.22.5.5.5h11a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H7Z"
/>,
],
print: [
Expand Down