UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 1.12 kB
import * as React from 'react'; export function SvgFontAwesomeFlag(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M9 4C7.346 4 6 5.346 6 7c0 1.302.839 2.402 2 2.816v17.207c0 .54.437.977.977.977h.046c.54 0 .977-.437.977-.977V22.23c.335-.39 1.138-1.182 3.445-1.182 1.224 0 2.225.427 3.287.879 1.037.442 2.11.898 3.356.898 2.359 0 3.961-1.24 4.646-1.77l.153-.115C25.437 20.54 26 19.996 26 19v-8.324C26 9.768 25.222 9 24.299 9c-.495 0-.859.287-1.358.684-.662.524-1.66 1.316-2.853 1.316-.815 0-1.61-.38-2.533-.822C16.404 9.626 15.098 9 13.443 9c-1.135 0-2.021.188-2.73.457A2.996 2.996 0 0012 7c0-1.654-1.346-3-3-3zm0 2a1.001 1.001 0 010 2 1.001 1.001 0 010-2zm4.443 5c1.202 0 2.195.476 3.248.98 1.045.502 2.127 1.02 3.397 1.02 1.755 0 3.07-.946 3.91-1.604v7.67c-.001.004-.045.08-.289.256l-.2.153c-.566.438-1.746 1.35-3.421 1.35-.838 0-1.641-.342-2.572-.74-1.143-.487-2.44-1.04-4.073-1.04-1.552 0-2.657.313-3.443.705v-7.389c.345-.456 1.132-1.361 3.443-1.361z" }))); } export default SvgFontAwesomeFlag;