@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.38 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCorkscrew = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCorkscrew = function GYSiGlyphCorkscrew(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-corkscrew",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M13.107.038H5.859C5.386.038 5 .448 5 .953v.085c0 .504.387.915.859.915h7.248c.476 0 .859-.411.859-.915V.953c.001-.505-.383-.915-.859-.915Zm-2.12 8.458c.012-.146-1.021-1.309-1.021-1.309l-.025-4.232h2.012V2h-4.91v.955h2.014v1.528s-1.015.886-1.017 1.024c-.005.137.981 1.326.981 1.326v4.338s-.951 1.215-.953 1.374c0 .159.957 1.329.957 1.329l.012 1.625c0 .277.215.5.48.5.268 0 .451-.191.451-.469l-.002-5.636c.001.002 1.01-1.251 1.021-1.398Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphCorkscrew = GYSiGlyphCorkscrew;