diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/chevron-down-left.svg | 2 | ||||
-rw-r--r-- | src/_icons/chevron-down-right.svg | 2 | ||||
-rw-r--r-- | src/_icons/chevron-up-left.svg | 2 | ||||
-rw-r--r-- | src/_icons/chevron-up-right.svg | 2 | ||||
-rw-r--r-- | src/_icons/chevrons-down-left.svg | 4 | ||||
-rw-r--r-- | src/_icons/chevrons-down-right.svg | 4 | ||||
-rw-r--r-- | src/_icons/chevrons-up-left.svg | 4 | ||||
-rw-r--r-- | src/_icons/chevrons-up-right.svg | 4 | ||||
-rw-r--r-- | src/_icons/compass.svg | 4 |
9 files changed, 16 insertions, 12 deletions
diff --git a/src/_icons/chevron-down-left.svg b/src/_icons/chevron-down-left.svg index 524b0ed..e5a76d5 100644 --- a/src/_icons/chevron-down-left.svg +++ b/src/_icons/chevron-down-left.svg @@ -2,5 +2,5 @@ category: Arrows --- <svg> - <path d="M8 8v8h8"/> + <path d="M8 8v8h8" /> </svg> diff --git a/src/_icons/chevron-down-right.svg b/src/_icons/chevron-down-right.svg index eb4445a..09d3a03 100644 --- a/src/_icons/chevron-down-right.svg +++ b/src/_icons/chevron-down-right.svg @@ -2,5 +2,5 @@ category: Arrows --- <svg> - <path d="M16 8v8h-8"/> + <path d="M16 8v8h-8" /> </svg> diff --git a/src/_icons/chevron-up-left.svg b/src/_icons/chevron-up-left.svg index 0028fe7..9800e36 100644 --- a/src/_icons/chevron-up-left.svg +++ b/src/_icons/chevron-up-left.svg @@ -2,5 +2,5 @@ category: Arrows --- <svg> - <path d="M8 16v-8h8"/> + <path d="M8 16v-8h8" /> </svg> diff --git a/src/_icons/chevron-up-right.svg b/src/_icons/chevron-up-right.svg index dc9088f..f176fb1 100644 --- a/src/_icons/chevron-up-right.svg +++ b/src/_icons/chevron-up-right.svg @@ -2,5 +2,5 @@ category: Arrows --- <svg> - <path d="M8 8h8v8"/> + <path d="M8 8h8v8" /> </svg> diff --git a/src/_icons/chevrons-down-left.svg b/src/_icons/chevrons-down-left.svg index 0d74ce3..2c9b713 100644 --- a/src/_icons/chevrons-down-left.svg +++ b/src/_icons/chevrons-down-left.svg @@ -2,6 +2,6 @@ category: Arrows --- <svg> - <path d="M11 5v8h8"/> - <path d="M7 9v8h8"/> + <path d="M11 5v8h8" /> + <path d="M7 9v8h8" /> </svg> diff --git a/src/_icons/chevrons-down-right.svg b/src/_icons/chevrons-down-right.svg index e065de1..5d992a0 100644 --- a/src/_icons/chevrons-down-right.svg +++ b/src/_icons/chevrons-down-right.svg @@ -2,6 +2,6 @@ category: Arrows --- <svg> - <path d="M13 5v8h-8"/> - <path d="M17 9v8h-8"/> + <path d="M13 5v8h-8" /> + <path d="M17 9v8h-8" /> </svg> diff --git a/src/_icons/chevrons-up-left.svg b/src/_icons/chevrons-up-left.svg index 4307da4..ab0dabc 100644 --- a/src/_icons/chevrons-up-left.svg +++ b/src/_icons/chevrons-up-left.svg @@ -2,6 +2,6 @@ category: Arrows --- <svg> - <path d="M7 15v-8h8"/> - <path d="M11 19v-8h8"/> + <path d="M7 15v-8h8" /> + <path d="M11 19v-8h8" /> </svg> diff --git a/src/_icons/chevrons-up-right.svg b/src/_icons/chevrons-up-right.svg index 396a2c8..dfd1185 100644 --- a/src/_icons/chevrons-up-right.svg +++ b/src/_icons/chevrons-up-right.svg @@ -2,6 +2,6 @@ category: Arrows --- <svg> - <path d="M9 7h8v8"/> - <path d="M5 11h8v8"/> + <path d="M9 7h8v8" /> + <path d="M5 11h8v8" /> </svg> diff --git a/src/_icons/compass.svg b/src/_icons/compass.svg index 883377e..0dbbcc4 100644 --- a/src/_icons/compass.svg +++ b/src/_icons/compass.svg @@ -4,4 +4,8 @@ tags: [navigation, safari, travel, direction, discover] <svg> <polyline points="8 16 10 10 16 8 14 14 8 16" /> <circle cx="12" cy="12" r="9" /> + <line x1="12" y1="3" x2="12" y2="5" /> + <line x1="12" y1="19" x2="12" y2="21" /> + <line x1="3" y1="12" x2="5" y2="12" /> + <line x1="19" y1="12" x2="21" y2="12" /> </svg> |