iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.2 kB
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 PlayCardStar = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-play-card-star", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M17 2a3 3 0 013 3v14a3 3 0 01-3 3H7a3 3 0 01-3-3V5a3 3 0 013-3zm.01 16H17a1 1 0 00-.117 1.993l.127.007a1 1 0 000-2m-4.98-9.5l-.115.005c-.384.04-.724.273-.898.623l-.51 1.027-1.138.166c-.423.059-.78.357-.914.768l-.033.125a1.13 1.13 0 00.322 1.039l.82.797-.194 1.127c-.07.432.107.857.454 1.108l.107.068a1.13 1.13 0 001.078.018l1.022-.536 1.019.535c.377.2.84.168 1.19-.086l.1-.08c.281-.259.416-.645.35-1.028l-.194-1.126.823-.799c.31-.302.42-.752.287-1.161l-.042-.11a1.13 1.13 0 00-.873-.659l-1.138-.166-.508-1.026a1.13 1.13 0 00-1.014-.63M7.01 4H7a1 1 0 00-.117 1.993L7.01 6a1 1 0 100-2" }));
exports.default = PlayCardStar;