@dotwee/quill 2.0.4
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/LICENSE +31 -0
- package/README.md +3 -0
- package/babel.config.cjs +12 -0
- package/package.json +104 -0
- package/scripts/babel-svg-inline-import.cjs +44 -0
- package/scripts/build +20 -0
- package/src/assets/base.styl +309 -0
- package/src/assets/bubble/toolbar.styl +14 -0
- package/src/assets/bubble/tooltip.styl +49 -0
- package/src/assets/bubble.styl +45 -0
- package/src/assets/core.styl +215 -0
- package/src/assets/favicon.png +0 -0
- package/src/assets/icons/align-center.svg +5 -0
- package/src/assets/icons/align-justify.svg +5 -0
- package/src/assets/icons/align-left.svg +5 -0
- package/src/assets/icons/align-right.svg +5 -0
- package/src/assets/icons/attachment.svg +3 -0
- package/src/assets/icons/audio.svg +5 -0
- package/src/assets/icons/authorship.svg +5 -0
- package/src/assets/icons/background.svg +52 -0
- package/src/assets/icons/blockquote.svg +6 -0
- package/src/assets/icons/bold.svg +4 -0
- package/src/assets/icons/clean.svg +7 -0
- package/src/assets/icons/code.svg +5 -0
- package/src/assets/icons/color.svg +5 -0
- package/src/assets/icons/comment.svg +3 -0
- package/src/assets/icons/direction-ltr.svg +7 -0
- package/src/assets/icons/direction-rtl.svg +7 -0
- package/src/assets/icons/dropdown.svg +4 -0
- package/src/assets/icons/embed.svg +3 -0
- package/src/assets/icons/emoji.svg +6 -0
- package/src/assets/icons/float-center.svg +5 -0
- package/src/assets/icons/float-full.svg +5 -0
- package/src/assets/icons/float-left.svg +7 -0
- package/src/assets/icons/float-right.svg +7 -0
- package/src/assets/icons/font.svg +5 -0
- package/src/assets/icons/formula.svg +5 -0
- package/src/assets/icons/hashtag.svg +6 -0
- package/src/assets/icons/header-2.svg +3 -0
- package/src/assets/icons/header-3.svg +3 -0
- package/src/assets/icons/header-4.svg +3 -0
- package/src/assets/icons/header-5.svg +3 -0
- package/src/assets/icons/header-6.svg +3 -0
- package/src/assets/icons/header.svg +3 -0
- package/src/assets/icons/horizontal-rule.svg +4 -0
- package/src/assets/icons/image.svg +5 -0
- package/src/assets/icons/indent.svg +6 -0
- package/src/assets/icons/italic.svg +5 -0
- package/src/assets/icons/link.svg +5 -0
- package/src/assets/icons/list-bullet.svg +8 -0
- package/src/assets/icons/list-check.svg +8 -0
- package/src/assets/icons/list-ordered.svg +9 -0
- package/src/assets/icons/map.svg +5 -0
- package/src/assets/icons/mention.svg +4 -0
- package/src/assets/icons/more.svg +3 -0
- package/src/assets/icons/outdent.svg +6 -0
- package/src/assets/icons/redo.svg +4 -0
- package/src/assets/icons/size-decrease.svg +5 -0
- package/src/assets/icons/size-increase.svg +6 -0
- package/src/assets/icons/size.svg +6 -0
- package/src/assets/icons/spacing.svg +9 -0
- package/src/assets/icons/speech.svg +6 -0
- package/src/assets/icons/strike.svg +5 -0
- package/src/assets/icons/subscript.svg +4 -0
- package/src/assets/icons/superscript.svg +4 -0
- package/src/assets/icons/table-border-all.svg +5 -0
- package/src/assets/icons/table-border-bottom.svg +28 -0
- package/src/assets/icons/table-border-left.svg +28 -0
- package/src/assets/icons/table-border-none.svg +25 -0
- package/src/assets/icons/table-border-outside.svg +35 -0
- package/src/assets/icons/table-border-right.svg +28 -0
- package/src/assets/icons/table-border-top.svg +28 -0
- package/src/assets/icons/table-delete-cells.svg +13 -0
- package/src/assets/icons/table-delete-columns.svg +8 -0
- package/src/assets/icons/table-delete-rows.svg +9 -0
- package/src/assets/icons/table-insert-cells.svg +13 -0
- package/src/assets/icons/table-insert-columns.svg +8 -0
- package/src/assets/icons/table-insert-rows.svg +9 -0
- package/src/assets/icons/table-merge-cells.svg +4 -0
- package/src/assets/icons/table-unmerge-cells.svg +7 -0
- package/src/assets/icons/table.svg +11 -0
- package/src/assets/icons/underline.svg +4 -0
- package/src/assets/icons/undo.svg +4 -0
- package/src/assets/icons/video.svg +14 -0
- package/src/assets/snow/toolbar.styl +26 -0
- package/src/assets/snow/tooltip.styl +53 -0
- package/src/assets/snow.styl +18 -0
- package/src/types.d.ts +6 -0
- package/webpack.common.cjs +69 -0
- package/webpack.config.cjs +42 -0
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
// Styles necessary for Quill
|
|
2
|
+
|
|
3
|
+
LIST_STYLE = decimal lower-alpha lower-roman
|
|
4
|
+
LIST_STYLE_WIDTH = 1.2em
|
|
5
|
+
LIST_STYLE_MARGIN = 0.3em
|
|
6
|
+
LIST_STYLE_OUTER_WIDTH = LIST_STYLE_MARGIN + LIST_STYLE_WIDTH
|
|
7
|
+
MAX_INDENT = 9
|
|
8
|
+
|
|
9
|
+
resets(arr)
|
|
10
|
+
unquote('list-' + join(' list-', arr))
|
|
11
|
+
|
|
12
|
+
.ql-container
|
|
13
|
+
box-sizing: border-box
|
|
14
|
+
font-family: Helvetica, Arial, sans-serif
|
|
15
|
+
font-size: 13px
|
|
16
|
+
height: 100%
|
|
17
|
+
margin: 0px
|
|
18
|
+
position: relative
|
|
19
|
+
|
|
20
|
+
.ql-container.ql-disabled
|
|
21
|
+
.ql-tooltip
|
|
22
|
+
visibility: hidden
|
|
23
|
+
|
|
24
|
+
.ql-container:not(.ql-disabled)
|
|
25
|
+
li[data-list=checked],
|
|
26
|
+
li[data-list=unchecked]
|
|
27
|
+
> .ql-ui
|
|
28
|
+
cursor: pointer
|
|
29
|
+
|
|
30
|
+
.ql-clipboard
|
|
31
|
+
left: -100000px
|
|
32
|
+
height: 1px
|
|
33
|
+
overflow-y: hidden
|
|
34
|
+
position: absolute
|
|
35
|
+
top: 50%
|
|
36
|
+
p
|
|
37
|
+
margin: 0
|
|
38
|
+
padding: 0
|
|
39
|
+
|
|
40
|
+
.ql-editor
|
|
41
|
+
box-sizing: border-box
|
|
42
|
+
counter-reset: resets(0..MAX_INDENT)
|
|
43
|
+
line-height: 1.42
|
|
44
|
+
height: 100%
|
|
45
|
+
outline: none
|
|
46
|
+
overflow-y: auto
|
|
47
|
+
padding: 12px 15px
|
|
48
|
+
tab-size: 4
|
|
49
|
+
-moz-tab-size: 4
|
|
50
|
+
text-align: left
|
|
51
|
+
white-space: pre-wrap
|
|
52
|
+
word-wrap: break-word
|
|
53
|
+
> *
|
|
54
|
+
cursor: text
|
|
55
|
+
|
|
56
|
+
p, ol, pre, blockquote, h1, h2, h3, h4, h5, h6
|
|
57
|
+
margin: 0
|
|
58
|
+
padding: 0
|
|
59
|
+
p, h1, h2, h3, h4, h5, h6
|
|
60
|
+
@supports (counter-set: none)
|
|
61
|
+
counter-set: resets(0..MAX_INDENT)
|
|
62
|
+
@supports not (counter-set: none)
|
|
63
|
+
counter-reset: resets(0..MAX_INDENT)
|
|
64
|
+
table
|
|
65
|
+
border-collapse: collapse
|
|
66
|
+
td
|
|
67
|
+
border: 1px solid #000
|
|
68
|
+
padding: 2px 5px
|
|
69
|
+
ol
|
|
70
|
+
padding-left: 1.5em
|
|
71
|
+
li
|
|
72
|
+
list-style-type: none
|
|
73
|
+
padding-left: LIST_STYLE_OUTER_WIDTH
|
|
74
|
+
position: relative
|
|
75
|
+
|
|
76
|
+
> .ql-ui:before
|
|
77
|
+
display: inline-block
|
|
78
|
+
margin-left: -1*LIST_STYLE_OUTER_WIDTH
|
|
79
|
+
margin-right: LIST_STYLE_MARGIN
|
|
80
|
+
text-align: right
|
|
81
|
+
white-space: nowrap
|
|
82
|
+
width: LIST_STYLE_WIDTH
|
|
83
|
+
|
|
84
|
+
li[data-list=checked],
|
|
85
|
+
li[data-list=unchecked]
|
|
86
|
+
> .ql-ui
|
|
87
|
+
color: #777
|
|
88
|
+
|
|
89
|
+
li[data-list=bullet] > .ql-ui:before
|
|
90
|
+
content: '\2022'
|
|
91
|
+
li[data-list=checked] > .ql-ui:before
|
|
92
|
+
content: '\2611'
|
|
93
|
+
li[data-list=unchecked] > .ql-ui:before
|
|
94
|
+
content: '\2610'
|
|
95
|
+
|
|
96
|
+
li[data-list]
|
|
97
|
+
@supports (counter-set: none)
|
|
98
|
+
counter-set: resets(1..MAX_INDENT)
|
|
99
|
+
@supports not (counter-set: none)
|
|
100
|
+
counter-reset: resets(1..MAX_INDENT)
|
|
101
|
+
|
|
102
|
+
li[data-list=ordered]
|
|
103
|
+
counter-increment: list-0
|
|
104
|
+
> .ql-ui:before
|
|
105
|
+
content: unquote('counter(list-0, ' + LIST_STYLE[0] + ')') '. '
|
|
106
|
+
for num in (1..MAX_INDENT)
|
|
107
|
+
li[data-list=ordered].ql-indent-{num}
|
|
108
|
+
counter-increment: unquote('list-' + num)
|
|
109
|
+
> .ql-ui:before
|
|
110
|
+
content: unquote('counter(list-' + num + ', ' + LIST_STYLE[num%3] + ')') '. '
|
|
111
|
+
if (num < MAX_INDENT)
|
|
112
|
+
li[data-list].ql-indent-{num}
|
|
113
|
+
@supports (counter-set: none)
|
|
114
|
+
counter-set: resets((num+1)..MAX_INDENT)
|
|
115
|
+
@supports not (counter-set: none)
|
|
116
|
+
counter-reset: resets((num+1)..MAX_INDENT)
|
|
117
|
+
|
|
118
|
+
for num in (1..MAX_INDENT)
|
|
119
|
+
.ql-indent-{num}:not(.ql-direction-rtl)
|
|
120
|
+
padding-left: (3*num)em
|
|
121
|
+
li.ql-indent-{num}:not(.ql-direction-rtl)
|
|
122
|
+
padding-left: (3*num + LIST_STYLE_OUTER_WIDTH)em
|
|
123
|
+
.ql-indent-{num}.ql-direction-rtl.ql-align-right
|
|
124
|
+
padding-right: (3*num)em
|
|
125
|
+
li.ql-indent-{num}.ql-direction-rtl.ql-align-right
|
|
126
|
+
padding-right: (3*num + LIST_STYLE_OUTER_WIDTH)em
|
|
127
|
+
|
|
128
|
+
li.ql-direction-rtl
|
|
129
|
+
padding-right: LIST_STYLE_OUTER_WIDTH
|
|
130
|
+
> .ql-ui:before
|
|
131
|
+
margin-left: LIST_STYLE_MARGIN
|
|
132
|
+
margin-right: -1*LIST_STYLE_OUTER_WIDTH
|
|
133
|
+
text-align: left
|
|
134
|
+
|
|
135
|
+
table
|
|
136
|
+
table-layout: fixed
|
|
137
|
+
width: 100%
|
|
138
|
+
td
|
|
139
|
+
outline: none
|
|
140
|
+
|
|
141
|
+
.ql-code-block-container
|
|
142
|
+
font-family: monospace
|
|
143
|
+
|
|
144
|
+
.ql-video
|
|
145
|
+
display: block
|
|
146
|
+
max-width: 100%
|
|
147
|
+
.ql-video.ql-align-center
|
|
148
|
+
margin: 0 auto
|
|
149
|
+
.ql-video.ql-align-right
|
|
150
|
+
margin: 0 0 0 auto
|
|
151
|
+
|
|
152
|
+
.ql-bg-black
|
|
153
|
+
background-color: rgb(0,0,0)
|
|
154
|
+
.ql-bg-red
|
|
155
|
+
background-color: rgb(230,0,0)
|
|
156
|
+
.ql-bg-orange
|
|
157
|
+
background-color: rgb(255,153,0)
|
|
158
|
+
.ql-bg-yellow
|
|
159
|
+
background-color: rgb(255,255,0)
|
|
160
|
+
.ql-bg-green
|
|
161
|
+
background-color: rgb(0,138,0)
|
|
162
|
+
.ql-bg-blue
|
|
163
|
+
background-color: rgb(0,102,204)
|
|
164
|
+
.ql-bg-purple
|
|
165
|
+
background-color: rgb(153,51,255)
|
|
166
|
+
|
|
167
|
+
.ql-color-white
|
|
168
|
+
color: rgb(255,255,255)
|
|
169
|
+
.ql-color-red
|
|
170
|
+
color: rgb(230,0,0)
|
|
171
|
+
.ql-color-orange
|
|
172
|
+
color: rgb(255,153,0)
|
|
173
|
+
.ql-color-yellow
|
|
174
|
+
color: rgb(255,255,0)
|
|
175
|
+
.ql-color-green
|
|
176
|
+
color: rgb(0,138,0)
|
|
177
|
+
.ql-color-blue
|
|
178
|
+
color: rgb(0,102,204)
|
|
179
|
+
.ql-color-purple
|
|
180
|
+
color: rgb(153,51,255)
|
|
181
|
+
|
|
182
|
+
.ql-font-serif
|
|
183
|
+
font-family: Georgia, Times New Roman, serif
|
|
184
|
+
.ql-font-monospace
|
|
185
|
+
font-family: Monaco, Courier New, monospace
|
|
186
|
+
|
|
187
|
+
.ql-size-small
|
|
188
|
+
font-size: 0.75em
|
|
189
|
+
.ql-size-large
|
|
190
|
+
font-size: 1.5em
|
|
191
|
+
.ql-size-huge
|
|
192
|
+
font-size: 2.5em
|
|
193
|
+
|
|
194
|
+
.ql-direction-rtl
|
|
195
|
+
direction: rtl
|
|
196
|
+
text-align: inherit
|
|
197
|
+
|
|
198
|
+
.ql-align-center
|
|
199
|
+
text-align: center
|
|
200
|
+
.ql-align-justify
|
|
201
|
+
text-align: justify
|
|
202
|
+
.ql-align-right
|
|
203
|
+
text-align: right
|
|
204
|
+
|
|
205
|
+
.ql-ui
|
|
206
|
+
position: absolute
|
|
207
|
+
|
|
208
|
+
.ql-editor.ql-blank::before
|
|
209
|
+
color: rgba(0,0,0,0.6)
|
|
210
|
+
content: attr(data-placeholder)
|
|
211
|
+
font-style: italic
|
|
212
|
+
left: 15px
|
|
213
|
+
pointer-events: none
|
|
214
|
+
position: absolute
|
|
215
|
+
right: 15px
|
|
Binary file
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<ellipse class="ql-fill" cx="10.5" cy="14" rx="2.5" ry="2"></ellipse>
|
|
3
|
+
<path class="ql-stroke" d="M12,14V3c0,1.5,3,2.021,3,5"></path>
|
|
4
|
+
<path class="ql-fill" d="M7,4A5,5,0,0,0,7,14a3.191,3.191,0,0,1,3-2.957V5.023A4.955,4.955,0,0,0,7,4ZM4.06,8.412a0.5,0.5,0,0,1-.49.4,0.485,0.485,0,0,1-.1-0.01,0.5,0.5,0,0,1-.393-0.588A3.98,3.98,0,0,1,6.216,5.079a0.5,0.5,0,0,1,.2.98A2.985,2.985,0,0,0,4.06,8.412ZM7,10A1,1,0,1,1,8,9,1,1,0,0,1,7,10Z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<line class="ql-stroke" x1="3" x2="15" y1="15" y2="15"></line>
|
|
3
|
+
<path class="ql-fill ql-stroke" d="M9,8H9a3,3,0,0,1,3,3v0a0,0,0,0,1,0,0H6a0,0,0,0,1,0,0v0A3,3,0,0,1,9,8Z"></path>
|
|
4
|
+
<path class="ql-even ql-fill" d="M11,5.01C11,6.021,10,9,9,9S7,6.021,7,5.01c0-1.651.292-2.99,2-2.99S11,3.359,11,5.01Z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<g class="ql-fill ql-color-label">
|
|
3
|
+
<polygon points="6 6.868 6 6 5 6 5 7 5.942 7 6 6.868"></polygon>
|
|
4
|
+
<rect height="1" width="1" x="4" y="4"></rect>
|
|
5
|
+
<polygon points="6.817 5 6 5 6 6 6.38 6 6.817 5"></polygon>
|
|
6
|
+
<rect height="1" width="1" x="2" y="6"></rect>
|
|
7
|
+
<rect height="1" width="1" x="3" y="5"></rect>
|
|
8
|
+
<rect height="1" width="1" x="4" y="7"></rect>
|
|
9
|
+
<polygon points="4 11.439 4 11 3 11 3 12 3.755 12 4 11.439"></polygon>
|
|
10
|
+
<rect height="1" width="1" x="2" y="12"></rect>
|
|
11
|
+
<rect height="1" width="1" x="2" y="9"></rect>
|
|
12
|
+
<rect height="1" width="1" x="2" y="15"></rect>
|
|
13
|
+
<polygon points="4.63 10 4 10 4 11 4.192 11 4.63 10"></polygon>
|
|
14
|
+
<rect height="1" width="1" x="3" y="8"></rect>
|
|
15
|
+
<path d="M10.832,4.2L11,4.582V4H10.708A1.948,1.948,0,0,1,10.832,4.2Z"></path>
|
|
16
|
+
<path d="M7,4.582L7.168,4.2A1.929,1.929,0,0,1,7.292,4H7V4.582Z"></path>
|
|
17
|
+
<path d="M8,13H7.683l-0.351.8a1.933,1.933,0,0,1-.124.2H8V13Z"></path>
|
|
18
|
+
<rect height="1" width="1" x="12" y="2"></rect>
|
|
19
|
+
<rect height="1" width="1" x="11" y="3"></rect>
|
|
20
|
+
<path d="M9,3H8V3.282A1.985,1.985,0,0,1,9,3Z"></path>
|
|
21
|
+
<rect height="1" width="1" x="2" y="3"></rect>
|
|
22
|
+
<rect height="1" width="1" x="6" y="2"></rect>
|
|
23
|
+
<rect height="1" width="1" x="3" y="2"></rect>
|
|
24
|
+
<rect height="1" width="1" x="5" y="3"></rect>
|
|
25
|
+
<rect height="1" width="1" x="9" y="2"></rect>
|
|
26
|
+
<rect height="1" width="1" x="15" y="14"></rect>
|
|
27
|
+
<polygon points="13.447 10.174 13.469 10.225 13.472 10.232 13.808 11 14 11 14 10 13.37 10 13.447 10.174"></polygon>
|
|
28
|
+
<rect height="1" width="1" x="13" y="7"></rect>
|
|
29
|
+
<rect height="1" width="1" x="15" y="5"></rect>
|
|
30
|
+
<rect height="1" width="1" x="14" y="6"></rect>
|
|
31
|
+
<rect height="1" width="1" x="15" y="8"></rect>
|
|
32
|
+
<rect height="1" width="1" x="14" y="9"></rect>
|
|
33
|
+
<path d="M3.775,14H3v1H4V14.314A1.97,1.97,0,0,1,3.775,14Z"></path>
|
|
34
|
+
<rect height="1" width="1" x="14" y="3"></rect>
|
|
35
|
+
<polygon points="12 6.868 12 6 11.62 6 12 6.868"></polygon>
|
|
36
|
+
<rect height="1" width="1" x="15" y="2"></rect>
|
|
37
|
+
<rect height="1" width="1" x="12" y="5"></rect>
|
|
38
|
+
<rect height="1" width="1" x="13" y="4"></rect>
|
|
39
|
+
<polygon points="12.933 9 13 9 13 8 12.495 8 12.933 9"></polygon>
|
|
40
|
+
<rect height="1" width="1" x="9" y="14"></rect>
|
|
41
|
+
<rect height="1" width="1" x="8" y="15"></rect>
|
|
42
|
+
<path d="M6,14.926V15H7V14.316A1.993,1.993,0,0,1,6,14.926Z"></path>
|
|
43
|
+
<rect height="1" width="1" x="5" y="15"></rect>
|
|
44
|
+
<path d="M10.668,13.8L10.317,13H10v1h0.792A1.947,1.947,0,0,1,10.668,13.8Z"></path>
|
|
45
|
+
<rect height="1" width="1" x="11" y="15"></rect>
|
|
46
|
+
<path d="M14.332,12.2a1.99,1.99,0,0,1,.166.8H15V12H14.245Z"></path>
|
|
47
|
+
<rect height="1" width="1" x="14" y="15"></rect>
|
|
48
|
+
<rect height="1" width="1" x="15" y="11"></rect>
|
|
49
|
+
</g>
|
|
50
|
+
<polyline class="ql-stroke" points="5.5 13 9 5 12.5 13"></polyline>
|
|
51
|
+
<line class="ql-stroke" x1="11.63" x2="6.38" y1="11" y2="11"></line>
|
|
52
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<rect class="ql-fill ql-stroke" height="3" width="3" x="4" y="5"></rect>
|
|
3
|
+
<rect class="ql-fill ql-stroke" height="3" width="3" x="11" y="5"></rect>
|
|
4
|
+
<path class="ql-even ql-fill ql-stroke" d="M7,8c0,4.031-3,5-3,5"></path>
|
|
5
|
+
<path class="ql-even ql-fill ql-stroke" d="M14,8c0,4.031-3,5-3,5"></path>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<path class="ql-stroke" 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"></path>
|
|
3
|
+
<path class="ql-stroke" 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"></path>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg class="" viewbox="0 0 18 18">
|
|
2
|
+
<line class="ql-stroke" x1="5" x2="13" y1="3" y2="3"></line>
|
|
3
|
+
<line class="ql-stroke" x1="6" x2="9.35" y1="12" y2="3"></line>
|
|
4
|
+
<line class="ql-stroke" x1="11" x2="15" y1="11" y2="15"></line>
|
|
5
|
+
<line class="ql-stroke" x1="15" x2="11" y1="11" y2="15"></line>
|
|
6
|
+
<rect class="ql-fill" height="1" rx="0.5" ry="0.5" width="7" x="2" y="14"></rect>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<polygon class="ql-stroke ql-fill" points="3 11 5 9 3 7 3 11"></polygon>
|
|
3
|
+
<line class="ql-stroke ql-fill" x1="15" x2="11" y1="4" y2="4"></line>
|
|
4
|
+
<path class="ql-fill" d="M11,3a3,3,0,0,0,0,6h1V3H11Z"></path>
|
|
5
|
+
<rect class="ql-fill" height="11" width="1" x="11" y="4"></rect>
|
|
6
|
+
<rect class="ql-fill" height="11" width="1" x="13" y="4"></rect>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<polygon class="ql-stroke ql-fill" points="15 12 13 10 15 8 15 12"></polygon>
|
|
3
|
+
<line class="ql-stroke ql-fill" x1="9" x2="5" y1="4" y2="4"></line>
|
|
4
|
+
<path class="ql-fill" d="M5,3A3,3,0,0,0,5,9H6V3H5Z"></path>
|
|
5
|
+
<rect class="ql-fill" height="11" width="1" x="5" y="4"></rect>
|
|
6
|
+
<rect class="ql-fill" height="11" width="1" x="7" y="4"></rect>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18">
|
|
2
|
+
<path class="ql-fill" d="M14.60284,8.5036A2.48315,2.48315,0,0,0,14.71429,7.8a2.34494,2.34494,0,0,0-2.28571-2.4,2.19651,2.19651,0,0,0-1.3631.48358A4.01147,4.01147,0,0,0,7.28571,3a4.1037,4.1037,0,0,0-4,4.2,4.40682,4.40682,0,0,0,.07642.79553A3.57444,3.57444,0,0,0,1,11.4,3.51743,3.51743,0,0,0,4.42859,15h9.42853A3.22436,3.22436,0,0,0,17,11.7,3.26609,3.26609,0,0,0,14.60284,8.5036ZM6.85352,10.64648a.49995.49995,0,1,1-.707.707l-1-1a.49982.49982,0,0,1,0-.707l1-1a.49995.49995,0,0,1,.707.707L6.207,10ZM9.48535,8.12109l-1,4A.5.5,0,0,1,8,12.5a.51952.51952,0,0,1-.12109-.01465.50066.50066,0,0,1-.36426-.60645l1-4a.50023.50023,0,0,1,.9707.24219Zm2.36816,2.23242-1,1a.49995.49995,0,0,1-.707-.707L10.793,10l-.64648-.64648a.49995.49995,0,0,1,.707-.707l1,1A.49982.49982,0,0,1,11.85352,10.35352Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<path class="ql-fill" d="M15,8H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,8Z"/>
|
|
3
|
+
<path class="ql-fill" d="M15,12H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,12Z"/>
|
|
4
|
+
<path class="ql-fill" d="M15,16H5a1,1,0,0,1,0-2H15A1,1,0,0,1,15,16Z"/>
|
|
5
|
+
<path class="ql-fill" d="M15,4H5A1,1,0,0,1,5,2H15A1,1,0,0,1,15,4Z"/>
|
|
6
|
+
<rect class="ql-fill" x="2" y="6" width="8" height="6" rx="1" ry="1"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<path class="ql-fill" d="M5,8H3A1,1,0,0,1,3,6H5A1,1,0,0,1,5,8Z"/>
|
|
3
|
+
<path class="ql-fill" d="M5,12H3a1,1,0,0,1,0-2H5A1,1,0,0,1,5,12Z"/>
|
|
4
|
+
<path class="ql-fill" d="M13,16H3a1,1,0,0,1,0-2H13A1,1,0,0,1,13,16Z"/>
|
|
5
|
+
<path class="ql-fill" d="M13,4H3A1,1,0,0,1,3,2H13A1,1,0,0,1,13,4Z"/>
|
|
6
|
+
<rect class="ql-fill" x="8" y="6" width="8" height="6" rx="1" ry="1" transform="translate(24 18) rotate(-180)"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<polyline class="ql-stroke" points="3.5 14 7 4 10.5 14"></polyline>
|
|
3
|
+
<line class="ql-stroke" x1="9.45" x2="4.55" y1="11" y2="11"></line>
|
|
4
|
+
<path class="ql-fill" d="M13.636,5.013a4.016,4.016,0,0,0-1.863.472,0.42,0.42,0,0,0-.179.629l0.112,0.214a0.418,0.418,0,0,0,.625.191,2.557,2.557,0,0,1,1.183-.326A0.933,0.933,0,0,1,14.573,7.2V7.338H14.339c-1.272,0-3.325.281-3.325,1.954A1.75,1.75,0,0,0,12.9,11.011a2.072,2.072,0,0,0,1.785-1.078h0.022a1.132,1.132,0,0,0-.022.247V10.4a0.412,0.412,0,0,0,.457.472h0.379A0.416,0.416,0,0,0,15.99,10.4V7.293A2.121,2.121,0,0,0,13.636,5.013Zm0.948,3.4a1.452,1.452,0,0,1-1.305,1.505,0.775,0.775,0,0,1-.859-0.753c0-.854,1.216-0.966,1.93-0.966h0.234V8.416Z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<path class="ql-fill" 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"></path>
|
|
3
|
+
<rect class="ql-fill" height="1.6" rx="0.8" ry="0.8" width="5" x="5.15" y="6.2"></rect>
|
|
4
|
+
<path class="ql-fill" 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"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<line class="ql-stroke" x1="7" x2="6" y1="3" y2="15"></line>
|
|
3
|
+
<line class="ql-stroke" x1="12" x2="11" y1="3" y2="15"></line>
|
|
4
|
+
<line class="ql-stroke" x1="3.75" x2="14.75" y1="7" y2="7"></line>
|
|
5
|
+
<line class="ql-stroke" x1="3.25" x2="14.25" y1="11" y2="11"></line>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18">
|
|
2
|
+
<path class="ql-fill" d="M16.73975,13.81445v.43945a.54085.54085,0,0,1-.605.60547H11.855a.58392.58392,0,0,1-.64893-.60547V14.0127c0-2.90527,3.39941-3.42187,3.39941-4.55469a.77675.77675,0,0,0-.84717-.78125,1.17684,1.17684,0,0,0-.83594.38477c-.2749.26367-.561.374-.85791.13184l-.4292-.34082c-.30811-.24219-.38525-.51758-.1543-.81445a2.97155,2.97155,0,0,1,2.45361-1.17676,2.45393,2.45393,0,0,1,2.68408,2.40918c0,2.45312-3.1792,2.92676-3.27832,3.93848h2.79443A.54085.54085,0,0,1,16.73975,13.81445ZM9,3A.99974.99974,0,0,0,8,4V8H3V4A1,1,0,0,0,1,4V14a1,1,0,0,0,2,0V10H8v4a1,1,0,0,0,2,0V4A.99974.99974,0,0,0,9,3Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18">
|
|
2
|
+
<path class="ql-fill" d="M16.65186,12.30664a2.6742,2.6742,0,0,1-2.915,2.68457,3.96592,3.96592,0,0,1-2.25537-.6709.56007.56007,0,0,1-.13232-.83594L11.64648,13c.209-.34082.48389-.36328.82471-.1543a2.32654,2.32654,0,0,0,1.12256.33008c.71484,0,1.12207-.35156,1.12207-.78125,0-.61523-.61621-.86816-1.46338-.86816H13.2085a.65159.65159,0,0,1-.68213-.41895l-.05518-.10937a.67114.67114,0,0,1,.14307-.78125l.71533-.86914a8.55289,8.55289,0,0,1,.68213-.7373V8.58887a3.93913,3.93913,0,0,1-.748.05469H11.9873a.54085.54085,0,0,1-.605-.60547V7.59863a.54085.54085,0,0,1,.605-.60547h3.75146a.53773.53773,0,0,1,.60547.59375v.17676a1.03723,1.03723,0,0,1-.27539.748L14.74854,10.0293A2.31132,2.31132,0,0,1,16.65186,12.30664ZM9,3A.99974.99974,0,0,0,8,4V8H3V4A1,1,0,0,0,1,4V14a1,1,0,0,0,2,0V10H8v4a1,1,0,0,0,2,0V4A.99974.99974,0,0,0,9,3Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18">
|
|
2
|
+
<path class="ql-fill" d="M10,4V14a1,1,0,0,1-2,0V10H3v4a1,1,0,0,1-2,0V4A1,1,0,0,1,3,4V8H8V4a1,1,0,0,1,2,0Zm7.05371,7.96582v.38477c0,.39648-.165.60547-.46191.60547h-.47314v1.29785a.54085.54085,0,0,1-.605.60547h-.69336a.54085.54085,0,0,1-.605-.60547V12.95605H11.333a.5412.5412,0,0,1-.60547-.60547v-.15332a1.199,1.199,0,0,1,.22021-.748l2.56348-4.05957a.7819.7819,0,0,1,.72607-.39648h1.27637a.54085.54085,0,0,1,.605.60547v3.7627h.33008A.54055.54055,0,0,1,17.05371,11.96582ZM14.28125,8.7207h-.022a4.18969,4.18969,0,0,1-.38525.81348l-1.188,1.80469v.02246h1.5293V9.60059A7.04058,7.04058,0,0,1,14.28125,8.7207Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18">
|
|
2
|
+
<path class="ql-fill" d="M16.74023,12.18555a2.75131,2.75131,0,0,1-2.91553,2.80566,3.908,3.908,0,0,1-2.25537-.68164.54809.54809,0,0,1-.13184-.8252L11.73438,13c.209-.34082.48389-.36328.8252-.1543a2.23757,2.23757,0,0,0,1.1001.33008,1.01827,1.01827,0,0,0,1.1001-.96777c0-.61621-.53906-.97949-1.25439-.97949a2.15554,2.15554,0,0,0-.64893.09961,1.15209,1.15209,0,0,1-.814.01074l-.12109-.04395a.64116.64116,0,0,1-.45117-.71484l.231-3.00391a.56666.56666,0,0,1,.62744-.583H15.541a.54085.54085,0,0,1,.605.60547v.43945a.54085.54085,0,0,1-.605.60547H13.41748l-.04395.72559a1.29306,1.29306,0,0,1-.04395.30859h.022a2.39776,2.39776,0,0,1,.57227-.07715A2.53266,2.53266,0,0,1,16.74023,12.18555ZM9,3A.99974.99974,0,0,0,8,4V8H3V4A1,1,0,0,0,1,4V14a1,1,0,0,0,2,0V10H8v4a1,1,0,0,0,2,0V4A.99974.99974,0,0,0,9,3Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18">
|
|
2
|
+
<path class="ql-fill" d="M14.51758,9.64453a1.85627,1.85627,0,0,0-1.24316.38477H13.252a1.73532,1.73532,0,0,1,1.72754-1.4082,2.66491,2.66491,0,0,1,.5498.06641c.35254.05469.57227.01074.70508-.40723l.16406-.5166a.53393.53393,0,0,0-.373-.75977,4.83723,4.83723,0,0,0-1.17773-.14258c-2.43164,0-3.7627,2.17773-3.7627,4.43359,0,2.47559,1.60645,3.69629,3.19043,3.69629A2.70585,2.70585,0,0,0,16.96,12.19727,2.43861,2.43861,0,0,0,14.51758,9.64453Zm-.23047,3.58691c-.67187,0-1.22168-.81445-1.22168-1.45215,0-.47363.30762-.583.72559-.583.96875,0,1.27734.59375,1.27734,1.12207A.82182.82182,0,0,1,14.28711,13.23145ZM10,4V14a1,1,0,0,1-2,0V10H3v4a1,1,0,0,1-2,0V4A1,1,0,0,1,3,4V8H8V4a1,1,0,0,1,2,0Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18">
|
|
2
|
+
<path class="ql-fill" d="M10,4V14a1,1,0,0,1-2,0V10H3v4a1,1,0,0,1-2,0V4A1,1,0,0,1,3,4V8H8V4a1,1,0,0,1,2,0Zm6.06787,9.209H14.98975V7.59863a.54085.54085,0,0,0-.605-.60547h-.62744a1.01119,1.01119,0,0,0-.748.29688L11.645,8.56641a.5435.5435,0,0,0-.022.8584l.28613.30762a.53861.53861,0,0,0,.84717.0332l.09912-.08789a1.2137,1.2137,0,0,0,.2417-.35254h.02246s-.01123.30859-.01123.60547V13.209H12.041a.54085.54085,0,0,0-.605.60547v.43945a.54085.54085,0,0,0,.605.60547h4.02686a.54085.54085,0,0,0,.605-.60547v-.43945A.54085.54085,0,0,0,16.06787,13.209Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg viewBox="0 0 18 18">
|
|
2
|
+
<path class="ql-fill" d="M15,12v2a.99942.99942,0,0,1-1,1H4a.99942.99942,0,0,1-1-1V12a1,1,0,0,1,2,0v1h8V12a1,1,0,0,1,2,0ZM14,3H4A.99942.99942,0,0,0,3,4V6A1,1,0,0,0,5,6V5h8V6a1,1,0,0,0,2,0V4A.99942.99942,0,0,0,14,3Z"/>
|
|
3
|
+
<path class="ql-fill" d="M15,10H3A1,1,0,0,1,3,8H15a1,1,0,0,1,0,2Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<line class="ql-stroke" x1="3" x2="15" y1="14" y2="14"></line>
|
|
3
|
+
<line class="ql-stroke" x1="3" x2="15" y1="4" y2="4"></line>
|
|
4
|
+
<line class="ql-stroke" x1="9" x2="15" y1="9" y2="9"></line>
|
|
5
|
+
<polyline class="ql-fill ql-stroke" points="3 7 3 11 5 9 3 7"></polyline>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<line class="ql-stroke" x1="7" x2="11" y1="7" y2="11"></line>
|
|
3
|
+
<path class="ql-even ql-stroke" 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"></path>
|
|
4
|
+
<path class="ql-even ql-stroke" 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"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<line class="ql-stroke" x1="6" x2="15" y1="4" y2="4"></line>
|
|
3
|
+
<line class="ql-stroke" x1="6" x2="15" y1="9" y2="9"></line>
|
|
4
|
+
<line class="ql-stroke" x1="6" x2="15" y1="14" y2="14"></line>
|
|
5
|
+
<line class="ql-stroke" x1="3" x2="3" y1="4" y2="4"></line>
|
|
6
|
+
<line class="ql-stroke" x1="3" x2="3" y1="9" y2="9"></line>
|
|
7
|
+
<line class="ql-stroke" x1="3" x2="3" y1="14" y2="14"></line>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg class="" viewbox="0 0 18 18">
|
|
2
|
+
<line class="ql-stroke" x1="9" x2="15" y1="4" y2="4"></line>
|
|
3
|
+
<polyline class="ql-stroke" points="3 4 4 5 6 3"></polyline>
|
|
4
|
+
<line class="ql-stroke" x1="9" x2="15" y1="14" y2="14"></line>
|
|
5
|
+
<polyline class="ql-stroke" points="3 14 4 15 6 13"></polyline>
|
|
6
|
+
<line class="ql-stroke" x1="9" x2="15" y1="9" y2="9"></line>
|
|
7
|
+
<polyline class="ql-stroke" points="3 9 4 10 6 8"></polyline>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<line class="ql-stroke" x1="7" x2="15" y1="4" y2="4"></line>
|
|
3
|
+
<line class="ql-stroke" x1="7" x2="15" y1="9" y2="9"></line>
|
|
4
|
+
<line class="ql-stroke" x1="7" x2="15" y1="14" y2="14"></line>
|
|
5
|
+
<line class="ql-stroke ql-thin" x1="2.5" x2="4.5" y1="5.5" y2="5.5"></line>
|
|
6
|
+
<path class="ql-fill" 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"></path>
|
|
7
|
+
<path class="ql-stroke ql-thin" 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"></path>
|
|
8
|
+
<path class="ql-stroke ql-thin" 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"></path>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<path class="ql-stroke" d="M12,5c0,1.1-2,4-2,4S8,6.1,8,5A2,2,0,0,1,12,5Z"></path>
|
|
3
|
+
<path class="ql-fill" d="M15.472,2.118a1,1,0,0,0-1.026.05l-1.067.712A3.944,3.944,0,0,1,14,4.869h0v7.6L12,13.8l-2.445-1.63a1,1,0,0,0-1.109,0L6,13.8,4,12.465v-7.6L5.445,5.832a0.992,0.992,0,0,0,.717.144A3.742,3.742,0,0,1,6,5a3.956,3.956,0,0,1,.258-1.374L6,3.8,3.555,2.168A1,1,0,0,0,2,3V13a1,1,0,0,0,.445.832l3,2a1,1,0,0,0,1.109,0L9,14.2l2.445,1.63a1,1,0,0,0,1.109,0l3-2A1,1,0,0,0,16,13V3A1,1,0,0,0,15.472,2.118Z"></path>
|
|
4
|
+
<path class="ql-fill" d="M12.092,14.938a4.2,4.2,0,0,0-1.936-3.032c-1.125-.656-2.425.738-2.75-0.687A2.036,2.036,0,0,0,5.688,9.656,2.878,2.878,0,0,0,3,8.653V13l3,2,3-2,3,2Z"></path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<line class="ql-stroke" x1="3" x2="15" y1="14" y2="14"></line>
|
|
3
|
+
<line class="ql-stroke" x1="3" x2="15" y1="4" y2="4"></line>
|
|
4
|
+
<line class="ql-stroke" x1="9" x2="15" y1="9" y2="9"></line>
|
|
5
|
+
<polyline class="ql-stroke" points="5 7 5 11 3 9 5 7"></polyline>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<polyline class="ql-stroke" points="3.5 14 7 4 10.5 14"></polyline>
|
|
3
|
+
<line class="ql-stroke" x1="9.45" x2="4.55" y1="11" y2="11"></line>
|
|
4
|
+
<rect class="ql-fill" height="5" rx="0.5" ry="0.5" transform="translate(20 -7) rotate(90)" width="1" x="13" y="4"></rect>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<polyline class="ql-stroke" points="3.5 14 7 4 10.5 14"></polyline>
|
|
3
|
+
<line class="ql-stroke" x1="9.45" x2="4.55" y1="11" y2="11"></line>
|
|
4
|
+
<rect class="ql-fill" height="5" rx="0.5" ry="0.5" width="1" x="13" y="4"></rect>
|
|
5
|
+
<rect class="ql-fill" height="5" rx="0.5" ry="0.5" transform="translate(20 -7) rotate(90)" width="1" x="13" y="4"></rect>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewbox="0 0 18 18">
|
|
2
|
+
<polyline class="ql-stroke" points="3.5 14 7 4 10.5 14"></polyline>
|
|
3
|
+
<line class="ql-stroke" x1="9.45" x2="4.55" y1="11" y2="11"></line>
|
|
4
|
+
<path class="ql-fill" d="M12.09,7.55l1.7-1.473a0.337,0.337,0,0,1,.429,0l1.7,1.473A0.261,0.261,0,0,1,15.7,8H12.3A0.261,0.261,0,0,1,12.09,7.55Z"></path>
|
|
5
|
+
<path class="ql-fill" d="M12.09,10.45l1.7,1.473a0.337,0.337,0,0,0,.429,0l1.7-1.473A0.261,0.261,0,0,0,15.7,10H12.3A0.261,0.261,0,0,0,12.09,10.45Z"></path>
|
|
6
|
+
</svg>
|