UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.77 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphCurtain = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphCurtain = function GYSiGlyphCurtain(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-curtain", viewBox: "0 0 16 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M15.963 15.959h-.901V.953L.938.961v14.998H.043V.047h15.92v15.912Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M1.295 11.253C7.052 9.019 5.889.954 5.889.954h-.873c.188 4.64-.879 7.296-3.041 8.888.18-.253 2.119-1.623 2.01-8.888h-.953c-.023.995.265 7.181-2.463 9.601 0 0 1.581-2.226 1.369-9.601H.126v15.039h1.836c-.025-2.095-.267-3.503-.961-4.009 0 0 1.998-.048 2.047 4.009h.938c-.002 0 .264-3.946-2.691-4.74Zm13.422-.023C8.961 9.003 10.123.97 10.123.97H11c-.281 4.576.877 7.269 3.037 8.854-.178-.253-2.209-1.621-1.96-8.854h.892c.025.994-.252 7.153 2.476 9.565 0 0-1.626-2.218-1.413-9.565h1.932v14.982h-1.912c.027-2.087.271-3.435.965-3.938 0 0-2.029-.104-2.078 3.938h-.906c-.002.001-.455-3.733 2.684-4.722Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphCurtain = GYSiGlyphCurtain;