diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/_icons/calendar-minus.svg | 1 | ||||
| -rw-r--r-- | src/_icons/calendar-plus.svg | 1 | ||||
| -rw-r--r-- | src/_icons/car.svg | 2 | ||||
| -rw-r--r-- | src/_icons/typography.svg | 10 | 
4 files changed, 6 insertions, 8 deletions
| diff --git a/src/_icons/calendar-minus.svg b/src/_icons/calendar-minus.svg index 88d5cde1..0c3bd6fe 100644 --- a/src/_icons/calendar-minus.svg +++ b/src/_icons/calendar-minus.svg @@ -6,6 +6,5 @@ tags: [date, day, plan, schedule, agenda, add]    <line x1="16" y1="3" x2="16" y2="7" />    <line x1="8" y1="3" x2="8" y2="7" />    <line x1="4" y1="11" x2="20" y2="11" /> -    <line x1="10" y1="16" x2="14" y2="16" />  </svg> diff --git a/src/_icons/calendar-plus.svg b/src/_icons/calendar-plus.svg index 3febdcb0..6b9a753d 100644 --- a/src/_icons/calendar-plus.svg +++ b/src/_icons/calendar-plus.svg @@ -6,7 +6,6 @@ tags: [date, day, plan, schedule, agenda, add]    <line x1="16" y1="3" x2="16" y2="7" />    <line x1="8" y1="3" x2="8" y2="7" />    <line x1="4" y1="11" x2="20" y2="11" /> -    <line x1="10" y1="16" x2="14" y2="16" />    <line x1="12" y1="14" x2="12" y2="18" />  </svg> diff --git a/src/_icons/car.svg b/src/_icons/car.svg index d4123803..192d3d94 100644 --- a/src/_icons/car.svg +++ b/src/_icons/car.svg @@ -3,5 +3,5 @@  <svg>    <circle cx="7" cy="17" r="2" />    <circle cx="17" cy="17" r="2" /> -  <path d="M5 17h-2v-6l2-5h9l4 5h1a2 2 0 01 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5" /> +  <path d="M5 17h-2v-6l2-5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5" />  </svg> diff --git a/src/_icons/typography.svg b/src/_icons/typography.svg index 165200ac..86827a6e 100644 --- a/src/_icons/typography.svg +++ b/src/_icons/typography.svg @@ -1,9 +1,9 @@  ---  ---  <svg> -  <polyline points="4 20 7 20"></polyline> -  <polyline points="14 20 21 20"></polyline> -  <polyline points="6.9 15 13.8 15"></polyline> -  <polyline points="10.2 6.3 16 20"></polyline> -  <polyline points="5 20 11 4 13 4 20 20"></polyline> +  <line x1="4" y1="20" x2="7" y2="20" /> +  <line x1="14" y1="20" x2="21" y2="20" /> +  <line x1="6.9" y1="15" x2="13.8" y2="15" /> +  <line x1="10.2" y1="6.3" x2="16" y2="20" /> +  <polyline points="5 20 11 4 13 4 20 20" />  </svg> | 
