@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 714 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphSignRoad2 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-sign-road-2",
viewBox: "0 0 16 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.633 3.938 16 2.562l-2.367-1.457-4.654.418V.021H7v1.573l-3.979.427v2.833L7 4.428v3.063l-4.622-.437L0 8.375l2.378 1.479 4.622.41v5.674h1.979v-5.597l3.979.513V8.055l-3.979-.377V4.357l4.654-.419Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphSignRoad2 };