@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.34 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphFolderWarning = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphFolderWarning = function GYSiGlyphFolderWarning(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-folder-warning",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.35 5 6.788 2.042H3.021v1.021H1.023v9.913h1.021l.001 1h14.902L16.968 5H8.35Zm-3.329 8.021 4.5-7.041 4.459 7.041H5.021Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.964 3.982v-.94h-5.94l.33.94h5.61ZM9 8h1v1.956H9zm0 3h1v.973H9z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphFolderWarning = GYSiGlyphFolderWarning;