iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.64 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 Neteasecloudmusic = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.046 9.388a3.919 3.919 0 00-.66.19c-.809.312-1.447.991-1.666 1.775a2.269 2.269 0 00-.074.81 1.85 1.85 0 00.764 1.35 1.483 1.483 0 002.01-.286c.406-.531.355-1.183.24-1.636-.098-.387-.22-.816-.345-1.249a64.76 64.76 0 01-.269-.954zm-.82 10.07c-3.984 0-7.224-3.24-7.224-7.223 0-.98.226-3.02 1.884-4.822A7.188 7.188 0 019.502 5.6a.792.792 0 11.587 1.472 5.619 5.619 0 00-2.795 2.462 5.538 5.538 0 00-.707 2.7 5.645 5.645 0 005.638 5.638c1.844 0 3.627-.953 4.542-2.428 1.042-1.68.772-3.931-.627-5.238a3.299 3.299 0 00-1.437-.777c.172.589.334 1.18.494 1.772.284 1.12.1 2.181-.519 2.989-.39.51-.956.888-1.592 1.064a3.038 3.038 0 01-2.58-.44 3.45 3.45 0 01-1.44-2.514c-.04-.467.002-.93.128-1.376.35-1.256 1.356-2.339 2.622-2.826a5.5 5.5 0 01.823-.246l-.134-.505c-.37-1.371.25-2.579 1.547-3.007a2.39 2.39 0 011.025-.105c.792.09 1.476.592 1.709 1.023.258.507-.096 1.153-.706 1.153a.788.788 0 01-.54-.213c-.088-.08-.163-.174-.259-.247a.825.825 0 00-.632-.166.807.807 0 00-.634.551c-.056.191-.031.406.02.595.07.256.159.597.217.82 1.11.098 2.162.54 2.97 1.296 1.974 1.844 2.35 4.886.892 7.233-1.197 1.93-3.509 3.177-5.889 3.177zM0 12c0 6.627 5.373 12 12 12s12-5.373 12-12S18.627 0 12 0 0 5.373 0 12z" }));
exports.default = Neteasecloudmusic;