ag-design 1.0.13 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/icons/align-center.svg +5 -0
- package/assets/icons/align-justify.svg +5 -0
- package/assets/icons/align-left.svg +5 -0
- package/assets/icons/align-right.svg +5 -0
- package/assets/icons/blockquote.svg +6 -0
- package/assets/icons/bold.svg +4 -0
- package/assets/icons/clean-format.svg +7 -0
- package/assets/icons/code-block.svg +5 -0
- package/assets/icons/color-background.svg +4 -0
- package/assets/icons/color-text.svg +5 -0
- package/assets/icons/direction-ltr.svg +7 -0
- package/assets/icons/direction-rtl.svg +7 -0
- package/assets/icons/formula.svg +5 -0
- package/assets/icons/image.svg +5 -0
- package/assets/icons/indent-decrease.svg +6 -0
- package/assets/icons/indent-increase.svg +6 -0
- package/assets/icons/italic.svg +5 -0
- package/assets/icons/link.svg +5 -0
- package/assets/icons/list-bullet.svg +8 -0
- package/assets/icons/list-ordered.svg +9 -0
- package/assets/icons/picker-arrows.svg +4 -0
- package/assets/icons/readme.md +1 -0
- package/assets/icons/redo.svg +4 -0
- package/assets/icons/strikethrough.svg +5 -0
- package/assets/icons/subscript.svg +4 -0
- package/assets/icons/superscript.svg +4 -0
- package/assets/icons/underline.svg +4 -0
- package/assets/icons/undo.svg +4 -0
- package/assets/icons/video.svg +14 -0
- package/fonts/ag-icons.css +102 -0
- package/fonts/ag-icons.html +312 -0
- package/fonts/ag-icons.json +30 -0
- package/fonts/ag-icons.ts +121 -0
- package/fonts/ag-icons.ttf +0 -0
- package/fonts/ag-icons.woff +0 -0
- package/fonts/ag-icons.woff2 +0 -0
- package/package.json +1 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="15" x2="3" y1="9" y2="9"/>
|
|
3
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="14" x2="4" y1="14" y2="14"/>
|
|
4
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="12" x2="6" y1="4" y2="4"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="15" x2="3" y1="9" y2="9"/>
|
|
3
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="15" x2="3" y1="14" y2="14"/>
|
|
4
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="15" x2="3" y1="4" y2="4"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="3" x2="15" y1="9" y2="9"/>
|
|
3
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="3" x2="13" y1="14" y2="14"/>
|
|
4
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="3" x2="9" y1="4" y2="4"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="15" x2="3" y1="9" y2="9"/>
|
|
3
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="15" x2="5" y1="14" y2="14"/>
|
|
4
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="15" x2="9" y1="4" y2="4"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect fill="#444" stroke="#444" height="3" width="3" x="4" y="5"/>
|
|
3
|
+
<rect fill="#444" stroke="#444" height="3" width="3" x="11" y="5"/>
|
|
4
|
+
<path fill="#444" fill-rule="evenodd" stroke="#444" d="M7,8c0,4.031-3,5-3,5"/>
|
|
5
|
+
<path fill="#444" fill-rule="evenodd" stroke="#444" d="M14,8c0,4.031-3,5-3,5"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5,4H9.5A2.5,2.5,0,0,1,12,6.5v0A2.5,2.5,0,0,1,9.5,9H5A0,0,0,0,1,5,9V4A0,0,0,0,1,5,4Z"/>
|
|
3
|
+
<path fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5,9h5.5A2.5,2.5,0,0,1,13,11.5v0A2.5,2.5,0,0,1,10.5,14H5a0,0,0,0,1,0,0V9A0,0,0,0,1,5,9Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="5" x2="13" y1="3" y2="3"/>
|
|
3
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="6" x2="9.35" y1="12" y2="3"/>
|
|
4
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="11" x2="15" y1="11" y2="15"/>
|
|
5
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="15" x2="11" y1="11" y2="15"/>
|
|
6
|
+
<rect fill="#444" height="1" rx="0.5" ry="0.5" width="7" x="2" y="14"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<polyline fill="none" fill-rule="evenodd" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="5 7 3 9 5 11"/>
|
|
3
|
+
<polyline fill="none" fill-rule="evenodd" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="13 7 15 9 13 11"/>
|
|
4
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="10" x2="8" y1="5" y2="13"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<polyline fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="5.5 13 9 5 12.5 13"/>
|
|
3
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="11.63" x2="6.38" y1="11" y2="11"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line fill="none" opacity="0.4" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="3" x2="15" y1="15" y2="15"/>
|
|
3
|
+
<polyline fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="5.5 11 9 3 12.5 11"/>
|
|
4
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="11.63" x2="6.38" y1="9" y2="9"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<polygon fill="#444" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="3 11 5 9 3 7 3 11"/>
|
|
3
|
+
<line fill="#444" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="15" x2="11" y1="4" y2="4"/>
|
|
4
|
+
<path fill="#444" d="M11,3a3,3,0,0,0,0,6h1V3H11Z"/>
|
|
5
|
+
<rect fill="#444" height="11" width="1" x="11" y="4"/>
|
|
6
|
+
<rect fill="#444" height="11" width="1" x="13" y="4"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<polygon fill="#444" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="15 12 13 10 15 8 15 12"/>
|
|
3
|
+
<line fill="#444" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="9" x2="5" y1="4" y2="4"/>
|
|
4
|
+
<path fill="#444" d="M5,3A3,3,0,0,0,5,9H6V3H5Z"/>
|
|
5
|
+
<rect fill="#444" height="11" width="1" x="5" y="4"/>
|
|
6
|
+
<rect fill="#444" height="11" width="1" x="7" y="4"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill="#444" d="M11.759,2.482a2.561,2.561,0,0,0-3.53.607A7.656,7.656,0,0,0,6.8,6.2C6.109,9.188,5.275,14.677,4.15,14.927a1.545,1.545,0,0,0-1.3-.933A0.922,0.922,0,0,0,2,15.036S1.954,16,4.119,16s3.091-2.691,3.7-5.553c0.177-.826.36-1.726,0.554-2.6L8.775,6.2c0.381-1.421.807-2.521,1.306-2.676a1.014,1.014,0,0,0,1.02.56A0.966,0.966,0,0,0,11.759,2.482Z"/>
|
|
3
|
+
<rect fill="#444" height="1.6" rx="0.8" ry="0.8" width="5" x="5.15" y="6.2"/>
|
|
4
|
+
<path fill="#444" d="M13.663,12.027a1.662,1.662,0,0,1,.266-0.276q0.193,0.069.456,0.138a2.1,2.1,0,0,0,.535.069,1.075,1.075,0,0,0,.767-0.3,1.044,1.044,0,0,0,.314-0.8,0.84,0.84,0,0,0-.238-0.619,0.8,0.8,0,0,0-.594-0.239,1.154,1.154,0,0,0-.781.3,4.607,4.607,0,0,0-.781,1q-0.091.15-.218,0.346l-0.246.38c-0.068-.288-0.137-0.582-0.212-0.885-0.459-1.847-2.494-.984-2.941-0.8-0.482.2-.353,0.647-0.094,0.529a0.869,0.869,0,0,1,1.281.585c0.217,0.751.377,1.436,0.527,2.038a5.688,5.688,0,0,1-.362.467,2.69,2.69,0,0,1-.264.271q-0.221-.08-0.471-0.147a2.029,2.029,0,0,0-.522-0.066,1.079,1.079,0,0,0-.768.3A1.058,1.058,0,0,0,9,15.131a0.82,0.82,0,0,0,.832.852,1.134,1.134,0,0,0,.787-0.3,5.11,5.11,0,0,0,.776-0.993q0.141-.219.215-0.34c0.046-.076.122-0.194,0.223-0.346a2.786,2.786,0,0,0,.918,1.726,2.582,2.582,0,0,0,2.376-.185c0.317-.181.212-0.565,0-0.494A0.807,0.807,0,0,1,14.176,15a5.159,5.159,0,0,1-.913-2.446l0,0Q13.487,12.24,13.663,12.027Z"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" height="10" width="12" x="3" y="4"/>
|
|
3
|
+
<circle fill="#444" cx="6" cy="7" r="1"/>
|
|
4
|
+
<polyline fill="#444" fill-rule="evenodd" points="5 12 5 11 7 9 8 10 11 7 13 9 13 12 5 12"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="3" x2="15" y1="14" y2="14"/>
|
|
3
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="3" x2="15" y1="4" y2="4"/>
|
|
4
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="9" x2="15" y1="9" y2="9"/>
|
|
5
|
+
<polyline fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="5 7 5 11 3 9 5 7"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="3" x2="15" y1="14" y2="14"/>
|
|
3
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="3" x2="15" y1="4" y2="4"/>
|
|
4
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="9" x2="15" y1="9" y2="9"/>
|
|
5
|
+
<polyline fill="#444" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="3 7 3 11 5 9 3 7"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="7" x2="13" y1="4" y2="4"/>
|
|
3
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="5" x2="11" y1="14" y2="14"/>
|
|
4
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="8" x2="10" y1="14" y2="4"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="7" x2="11" y1="7" y2="11"/>
|
|
3
|
+
<path fill="none" fill-rule="evenodd" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.9,4.577a3.476,3.476,0,0,1,.36,4.679A3.476,3.476,0,0,1,4.577,8.9C3.185,7.5,2.035,6.4,4.217,4.217S7.5,3.185,8.9,4.577Z"/>
|
|
4
|
+
<path fill="none" fill-rule="evenodd" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.423,9.1a3.476,3.476,0,0,0-4.679-.36,3.476,3.476,0,0,0,.36,4.679c1.392,1.392,2.5,2.542,4.679.36S14.815,10.5,13.423,9.1Z"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="6" x2="15" y1="4" y2="4"/>
|
|
3
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="6" x2="15" y1="9" y2="9"/>
|
|
4
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="6" x2="15" y1="14" y2="14"/>
|
|
5
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="3" x2="3" y1="4" y2="4"/>
|
|
6
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="3" x2="3" y1="9" y2="9"/>
|
|
7
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="3" x2="3" y1="14" y2="14"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="7" x2="15" y1="4" y2="4"/>
|
|
3
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="7" x2="15" y1="9" y2="9"/>
|
|
4
|
+
<line fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" x1="7" x2="15" y1="14" y2="14"/>
|
|
5
|
+
<line fill="none" stroke="#444" stroke-miterlimit="10" stroke-width="1" x1="2.5" x2="4.5" y1="5.5" y2="5.5"/>
|
|
6
|
+
<path fill="#444" d="M3.5,6A0.5,0.5,0,0,1,3,5.5V3.085l-0.276.138A0.5,0.5,0,0,1,2.053,3c-0.124-.247-0.023-0.324.224-0.447l1-.5A0.5,0.5,0,0,1,4,2.5v3A0.5,0.5,0,0,1,3.5,6Z"/>
|
|
7
|
+
<path fill="none" stroke="#444" stroke-miterlimit="10" stroke-width="1" d="M4.5,10.5h-2c0-.234,1.85-1.076,1.85-2.234A0.959,0.959,0,0,0,2.5,8.156"/>
|
|
8
|
+
<path fill="none" stroke="#444" stroke-miterlimit="10" stroke-width="1" d="M2.5,14.846a0.959,0.959,0,0,0,1.85-.109A0.7,0.7,0,0,0,3.75,14a0.688,0.688,0,0,0,.6-0.736,0.959,0.959,0,0,0-1.85-.109"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<polygon fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="7 11 9 13 11 11 7 11"/>
|
|
3
|
+
<polygon fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="7 7 9 5 11 7 7 7"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
For Icons
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<polygon fill="#444" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="12 10 14 12 16 10 12 10"/>
|
|
3
|
+
<path fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.91,13.91A4.6,4.6,0,0,1,9,14a5,5,0,1,1,5-5"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<line fill="none" stroke="#444" stroke-miterlimit="10" stroke-width="1" x1="15.5" x2="2.5" y1="8.5" y2="9.5"/>
|
|
3
|
+
<path fill="#444" d="M9.007,8C6.542,7.791,6,7.519,6,6.5,6,5.792,7.283,5,9,5c1.571,0,2.765.679,2.969,1.309a1,1,0,0,0,1.9-.617C13.356,4.106,11.354,3,9,3,6.2,3,4,4.538,4,6.5a3.2,3.2,0,0,0,.5,1.843Z"/>
|
|
4
|
+
<path fill="#444" d="M8.984,10C11.457,10.208,12,10.479,12,11.5c0,0.708-1.283,1.5-3,1.5-1.571,0-2.765-.679-2.969-1.309a1,1,0,1,0-1.9.617C4.644,13.894,6.646,15,9,15c2.8,0,5-1.538,5-3.5a3.2,3.2,0,0,0-.5-1.843Z"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill="#444" d="M15.5,15H13.861a3.858,3.858,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.921,1.921,0,0,0,12.021,11.7a0.50013,0.50013,0,1,0,.957.291h0a0.914,0.914,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.076-1.16971,1.86982-1.93971,2.43082A1.45639,1.45639,0,0,0,12,15.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,15Z"/>
|
|
3
|
+
<path fill="#444" d="M9.65,5.241a1,1,0,0,0-1.409.108L6,7.964,3.759,5.349A1,1,0,0,0,2.192,6.59178Q2.21541,6.6213,2.241,6.649L4.684,9.5,2.241,12.35A1,1,0,0,0,3.71,13.70722q0.02557-.02768.049-0.05722L6,11.036,8.241,13.65a1,1,0,1,0,1.567-1.24277Q9.78459,12.3777,9.759,12.35L7.316,9.5,9.759,6.651A1,1,0,0,0,9.65,5.241Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill="#444" d="M15.5,7H13.861a4.015,4.015,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.922,1.922,0,0,0,12.021,3.7a0.5,0.5,0,1,0,.957.291,0.917,0.917,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.077-1.164,1.925-1.934,2.486A1.423,1.423,0,0,0,12,7.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,7Z"/>
|
|
3
|
+
<path fill="#444" d="M9.651,5.241a1,1,0,0,0-1.41.108L6,7.964,3.759,5.349a1,1,0,1,0-1.519,1.3L4.683,9.5,2.241,12.35a1,1,0,1,0,1.519,1.3L6,11.036,8.241,13.65a1,1,0,0,0,1.519-1.3L7.317,9.5,9.759,6.651A1,1,0,0,0,9.651,5.241Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5,3V9a4.012,4.012,0,0,0,4,4H9a4.012,4.012,0,0,0,4-4V3"/>
|
|
3
|
+
<rect fill="#444" height="1" rx="0.5" ry="0.5" width="12" x="3" y="15"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<polygon fill="#444" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" points="6 10 4 12 2 10 6 10"/>
|
|
3
|
+
<path fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.09,13.91A4.6,4.6,0,0,0,9,14,5,5,0,1,0,4,9"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect fill="none" stroke="#444" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" height="12" width="12" x="3" y="3"/>
|
|
3
|
+
<rect fill="#444" height="12" width="1" x="5" y="3"/>
|
|
4
|
+
<rect fill="#444" height="12" width="1" x="12" y="3"/>
|
|
5
|
+
<rect fill="#444" height="2" width="8" x="5" y="8"/>
|
|
6
|
+
<rect fill="#444" height="1" width="3" x="3" y="5"/>
|
|
7
|
+
<rect fill="#444" height="1" width="3" x="3" y="7"/>
|
|
8
|
+
<rect fill="#444" height="1" width="3" x="3" y="10"/>
|
|
9
|
+
<rect fill="#444" height="1" width="3" x="3" y="12"/>
|
|
10
|
+
<rect fill="#444" height="1" width="3" x="12" y="5"/>
|
|
11
|
+
<rect fill="#444" height="1" width="3" x="12" y="7"/>
|
|
12
|
+
<rect fill="#444" height="1" width="3" x="12" y="10"/>
|
|
13
|
+
<rect fill="#444" height="1" width="3" x="12" y="12"/>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "ag-icons";
|
|
3
|
+
src: url("./ag-icons.ttf?99f85a7c6a873e08bf43efcb816245b3") format("truetype"),
|
|
4
|
+
url("./ag-icons.woff?99f85a7c6a873e08bf43efcb816245b3") format("woff"),
|
|
5
|
+
url("./ag-icons.woff2?99f85a7c6a873e08bf43efcb816245b3") format("woff2");
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|
9
|
+
font-family: ag-icons !important;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
font-weight: normal !important;
|
|
12
|
+
font-variant: normal;
|
|
13
|
+
text-transform: none;
|
|
14
|
+
line-height: 1;
|
|
15
|
+
-webkit-font-smoothing: antialiased;
|
|
16
|
+
-moz-osx-font-smoothing: grayscale;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.icon-video:before {
|
|
20
|
+
content: "\f101";
|
|
21
|
+
}
|
|
22
|
+
.icon-undo:before {
|
|
23
|
+
content: "\f102";
|
|
24
|
+
}
|
|
25
|
+
.icon-underline:before {
|
|
26
|
+
content: "\f103";
|
|
27
|
+
}
|
|
28
|
+
.icon-superscript:before {
|
|
29
|
+
content: "\f104";
|
|
30
|
+
}
|
|
31
|
+
.icon-subscript:before {
|
|
32
|
+
content: "\f105";
|
|
33
|
+
}
|
|
34
|
+
.icon-strikethrough:before {
|
|
35
|
+
content: "\f106";
|
|
36
|
+
}
|
|
37
|
+
.icon-redo:before {
|
|
38
|
+
content: "\f107";
|
|
39
|
+
}
|
|
40
|
+
.icon-picker-arrows:before {
|
|
41
|
+
content: "\f108";
|
|
42
|
+
}
|
|
43
|
+
.icon-list-ordered:before {
|
|
44
|
+
content: "\f109";
|
|
45
|
+
}
|
|
46
|
+
.icon-list-bullet:before {
|
|
47
|
+
content: "\f10a";
|
|
48
|
+
}
|
|
49
|
+
.icon-link:before {
|
|
50
|
+
content: "\f10b";
|
|
51
|
+
}
|
|
52
|
+
.icon-italic:before {
|
|
53
|
+
content: "\f10c";
|
|
54
|
+
}
|
|
55
|
+
.icon-indent-increase:before {
|
|
56
|
+
content: "\f10d";
|
|
57
|
+
}
|
|
58
|
+
.icon-indent-decrease:before {
|
|
59
|
+
content: "\f10e";
|
|
60
|
+
}
|
|
61
|
+
.icon-image:before {
|
|
62
|
+
content: "\f10f";
|
|
63
|
+
}
|
|
64
|
+
.icon-formula:before {
|
|
65
|
+
content: "\f110";
|
|
66
|
+
}
|
|
67
|
+
.icon-direction-rtl:before {
|
|
68
|
+
content: "\f111";
|
|
69
|
+
}
|
|
70
|
+
.icon-direction-ltr:before {
|
|
71
|
+
content: "\f112";
|
|
72
|
+
}
|
|
73
|
+
.icon-color-text:before {
|
|
74
|
+
content: "\f113";
|
|
75
|
+
}
|
|
76
|
+
.icon-color-background:before {
|
|
77
|
+
content: "\f114";
|
|
78
|
+
}
|
|
79
|
+
.icon-code-block:before {
|
|
80
|
+
content: "\f115";
|
|
81
|
+
}
|
|
82
|
+
.icon-clean-format:before {
|
|
83
|
+
content: "\f116";
|
|
84
|
+
}
|
|
85
|
+
.icon-bold:before {
|
|
86
|
+
content: "\f117";
|
|
87
|
+
}
|
|
88
|
+
.icon-blockquote:before {
|
|
89
|
+
content: "\f118";
|
|
90
|
+
}
|
|
91
|
+
.icon-align-right:before {
|
|
92
|
+
content: "\f119";
|
|
93
|
+
}
|
|
94
|
+
.icon-align-left:before {
|
|
95
|
+
content: "\f11a";
|
|
96
|
+
}
|
|
97
|
+
.icon-align-justify:before {
|
|
98
|
+
content: "\f11b";
|
|
99
|
+
}
|
|
100
|
+
.icon-align-center:before {
|
|
101
|
+
content: "\f11c";
|
|
102
|
+
}
|
|
@@ -0,0 +1,312 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<title>ag-icons</title>
|
|
6
|
+
|
|
7
|
+
<style>
|
|
8
|
+
body {
|
|
9
|
+
font-family: sans-serif;
|
|
10
|
+
margin: 0;
|
|
11
|
+
padding: 10px 20px;
|
|
12
|
+
text-align: center;
|
|
13
|
+
}
|
|
14
|
+
.preview {
|
|
15
|
+
width: 100px;
|
|
16
|
+
display: inline-block;
|
|
17
|
+
margin: 10px;
|
|
18
|
+
}
|
|
19
|
+
.preview .inner {
|
|
20
|
+
display: inline-block;
|
|
21
|
+
width: 100%;
|
|
22
|
+
text-align: center;
|
|
23
|
+
background: #f5f5f5;
|
|
24
|
+
-webkit-border-radius: 3px 3px 0 0;
|
|
25
|
+
-moz-border-radius: 3px 3px 0 0;
|
|
26
|
+
border-radius: 3px 3px 0 0;
|
|
27
|
+
}
|
|
28
|
+
.preview .inner {
|
|
29
|
+
line-height: 85px;
|
|
30
|
+
font-size: 40px;
|
|
31
|
+
color: #333;
|
|
32
|
+
}
|
|
33
|
+
.label {
|
|
34
|
+
display: inline-block;
|
|
35
|
+
width: 100%;
|
|
36
|
+
box-sizing: border-box;
|
|
37
|
+
padding: 5px;
|
|
38
|
+
font-size: 10px;
|
|
39
|
+
font-family: Monaco, monospace;
|
|
40
|
+
color: #666;
|
|
41
|
+
white-space: nowrap;
|
|
42
|
+
overflow: hidden;
|
|
43
|
+
text-overflow: ellipsis;
|
|
44
|
+
background: #ddd;
|
|
45
|
+
-webkit-border-radius: 0 0 3px 3px;
|
|
46
|
+
-moz-border-radius: 0 0 3px 3px;
|
|
47
|
+
border-radius: 0 0 3px 3px;
|
|
48
|
+
color: #666;
|
|
49
|
+
}
|
|
50
|
+
</style>
|
|
51
|
+
|
|
52
|
+
<link rel="stylesheet" type="text/css" href="ag-icons.css" />
|
|
53
|
+
</head>
|
|
54
|
+
<body>
|
|
55
|
+
|
|
56
|
+
<h1>ag-icons</h1>
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
<div class="preview">
|
|
60
|
+
<span class="inner">
|
|
61
|
+
<i class="icon icon-video"></i>
|
|
62
|
+
</span>
|
|
63
|
+
<br>
|
|
64
|
+
<span class='label'>video</span>
|
|
65
|
+
</div>
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
<div class="preview">
|
|
69
|
+
<span class="inner">
|
|
70
|
+
<i class="icon icon-undo"></i>
|
|
71
|
+
</span>
|
|
72
|
+
<br>
|
|
73
|
+
<span class='label'>undo</span>
|
|
74
|
+
</div>
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
<div class="preview">
|
|
78
|
+
<span class="inner">
|
|
79
|
+
<i class="icon icon-underline"></i>
|
|
80
|
+
</span>
|
|
81
|
+
<br>
|
|
82
|
+
<span class='label'>underline</span>
|
|
83
|
+
</div>
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
<div class="preview">
|
|
87
|
+
<span class="inner">
|
|
88
|
+
<i class="icon icon-superscript"></i>
|
|
89
|
+
</span>
|
|
90
|
+
<br>
|
|
91
|
+
<span class='label'>superscript</span>
|
|
92
|
+
</div>
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
<div class="preview">
|
|
96
|
+
<span class="inner">
|
|
97
|
+
<i class="icon icon-subscript"></i>
|
|
98
|
+
</span>
|
|
99
|
+
<br>
|
|
100
|
+
<span class='label'>subscript</span>
|
|
101
|
+
</div>
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
<div class="preview">
|
|
105
|
+
<span class="inner">
|
|
106
|
+
<i class="icon icon-strikethrough"></i>
|
|
107
|
+
</span>
|
|
108
|
+
<br>
|
|
109
|
+
<span class='label'>strikethrough</span>
|
|
110
|
+
</div>
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
<div class="preview">
|
|
114
|
+
<span class="inner">
|
|
115
|
+
<i class="icon icon-redo"></i>
|
|
116
|
+
</span>
|
|
117
|
+
<br>
|
|
118
|
+
<span class='label'>redo</span>
|
|
119
|
+
</div>
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
<div class="preview">
|
|
123
|
+
<span class="inner">
|
|
124
|
+
<i class="icon icon-picker-arrows"></i>
|
|
125
|
+
</span>
|
|
126
|
+
<br>
|
|
127
|
+
<span class='label'>picker-arrows</span>
|
|
128
|
+
</div>
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
<div class="preview">
|
|
132
|
+
<span class="inner">
|
|
133
|
+
<i class="icon icon-list-ordered"></i>
|
|
134
|
+
</span>
|
|
135
|
+
<br>
|
|
136
|
+
<span class='label'>list-ordered</span>
|
|
137
|
+
</div>
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
<div class="preview">
|
|
141
|
+
<span class="inner">
|
|
142
|
+
<i class="icon icon-list-bullet"></i>
|
|
143
|
+
</span>
|
|
144
|
+
<br>
|
|
145
|
+
<span class='label'>list-bullet</span>
|
|
146
|
+
</div>
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
<div class="preview">
|
|
150
|
+
<span class="inner">
|
|
151
|
+
<i class="icon icon-link"></i>
|
|
152
|
+
</span>
|
|
153
|
+
<br>
|
|
154
|
+
<span class='label'>link</span>
|
|
155
|
+
</div>
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
<div class="preview">
|
|
159
|
+
<span class="inner">
|
|
160
|
+
<i class="icon icon-italic"></i>
|
|
161
|
+
</span>
|
|
162
|
+
<br>
|
|
163
|
+
<span class='label'>italic</span>
|
|
164
|
+
</div>
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
<div class="preview">
|
|
168
|
+
<span class="inner">
|
|
169
|
+
<i class="icon icon-indent-increase"></i>
|
|
170
|
+
</span>
|
|
171
|
+
<br>
|
|
172
|
+
<span class='label'>indent-increase</span>
|
|
173
|
+
</div>
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
<div class="preview">
|
|
177
|
+
<span class="inner">
|
|
178
|
+
<i class="icon icon-indent-decrease"></i>
|
|
179
|
+
</span>
|
|
180
|
+
<br>
|
|
181
|
+
<span class='label'>indent-decrease</span>
|
|
182
|
+
</div>
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
<div class="preview">
|
|
186
|
+
<span class="inner">
|
|
187
|
+
<i class="icon icon-image"></i>
|
|
188
|
+
</span>
|
|
189
|
+
<br>
|
|
190
|
+
<span class='label'>image</span>
|
|
191
|
+
</div>
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
<div class="preview">
|
|
195
|
+
<span class="inner">
|
|
196
|
+
<i class="icon icon-formula"></i>
|
|
197
|
+
</span>
|
|
198
|
+
<br>
|
|
199
|
+
<span class='label'>formula</span>
|
|
200
|
+
</div>
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
<div class="preview">
|
|
204
|
+
<span class="inner">
|
|
205
|
+
<i class="icon icon-direction-rtl"></i>
|
|
206
|
+
</span>
|
|
207
|
+
<br>
|
|
208
|
+
<span class='label'>direction-rtl</span>
|
|
209
|
+
</div>
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
<div class="preview">
|
|
213
|
+
<span class="inner">
|
|
214
|
+
<i class="icon icon-direction-ltr"></i>
|
|
215
|
+
</span>
|
|
216
|
+
<br>
|
|
217
|
+
<span class='label'>direction-ltr</span>
|
|
218
|
+
</div>
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
<div class="preview">
|
|
222
|
+
<span class="inner">
|
|
223
|
+
<i class="icon icon-color-text"></i>
|
|
224
|
+
</span>
|
|
225
|
+
<br>
|
|
226
|
+
<span class='label'>color-text</span>
|
|
227
|
+
</div>
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
<div class="preview">
|
|
231
|
+
<span class="inner">
|
|
232
|
+
<i class="icon icon-color-background"></i>
|
|
233
|
+
</span>
|
|
234
|
+
<br>
|
|
235
|
+
<span class='label'>color-background</span>
|
|
236
|
+
</div>
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
<div class="preview">
|
|
240
|
+
<span class="inner">
|
|
241
|
+
<i class="icon icon-code-block"></i>
|
|
242
|
+
</span>
|
|
243
|
+
<br>
|
|
244
|
+
<span class='label'>code-block</span>
|
|
245
|
+
</div>
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
<div class="preview">
|
|
249
|
+
<span class="inner">
|
|
250
|
+
<i class="icon icon-clean-format"></i>
|
|
251
|
+
</span>
|
|
252
|
+
<br>
|
|
253
|
+
<span class='label'>clean-format</span>
|
|
254
|
+
</div>
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
<div class="preview">
|
|
258
|
+
<span class="inner">
|
|
259
|
+
<i class="icon icon-bold"></i>
|
|
260
|
+
</span>
|
|
261
|
+
<br>
|
|
262
|
+
<span class='label'>bold</span>
|
|
263
|
+
</div>
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
<div class="preview">
|
|
267
|
+
<span class="inner">
|
|
268
|
+
<i class="icon icon-blockquote"></i>
|
|
269
|
+
</span>
|
|
270
|
+
<br>
|
|
271
|
+
<span class='label'>blockquote</span>
|
|
272
|
+
</div>
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
<div class="preview">
|
|
276
|
+
<span class="inner">
|
|
277
|
+
<i class="icon icon-align-right"></i>
|
|
278
|
+
</span>
|
|
279
|
+
<br>
|
|
280
|
+
<span class='label'>align-right</span>
|
|
281
|
+
</div>
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
<div class="preview">
|
|
285
|
+
<span class="inner">
|
|
286
|
+
<i class="icon icon-align-left"></i>
|
|
287
|
+
</span>
|
|
288
|
+
<br>
|
|
289
|
+
<span class='label'>align-left</span>
|
|
290
|
+
</div>
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
<div class="preview">
|
|
294
|
+
<span class="inner">
|
|
295
|
+
<i class="icon icon-align-justify"></i>
|
|
296
|
+
</span>
|
|
297
|
+
<br>
|
|
298
|
+
<span class='label'>align-justify</span>
|
|
299
|
+
</div>
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
<div class="preview">
|
|
303
|
+
<span class="inner">
|
|
304
|
+
<i class="icon icon-align-center"></i>
|
|
305
|
+
</span>
|
|
306
|
+
<br>
|
|
307
|
+
<span class='label'>align-center</span>
|
|
308
|
+
</div>
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
</body>
|
|
312
|
+
</html>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"video": 61697,
|
|
3
|
+
"undo": 61698,
|
|
4
|
+
"underline": 61699,
|
|
5
|
+
"superscript": 61700,
|
|
6
|
+
"subscript": 61701,
|
|
7
|
+
"strikethrough": 61702,
|
|
8
|
+
"redo": 61703,
|
|
9
|
+
"picker-arrows": 61704,
|
|
10
|
+
"list-ordered": 61705,
|
|
11
|
+
"list-bullet": 61706,
|
|
12
|
+
"link": 61707,
|
|
13
|
+
"italic": 61708,
|
|
14
|
+
"indent-increase": 61709,
|
|
15
|
+
"indent-decrease": 61710,
|
|
16
|
+
"image": 61711,
|
|
17
|
+
"formula": 61712,
|
|
18
|
+
"direction-rtl": 61713,
|
|
19
|
+
"direction-ltr": 61714,
|
|
20
|
+
"color-text": 61715,
|
|
21
|
+
"color-background": 61716,
|
|
22
|
+
"code-block": 61717,
|
|
23
|
+
"clean-format": 61718,
|
|
24
|
+
"bold": 61719,
|
|
25
|
+
"blockquote": 61720,
|
|
26
|
+
"align-right": 61721,
|
|
27
|
+
"align-left": 61722,
|
|
28
|
+
"align-justify": 61723,
|
|
29
|
+
"align-center": 61724
|
|
30
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
export type AgIconsId =
|
|
2
|
+
| "video"
|
|
3
|
+
| "undo"
|
|
4
|
+
| "underline"
|
|
5
|
+
| "superscript"
|
|
6
|
+
| "subscript"
|
|
7
|
+
| "strikethrough"
|
|
8
|
+
| "redo"
|
|
9
|
+
| "picker-arrows"
|
|
10
|
+
| "list-ordered"
|
|
11
|
+
| "list-bullet"
|
|
12
|
+
| "link"
|
|
13
|
+
| "italic"
|
|
14
|
+
| "indent-increase"
|
|
15
|
+
| "indent-decrease"
|
|
16
|
+
| "image"
|
|
17
|
+
| "formula"
|
|
18
|
+
| "direction-rtl"
|
|
19
|
+
| "direction-ltr"
|
|
20
|
+
| "color-text"
|
|
21
|
+
| "color-background"
|
|
22
|
+
| "code-block"
|
|
23
|
+
| "clean-format"
|
|
24
|
+
| "bold"
|
|
25
|
+
| "blockquote"
|
|
26
|
+
| "align-right"
|
|
27
|
+
| "align-left"
|
|
28
|
+
| "align-justify"
|
|
29
|
+
| "align-center";
|
|
30
|
+
|
|
31
|
+
export type AgIconsKey =
|
|
32
|
+
| "Video"
|
|
33
|
+
| "Undo"
|
|
34
|
+
| "Underline"
|
|
35
|
+
| "Superscript"
|
|
36
|
+
| "Subscript"
|
|
37
|
+
| "Strikethrough"
|
|
38
|
+
| "Redo"
|
|
39
|
+
| "PickerArrows"
|
|
40
|
+
| "ListOrdered"
|
|
41
|
+
| "ListBullet"
|
|
42
|
+
| "Link"
|
|
43
|
+
| "Italic"
|
|
44
|
+
| "IndentIncrease"
|
|
45
|
+
| "IndentDecrease"
|
|
46
|
+
| "Image"
|
|
47
|
+
| "Formula"
|
|
48
|
+
| "DirectionRtl"
|
|
49
|
+
| "DirectionLtr"
|
|
50
|
+
| "ColorText"
|
|
51
|
+
| "ColorBackground"
|
|
52
|
+
| "CodeBlock"
|
|
53
|
+
| "CleanFormat"
|
|
54
|
+
| "Bold"
|
|
55
|
+
| "Blockquote"
|
|
56
|
+
| "AlignRight"
|
|
57
|
+
| "AlignLeft"
|
|
58
|
+
| "AlignJustify"
|
|
59
|
+
| "AlignCenter";
|
|
60
|
+
|
|
61
|
+
export enum AgIcons {
|
|
62
|
+
Video = "video",
|
|
63
|
+
Undo = "undo",
|
|
64
|
+
Underline = "underline",
|
|
65
|
+
Superscript = "superscript",
|
|
66
|
+
Subscript = "subscript",
|
|
67
|
+
Strikethrough = "strikethrough",
|
|
68
|
+
Redo = "redo",
|
|
69
|
+
PickerArrows = "picker-arrows",
|
|
70
|
+
ListOrdered = "list-ordered",
|
|
71
|
+
ListBullet = "list-bullet",
|
|
72
|
+
Link = "link",
|
|
73
|
+
Italic = "italic",
|
|
74
|
+
IndentIncrease = "indent-increase",
|
|
75
|
+
IndentDecrease = "indent-decrease",
|
|
76
|
+
Image = "image",
|
|
77
|
+
Formula = "formula",
|
|
78
|
+
DirectionRtl = "direction-rtl",
|
|
79
|
+
DirectionLtr = "direction-ltr",
|
|
80
|
+
ColorText = "color-text",
|
|
81
|
+
ColorBackground = "color-background",
|
|
82
|
+
CodeBlock = "code-block",
|
|
83
|
+
CleanFormat = "clean-format",
|
|
84
|
+
Bold = "bold",
|
|
85
|
+
Blockquote = "blockquote",
|
|
86
|
+
AlignRight = "align-right",
|
|
87
|
+
AlignLeft = "align-left",
|
|
88
|
+
AlignJustify = "align-justify",
|
|
89
|
+
AlignCenter = "align-center",
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export const AG_ICONS_CODEPOINTS: { [key in AgIcons]: string } = {
|
|
93
|
+
[AgIcons.Video]: "61697",
|
|
94
|
+
[AgIcons.Undo]: "61698",
|
|
95
|
+
[AgIcons.Underline]: "61699",
|
|
96
|
+
[AgIcons.Superscript]: "61700",
|
|
97
|
+
[AgIcons.Subscript]: "61701",
|
|
98
|
+
[AgIcons.Strikethrough]: "61702",
|
|
99
|
+
[AgIcons.Redo]: "61703",
|
|
100
|
+
[AgIcons.PickerArrows]: "61704",
|
|
101
|
+
[AgIcons.ListOrdered]: "61705",
|
|
102
|
+
[AgIcons.ListBullet]: "61706",
|
|
103
|
+
[AgIcons.Link]: "61707",
|
|
104
|
+
[AgIcons.Italic]: "61708",
|
|
105
|
+
[AgIcons.IndentIncrease]: "61709",
|
|
106
|
+
[AgIcons.IndentDecrease]: "61710",
|
|
107
|
+
[AgIcons.Image]: "61711",
|
|
108
|
+
[AgIcons.Formula]: "61712",
|
|
109
|
+
[AgIcons.DirectionRtl]: "61713",
|
|
110
|
+
[AgIcons.DirectionLtr]: "61714",
|
|
111
|
+
[AgIcons.ColorText]: "61715",
|
|
112
|
+
[AgIcons.ColorBackground]: "61716",
|
|
113
|
+
[AgIcons.CodeBlock]: "61717",
|
|
114
|
+
[AgIcons.CleanFormat]: "61718",
|
|
115
|
+
[AgIcons.Bold]: "61719",
|
|
116
|
+
[AgIcons.Blockquote]: "61720",
|
|
117
|
+
[AgIcons.AlignRight]: "61721",
|
|
118
|
+
[AgIcons.AlignLeft]: "61722",
|
|
119
|
+
[AgIcons.AlignJustify]: "61723",
|
|
120
|
+
[AgIcons.AlignCenter]: "61724",
|
|
121
|
+
};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|