UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.08 kB
"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 BrandAppleArcade = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-apple-arcade", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M10 5a2 2 0 104 0 2 2 0 10-4 0M20 12.5v4.75a.734.734 0 01-.055.325.704.704 0 01-.348.366l-5.462 2.58a5 5 0 01-4.27 0l-5.462-2.58a.705.705 0 01-.401-.691V12.5" }), React.createElement("path", { d: "M4.431 12.216l5.634-2.332a5.065 5.065 0 013.87 0l5.634 2.332a.692.692 0 01.028 1.269l-5.462 2.543a5.064 5.064 0 01-4.27 0l-5.462-2.543a.691.691 0 01.028-1.27zM12 7v6" })); exports.default = BrandAppleArcade;