iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 664 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 PlayCircle = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 1a9 9 0 1 1 0-18 9 9 0 0 1 0 18zm3.257-9.429a.5.5 0 0 1 0 .858l-5 3A.5.5 0 0 1 7.5 13V7a.5.5 0 0 1 .757-.429l5 3zM8.5 7.883v4.234L12.028 10 8.5 7.883z", fill: "#000", fillRule: "nonzero" }));
exports.default = PlayCircle;