| 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 21.99l5.66-7.05C18.44 14.78 16.27 13 13 13s-5.44 1.78-5.66 1.95L13 21.99z"/><path fill-opacity=".3" d="M13.01 21.99L25.58 6.32C25.1 5.96 20.26 2 13 2S.9 5.96.42 6.32l12.57 15.66.01.02.01-.01z"/></svg>
return React.cloneElement(svg, props)
}
|