react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 430 B
JavaScript
import * as React from 'react';
export function SvgViacoin(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M6.281 6l2.563 6H5v2h4.688l.843 2H5v2h6.406l4.469 10.531L20.469 18H27v-2h-5.656l.875-2H27v-2h-3.906l2.625-6H23.53l-4.375 10H12.72L8.438 6zm7.282 12h4.718l-2.375 5.469z" })));
}
export default SvgViacoin;