From cb25339e8c60fcdeec6ee570a6900e87a3144887 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Wed, 10 Feb 2021 16:46:57 +0000 Subject: [PATCH] optimize asset --- static/icons/order.svg | 67 --------------------------------- 1 files changed, 1 insertions(+), 66 deletions(-) diff --git a/static/icons/order.svg b/static/icons/order.svg index 333747f..4993afd 100644 --- a/static/icons/order.svg +++ b/static/icons/order.svg @@ -1,66 +1 @@ -<?xml version="1.0" encoding="iso-8859-1"?> -<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> -<g> - <g> - <path d="M492,236H144.262c-11.046,0-20,8.954-20,20s8.954,20,20,20H492c11.046,0,20-8.954,20-20C512,244.954,503.046,236,492,236z - "/> - </g> -</g> -<g> - <g> - <path d="M492,86H144.262c-11.046,0-20,8.954-20,20s8.954,20,20,20H492c11.046,0,20-8.954,20-20S503.046,86,492,86z"/> - </g> -</g> -<g> - <g> - <path d="M492,386H144.262c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20H492c11.046,0,20-8.954,20-20 - C512,394.954,503.046,386,492,386z"/> - </g> -</g> -<g> - <g> - <circle cx="27" cy="106" r="27"/> - </g> -</g> -<g> - <g> - <circle cx="27" cy="256" r="27"/> - </g> -</g> -<g> - <g> - <circle cx="27" cy="406" r="27"/> - </g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -<g> -</g> -</svg> +<svg enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="m492 236h-347.738c-11.046 0-20 8.954-20 20s8.954 20 20 20h347.738c11.046 0 20-8.954 20-20s-8.954-20-20-20z"/><path d="m492 86h-347.738c-11.046 0-20 8.954-20 20s8.954 20 20 20h347.738c11.046 0 20-8.954 20-20s-8.954-20-20-20z"/><path d="m492 386h-347.738c-11.046 0-20 8.954-20 20s8.954 20 20 20h347.738c11.046 0 20-8.954 20-20s-8.954-20-20-20z"/><circle cx="27" cy="106" r="27"/><circle cx="27" cy="256" r="27"/><circle cx="27" cy="406" r="27"/></svg> \ No newline at end of file -- Gitblit v1.10.0