import React from "react"
import { Icon } from "ygh-icons"

export default props => (
  <Icon viewBox="0 0 64 64" {...props}>
    <path
      d="M32 58c-.091-10.87-5.298-15.077-16-15-10.702.077-7.989-13.161 1-13 8.989.161 15.71 10.043 28 10 12.29-.043 12.6-29.389 0-30-12.6-.611-12.958 3.952-13 10"
      fill="none"
      strokeWidth="4"
      strokeDasharray="4,6"
      strokeOpacity=".5"
      strokeMiterlimit="3"
    />
    <path
      d="M37 17L27 27m0-10l10 10"
      fill="none"
      strokeWidth="4"
      strokeOpacity="1"
      strokeMiterlimit="3"
    />
    <path d="M16 25h-1v-2h-4l5-13v15z" fillOpacity="1" />
    <path d="M17 25h-1V10l5 13h-4v2z" fillOpacity=".25" />
    <path d="M47 52h-1v-2h-4l5-13v15z" fillOpacity="1" />
    <path d="M48 52h-1V37l5 13h-4v2z" fillOpacity=".25" />
  </Icon>
)
