Skip to content

Commit

Permalink
Upgrade to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksi-magner committed Jan 23, 2023
1 parent 4043ac4 commit 3a16427
Show file tree
Hide file tree
Showing 10 changed files with 178 additions and 139 deletions.
3 changes: 2 additions & 1 deletion fonts/Vi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/Vi.ttf
Binary file not shown.
Binary file modified fonts/Vi.woff
Binary file not shown.
8 changes: 6 additions & 2 deletions icons.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: 'Vi';
src: url('fonts/Vi.ttf?93fqd9') format('truetype'), url('fonts/Vi.woff?93fqd9') format('woff'),
url('fonts/Vi.svg?93fqd9#Vi') format('svg');
src: url('fonts/Vi.ttf?eoqr4a') format('truetype'), url('fonts/Vi.woff?eoqr4a') format('woff'),
url('fonts/Vi.svg?eoqr4a#Vi') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand Down Expand Up @@ -52,6 +52,10 @@
}

/* Icons */

.vi-add:before {
content: '\e928';
}
.vi-add-circle:before {
content: '\e900';
}
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ <h2>Click on the icon to copy the code</h2>
const container = document.querySelector('.container');

const icons = [
'add',
'add-circle',
'add-square',
'remove-circle',
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vi-icons",
"author": "Aleksey Magner",
"version": "1.2.0",
"version": "1.3.0",
"description": "Lightweight icon library.",
"license": "MIT",
"main": "icons.css",
Expand Down
5 changes: 5 additions & 0 deletions svg/add.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions svg/trash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3a16427

Please sign in to comment.