@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 1.81 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDocumentEdit = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDocumentEdit = function GYSiGlyphDocumentEdit(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-document-edit",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.016.016v3.968h1.263L9.932 2.34 7.016.016Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.979 12.29c-1.511.585-3.757 1.467-4.021 1.594a1.266 1.266 0 0 1-.562.131 1.42 1.42 0 0 1-1.159-.631 1.386 1.386 0 0 1-.173-1.274c.088-.229.926-2.702 1.435-4.208l.078-.231 2.667-2.654H5.969V.012H.034V15.97h11.942V9.426l-2.793 2.786-.204.078Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m14.682 3.91-1.535-1.514c-.41-.408-1.218-.577-1.607-.189L5.485 8.234s-1.321 3.913-1.446 4.242c-.099.262.231.59.46.475.374-.186 4.105-1.631 4.105-1.631l6.071-6.057c.39-.388.418-.946.007-1.353Zm-6.661 6.944-2.567.974-.461-.425 1.225-2.965.741.546h1.058l.004 1.87Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphDocumentEdit = GYSiGlyphDocumentEdit;