You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2014/07/22 17:26:09 UTC

[18/59] [abbrv] Fauxton: Improve css and add fonts

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/fonts/templates/icons.less
----------------------------------------------------------------------
diff --git a/assets/fonts/templates/icons.less b/assets/fonts/templates/icons.less
new file mode 100644
index 0000000..f4e8dbd
--- /dev/null
+++ b/assets/fonts/templates/icons.less
@@ -0,0 +1,30 @@
+/*
+*	Icon Font: <%= font_name %>
+*/
+
+/*  Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ *  use this file except in compliance with the License. You may obtain a copy of
+ *  the License at
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ *  License for the specific language governing permissions and limitations under
+ *  the License.
+ */
+
+/* had to add a custom template to the generator to get this to compile to append the proper path and specify  "url" instead of "font-url":
+https://github.com/seanbarclay/fontcustom/blob/1c3ad3d2633d3a8add39e8827115394e9ec02d88/lib/fontcustom/generator/template.rb
+*/
+<%= font_face(:LESS) %>
+
+[data-icon]:before { content: attr(data-icon); }
+
+[data-icon]:before,
+<%= glyph_selectors %> {
+<%= glyph_properties %>
+}
+
+<%= glyphs %>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/activetasks.svg
----------------------------------------------------------------------
diff --git a/assets/icons/activetasks.svg b/assets/icons/activetasks.svg
new file mode 100755
index 0000000..5683da6
--- /dev/null
+++ b/assets/icons/activetasks.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
+<g>
+</g>
+	<path d="M18.272 25.12h11.456v-2.304h-11.456v2.304zM11.424 15.968h18.304v-2.272h-18.304v2.272zM22.848 6.816h6.88v-2.272h-6.88v2.272zM32 21.696v4.544q0 0.48-0.352 0.8t-0.8 0.352h-29.696q-0.48 0-0.8-0.352t-0.352-0.8v-4.544q0-0.48 0.352-0.832t0.8-0.32h29.696q0.48 0 0.8 0.32t0.352 0.832zM32 12.544v4.576q0 0.448-0.352 0.8t-0.8 0.32h-29.696q-0.48 0-0.8-0.32t-0.352-0.8v-4.576q0-0.48 0.352-0.8t0.8-0.352h29.696q0.48 0 0.8 0.352t0.352 0.8zM32 3.392v4.576q0 0.48-0.352 0.8t-0.8 0.352h-29.696q-0.48 0-0.8-0.352t-0.352-0.8v-4.576q0-0.448 0.352-0.8t0.8-0.352h29.696q0.48 0 0.8 0.352t0.352 0.8z" fill="#000000" />
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/arrow-box-down.svg
----------------------------------------------------------------------
diff --git a/assets/icons/arrow-box-down.svg b/assets/icons/arrow-box-down.svg
new file mode 100755
index 0000000..8da5fc3
--- /dev/null
+++ b/assets/icons/arrow-box-down.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
+<g>
+</g>
+	<path d="M32 31.968v-32h-32v32h32zM28 27.968h-24v-24h24v24zM16 21.952l-8-12h16l-8 12z" fill="#000000" />
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/arrow-box-up.svg
----------------------------------------------------------------------
diff --git a/assets/icons/arrow-box-up.svg b/assets/icons/arrow-box-up.svg
new file mode 100755
index 0000000..7995927
--- /dev/null
+++ b/assets/icons/arrow-box-up.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
+<g>
+</g>
+	<path d="M0-0.032v32h32v-32h-32zM28 27.968h-24v-24h24v24zM24 21.952h-16l8-12 8 12z" fill="#000000" />
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/arrow_left.svg
----------------------------------------------------------------------
diff --git a/assets/icons/arrow_left.svg b/assets/icons/arrow_left.svg
new file mode 100644
index 0000000..08c48f4
--- /dev/null
+++ b/assets/icons/arrow_left.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
+<polygon points="6.412,9 8.057,9 8.057,14 32.057,14 32.057,17 8.057,17 8.057,22 6.412,22 0,15.5 "/>
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/arrow_right.svg
----------------------------------------------------------------------
diff --git a/assets/icons/arrow_right.svg b/assets/icons/arrow_right.svg
new file mode 100644
index 0000000..c0c6198
--- /dev/null
+++ b/assets/icons/arrow_right.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
+<polygon points="32.057,15.5 25.645,22 24,22 24,17 0,17 0,14 24,14 24,9 25.645,9 "/>
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/arrows-cw.svg
----------------------------------------------------------------------
diff --git a/assets/icons/arrows-cw.svg b/assets/icons/arrows-cw.svg
new file mode 100755
index 0000000..e3f190b
--- /dev/null
+++ b/assets/icons/arrows-cw.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
+<g>
+</g>
+	<path d="M0 31.968v-12.864h12.864l-5.12 5.12q3.456 3.424 8.256 3.424 4 0 7.104-2.4t4.16-6.144h4.416q-1.12 5.536-5.536 9.216t-10.144 3.648q-6.624 0-11.296-4.672zM0.32 12.832q1.12-5.568 5.536-9.216t10.144-3.648q6.624 0 11.328 4.672l4.672-4.672v12.864h-12.864l5.12-5.12q-3.456-3.424-8.256-3.424-4 0-7.104 2.4t-4.16 6.144h-4.416z" fill="#000000" />
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/article.svg
----------------------------------------------------------------------
diff --git a/assets/icons/article.svg b/assets/icons/article.svg
new file mode 100755
index 0000000..9ab58a1
--- /dev/null
+++ b/assets/icons/article.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30" height="32" viewBox="0 0 30 32">
+<g>
+</g>
+	<path d="M29.152 5.248h-28.576v-3.584h28.576v3.584zM18.432 12.384h-17.856v-3.584h17.856v3.584zM29.152 23.104h-28.576v-3.584h28.576v3.584zM22.016 30.272h-21.44v-3.616h21.44v3.616zM29.152 28.448q0 0.768-0.512 1.28t-1.248 0.544-1.28-0.544-0.544-1.28 0.544-1.248 1.28-0.544q0.704 0 1.248 0.544t0.512 1.248z" fill="#000000" />
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/attention-alt.svg
----------------------------------------------------------------------
diff --git a/assets/icons/attention-alt.svg b/assets/icons/attention-alt.svg
new file mode 100755
index 0000000..0675391
--- /dev/null
+++ b/assets/icons/attention-alt.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="11" height="32" viewBox="0 0 11 32">
+<g>
+</g>
+	<path d="M9.152 22.24v4q0 0.48-0.352 0.8t-0.8 0.352h-4.576q-0.448 0-0.8-0.352t-0.352-0.8v-4q0-0.448 0.352-0.8t0.8-0.32h4.576q0.48 0 0.8 0.32t0.352 0.8zM9.664 3.392l-0.48 13.728q-0.032 0.448-0.384 0.8t-0.8 0.32h-4.576q-0.448 0-0.8-0.32t-0.384-0.8l-0.48-13.728q-0.032-0.448 0.288-0.8t0.8-0.352h5.728q0.448 0 0.8 0.352t0.288 0.8z" fill="#000000" />
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/attention-circled.svg
----------------------------------------------------------------------
diff --git a/assets/icons/attention-circled.svg b/assets/icons/attention-circled.svg
new file mode 100755
index 0000000..ea0567d
--- /dev/null
+++ b/assets/icons/attention-circled.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
+<g>
+</g>
+	<path d="M13.728 2.24q3.712 0 6.88 1.856t4.992 4.992 1.824 6.88-1.824 6.88-4.992 4.992-6.88 1.856-6.912-1.856-4.96-4.992-1.856-6.88 1.856-6.88 4.96-4.992 6.912-1.856zM16 24.512v-3.392q0-0.256-0.16-0.416t-0.384-0.16h-3.424q-0.256 0-0.416 0.16t-0.192 0.416v3.392q0 0.256 0.192 0.416t0.416 0.192h3.424q0.224 0 0.384-0.192t0.16-0.416zM15.968 18.368l0.32-11.072q0-0.224-0.192-0.32-0.16-0.16-0.416-0.16h-3.936q-0.256 0-0.416 0.16-0.192 0.096-0.192 0.32l0.32 11.072q0 0.192 0.16 0.32t0.448 0.128h3.296q0.256 0 0.416-0.128t0.192-0.32z" fill="#000000" />
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/block.svg
----------------------------------------------------------------------
diff --git a/assets/icons/block.svg b/assets/icons/block.svg
new file mode 100755
index 0000000..ae3d84f
--- /dev/null
+++ b/assets/icons/block.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="27" height="32" viewBox="0 0 27 32">
+<g>
+</g>
+	<path d="M23.424 15.904q0-2.88-1.536-5.248l-13.472 13.44q2.432 1.6 5.312 1.6 1.984 0 3.776-0.8t3.072-2.080 2.080-3.104 0.768-3.808zM5.6 21.248l13.472-13.472q-2.4-1.6-5.344-1.6-2.656 0-4.896 1.28t-3.52 3.584-1.312 4.864q0 2.912 1.6 5.344zM27.424 15.904q0 2.816-1.088 5.376t-2.912 4.384-4.384 2.944-5.312 1.088-5.344-1.088-4.384-2.944-2.912-4.384-1.088-5.376 1.088-5.344 2.912-4.384 4.384-2.912 5.344-1.088 5.312 1.088 4.384 2.912 2.912 4.384 1.088 5.344z" fill="#000000" />
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/bookmark-ribbon-wplus.svg
----------------------------------------------------------------------
diff --git a/assets/icons/bookmark-ribbon-wplus.svg b/assets/icons/bookmark-ribbon-wplus.svg
new file mode 100755
index 0000000..c4f6b31
--- /dev/null
+++ b/assets/icons/bookmark-ribbon-wplus.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
+<g>
+</g>
+	<path d="M24.992-0.032h-17.984v32l8.992-8.192 8.992 8.192v-32zM20.992 11.968h-4v4h-1.984v-4h-4v-2.016h4v-4h1.984v4h4v2.016z" fill="#000000" />
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/bookmark.svg
----------------------------------------------------------------------
diff --git a/assets/icons/bookmark.svg b/assets/icons/bookmark.svg
new file mode 100755
index 0000000..d27d25b
--- /dev/null
+++ b/assets/icons/bookmark.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
+<g>
+</g>
+	<path d="M29.952 27.808c-3.072 0.16-8.864 0.672-12 2.304-0.16 0.96-0.96 1.696-1.952 1.696-0.992 0-1.76-0.736-1.92-1.696-3.136-1.632-8.96-2.176-12-2.304-1.088 0-1.984-0.896-1.984-1.984v-23.872c0-1.088 0.896-1.984 1.984-1.984 0.064 0 0.128 0.032 0.192 0.032 13.696 0.352 13.728 3.936 13.728 3.936s0.064-3.584 13.728-3.936c0.096 0 0.128-0.032 0.224-0.032 1.088 0 1.984 0.896 1.984 1.984v23.872c0 1.088-0.896 1.984-1.984 1.984zM14.016 6.208c-2.56-1.312-6.816-1.856-9.952-2.080v19.808c5.344 0.288 8.352 1.088 9.952 1.888v-19.616zM27.936 4.128c-3.136 0.224-7.36 0.768-9.92 2.080v19.616c1.6-0.8 4.608-1.6 9.92-1.888v-19.808zM25.952 7.936v3.968c0 0-5.952 0-5.952 1.984v-3.968c0 0 0-1.984 5.952-1.984zM25.952 15.872v4c0 0-5.952 0-5.952 1.984v-4c0 0 0-1.984 5.952-1.984zM12.032 9.92v3.968c0-1.984-5.952-1.984-5.952-1.984v-3.968c5.952 0 5.952 1.984 5.952 1.984zM12.032 17.856v4c0-1.984-5.952-1.984-5.952-1.984v-4c5.952 0 5.952 1.984 5.952 1.984z" fill="#000000" />
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/burger.svg
----------------------------------------------------------------------
diff --git a/assets/icons/burger.svg b/assets/icons/burger.svg
new file mode 100755
index 0000000..91351b6
--- /dev/null
+++ b/assets/icons/burger.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
+<g>
+</g>
+	<path d="M0 4.96h32v6.016h-32v-6.016zM0 12.96h32v6.016h-32v-6.016zM0 20.96h32v6.016h-32v-6.016z" fill="#000000" />
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/cancel-circled.svg
----------------------------------------------------------------------
diff --git a/assets/icons/cancel-circled.svg b/assets/icons/cancel-circled.svg
new file mode 100755
index 0000000..19de5b7
--- /dev/null
+++ b/assets/icons/cancel-circled.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
+<g>
+</g>
+	<path d="M0 15.968q0-6.624 4.704-11.328t11.296-4.672 11.328 4.672 4.672 11.328-4.672 11.328-11.328 4.672-11.296-4.672-4.704-11.328zM7.008 20.96l4 4 4.992-4.992 4.992 4.992 4-4-4.992-4.992 4.992-4.992-4-4-4.992 4.992-4.992-4.992-4 4 4.992 4.992z" fill="#000000" />
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/cancel-circled2.svg
----------------------------------------------------------------------
diff --git a/assets/icons/cancel-circled2.svg b/assets/icons/cancel-circled2.svg
new file mode 100755
index 0000000..be09a72
--- /dev/null
+++ b/assets/icons/cancel-circled2.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
+<g>
+</g>
+	<path d="M0 15.968q0-6.624 4.704-11.328t11.296-4.672 11.328 4.672 4.672 11.328-4.672 11.328-11.328 4.672-11.296-4.672-4.704-11.328zM3.488 15.968q0 5.184 3.68 8.832t8.832 3.68 8.832-3.68 3.68-8.832-3.68-8.832-8.832-3.68-8.832 3.68-3.68 8.832zM8.128 20.352l4.384-4.384-4.384-4.384 3.488-3.488 4.384 4.384 4.384-4.384 3.488 3.488-4.384 4.384 4.384 4.384-3.488 3.488-4.384-4.384-4.384 4.384z" fill="#000000" />
+</svg>

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/247b52bc/assets/icons/cancel.svg
----------------------------------------------------------------------
diff --git a/assets/icons/cancel.svg b/assets/icons/cancel.svg
new file mode 100755
index 0000000..56cd8a2
--- /dev/null
+++ b/assets/icons/cancel.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32">
+<g>
+</g>
+	<path d="M20.928 16l11.072 11.072-4.928 4.928-11.072-11.072-11.072 11.072-4.928-4.928 11.072-11.072-11.072-11.072 4.928-4.928 11.072 11.072 11.072-11.072 4.928 4.928z" fill="#000000" />
+</svg>