@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.81 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphFootSign = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphFootSign = function GYSiGlyphFootSign(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-foot-sign",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m5.428 13.572-3.799-1.43-.484 1.173s-.463 1.898 1.197 2.523c1.662.627 2.619-1.087 2.619-1.087l.467-1.179ZM8.207 3.193C6.565 2.534 4.26 3.979 3.463 5.8c-.328.75-.477 1.559-.601 2.357-.059.381-.101.772-.176 1.152-.096.477-.239.936-.381 1.399-.197.643.02.751.619.861l2.098.792c.214.102.632.359.847.119.19-.215.152-.607.279-.862.164-.331.348-.668.551-.98C7.148 9.94 8 9.43 8.577 8.828c.715-.748 1.11-1.498 1.328-2.49.29-1.321-.377-2.616-1.698-3.145Zm1.77 6.096 3.655 1.443s-.754 2.953-2.986 2.094c-2.232-.861-.669-3.537-.669-3.537ZM15.19.217c1.56.58 2.188 3.038 1.531 4.807-.271.727-.703 1.379-1.146 2.014-.212.302-.442.598-.643.911-.247.39-.453.801-.661 1.211-.291.57-.512.505-.996.206l-1.965-.773c-.213-.064-.669-.152-.657-.451.011-.27.296-.52.378-.774.106-.333.203-.685.269-1.028.152-.768-.096-1.661-.092-2.441 0-.969.227-1.74.732-2.565.677-1.106 1.992-1.582 3.25-1.117Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphFootSign = GYSiGlyphFootSign;