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="m21 12.182-4.065 1.478a2 2 0 0 0-1.228 1.291L14.154 20a.161.161 0 0 1-.308 0l-1.553-5.049a2 2 0 0 0-1.228-1.291L7 12.182a.193.193 0 0 1 0-.364l4.065-1.478a2 2 0 0 0 1.228-1.291L13.846 4a.161.161 0 0 1 .308 0l1.553 5.049a2 2 0 0 0 1.228 1.291L21 11.818c.17.062.17.302 0 .364Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="m21 12.182-4.065 1.478a2 2 0 0 0-1.228 1.291L14.154 20a.161.161 0 0 1-.308 0l-1.553-5.049a2 2 0 0 0-1.228-1.291L7 12.182a.193.193 0 0 1 0-.364l4.065-1.478a2 2 0 0 0 1.228-1.291L13.846 4a.161.161 0 0 1 .308 0l1.553 5.049a2 2 0 0 0 1.228 1.291L21 11.818c.17.062.17.302 0 .364ZM3.75 5.25c.472.157.843.528 1 1 .08.24.42.24.5 0a1.581 1.581 0 0 1 1-1c.24-.08.24-.42 0-.5a1.581 1.581 0 0 1-1-1 .264.264 0 0 0-.5 0 1.581 1.581 0 0 1-1 1c-.24.08-.24.42 0 .5ZM7.25 19.25a1.581 1.581 0 0 0-1 1c-.08.24-.42.24-.5 0a1.581 1.581 0 0 0-1-1 .264.264 0 0 1 0-.5 1.581 1.581 0 0 0 1-1c.08-.24.42-.24.5 0 .157.472.528.843 1 1 .24.08.24.42 0 .5Z" /></svg>;
export default SvgComponent;