discard.rs 1.99 KB
use mogwai::prelude::*;
use super::NS;

pub(crate) fn discard_icon() -> ViewBuilder<Dom> {
    builder! {
        <svg xmlns=NS viewBox="10.3 3.8 76.2 88.7"
             style:width="1.5em" style:height="1.5em">
            <g xmlns=NS id="_x37_0">
            <polygon xmlns=NS
                     points="35.4,18.1 31.1,4.3 31.1,16.3
                             24.5,16.3 24.5,10.9 18.3,18.9
                             13.8,23.7 17,23.7 19.8,31.8
                             27.9,34.1 27.9,37.8 38.7,41.8
                             38.7,34.1 38.7,30.4 38.7,25.2
                             46.8,25.2 "/>
            <path xmlns=NS
                  d="M75.7,39.9 h-8.3 h-40.5 h-8.3 h-3 v9.5
                      v2 h4.7 c2.2,13.3,6.8,42.2,6.8,42.2 h40
                      c0,0,4.6-27.6,7-42.2 h4.7 v-2 v-9.5
                     H75.7z
                     M67.7,51.4 l-2.6,15.6 l-6.1-6.9 l8-8.7
                     H67.7z
                     M63.7,75.6 l-1.3,7.9 l-2.9-3.2
                     L63.7,75.6z
                     M56.6,77.2
                     L50,70 l6.2-6.7 l6.4,7.3
                     L56.6,77.2z
                     M52.4,51.4 h8.9 l-5.1,5.5 l-4.8-5.4
                     C51.8,51.4,52.1,51.4,52.4,51.4z
                     M53.3,60 l-6.2,6.8 l-6.6-7.2 l6.4-6.9
                     L53.3,60z
                     M30.5,74.9 l4.6,5 l-3.2,3.5
                     L30.5,74.9z
                     M31.4,69.6 l6.2-6.8 l6.6,7.2 l-6.2,6.8
                     L31.4,69.6z
                     M41.9,51.4 c0.1,0,0.2,0,0.3,0 l-4.7,5.1
                      l-4.7-5.1
                     H41.9z
                     M27.1,51.4 l7.6,8.3 l-5.7,6.2l-2.3-14.5
                     H27.1z
                     M34.6,86.7 l3.3-3.6 l3.3,3.6
                     H34.6z
                     M47.1,86.7 l-6.2-6.8 l6.2-6.8 l6.6,7.2
                      l-5.8,6.4
                     H47.1z
                     M53.7,86.7 l2.9-3.2 l3,3.2
                     H53.7z"/>
            </g>
        </svg>
    }
}