@icongo/pp
Version:
Pepicons Icons
30 lines (29 loc) • 1.21 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPPlayPrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPPlayPrint = function PPPlayPrint(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
}));
};
exports.PPPlayPrint = PPPlayPrint;