@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 844 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphButtonPlay = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-button-play",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.309 3 9.032 4.125 3.63 3C2.178 3 1.001 4.329 1.001 5.967v5.021c0 1.638 1.177 2.967 2.629 2.967l5.402-1.018 5.277 1.018c1.452 0 2.629-1.329 2.629-2.967V5.967C16.938 4.329 15.761 3 14.309 3Zm-3.48 6.117-2.505 1.917a1.167 1.167 0 0 1-1.418-.004l.029-5.104c.419-.319.945-.222 1.368.101l2.521 1.93c.422.321.424.841.005 1.16Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphButtonPlay };