import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M16.514 2.143a1 1 0 0 1 .343 1.372l-3.69 6.152 2.697 4.497a4 4 0 1 1-1.714 1.03L12 11.61l-2.15 3.583a4 4 0 1 1-1.714-1.03l2.698-4.496-3.691-6.152a1 1 0 1 1 1.715-1.03L12 7.724l3.142-5.237a1 1 0 0 1 1.372-.343Z" clipRule="evenodd" /></svg>;
export default SvgComponent;