@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.71 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSignBoard = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSignBoard = function GYSiGlyphSignBoard(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-board",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.958 14.828C4.958 15.475 4.53 16 4 16c-.529 0-.958-.524-.958-1.172V1.256C3.042.61 3.471.085 4 .085c.53 0 .958.524.958 1.171v13.572Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15.691 2.042c.688 0 1.246.438 1.246.979 0 .541-.558.979-1.246.979H2.246C1.558 4 1 3.562 1 3.021c0-.541.558-.979 1.246-.979h13.445Zm-1.698 4.002H7.965c-1.126 0-1.924-.091-1.924 1.036v4.865c0 1.127.913 1.035 2.039 1.035h5.818c1.126 0 2.039.092 2.039-1.035V7.08c.001-1.127-.818-1.036-1.944-1.036Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7 3h.937v2.874H7zm7 0h.937v2.874H14z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphSignBoard = GYSiGlyphSignBoard;