@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 791 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBookmark = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphBookmark };