react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 955 B
JavaScript
import * as React from 'react';
export function SvgWikipediaW(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M30 9.215a.308.308 0 01-.313.308h-1.68l-7.616 16.215c-.051.11-.16.18-.278.18h-.004a.314.314 0 01-.28-.172l-3.614-7.168-3.902 7.18a.313.313 0 01-.555-.016L4.055 9.523H2.313A.31.31 0 012 9.215V8.39a.31.31 0 01.313-.309h6.21a.31.31 0 01.313.309v.824a.31.31 0 01-.313.308H7.188l5.316 12.262 2.766-5.168-3.508-7.09h-.844a.313.313 0 01-.313-.312v-.82c0-.172.141-.313.313-.313h4.598a.31.31 0 01.308.313v.82a.307.307 0 01-.308.308h-.813l2.02 4.415 2.402-4.415h-1.473a.308.308 0 01-.312-.308v-.82a.31.31 0 01.312-.313h4.465a.31.31 0 01.309.313v.82a.307.307 0 01-.309.308h-.98l-3.504 6.372 2.855 5.875L26 9.523h-1.746a.31.31 0 01-.313-.308v-.82c0-.172.141-.313.313-.313h5.433a.31.31 0 01.313.313z" })));
}
export default SvgWikipediaW;