@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.12 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphToolBox = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphToolBox = function GYSiGlyphToolBox(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-tool-box",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.988 9.031V8H5.031v1.031H2.938V8H1.014v6H17V8h-1.969v1.031h-2.043ZM5 5.986v.982h8v-.982h2v.982h1.987V4H1v2.968h1.974v-.982H5Zm2.003-3.043H6.01V1.031h5.959v1.912h-.96v-.956H7.003v.956Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphToolBox = GYSiGlyphToolBox;