@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphLightHouse = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphLightHouse = function GYSiGlyphLightHouse(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-light-house",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.042 0S4.073 1.93 4.073 3h7.938c0-1.07-3.969-3-3.969-3ZM12 5v.982L16 7V4l-4 1ZM3.958 5 0 4v3l3.958-1V5ZM5 9.969h6V9h1V8H4v1h1v.969ZM5 14h6v2H5zm0-3h6v2H5zm0-7h.968v3H5zm5 0h.968v3H10zM7 4h1.984v3H7z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphLightHouse = GYSiGlyphLightHouse;