Skip to content

Commit

Permalink
Revamp heading icon design
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Sep 15, 2022
1 parent ebb94e8 commit 8c50ff9
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions docs/fonts/Valkyrie.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: "Valkyrie";
src: url("./Valkyrie.ttf?51f088113ce1d528afdf3074932c81e5") format("truetype"),
url("./Valkyrie.woff?51f088113ce1d528afdf3074932c81e5") format("woff"),
url("./Valkyrie.woff2?51f088113ce1d528afdf3074932c81e5") format("woff2"),
url("./Valkyrie.eot?51f088113ce1d528afdf3074932c81e5#iefix") format("embedded-opentype");
src: url("./Valkyrie.ttf?8bfc230770531aca874a717951cb7a15") format("truetype"),
url("./Valkyrie.woff?8bfc230770531aca874a717951cb7a15") format("woff"),
url("./Valkyrie.woff2?8bfc230770531aca874a717951cb7a15") format("woff2"),
url("./Valkyrie.eot?8bfc230770531aca874a717951cb7a15#iefix") format("embedded-opentype");
}

.vi {
Expand Down
Binary file modified docs/fonts/Valkyrie.eot
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/fonts/Valkyrie.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: "Valkyrie";
src: url("./Valkyrie.ttf?51f088113ce1d528afdf3074932c81e5") format("truetype"),
url("./Valkyrie.woff?51f088113ce1d528afdf3074932c81e5") format("woff"),
url("./Valkyrie.woff2?51f088113ce1d528afdf3074932c81e5") format("woff2"),
url("./Valkyrie.eot?51f088113ce1d528afdf3074932c81e5#iefix") format("embedded-opentype");
src: url("./Valkyrie.ttf?8bfc230770531aca874a717951cb7a15") format("truetype"),
url("./Valkyrie.woff?8bfc230770531aca874a717951cb7a15") format("woff"),
url("./Valkyrie.woff2?8bfc230770531aca874a717951cb7a15") format("woff2"),
url("./Valkyrie.eot?8bfc230770531aca874a717951cb7a15#iefix") format("embedded-opentype");
}

