@icongo/pp
Version:
Pepicons Icons
22 lines • 831 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var PPPlayPrint = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M19.49 10.19a1 1 0 0 1-.054 1.74l-11.97 6.299A1 1 0 0 1 6 17.344V3.777a1 1 0 0 1 1.519-.855l11.97 7.268Z",
opacity: 0.8
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "m4.65 16.844 11.97-6.3L4.65 3.278v13.567Zm12.436-5.414a1 1 0 0 0 .054-1.74L5.169 2.422a1 1 0 0 0-1.519.855v13.567a1 1 0 0 0 1.466.885l11.97-6.3Z",
clipRule: "evenodd"
})]
}));
export { PPPlayPrint };