@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 655 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphDiscPlay2 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-disc-play-2",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.516 2.984 12.141 7h2.805L8.492.027 2.035 7h2.807l3.674-4.016Zm0 10.035L4.809 9.031H2.003l6.468 6.903 6.468-6.903h-2.806l-3.617 3.988Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphDiscPlay2 };