UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 746 B
"use strict"; 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 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M19.436 13.917c1.43-.878 1.43-2.956 0-3.834l-9.884-6.07c-1.499-.92-3.427.159-3.427 1.918V18.07c0 1.759 1.928 2.838 3.427 1.917l9.884-6.069zm-.785-2.556a.75.75 0 010 1.278l-9.884 6.069a.75.75 0 01-1.142-.64V5.932a.75.75 0 011.142-.639l9.884 6.069z", fill: "#323544" })); exports.default = Play;