| 1234567891011121314 |
- /**
- * @Author: Caven
- * @Date: 2020-06-06 14:18:00
- */
-
- const decrease = `
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <svg width="50px" height="6px" viewBox="0 0 50 6" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
- <!-- Generator: Sketch 3.4.3 (16044) - http://www.bohemiancoding.com/sketch -->
- <title>decrease</title>
- <path d="M46.6183575,0.657894737 L3.30112724,0.657894737 C1.44927539,0.657894737 0,1.66880618 0,2.96052632 C0,4.25224645 1.44927539,5.26315789 3.30112724,5.26315789 L46.6988728,5.26315789 C48.5507246,5.26315789 50,4.25224645 50,2.96052632 C49.9194847,1.66880618 48.4702093,0.657894737 46.6183575,0.657894737 L46.6183575,0.657894737 L46.6183575,0.657894737 Z" id="Shape"></path>
- </svg>
- `
- export default decrease
|