@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.82 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphFolderSearch = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphFolderSearch = function GYSiGlyphFolderSearch(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-search",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M13.959 1V.043H6.043l1 .957h6.916ZM4.002 8.486a3.485 3.485 0 0 0 3.49 3.48 3.485 3.485 0 0 0 3.488-3.48 3.484 3.484 0 0 0-3.488-3.479 3.485 3.485 0 0 0-3.49 3.479Zm6.007.014c0 1.414-1.138 2.562-2.538 2.562-1.402 0-2.539-1.147-2.539-2.562 0-1.416 1.137-2.564 2.539-2.564 1.4 0 2.538 1.148 2.538 2.564Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M3.652 0H1v1H0v12h1.016l.002 1h9.518l-1.299-1.279a4.627 4.627 0 0 1-6.4-4.263 4.625 4.625 0 0 1 4.627-4.616c2.551 0 4.629 2.07 4.629 4.616 0 .591-.123 1.151-.326 1.672L15.484 14h.42l.033-12H6L3.652 0Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m14.021 14.029-.937.979-2.582-2.541 1.019-1.041 2.5 2.603Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphFolderSearch = GYSiGlyphFolderSearch;