react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 516 B
JavaScript
import * as React from 'react';
export function SvgGemSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M9.531 6L4.22 12.375l-.5.594.5.656 11 14 .781 1 .781-1 11-14 .5-.656-.5-.594L22.47 6zm.938 2h3.656l-2.688 4H7.125zm7.406 0h3.656l3.344 4h-4.313zM16 8.844L18.125 12h-4.25zM7.031 14h4.219l2.375 8.406zm6.282 0h5.343L16 23.313zm7.437 0h4.219l-6.594 8.375z" })));
}
export default SvgGemSolid;