| 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="M22 22h2v-2h-2v2zM13 2C5.74 2 .9 5.96.42 6.32l12.57 15.66.01.02.01-.01L20 13.28V8h4.24l1.35-1.68C25.1 5.96 20.26 2 13 2zm9 16h2v-8h-2v8z"/></svg>
return React.cloneElement(svg, props)
}
|