react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 631 B
JavaScript
import * as React from 'react';
export function SvgGlassMartiniAltSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M8.5 4A5.503 5.503 0 003 9.5C3 12.535 5.465 15 8.5 15c.813 0 1.578-.203 2.281-.531L16 21.344V27h-4v2h10v-2h-4v-5.656l8.813-11.625.187-.281V8H13.75c-.605-2.32-2.766-4-5.25-4zm0 2c1.39 0 2.59.84 3.125 2H7v1.438l.188.28 2.343 3.095A3.131 3.131 0 018.5 13 3.46 3.46 0 015 9.5 3.46 3.46 0 018.5 6zm1.438 4h14.124l-1.5 2H13.5l1.5 2h6.031L17 19.344z" })));
}
export default SvgGlassMartiniAltSolid;