Skip to content

Commit

Permalink
Merge pull request #54 from Qvant-lab/icons-upd
Browse files Browse the repository at this point in the history
[Icons] Add new icons and fix chain icon
  • Loading branch information
cheesytim committed Feb 3, 2021
2 parents 97ba4cd + 5693702 commit 76e4fe4
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 9 deletions.
18 changes: 17 additions & 1 deletion src/icons/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $--base-path: '..' !default;
font-style: normal;
font-weight: 400;
font-family: 'qicon';
src: url('#{$--base-path}/icons/qicon.woff?10092020') format('woff');
src: url('#{$--base-path}/icons/qicon.woff?02022021') format('woff');
font-display: block;
}

Expand Down Expand Up @@ -433,3 +433,19 @@ $--base-path: '..' !default;
.q-icon-key::before {
content: '\e964';
}

.q-icon-cart::before {
content: '\e965';
}

.q-icon-house-stroke::before {
content: '\e966';
}

.q-icon-info-fill::before {
content: '\e967';
}

.q-icon-phone-settings-stroke::before {
content: '\e968';
}
Binary file modified src/icons/qicon.woff
Binary file not shown.
3 changes: 3 additions & 0 deletions src/icons/svg/cart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/svg/house-stroke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/svg/info-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions src/icons/svg/key.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/svg/phone-settings-stroke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion stories/core/icons.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@ export const iconsList = [
'q-icon-y-2',
'q-icon-y-3',
'q-icon-y-4',
'q-icon-key'
'q-icon-key',
'q-icon-cart',
'q-icon-house-stroke',
'q-icon-info-fill',
'q-icon-phone-settings-stroke'
];

<Meta
Expand Down

0 comments on commit 76e4fe4

Please sign in to comment.