import React from 'react';
import withIcon from '../lib/withIcon';
export const IconRepost = withIcon(function IconRepost(props) {
    return (<svg data-tag="IconRepost" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M15 18c0 .45-.056.73-.225.9-.17.169-.45.225-.9.225h-6c-1.345 0-2.376-.36-3.071-1.054C4.109 17.375 3.75 16.344 3.75 15v-3.391c0-.27-.047-.453-.162-.57-.114-.119-.296-.171-.565-.18-1.306-.038-1.884-.175-1.898-.661-.014-.486.535-1.32 1.482-2.755 1.131-1.712 1.7-2.568 2.267-2.568.569 0 1.137.856 2.267 2.568.948 1.434 1.497 2.27 1.483 2.755-.014.486-.592.623-1.898.662-.27.008-.45.06-.565.178-.114.118-.161.302-.161.57V15c0 .61.163 1.08.479 1.396.316.316.785.479 1.396.479h6c.45 0 .73.056.9.225.168.169.225.45.225.9m5.977-4.86c-.27-.008-.451-.06-.565-.179-.115-.117-.162-.3-.162-.57V9c0-1.344-.359-2.375-1.054-3.07-.695-.696-1.727-1.055-3.07-1.055h-6.001c-.45 0-.731.056-.9.225C9.056 5.27 9 5.55 9 6s.056.73.225.9c.169.169.45.225.9.225h6c.611 0 1.08.163 1.396.48.316.315.48.784.48 1.395v3.391c0 .27-.048.453-.162.57-.114.118-.296.171-.565.18-1.306.038-1.884.175-1.898.66-.014.487.535 1.322 1.482 2.756 1.13 1.712 1.7 2.568 2.267 2.568.569 0 1.137-.856 2.267-2.568.948-1.434 1.497-2.27 1.483-2.755-.015-.486-.592-.623-1.898-.662"/>
    </svg>);
});
//# sourceMappingURL=Repost.jsx.map