@icongo/gy
Version:
Glyph Iconset Icons
26 lines • 1.36 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphDocumentEdit = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M7.016.016v3.968h1.263L9.932 2.34 7.016.016Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphDocumentEdit };