UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.75 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphSock = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphSock = function GYSiGlyphSock(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-sock", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M14.146 1.955h.22c.319 0 .578-.177.578-.396V.399c0-.218-.259-.395-.578-.395H7.58c-.319 0-.576.177-.576.395v1.16c0 .219.257.396.576.396h6.566ZM11.99 13.156c0 .36.072.703.2 1.016 1.638-.412 1.847-2.04 1.735-3.539-1.107.269-1.935 1.296-1.935 2.523Zm-8.908.954c0 1.368 1.226 1.742 2.392 1.827a2.634 2.634 0 0 0 .862-1.941 2.643 2.643 0 0 0-1.453-2.349c-1.71 1-1.801 1.71-1.801 2.463Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M13.856 9.961c-.102-.791-.248-1.755-.249-2.108-.017-3.052.302-4.837.302-4.837l-5.81.041s.302 1.558.302 3.286.709 3.241-2.155 4.612c-.188.09-.363.178-.529.264a3.4 3.4 0 0 1 .788 4.71c.948-.177 2.962-1.095 4.995-1.56a3.36 3.36 0 0 1-.222-1.178c0-1.59 1.109-2.921 2.578-3.23Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphSock = GYSiGlyphSock;