@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 619 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphRoad = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-road",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.073 0h-5.04v1.042H7.957V0H3.083l-2 16h14.922L14.073 0ZM9 15H8v-3h1v3Zm0-4.958H8V7h1v3.042ZM7.958 4.959v-2h1v2h-1Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphRoad };