-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(icons): update icons and logotypes (#1599)
- Loading branch information
Showing
54 changed files
with
2,190 additions
and
1,858 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<svelte:options tag={null} /> | ||
<script> | ||
export let id = undefined; | ||
export let style = undefined; | ||
export let className = undefined; | ||
export let fill = undefined; | ||
export let size = "1.5rem"; | ||
</script> | ||
|
||
<svg aria-hidden="true" width={size} height={size} id={id} style={style} class={className} fill={fill} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 131 64"><path fill-rule="evenodd" d="M9.399 2h112.007a7.405 7.405 0 017.399 7.392v45.217A7.403 7.403 0 01121.406 62H9.399A7.403 7.403 0 012 54.609V9.392A7.403 7.403 0 019.399 2zm40.998 13.958a6.626 6.626 0 10-13.252-.086 6.626 6.626 0 0013.252.086zm-14.05 9.681a13.992 13.992 0 00-6.644 1.668V11.414h-7.408v28.272A14.051 14.051 0 1036.348 25.64zm0 20.81a6.763 6.763 0 11.001-13.525 6.763 6.763 0 010 13.525zm19.258-35.036h7.407v42.028h-7.407V11.413zm21.387 14.5h-7.407v27.528h7.407V25.914zm33.908 27.53h-9.541l-10.395-14.69.006 14.69h-7.41V11.42h7.41v27.298l10.208-12.801h8.654L99.437 38.638 110.9 53.443z"/></svg> |
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,10 @@ | ||
<svelte:options tag={null} /> | ||
<script> | ||
export let id = undefined; | ||
export let style = undefined; | ||
export let className = undefined; | ||
export let fill = undefined; | ||
export let size = "2rem"; | ||
</script> | ||
|
||
<svg aria-hidden="true" width={size} height={size} id={id} style={style} class={className} fill={fill} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 98 48"><path d="M28.096 34.596a4.959 4.959 0 110-9.918 4.959 4.959 0 010 9.918z"/><path fill-rule="evenodd" d="M8.333 2H90.47a5.43 5.43 0 015.427 5.42v33.16A5.43 5.43 0 0190.47 46H8.333a5.43 5.43 0 01-5.426-5.42V7.42A5.43 5.43 0 018.333 2zm30.066 10.236a4.86 4.86 0 10-9.719-.063 4.86 4.86 0 009.719.063zm-10.303 7.1c-1.7-.003-3.375.417-4.873 1.222V8.904h-5.432v20.733a10.304 10.304 0 1010.305-10.302zM42.218 8.902h5.432v30.82h-5.432V8.904zm15.684 10.634H52.47v20.187h5.432V19.537zm24.866 20.188H75.77l-7.623-10.773.004 10.773h-5.433V8.907h5.433v20.019l7.486-9.388h6.346l-7.623 9.33 8.407 10.857z"/></svg> |
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,10 @@ | ||
<svelte:options tag={null} /> | ||
<script> | ||
export let id = undefined; | ||
export let style = undefined; | ||
export let className = undefined; | ||
export let fill = undefined; | ||
export let size = "3rem"; | ||
</script> | ||
|
||
<svg aria-hidden="true" width={size} height={size} id={id} style={style} class={className} fill={fill} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 32"><path d="M18.843 22.743a3.155 3.155 0 110-6.31 3.155 3.155 0 010 6.31z"/><path fill-rule="evenodd" d="M6.267 2h52.27a3.455 3.455 0 013.453 3.45v21.1A3.456 3.456 0 0158.537 30H6.267a3.455 3.455 0 01-3.453-3.45V5.45A3.455 3.455 0 016.267 2zM25.4 8.514a3.092 3.092 0 10-6.184-.04 3.092 3.092 0 006.184.04zm-6.556 4.518a6.53 6.53 0 00-3.1.778V6.393h-3.458v13.194a6.557 6.557 0 106.558-6.555zm8.987-6.64h3.457v19.614H27.83V6.393zm9.98 6.768h-3.456v12.846h3.457V13.16zm15.824 12.847h-4.452L44.33 19.15l.002 6.856h-3.457V6.395h3.457v12.74l4.764-5.974h4.039l-4.851 5.937 5.35 6.909z"/></svg> |
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,10 @@ | ||
<svelte:options tag={null} /> | ||
<script> | ||
export let id = undefined; | ||
export let style = undefined; | ||
export let className = undefined; | ||
export let fill = undefined; | ||
export let size = "4rem"; | ||
</script> | ||
|
||
<svg aria-hidden="true" width={size} height={size} id={id} style={style} class={className} fill={fill} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 47 24"><path fill-rule="evenodd" d="M4.735 2H42.07a2.468 2.468 0 012.467 2.464v15.072A2.468 2.468 0 0142.07 22H4.735a2.468 2.468 0 01-2.466-2.464V4.464A2.468 2.468 0 014.735 2zM18.4 6.653a2.209 2.209 0 10-4.417-.03 2.209 2.209 0 004.417.03zM13.718 9.88a4.664 4.664 0 00-2.215.556V5.138h-2.47v9.424a4.683 4.683 0 104.685-4.682zm0 6.936a2.254 2.254 0 110-4.508 2.254 2.254 0 010 4.508zm6.42-11.678h2.468v14.01h-2.469V5.137zm7.128 4.833h-2.469v9.176h2.47V9.971zm11.303 9.177h-3.18l-3.466-4.897.002 4.897h-2.47V5.14h2.47v9.099l3.403-4.267h2.884l-3.464 4.24 3.82 4.936z"/></svg> |
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
Oops, something went wrong.