@icongo/mc
Version:
Micon Icons
13 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCSpotify = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1984 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M992 32C444.4 32 0 476.4 0 1024s444.4 992 992 992 992-444.4 992-992S1539.6 32 992 32zm402.8 1459.6c-16.8 0-27.2-5.2-42.8-14.4-249.6-150.4-540-156.8-826.8-98-15.6 4-36 10.4-47.6 10.4-38.8 0-63.2-30.8-63.2-63.2 0-41.2 24.4-60.8 54.4-67.2 327.6-72.4 662.4-66 948 104.8 24.4 15.6 38.8 29.6 38.8 66s-28.4 61.6-60.8 61.6zm107.6-262.4c-20.8 0-34.8-9.2-49.2-16.8-250-148-622.8-207.6-954.4-117.6-19.2 5.2-29.6 10.4-47.6 10.4-42.8 0-77.6-34.8-77.6-77.6s20.8-71.2 62-82.8c111.2-31.2 224.8-54.4 391.2-54.4 259.6 0 510.4 64.4 708 182 32.4 19.2 45.2 44 45.2 78.8-.4 43.2-34 78-77.6 78zm124-304.8c-20.8 0-33.6-5.2-51.6-15.6C1290 738.8 780.8 698 451.2 790c-14.4 4-32.4 10.4-51.6 10.4-52.8 0-93.2-41.2-93.2-94.4 0-54.4 33.6-85.2 69.6-95.6 140.8-41.2 298.4-60.8 470-60.8 292 0 598 60.8 821.6 191.2 31.2 18 51.6 42.8 51.6 90.4 0 54.4-44 93.2-92.8 93.2z"
})
}));
export { MCSpotify };