@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 719 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphPen = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-pen",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m15.224-.387 1.869 1.868-3.035 3.035-1.87-1.869zM11.252 3.48l1.876 1.876-7.115 7.115-1.876-1.876zM1.021 15.957l2.143-4.109 1.877 1.877-4.02 2.232Zm10.534-5.996-.468-.477 2.965-2.919-.393-.434.496-.448.822.91-3.422 3.368Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphPen };