mirror of
https://github.com/ArthurDanjou/Hermes.git
synced 2026-01-14 12:14:38 +01:00
21 lines
567 B
Vue
21 lines
567 B
Vue
<template>
|
|
<svg
|
|
class="inline"
|
|
width="1.5em"
|
|
height="1.5em"
|
|
viewBox="0 0 256 256"
|
|
focusable="false"
|
|
>
|
|
<path
|
|
d="M226.829 73.858l-44.687-44.686a20 20 0 0 0-28.284 0l-26.343 26.342l-.001.002l-93.655 93.655A19.866 19.866 0 0 0 28 163.313V208a20.023 20.023 0 0 0 20 20h48a12 12 0 0 0 8.485-3.515L226.83 102.142a20.023 20.023 0 0 0 0-28.284zM91.029 204H52v-39.03l84-84L175.03 120zM192 103.03L152.97 64L168 48.97L207.03 88z"
|
|
fill="currentColor"
|
|
/>
|
|
</svg>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'PencilIcon',
|
|
}
|
|
</script>
|