diff --git a/CHANGELOG.md b/CHANGELOG.md index 07be1757..286f0478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.11.0 + +- [add] Add `select`, `elipse`, `pen`, and `square` icons. + ## 1.10.0 - [add] Add `cursor-col-resize` and `cursor-row-resize` diff --git a/src/svgs/elipse.svg b/src/svgs/elipse.svg new file mode 100644 index 00000000..a26d4587 --- /dev/null +++ b/src/svgs/elipse.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/svgs/pen.svg b/src/svgs/pen.svg new file mode 100644 index 00000000..3e19bbe6 --- /dev/null +++ b/src/svgs/pen.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src/svgs/select.svg b/src/svgs/select.svg new file mode 100644 index 00000000..b9c078b8 --- /dev/null +++ b/src/svgs/select.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/svgs/sqaure.svg b/src/svgs/sqaure.svg new file mode 100644 index 00000000..ddd8268e --- /dev/null +++ b/src/svgs/sqaure.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file