@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 815 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphPencil = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-pencil",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.479 2.536 14.474.546c-.539-.537-1.383-.565-1.884-.064L3.47 9.616s-2.312 5.32-2.469 5.75c-.125.34.306.771.604.625.48-.237 5.74-2.52 5.74-2.52l9.142-9.172c.502-.502.531-1.226-.008-1.763ZM2.312 13.906l1.721-3.627-.018.706.998-.014 9.524-9.442 1.259 1.236-9.184 8.965-.227.752.486.486-3.811 1.656-.748-.718Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphPencil };