UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 869 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 PlayStore = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M4.886 2l8.813 8.812 2.275-2.275c-3.108-1.885-7.27-4.414-9.142-5.552l-1.254-.76A1.557 1.557 0 004.886 2zM3.541 3.055a1.623 1.623 0 00-.033.299v17.413c0 .073.014.142.025.211l8.965-8.966-8.957-8.957zm13.927 6.39L14.9 12.012l2.523 2.524L19.79 13.1c.454-.278.71-.697.703-1.155-.007-.45-.263-.85-.7-1.098-.098-.056-1.01-.608-2.324-1.403zM13.7 13.213L4.913 22c.17-.03.341-.08.504-.18l10.512-6.377-2.23-2.23z", fill: "#323544" })); exports.default = PlayStore;