UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 349 B
import * as React from 'react'; export function SvgMaxcdn(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M5 6l2 5-3 15h5l3-15h4l-3 15h5l3-15h4l-3 15h5l2.75-13.742C30.395 9.02 27.922 6 24.617 6z" }))); } export default SvgMaxcdn;