.vi {
Expand Down
Binary file modified docs/fonts/Valkyrie.ttf
Binary file not shown.
Binary file modified docs/fonts/Valkyrie.woff
Binary file not shown.
Binary file modified docs/fonts/Valkyrie.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion icons/heading-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/heading-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/heading-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/heading-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/heading-5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/heading-6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/Valkyrie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -704,42 +704,42 @@ export const viHeading1: {
data: string;
} = {
name: 'heading_1',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path d="M17.25 14a.75.75 0 0 1-.75-.75v-9.4l-2.22 1.39a.75.75 0 1 1-.8-1.27l2.99-1.87a1 1 0 0 1 1.53.85v10.3c0 .41-.34.75-.75.75ZM2.75 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0V8.5H10v4.75a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0V7H3.5V2.75A.75.75 0 0 0 2.75 2Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M16.25 14a.75.75 0 0 1-.75-.75v-9.4l-2.22 1.39a.75.75 0 1 1-.8-1.27l2.99-1.87a1 1 0 0 1 1.53.85v10.3c0 .41-.34.75-.75.75ZM3.75 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0V8.5h5v4.75a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0V7h-5V2.75A.75.75 0 0 0 3.75 2Z"/></svg>`
};
export const viHeading2: {
name: 'heading_2';
data: string;
} = {
name: 'heading_2',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path d="M13.71 4.38a2.1 2.1 0 1 1 3.24 2.68l-5.19 5.36a.93.93 0 0 0 .67 1.58h6.32a.75.75 0 0 0 0-1.5h-4.98l4.26-4.4a3.6 3.6 0 1 0-5.54-4.59l-.67.94a.75.75 0 1 0 1.23.87l.66-.94ZM1.25 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0V8.5h6.5v4.75a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0V7H2V2.75A.75.75 0 0 0 1.25 2Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M2.75 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0V8.5h5v4.75a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0V7h-5V2.75A.75.75 0 0 0 2.75 2Zm10.66 2.15a1.7 1.7 0 0 1 2.6 2.15l-4.85 6.17A.95.95 0 0 0 11.9 14h5.35a.75.75 0 0 0 0-1.5h-4.2l4.15-5.27a3.2 3.2 0 0 0-4.92-4.06l-1.1 1.27a.75.75 0 0 0 1.13.98l1.1-1.27Z"/></svg>`
};
export const viHeading3: {
name: 'heading_3';
data: string;
} = {
name: 'heading_3',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path d="M1.25 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0V8.5h6.5v4.75a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0V7H2V2.75A.75.75 0 0 0 1.25 2Zm12.23 1.64c.15-.1.32-.14.5-.14h2.3c.32 0 .63.1.9.27l.05.04c.82.54.94 1.71.24 2.41l-.78.78h-1.44a.75.75 0 0 0 0 1.5h1.44l.76.76.08.1a1.9 1.9 0 0 1-1.41 3.14h-2.14a.98.98 0 0 1-.98-.98.52.52 0 0 0-.52-.52h-.46a.52.52 0 0 0-.52.52A2.48 2.48 0 0 0 13.98 14h2.14a3.4 3.4 0 0 0 2.53-5.64l-.1-.12-.49-.49.47-.47a3.07 3.07 0 0 0-.47-4.72l-.05-.04A3.12 3.12 0 0 0 16.28 2h-2.3a2.48 2.48 0 0 0-2.48 2.48c0 .29.23.52.52.52h.46c.29 0 .52-.23.52-.52 0-.34.18-.66.48-.84Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M2 2v12h1.5V8.5h5V14H10V2H8.5v5h-5V2H2Zm9.1 2.3A3.03 3.03 0 0 1 14.02 2h.72a3.25 3.25 0 0 1 2 5.82A3.5 3.5 0 0 1 14.5 14h-.47A3.03 3.03 0 0 1 11 10.97v-.22a.75.75 0 0 1 1.5 0v.22a1.53 1.53 0 0 0 1.53 1.53h.47a2 2 0 1 0 0-4H14V7h.75a1.75 1.75 0 1 0 0-3.5h-.72a1.53 1.53 0 0 0-1.53 1.53v.22a.75.75 0 0 1-1.5 0v-.22c0-.25.03-.5.1-.73Z"/></svg>`
};
export const viHeading4: {
name: 'heading_4';
data: string;
} = {
name: 'heading_4',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path d="M13.25 2a.75.75 0 0 0-.85.63l-.72 4.86a1.75 1.75 0 0 0 1.73 2.01H18v3.75a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0V8h-4.6a.25.25 0 0 1-.24-.29l.72-4.86a.75.75 0 0 0-.63-.85Zm-12 0a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0V8.5h6.5v4.75a.75.75 0 0 0 1.5 0V2.75a.75.75 0 1 0-1.5 0V7H2V2.75A.75.75 0 0 0 1.25 2Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M12.5 2c-.4-.07-.8.2-.87.61l-.67 3.84A1.75 1.75 0 0 0 12.7 8.5h3.81v4.75a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0V7H12.7a.25.25 0 0 1-.25-.3l.67-3.83a.75.75 0 0 0-.61-.87ZM2.75 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0V8.5h5v4.75a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0V7h-5V2.75A.75.75 0 0 0 2.75 2Z"/></svg>`
};
export const viHeading5: {
name: 'heading_5';
data: string;
} = {
name: 'heading_5',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path d="M1.25 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0V8.5h6.5v4.75a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0V7H2V2.75A.75.75 0 0 0 1.25 2ZM13 3.75c0-.14.11-.25.25-.25h5a.75.75 0 0 0 0-1.5h-5c-.97 0-1.75.78-1.75 1.75v3c0 .97.78 1.75 1.75 1.75h2.68a2 2 0 1 1 0 4h-1.95a.98.98 0 0 1-.98-.98.52.52 0 0 0-.52-.52h-.46a.52.52 0 0 0-.52.52A2.48 2.48 0 0 0 13.98 14h1.95a3.5 3.5 0 1 0 0-7h-2.68a.25.25 0 0 1-.25-.25v-3Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M2.75 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0V8.5h5v4.75a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0V7h-5V2.75A.75.75 0 0 0 2.75 2Zm9.75 1.75c0-.14.11-.25.25-.25h4.5a.75.75 0 0 0 0-1.5h-4.5C11.78 2 11 2.78 11 3.75v2c0 .97.78 1.75 1.75 1.75h1.5c1.24 0 2.25 1 2.25 2.25v.73a2.02 2.02 0 0 1-4 .44v-.17a.75.75 0 0 0-1.5 0v.33l.02.08.02.08a3.52 3.52 0 0 0 6.96-.76v-.73A3.75 3.75 0 0 0 14.25 6h-1.5a.25.25 0 0 1-.25-.25v-2Z"/></svg>`
};
export const viHeading6: {
name: 'heading_6';
data: string;
} = {
name: 'heading_6',
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path d="M.5 2.75a.75.75 0 0 1 1.5 0V7h6.5V2.75a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0V8.5H2v4.75a.75.75 0 0 1-1.5 0V2.75Z"/><path fill-rule="evenodd" d="M11.5 10V4.75A2.75 2.75 0 0 1 14.25 2h2.5a2.5 2.5 0 0 1 2.39 1.76c.12.4-.23.74-.64.74-.41 0-.74-.38-1.02-.68a1 1 0 0 0-.73-.32h-2.5c-.69 0-1.25.56-1.25 1.25v2.13A4 4 0 1 1 11.5 10Zm1.5 0a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0Z"/></svg>`
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16" fill="currentColor"><path fill-rule="evenodd" d="M16.24 1.98a.75.75 0 0 0-1.02.27l-3.75 6.5A3.5 3.5 0 1 0 14.2 7l2.32-4a.75.75 0 0 0-.28-1.02Zm-3.47 7.51a2 2 0 1 1 3.46 2 2 2 0 0 1-3.46-2ZM2.75 2a.75.75 0 0 0-.75.75v10.5a.75.75 0 0 0 1.5 0V8.5h5v4.75a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0V7h-5V2.75A.75.75 0 0 0 2.75 2Z"/></svg>`
};
export const viHeadset: {
name: 'headset';
Expand Down

0 comments on commit 8c50ff9

Please sign in to comment.