UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 566 B
import * as React from 'react'; export function SvgOrcid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13 13-5.832 13-13S23.168 3 16 3zm0 2c6.087 0 11 4.913 11 11s-4.913 11-11 11S5 22.087 5 16 9.913 5 16 5zm-5 3a1 1 0 000 2 1 1 0 000-2zm-1 3v11h2V11h-2zm4 0v11h4.5c3.026 0 5.5-2.474 5.5-5.5S21.526 11 18.5 11H14zm2 2h2.5c1.944 0 3.5 1.556 3.5 3.5S20.444 20 18.5 20H16v-7z" }))); } export default SvgOrcid;