Skip to content

Commit

Permalink
pkp/pkp-lib#10447 Add Copy icon and remove fixed width and height on …
Browse files Browse the repository at this point in the history
…Expand and History icons
  • Loading branch information
blesildaramirez committed Sep 24, 2024
1 parent cfbb93c commit b491a9f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
14 changes: 14 additions & 0 deletions src/components/Icon/icons/Copy.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<template>
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M20.9983 10C20.9862 7.82497 20.8897 6.64706 20.1213 5.87868C19.2426 5 17.8284 5 15 5H12C9.17157 5 7.75736 5 6.87868 5.87868C6 6.75736 6 8.17157 6 11V16C6 18.8284 6 20.2426 6.87868 21.1213C7.75736 22 9.17157 22 12 22H15C17.8284 22 19.2426 22 20.1213 21.1213C21 20.2426 21 18.8284 21 16V15"
stroke="currentColor"
stroke-linecap="round"
/>
<path
d="M3 10V16C3 17.6569 4.34315 19 6 19M18 5C18 3.34315 16.6569 2 15 2H11C7.22876 2 5.34315 2 4.17157 3.17157C3.51839 3.82475 3.22937 4.69989 3.10149 6"
stroke="currentColor"
stroke-linecap="round"
/>
</svg>
</template>
8 changes: 1 addition & 7 deletions src/components/Icon/icons/Expand.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<template>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" transform="matrix(-1 0 0 1 24 0)" />
<path
d="M7.91675 17.355L13.2601 12L7.91675 6.645L9.56175 5L16.5617 12L9.56175 19L7.91675 17.355Z"
Expand Down
8 changes: 1 addition & 7 deletions src/components/Icon/icons/History.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<template>
<svg
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="24" height="24" />
<g clip-path="url(#clip0_7755_18920)">
<path
Expand Down

0 comments on commit b491a9f

Please sign in to comment.