diff options
-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 524b0ed9..e5a76d55 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 eb4445a9..09d3a037 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 0028fe73..9800e368 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 dc9088fe..f176fb1f 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 0d74ce34..2c9b7139 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 e065de1d..5d992a02 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 4307da4c..ab0dabcc 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 396a2c8c..dfd11857 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 883377e7..0dbbcc48 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> |