mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-05-13 17:45:43 +00:00
* Add discover page components with category showcase * Add section page component for browsing discover categories * Add icons for discover page categories (spotlights, theater, compass, calendar, star) * Add discover icon (compass navigation) for main navigation * Update navigation to use IconDiscover for discover route * Add discover and section page routes with interfaces * Update home page and components to integrate with discover navigation * Remove deprecated ListPage component
17 lines
824 B
Vue
17 lines
824 B
Vue
<template>
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 768">
|
|
<path d="M0 32h160v64h-160v-64z" />
|
|
<path d="M288 32h192v64h-192v-64z" />
|
|
<path d="M608 32h160v64h-160v-64z" />
|
|
<path d="M192 0h64v224h-64v-224z" />
|
|
<path d="M512 0h64v224h-64v-224z" />
|
|
<path d="M288 128h192v64h-192v-64z" />
|
|
<path
|
|
d="M704 128h-96v64h96v512h-640v-512h96v-64h-96c-35.3 0-64 28.7-64 64v512c0 35.3 28.7 64 64 64h640c35.3 0 64-28.7 64-64v-512c0-35.3-28.7-64-64-64z"
|
|
/>
|
|
<path
|
|
d="M128 304v320c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16v-320c0-8.8-7.2-16-16-16h-480c-8.8 0-16 7.2-16 16zM160 480h128v128h-128v-128zM448 480v128h-128v-128h128zM320 448v-128h128v128h-128zM480 608v-128h128v128h-128zM608 448h-128v-128h128v128zM288 320v128h-128v-128h128z"
|
|
/>
|
|
</svg>
|
|
</template>
|