kopia lustrzana https://github.com/wagtail/wagtail
Adds the duplicate icon from wagtail-react-streamfield. (#6227)
rodzic
9917d7d2e9
commit
2b3f8fe4e1
|
@ -21,6 +21,7 @@ $icons: (
|
|||
'doc-full-inverse': '\e01b',
|
||||
'doc-full': '\e018',
|
||||
'download': '\e044',
|
||||
'duplicate': '\e902',
|
||||
'edit': '\e00f',
|
||||
'folder-inverse': '\e014',
|
||||
'folder-open-1': '\e013',
|
||||
|
|
File diff suppressed because one or more lines are too long
Plik binarny nie jest wyświetlany.
|
@ -0,0 +1,3 @@
|
|||
<symbol id="icon-duplicate" viewBox="0 0 16 16">
|
||||
<path d="M 5.10985,1 C 4.89773,1 4.71212,1.053 4.57955,1.21212 4.44697,1.3447 4.36742,1.50379 4.36742,1.71591 V 3.38636 H 2.67045 c -0.21211,0 -0.39772,0.053 -0.5303,0.21213 C 2.00758,3.73106 1.92803,3.89015 1.92803,4.10227 v 10.18182 c 0,0.21212 0.0795,0.37121 0.21212,0.50379 C 2.27273,14.94697 2.45834,15 2.67045,15 h 8.2197 c 0.21212,0 0.39773,-0.053 0.5303,-0.21212 0.13258,-0.13258 0.21213,-0.29167 0.21213,-0.50379 v -1.67045 h 1.69697 c 0.21211,0 0.39772,-0.053 0.5303,-0.21213 0.13257,-0.13257 0.21212,-0.29166 0.21212,-0.50378 V 5.10985 c 0,-0.21212 -0.053,-0.42425 -0.15909,-0.66288 C 13.80682,4.20834 13.70076,3.99621 13.54166,3.86364 L 11.18182,1.50379 C 11.04924,1.37121 10.86364,1.23864 10.625,1.13258 10.35985,1.02651 10.14773,1 9.9356,1 Z M 5.34849,1.95455 H 9.2197 v 3.1553 c 0,0.21212 0.0795,0.37121 0.21211,0.50379 C 9.5644,5.77273 9.75,5.82576 9.9356,5.82576 h 3.15531 v 5.83333 H 5.34849 Z m 4.85227,0.053 c 0.13258,0.053 0.23863,0.10606 0.29166,0.18561 l 2.38637,2.35985 c 0.053,0.053 0.10606,0.15908 0.15909,0.31817 H 10.20076 Z M 2.90909,4.34088 h 1.45833 v 7.55682 c 0,0.21212 0.0795,0.37121 0.21213,0.50378 0.13257,0.1591 0.31818,0.21213 0.5303,0.21213 h 5.54166 v 1.43182 H 2.90909 Z" />
|
||||
</symbol>
|
|
@ -679,6 +679,7 @@ def register_icons(icons):
|
|||
'doc-full-inverse.svg',
|
||||
'doc-full.svg', # aka file-text-alt
|
||||
'download.svg',
|
||||
'duplicate.svg',
|
||||
'edit.svg',
|
||||
'folder-inverse.svg',
|
||||
'folder-open-1.svg',
|
||||
|
|
|
@ -831,6 +831,7 @@
|
|||
<li>{% icon 'horizontalrule' %} horizontalrule</li>
|
||||
<li>{% icon 'password' %} password</li>
|
||||
<li>{% icon 'download' %} download</li>
|
||||
<li>{% icon 'duplicate' %} duplicate</li>
|
||||
<li>{% icon 'order' %} order</li>
|
||||
<li>{% icon 'grip' %} grip</li>
|
||||
<li>{% icon 'home' %} home</li>
|
||||
|
|
Ładowanie…
Reference in New Issue