@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.21 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBookmark = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBookmark = function GYSiGlyphBookmark(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-bookmark",
viewBox: "0 0 17 17"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.677 0H3.326c-.732 0-1.324.605-1.324 1.353v13.294c0 .748.593 1.353 1.324 1.353l4.676-4.013L12.676 16c.732 0 1.326-.605 1.326-1.353V1.353A1.336 1.336 0 0 0 12.677 0Zm-2.195 10L8.01 8.633 5.538 10l.473-2.896L4.01 5.055l2.764-.422L8.01 2l1.236 2.633 2.764.422-2 2.05.472 2.895Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphBookmark = GYSiGlyphBookmark;