Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

decrease.js 856B

1234567891011121314
  1. /**
  2. * @Author: Caven
  3. * @Date: 2020-06-06 14:18:00
  4. */
  5. const decrease = `
  6. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  7. <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">
  8. <!-- Generator: Sketch 3.4.3 (16044) - http://www.bohemiancoding.com/sketch -->
  9. <title>decrease</title>
  10. <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>
  11. </svg>
  12. `
  13. export default decrease