import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="m20.924 9.076-.03.03-4.062 4.062a2 2 0 0 0-.509 1.964l1.623 5.68a.072.072 0 0 1-.109.08l-.018-.013-4.71-3.14a2 2 0 0 0-2.218 0l-4.72 3.147a.075.075 0 0 1-.115-.083l.008-.027 1.613-5.644a2 2 0 0 0-.51-1.964L3.136 9.135l-.04-.04A.056.056 0 0 1 3.136 9h5.032a2 2 0 0 0 1.846-1.23l1.924-4.619a.068.068 0 0 1 .126 0l1.924 4.618A2 2 0 0 0 15.833 9h5.06c.04 0 .06.048.031.076Z" /></svg>;
export default SvgComponent;