Hirse/brackets-outline-list

View on GitHub
styles/icons/move.svg

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13" height="13">
    <defs>
        <g id="move">
            <rect x="3" y="3.5" width="7" height="1"></rect>
            <rect x="3" y="8.5" width="7" height="1"></rect>
            <polygon points="9,1 13,4 9,7"></polygon>
            <polygon points="4,6 0,9 4,12"></polygon>
        </g>
    </defs>
    <use xlink:href="#move" opacity="0.69"/>
    <use xlink:href="#move" y="-1" fill="#798286"/>
</svg>