@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphLikeUnlike = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-like-unlike",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M4.811 2.035H2.194c-.632 0-1.146.502-1.146 1.123v5.707c0 .621.515 1.123 1.146 1.123h2.617c.634 0 1.148-.502 1.148-1.123V3.158c0-.621-.515-1.123-1.148-1.123Zm10.127 3.01V3.961h1.514c-.076-1.146-.658-1.898-1.74-1.898h-4.426c-.688 0-1.029 1.312-2.699 1.312l-.558-.018v5.955s1.063.166 1.419 1.291c0 0 1.451 3.961 2.57 4.357.658 0 1.191.047 1.191-1.125l-.595-1.814s-.353-2.033 2.14-2.033h2.145c.688 0 1.06-.424 1.06-1.049 0 0 .014-.357.007-.895h-2.027V6.96h1.99a16.57 16.57 0 0 0-.218-1.916h-1.773v.001Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphLikeUnlike };