react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 341 B
JavaScript
import * as React from 'react';
export function SvgYandexInternational(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M20.8 1l-5.6 16.2-5-13.2H7l7 18.6V31h3v-9.9L24 1h-3.2z" })));
}
export default SvgYandexInternational;