UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.3 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 AppleLogoBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M227 168a12 12 0 00-4.21-5.09C207.25 152.22 204 133.68 204 120c0-16.17 12.68-30.6 20.25-37.76a12 12 0 000-17.43C210.89 52.17 188.81 44 168 44a76.29 76.29 0 00-40 11.37 75.59 75.59 0 00-93.58 11A78.64 78.64 0 0012 123.51 131 131 0 0053.43 216a43.81 43.81 0 0030.17 12h87.69a43.87 43.87 0 0032.05-13.85 127.63 127.63 0 0018.4-25.39c1.57-2.88 3-5.71 4.14-8.41 1.59-3.68 3.24-7.48 1.12-12.35zm-41.23 29.82a19.78 19.78 0 01-14.48 6.18H83.6a19.85 19.85 0 01-13.7-5.42 107.18 107.18 0 01-33.9-75.7 54.49 54.49 0 0115.5-39.6A50.86 50.86 0 0188 68h.72a51.5 51.5 0 0131.76 11.4 12 12 0 0015 0A51.41 51.41 0 01168 68a67.24 67.24 0 0129.88 7.4C186.26 89.66 180 105.13 180 120c0 23.33 7.47 42.89 21.25 56.19a103.3 103.3 0 01-15.49 21.62zM128.75 13a43.83 43.83 0 0113.42-11.49 12 12 0 0111.64 21 19.84 19.84 0 00-6.11 5.24A12 12 0 01128.75 13z" })); exports.default = AppleLogoBold;