@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.51 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSignP = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSignP = function GYSiGlyphSignP(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-sign-p",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.854 8H6.116C4.95 8 5.001 7 5.001 6.903V1c0-1 .083-1 1.115-1h5.738c1.166 0 1.115 0 1.115 1v5.903C12.969 8.06 13 8 11.854 8ZM6 1v6.031h6V1H6Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8 8h1.917v6.281H8zm1.969-5v-.969H8V6h1V4.984h.969v-.968H9V3h.969ZM10 3h.938v.969H10z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14 15.959H4c0-1.071 2.238-1.938 5-1.938 2.761 0 5 .867 5 1.938Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphSignP = GYSiGlyphSignP;