@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.14 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSignRoad2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSignRoad2 = function GYSiGlyphSignRoad2(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphSignRoad2 = GYSiGlyphSignRoad2;