@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphFeather = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-feather",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.247 6.038c1.415-2.604 1.945-4.637 1.625-4.939-.274-.26-2.54.571-3.638 1.407-.21.162-1.062 2.605-1.33 2.711-.229.094-.194-1.478-.065-2.167-1.065.495-2.854 1.772-3.842 2.657-.077.07-.276 3.273-.368 3.369-.188.188-.754-2.169-.912-1.967-2.264 2.88-3.281 6.092-2.337 7.472C.478 16.033.026 16.973.026 16.973l.695-.027c.42-.719.837-1.394 1.252-2.048l.028.015c.998.098 3.428-.183 5.854-2.453 0 0-1.35-.771-1.13-1.002.218-.232 2.313-.922 2.532-1.182.785-.938 1.229-1.374 1.824-2.286.157-.238-1.631.195-1.486-.04.141-.228.469-1.387 2.652-1.912Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphFeather };