UNPKG

@fitch-digital/fitch-ui

Version:

UI Library for Fitch Digital Projects

9 lines (7 loc) 342 B
/* eslint-disable max-len */ import React from 'react'; export default props => ( <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" {...props}> <path d="M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z" /> </svg> );