UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 756 B
import * as React from 'react'; export function SvgFortAwesomeAlt(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M15.5 3C8.607 3 3 8.607 3 15.5S8.607 28 15.5 28 28 22.393 28 15.5 22.393 3 15.5 3zm0 2C21.29 5 26 9.71 26 15.5S21.29 26 15.5 26 5 21.29 5 15.5 9.71 5 15.5 5zM15 8v5h-1v-1h-1v1h-1v-1h-1v6H9v-1H8v2.49a8.523 8.523 0 006 4.37V20.5c0-.825.675-1.5 1.5-1.5s1.5.675 1.5 1.5v3.36a8.517 8.517 0 006-4.37V17h-1v1h-2v-6h-1v1h-1v-1h-1v1h-1v-3s.39-.23.9-.23c.5 0 .78.23 1.19.23.55 0 .91-.23.91-.23V8s-.36.23-.91.23c-.41 0-.69-.23-1.19-.23-.51 0-.9.23-.9.23V8h-1zm-2 7h1v2h-1v-2zm4 0h1v2h-1v-2z" }))); } export default SvgFortAwesomeAlt;