You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
1.4 KiB

import React from 'react'
const SvgChannels = props => (
<svg viewBox="0 0 22 26" width="1em" height="1em" {...props}>
<g fill="currentColor" fillRule="evenodd" opacity={0.7}>
<path d="M13.148 22.728c-1.427 0-2.588-1.151-2.588-2.564 0-1.439 1.102-2.564 2.508-2.564.642 0 1.061.245 1.418.517a.422.422 0 1 1-.505.676c-.342-.253-.58-.346-.913-.346-.932 0-1.662.753-1.662 1.717 0 .948.781 1.717 1.742 1.717.373 0 .753-.126 1.045-.346a.426.426 0 0 1 .592.085.421.421 0 0 1-.085.591c-.441.331-.992.517-1.552.517M18.628 22.728c-.549 0-1.076-.178-1.525-.517a.422.422 0 0 1-.086-.591.42.42 0 0 1 .593-.085c.3.228.653.346 1.018.346a1.718 1.718 0 0 0 0-3.434c-.425 0-.978.151-1.232.346a.422.422 0 1 1-.507-.676c.471-.356 1.232-.517 1.74-.517a2.567 2.567 0 0 1 2.562 2.564 2.567 2.567 0 0 1-2.563 2.564" />
<path d="M17.854 21.085h-4.23a.42.42 0 0 1-.424-.422.42.42 0 0 1 .423-.423h4.23a.42.42 0 0 1 .424.423.42.42 0 0 1-.423.422" />
<path d="M11 25.384H.423A.422.422 0 0 1 0 24.96V6.328c0-.109.041-.21.116-.296L5.712.135A.429.429 0 0 1 6.019 0h13.02a.42.42 0 0 1 .423.423v15.653c0 .237-.19.424-.424.424a.422.422 0 0 1-.423-.424V.846H6.201L.846 6.496v18.04H11a.42.42 0 0 1 .423.423c0 .237-.19.424-.423.424" />
<path d="M5.923 6.346h-5.5A.422.422 0 0 1 0 5.923c0-.237.19-.424.423-.424H5.5V.422A.42.42 0 0 1 5.923 0a.42.42 0 0 1 .423.422v5.5c0 .237-.19.424-.423.424" />
</g>
</svg>
)
export default SvgChannels