Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-08-01 11:43:31 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-09 10:14:35 +0300
commitab37bb905875254f01c73dbb4542fa5063c4c183 (patch)
tree181d046290356cb45b3a59db0d05ef195b9be4ce
parent89b56c781fbacd794e8019822f3a7bcf19176ca1 (diff)
Optimize icons/list-task.svg.
-rw-r--r--icons/list-task.svg29
1 files changed, 8 insertions, 21 deletions
diff --git a/icons/list-task.svg b/icons/list-task.svg
index 1ed0eecf0..6a61e82bc 100644
--- a/icons/list-task.svg
+++ b/icons/list-task.svg
@@ -1,21 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <!-- Generator: Sketch 56.2 (81672) - https://sketch.com -->
- <title>list-task</title>
- <desc>Created with Sketch.</desc>
- <g id="v2" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
- <g id="icons" transform="translate(-260.000000, -80.000000)">
- <g id="slices"></g>
- <g transform="translate(1.000000, 2.000000)" id="list-task" stroke="currentColor">
- <g transform="translate(262.000000, 82.000000)">
- <path d="M4.5,9.5 L13.5,9.5" id="line" stroke-linecap="round"></path>
- <path d="M4.5,5.5 L13.5,5.5" id="line" stroke-linecap="round"></path>
- <path d="M4.5,1.5 L13.5,1.5" id="line" stroke-linecap="round"></path>
- <rect id="Rectangle" x="0.5" y="0.5" width="2" height="2" rx="0.5"></rect>
- <rect id="Rectangle-Copy-12" x="0.5" y="4.5" width="2" height="2" rx="0.5"></rect>
- <rect id="Rectangle-Copy-13" x="0.5" y="8.5" width="2" height="2" rx="0.5"></rect>
- </g>
- </g>
- </g>
- </g>
-</svg> \ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
+ <g fill="none" fill-rule="evenodd" stroke="currentColor" transform="translate(3 4)">
+ <path stroke-linecap="round" d="M4.5 9.5h9m-9-4h9m-9-4h9"/>
+ <rect width="2" height="2" x=".5" y=".5" rx=".5"/>
+ <rect width="2" height="2" x=".5" y="4.5" rx=".5"/>
+ <rect width="2" height="2" x=".5" y="8.5" rx=".5"/>
+ </g>
+</svg>