Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icon comment added #160

Merged
merged 1 commit into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<template>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M2 0C0.895431 0 0 0.895431 0 2V14C0 15.1046 0.895431 16 2 16H6.01207L6.01207 22.4845C6.01207 22.9512 6.59476 23.1635 6.89492 22.8061L12.612 16H21C22.1046 16 23 15.1046 23 14V2C23 0.895431 22.1046 0 21 0H2ZM3.6767 5.08725C3.6767 4.53497 4.12442 4.08725 4.6767 4.08725H18.0124C18.5647 4.08725 19.0124 4.53497 19.0124 5.08725V5.6432C19.0124 6.19548 18.5647 6.6432 18.0124 6.6432H4.6767C4.12442 6.6432 3.6767 6.19548 3.6767 5.6432V5.08725ZM4.6767 9.19914C4.12442 9.19914 3.6767 9.64685 3.6767 10.1991V10.7551C3.6767 11.3074 4.12442 11.7551 4.6767 11.7551H14.1785C14.7307 11.7551 15.1785 11.3074 15.1785 10.7551V10.1991C15.1785 9.64685 14.7307 9.19914 14.1785 9.19914H4.6767Z"
/>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import click from "./Click.vue";
import close from "./Close.vue";
import cloud from "./Cloud.vue";
import color from "./Color.vue";
import comment from "./Comment.vue";
import cursor from "./Cursor.vue";
import Default from "./Default.vue";
import Delete from "./Delete.vue";
Expand Down Expand Up @@ -139,6 +140,7 @@ export default {
close,
cloud,
color,
comment,
cursor,
default: Default,
delete: Delete,
Expand Down