@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 685 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphSignRoad1 = 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-1",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m13.447 3.902 3.365-1.34-3.365-1.491H9.959V.167h-.902v.904H5.101v2.831h3.956v2.157H4.566L1.083 7.531l3.483 1.412h4.491v6.031h.902V8.943h3.017V6.059H9.959V3.902h3.488Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphSignRoad1 };