| 1 2 3 4 5 6 7 8 9 | 1x | /* This file has been auto-generated by bin/generateSvgIcons.js script */
import React from 'react'
export default (props) => {
const svg = <svg xmlns="http://www.w3.org/2000/svg" width="26" height="24" viewBox="0 0 26 24"><path d="M13 4c4.25 0 7.62 1.51 9.68 2.75L13 18.8 3.33 6.75C5.38 5.51 8.75 4 13 4m0-2C5.74 2 .9 5.96.42 6.32l12.57 15.66.01.02.01-.01L25.58 6.32C25.1 5.96 20.26 2 13 2z"/></svg>
return React.cloneElement(svg, props)
}
|