iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.25 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 AppleLogoLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M219.4 167.84C201.71 155.69 198 135.12 198 120c0-18.42 13.86-34.29 22.12-42.12a6 6 0 000-8.71C208 57.7 187.07 50 168 50a70.23 70.23 0 00-40 12.55 69.6 69.6 0 00-89.31 8.08A72.63 72.63 0 0018 123.35a125.11 125.11 0 0039.53 88.33A37.85 37.85 0 0083.6 222h87.7a37.83 37.83 0 0027.7-11.93 122.6 122.6 0 0017.54-24.2c6.55-12 5.77-13.75 5-15.48a6.07 6.07 0 00-2.14-2.55zm-29.23 34A25.82 25.82 0 01171.3 210H83.6a25.85 25.85 0 01-17.82-7A113.21 113.21 0 0130 123a60.55 60.55 0 0117.21-44A56.82 56.82 0 0188 62h.81a57.35 57.35 0 0135.44 12.71 6 6 0 007.5 0A57.39 57.39 0 01168 62c13.89 0 28.81 4.68 39.11 12-9.44 10.14-21.1 26.59-21.1 46 0 23.78 7.81 42.6 22.66 54.77a107.33 107.33 0 01-18.5 27.12zm-60-171.39A38 38 0 01167 2h1a6 6 0 010 12h-1a26 26 0 00-25.18 19.5 6 6 0 11-11.62-3z" }));
exports.default = AppleLogoLight;