@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.56 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDropbox = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDropbox = function GYSiGlyphDropbox(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-dropbox",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.98 1.41 2.615 4.36.042 2.695 4.627.015 7.98 1.41Zm7.999 1.285L12 0 9.016 1.388l4.944 3.139 2.019-1.832ZM6.13 12.667 2 10.184v2.455L7.953 16v-5.675L6.13 12.667Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2.589 5.333 1 7.723l5.115 2.96 1.838-2.451-5.364-2.899ZM9 10.065V16l5.979-3.167v-2.472l-4.134 2.047L9 10.065Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m9.021 8.22 1.864 2.45 5.094-2.726-1.515-2.624-5.443 2.9Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphDropbox = GYSiGlyphDropbox;