@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 945 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphTwoArrowInDownUp = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-two-arrow-in-down-up",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.771 4.096a.664.664 0 0 0 0-.946.678.678 0 0 0-.954 0L9.989 4.503V1c0-.553-.444-1-.992-1a.995.995 0 0 0-.992 1v3.564L6.187 3.18a.674.674 0 0 0-1.15.473c0 .171.066.343.199.474l3.74 2.819 3.795-2.85Zm0 7.78a.664.664 0 0 1 0 .946.678.678 0 0 1-.954 0l-1.828-1.328V15c0 .553-.444 1-.992 1a.995.995 0 0 1-.992-1v-3.428l-1.818 1.266a.674.674 0 0 1-1.15-.473c0-.171.066-.343.199-.474l3.74-2.838 3.795 2.823Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphTwoArrowInDownUp };