import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPromoted = withIcon(function IconPromoted(props) {
    return (<svg data-tag="IconPromoted" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12.75 3.75h-1.5c-4.125 0-6.187 0-7.219 1.031C3 5.813 3 7.875 3 12s0 6.188 1.031 7.219c1.031 1.031 3.094 1.031 7.219 1.031h1.5c4.125 0 6.188 0 7.219-1.031C21 18.188 21 16.125 21 12s0-6.187-1.031-7.219c-1.032-1.031-3.094-1.03-7.219-1.03m4.5 9.752c0 .448-.057.73-.226.899-.17.169-.45.226-.899.226s-.73-.057-.899-.226c-.17-.17-.226-.45-.226-.9v-1.703c0-.31-.104-.508-.262-.574-.159-.066-.372.001-.591.22l-2.665 2.665-2.664 2.664c-.318.318-.557.477-.796.477-.238 0-.477-.159-.795-.477-.318-.318-.477-.556-.477-.795 0-.24.159-.478.477-.796l2.664-2.664 2.664-2.664c.22-.22.287-.433.221-.592-.066-.158-.264-.262-.574-.262h-1.704c-.448 0-.73-.057-.899-.226-.169-.17-.226-.45-.226-.899s.057-.73.226-.899c.17-.17.45-.226.9-.226h5.626c.448 0 .73.057.899.226.169.17.226.45.226.899z"/>
    </svg>);
});
//# sourceMappingURL=Promoted.jsx.map