react-icons
Version:
svg react icons of popular icon packs using ES6 imports
12 lines (9 loc) • 661 B
JavaScript
var IconBase = require('../IconBase');
var TiMediaRewindOutline = (props) => {
return (
<IconBase viewBox="0 0 24 24" {...props}>
<g><g><path d="M10 8.676v8.05l-4.133-4.025 4.133-4.025m.2-2.276c-.488 0-.931.197-1.253.512-2.381 2.315-5.947 5.789-5.947 5.789l5.944 5.789c.326.315.768.51 1.256.51.994 0 1.8-.805 1.8-1.799v-9c0-.994-.806-1.801-1.8-1.801zM19 8.676v8.051l-4.133-4.025 4.133-4.026m.2-2.276c-.488 0-.931.197-1.253.512-2.381 2.315-5.947 5.789-5.947 5.789l5.944 5.789c.326.315.768.51 1.256.51.994 0 1.8-.805 1.8-1.799v-9c0-.994-.806-1.801-1.8-1.801z"/></g></g>
</IconBase>
);
};
export default TiMediaRewindOutline;