iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 560 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Play = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.11 16.837v.152h-.237L5 17.544V2l12.213 7.772L6.11 16.837zm0-1.143l8.882-5.922L6.11 3.85v11.844z", fill: "#000", fillRule: "evenodd" }));
exports.default = Play;