Skip to content

Commit

Permalink
pkp/pkp-lib#9890 Add Catalog icon
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed May 6, 2024
1 parent 970d605 commit 323adf0
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Icon/Icon.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const iconGallery = {
'Bold',
'Bullets',
'Cancel',
'Catalog',
'Complete',
'Dashboard',
'DecreaseTextSize',
Expand Down
2 changes: 2 additions & 0 deletions src/components/Icon/Icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import BackButton from './icons/BackButton.vue';
import Bold from './icons/Bold.vue';
import Bullets from './icons/Bullets.vue';
import Cancel from './icons/Cancel.vue';
import Catalog from './icons/Catalog.vue';
import Complete from './icons/Complete.vue';
import Dashboard from './icons/Dashboard.vue';
import DecreaseTextSize from './icons/DecreaseTextSize.vue';
Expand Down Expand Up @@ -99,6 +100,7 @@ const svgIcons = {
Bold,
Bullets,
Cancel,
Catalog,
Complete,
Dashboard,
DecreaseTextSize,
Expand Down
60 changes: 60 additions & 0 deletions src/components/Icon/icons/Catalog.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<template>
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M3.14999 21.25H20.2"
stroke="currentColor"
stroke-width="0.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M3.2 20.25L6.7 20.15L6.45 2.8L3.3 2.75L3.2 20.25Z"
stroke="currentColor"
stroke-width="0.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M7.50001 6.75L7.35001 19.9L10.6 19.8L11 6.85L7.50001 6.75Z"
stroke="currentColor"
stroke-width="0.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M12 3.95L11.3 20.05L15.65 20L16.5 4.2L12 3.95Z"
stroke="currentColor"
stroke-width="0.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M17 7.10001L16.25 20.25L20.15 20.3L20.85 7.15001L17 7.10001Z"
stroke="currentColor"
stroke-width="0.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M17.5 7.1C17.8225 6.61239 18.242 6.19647 18.7323 5.87818C19.2227 5.55988 19.7733 5.34604 20.35 5.25"
stroke="currentColor"
stroke-width="0.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M6.45 2.8L7.4 4.5L7.45 6.8"
stroke="currentColor"
stroke-width="0.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path
d="M6.7 20.15L7.35 19.9"
stroke="currentColor"
stroke-width="0.5"
stroke-linecap="round"
stroke-linejoin="round"
/>
</svg>
</template>

0 comments on commit 323adf0

Please sign in to comment.