import React from "react";

const RiyalIcon = () => {
  return (
    <svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
        <g clipPath="url(#clip0_6448_12071)">
        <path d="M8.13811 13.2883C7.90475 13.8194 7.7505 14.3956 7.69141 15L12.6297 13.9226C12.863 13.3917 13.0171 12.8153 13.0764 12.2109L8.13811 13.2883Z" fill="#45556C"/>
        <path d="M12.6302 10.6949C12.8636 10.164 13.0178 9.58759 13.0769 8.98324L9.23018 9.82291V8.20876L12.6301 7.46723C12.8635 6.9363 13.0177 6.35989 13.0768 5.75554L9.23007 6.59449V0.789524C8.64063 1.12919 8.11715 1.58132 7.69162 2.11463V6.93021L6.15318 7.26582V0C5.56375 0.339544 5.04027 0.791792 4.61474 1.32511V7.6013L1.17247 8.35203C0.939118 8.88295 0.78475 9.45936 0.725539 10.0637L4.61474 9.21545V11.2482L0.4467 12.1572C0.213346 12.6881 0.0590948 13.2646 0 13.8689L4.36277 12.9174C4.71793 12.8416 5.02317 12.6261 5.22163 12.3295L6.02173 11.1121V11.1118C6.10479 10.9859 6.15318 10.834 6.15318 10.6705V8.87985L7.69162 8.54424V11.7725L12.6301 10.6947L12.6302 10.6949Z" fill="#45556C"/>
        </g>
        <defs>
        <clipPath id="clip0_6448_12071">
        <rect width="13.0769" height="15" fill="white"/>
        </clipPath>
        </defs>
    </svg>
  );
};

export default RiyalIcon;
