UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 959 B
import * as React from 'react'; export function SvgDrawPolygonSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M14 4c-1.105 0-2 .895-2 2v.063L6.937 9.25A2.009 2.009 0 006 9c-1.105 0-2 .895-2 2 0 .738.402 1.371 1 1.719V24.28c-.598.348-1 .98-1 1.719 0 1.105.895 2 2 2 .738 0 1.371-.402 1.719-1H20.28c.348.598.98 1 1.719 1 1.105 0 2-.895 2-2 0-.398-.11-.781-.313-1.094L26.125 20a2.005 2.005 0 00.25-3.969l-1.906-5.718C24.785 9.957 25 9.511 25 9c0-1.105-.895-2-2-2-.512 0-.957.215-1.313.531L15.97 5.594A2.012 2.012 0 0014 4zm1.313 3.5l5.718 1.875c.153.805.79 1.441 1.594 1.594l1.906 5.687A1.99 1.99 0 0024 18c0 .414.129.805.344 1.125L21.875 24a1.988 1.988 0 00-1.594 1H7.72A1.981 1.981 0 007 24.281V12.72c.598-.348 1-.98 1-1.719v-.063l5.063-3.187c.28.148.597.25.937.25.504 0 .96-.191 1.313-.5z" }))); } export default SvgDrawPolygonSolid;