UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 1.3 kB
import * as React from 'react'; export function SvgWordpress(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12 12-5.383 12-12S22.617 4 16 4zm0 .563c6.313 0 11.438 5.125 11.438 11.437 0 6.313-5.125 11.438-11.438 11.438-6.313 0-11.438-5.125-11.438-11.438C4.563 9.687 9.688 4.562 16 4.562zm0 1.156a10.248 10.248 0 00-8.594 4.625c.242.008.461 0 .657 0 1.078 0 2.75-.125 2.75-.125.554-.031.617.777.062.844 0 0-.566.093-1.188.124l3.75 11.126 2.25-6.75-1.593-4.376c-.555-.03-1.094-.124-1.094-.124-.555-.032-.492-.876.063-.844 0 0 1.707.125 2.718.125 1.078 0 2.75-.125 2.75-.125.555-.031.617.777.063.844 0 0-.57.093-1.188.124l3.719 11.063 1.031-3.438c.52-1.335.782-2.46.782-3.343 0-1.274-.45-2.13-.844-2.813-.52-.847-1-1.59-1-2.437 0-.946.707-1.813 1.718-1.813h.125A10.202 10.202 0 0016 5.72zm9.031 5.343c.047.329.063.684.063 1.063 0 1.043-.196 2.219-.782 3.688l-3.125 9.093A10.278 10.278 0 0026.282 16c0-1.79-.445-3.473-1.25-4.938zm-18.437.75A10.24 10.24 0 005.719 16c0 4.074 2.347 7.582 5.781 9.25zm9.593 5.094l-3.093 8.969c.922.27 1.894.406 2.906.406 1.2 0 2.336-.187 3.406-.562-.027-.043-.043-.106-.062-.157z" }))); } export default SvgWordpress;