1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-01 11:50:25 +02:00

note, notes icon

This commit is contained in:
codecalm
2020-03-22 20:30:07 +01:00
parent ed129ff59c
commit b3a93606cb
10 changed files with 43 additions and 27 deletions

View File

@@ -24,6 +24,7 @@
"main": "gulpfile.js",
"scripts": {
"start": "bundle exec jekyll serve --watch --livereload",
"optimize": "gulp optimize",
"release": "release-it"
},
"description": "",

View File

@@ -2,10 +2,10 @@
---
<svg>
<circle cx="12" cy="12" r="9" />
<line x1="14.3" y1="8" x2="19.5" y2="17"></line>
<line x1="9.7" y1="8" x2="20" y2="8"></line>
<line x1="7.4" y1="12" x2="12.5" y2="3"></line>
<line x1="9.7" y1="16" x2="4.5" y2="7.1"></line>
<line x1="14.3" y1="16" x2="4" y2="16"></line>
<line x1="16.6" y1="12" x2="11.5" y2="21"></line>
<line x1="14.3" y1="8" x2="19.5" y2="17" />
<line x1="9.7" y1="8" x2="20" y2="8" />
<line x1="7.4" y1="12" x2="12.5" y2="3" />
<line x1="9.7" y1="16" x2="4.5" y2="7.1" />
<line x1="14.3" y1="16" x2="4" y2="16" />
<line x1="16.6" y1="12" x2="11.5" y2="21" />
</svg>

View File

@@ -2,5 +2,5 @@
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="12" cy="12" r=".5"></circle>
<circle cx="12" cy="12" r=".5" />
</svg>

View File

@@ -2,6 +2,6 @@
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="8" cy="8" r=".5"></circle>
<circle cx="16" cy="16" r=".5"></circle>
<circle cx="8" cy="8" r=".5" />
<circle cx="16" cy="16" r=".5" />
</svg>

View File

@@ -2,7 +2,7 @@
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="12" cy="12" r=".5"></circle>
<circle cx="8" cy="8" r=".5"></circle>
<circle cx="16" cy="16" r=".5"></circle>
<circle cx="12" cy="12" r=".5" />
<circle cx="8" cy="8" r=".5" />
<circle cx="16" cy="16" r=".5" />
</svg>

View File

@@ -2,8 +2,8 @@
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="8" cy="8" r=".5"></circle>
<circle cx="8" cy="16" r=".5"></circle>
<circle cx="16" cy="8" r=".5"></circle>
<circle cx="16" cy="16" r=".5"></circle>
<circle cx="8" cy="8" r=".5" />
<circle cx="8" cy="16" r=".5" />
<circle cx="16" cy="8" r=".5" />
<circle cx="16" cy="16" r=".5" />
</svg>

View File

@@ -2,9 +2,9 @@
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="12" cy="12" r=".5"></circle>
<circle cx="8" cy="8" r=".5"></circle>
<circle cx="8" cy="16" r=".5"></circle>
<circle cx="16" cy="8" r=".5"></circle>
<circle cx="16" cy="16" r=".5"></circle>
<circle cx="12" cy="12" r=".5" />
<circle cx="8" cy="8" r=".5" />
<circle cx="8" cy="16" r=".5" />
<circle cx="16" cy="8" r=".5" />
<circle cx="16" cy="16" r=".5" />
</svg>

View File

@@ -2,10 +2,10 @@
---
<svg>
<rect x="4" y="4" width="16" height="16" rx="2" />
<circle cx="8" cy="8" r=".5"></circle>
<circle cx="8" cy="12" r=".5"></circle>
<circle cx="8" cy="16" r=".5"></circle>
<circle cx="16" cy="8" r=".5"></circle>
<circle cx="16" cy="12" r=".5"></circle>
<circle cx="16" cy="16" r=".5"></circle>
<circle cx="8" cy="8" r=".5" />
<circle cx="8" cy="12" r=".5" />
<circle cx="8" cy="16" r=".5" />
<circle cx="16" cy="8" r=".5" />
<circle cx="16" cy="12" r=".5" />
<circle cx="16" cy="16" r=".5" />
</svg>

7
src/_icons/note.svg Normal file
View File

@@ -0,0 +1,7 @@
---
tags: [checkbox]
---
<svg>
<line x1="13" y1="20" x2="20" y2="13" />
<path d="M13 20v-6a1 1 0 0 1 1 -1h6v-7a2 2 0 0 0 -2 -2h-12a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h7" />
</svg>

8
src/_icons/notes.svg Normal file
View File

@@ -0,0 +1,8 @@
---
---
<svg>
<rect x="5" y="3" width="14" height="18" rx="2" />
<line x1="9" y1="7" x2="15" y2="7" />
<line x1="9" y1="11" x2="15" y2="11" />
<line x1="9" y1="15" x2="13" y2="15" />
</svg>