@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 999 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphLike = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-like",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M4.811 13.958H2.194a1.135 1.135 0 0 1-1.146-1.122V7.128c0-.62.515-1.123 1.146-1.123h2.617c.634 0 1.148.503 1.148 1.123v5.708c0 .62-.515 1.122-1.148 1.122Zm10.127-3.009v1.084h1.514c-.076 1.146-.658 1.897-1.74 1.897h-4.426c-.688 0-1.029-1.312-2.699-1.312l-.558.019V6.681s1.063-.166 1.419-1.291c0 0 1.451-3.961 2.57-4.356.658 0 1.191-.047 1.191 1.125l-.595 1.814s-.353 2.032 2.14 2.032h2.145c.688 0 1.06.424 1.06 1.049 0 0 .014.357.007.896h-2.027v1.084h1.99a16.57 16.57 0 0 1-.218 1.916h-1.773v-.001Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphLike };