UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 386 B
import * as React from 'react'; export function SvgStarSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M30.336 12.547l-10.172-1.074L16 2.133l-4.164 9.34-10.172 1.074 7.598 6.848L7.14 29.398 16 24.29l8.86 5.11-2.122-10.004z" }))); } export default SvgStarSolid;