@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.59 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphFolderContact = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphFolderContact = function GYSiGlyphFolderContact(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-contact",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7 8v1.957h2.014V8H7Zm3-1h1v3h-1z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.35 4 5.788 2.042H2.021v1.021H.023v9.913h1.02l.002 1h14.902L15.968 4H7.35Zm3.643 6-.018 1L7 11.067v-.99l-1-.021V7.972h1v-.98l3-.01V6H6v1h-.984v3.964h1v1.007h3.957V13H6v-1l-1 .058v-1.021H3.953V7.034h1.008V6.025H6V5h3.958v1.011H11v.981h.953V10h-.96Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.958 2.979h-4.27l-.667-.958h4.937v.958Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphFolderContact = GYSiGlyphFolderContact;