export const FeatureIcon: React.FC<React.SVGAttributes<{}>> = (props) => (
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none" {...props}>
    <g clipPath="url(#clip0_301_9253)">
      <path fillRule="evenodd" clipRule="evenodd" d="M10.4031 0C10.0689 0.000311945 9.7485 0.114189 9.51219 0.316646C9.27588 0.519103 9.14295 0.793606 9.14258 1.07993V14.9201C9.14296 15.2064 9.27589 15.4809 9.5122 15.6833C9.74851 15.8858 10.0689 15.9997 10.4031 16H14.7391C15.0733 15.9997 15.3938 15.8859 15.6301 15.6834C15.8665 15.481 15.9994 15.2064 15.9997 14.9201V1.08007C15.9994 0.793706 15.8665 0.519145 15.6302 0.316651C15.3938 0.114156 15.0734 0.000274228 14.7391 0H10.4031Z" fill="#3DBB9F" />
      <path fillRule="evenodd" clipRule="evenodd" d="M6.85714 5.59668V1.26063C6.8568 0.926446 6.72392 0.606043 6.48764 0.369711C6.25136 0.133379 5.93099 0.000419308 5.5968 0H1.26055C0.926342 0.000320019 0.605915 0.133219 0.369589 0.36953C0.133262 0.605841 0.000342123 0.926259 0 1.26046V5.59668C0.000353138 5.93088 0.133277 6.25129 0.369601 6.4876C0.605925 6.72391 0.926345 6.85681 1.26055 6.85714H5.5968C5.93097 6.85676 6.25134 6.72383 6.48762 6.48753C6.7239 6.25123 6.85679 5.93085 6.85714 5.59668Z" fill="#30947F" />
      <path fillRule="evenodd" clipRule="evenodd" d="M5.5967 9.14285H1.26052C0.926311 9.14317 0.605877 9.27608 0.369552 9.51241C0.133228 9.74874 0.000320049 10.0692 0 10.4034V14.7395C0.000353132 15.0737 0.133274 15.3941 0.369594 15.6305C0.605914 15.8668 0.926328 15.9997 1.26052 16H5.5967C5.9309 15.9996 6.2513 15.8667 6.48761 15.6304C6.72391 15.3941 6.85681 15.0737 6.85714 14.7394V10.4035C6.85681 10.0693 6.72391 9.74884 6.48761 9.51251C6.25131 9.27617 5.93091 9.14323 5.5967 9.14285Z" fill="#39AF96" />
    </g>
    <defs>
      <clipPath id="clip0_301_9253">
        <rect width="16" height="16" fill="white" />
      </clipPath>
    </defs>
  </svg>
);
