@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.49 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphAnchor = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphAnchor = function GYSiGlyphAnchor(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-anchor",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m15.469 6.09-2.426 1.447 1.331.348c-.009 2.278-1.944 4.213-4.416 4.625V5.917h1.984v-.834H9.958V3.637c.568-.352.96-.967.96-1.693 0-1.109-.883-1.92-1.971-1.92S7.01.871 7.01 1.981c0 .751.396 1.355.989 1.69v1.412H6.015v.834H8v6.595c-2.472-.409-4.306-2.352-4.31-4.639l1.3-.334L2.611 6.08 1.054 8.55l1.337-.344c.171 2.76 2.388 5.024 5.304 5.563.857.248.934.845.934.845l.402 1.327.413-1.318s.171-.648.933-.854c2.906-.539 5.118-2.797 5.296-5.548l1.299.338-1.503-2.469ZM8.953 1.001a.96.96 0 0 1 .957.964.96.96 0 0 1-.957.963.96.96 0 0 1-.958-.963.96.96 0 0 1 .958-.964Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphAnchor = GYSiGlyphAnchor;