react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 679 B
JavaScript
import * as React from 'react';
export function SvgStarOfDavidSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M16 2.063l-.844 1.406L11.781 9H3.312l.907 1.531L7.53 16 4.22 21.469 3.312 23h8.47l3.374 5.531.844 1.407.844-1.407L20.219 23h8.562l-.937-1.531L24.5 16l3.344-5.469L28.78 9H20.22l-3.375-5.531zm0 3.843L17.875 9h-3.75zM6.875 11h3.719l-1.875 3.063zm6.031 0h6.219l3.031 5-3.031 5h-6.219l-3-5zm8.531 0h3.782l-1.875 3.094zm1.907 6.906L25.219 21h-3.782zm-14.625.032L10.594 21H6.875zM14.125 23h3.75L16 26.094z" })));
}
export default SvgStarOfDavidSolid;