@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 708 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphCircleTriangleDown = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-circle-triangle-down",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M1 8.041a8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-16 0ZM12.846 6c.205.185.205.772 0 .96l-3.467 4.9a.568.568 0 0 1-.746 0l-3.479-4.9c-.205-.187-.205-.774 0-.96h7.692Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphCircleTriangleDown };