@uiw/bootstrap-icons
Version:
Official open source SVG icon library for Bootstrap.
15 lines • 603 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Play = props => /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props, {
className: "btfont " + (props.className ? props.className : ''),
children: /*#__PURE__*/_jsx("path", {
d: "M10.804 8 5 4.633v6.734L10.804 8zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C4.713 12.69 4 12.345 4 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692z",
fillRule: "evenodd"
})
}));
//# sourceMappingURL=Play.js.map