iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.52 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 SpotifyAlt = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.439 10.264c-.079 0-.157-.02-.252-.045a6.111 6.111 0 00-.079-.02c-2.017-.96-4.198-1.422-6.512-1.422-1.025 0-2.15.132-3.306.364-.397.099-.794-.166-.893-.562-.033-.43.232-.827.628-.893a17.662 17.662 0 013.604-.397c2.512 0 4.892.53 7.14 1.554a.764.764 0 01.364.992.77.77 0 01-.694.43zM16.083 13.9c.099.034.198.067.297.067a.76.76 0 00.662-.43.764.764 0 00-.364-.992c-1.918-.892-4-1.355-6.05-1.355-1.19 0-2.248.132-3.272.397a.78.78 0 00-.53.925.78.78 0 00.926.53c.893-.265 1.818-.364 2.91-.364 1.817 0 3.702.43 5.42 1.223zM15.025 17.438c.099.033.231.066.33.066a.76.76 0 00.662-.43.723.723 0 00-.331-.991 11.373 11.373 0 00-7.934-.794.78.78 0 00-.529.926c.1.397.496.628.893.529a10.006 10.006 0 016.909.694z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 11.983C2 17.505 6.463 22 11.983 22 17.505 22 22 17.504 22 11.983 22 6.496 17.504 2 11.983 2A9.975 9.975 0 002 11.983zm1.488 0a8.493 8.493 0 018.495-8.495c4.695 0 8.53 3.801 8.53 8.495 0 4.695-3.835 8.53-8.53 8.53-4.694 0-8.495-3.835-8.495-8.53z", fill: "#323544" }));
exports.default = SpotifyAlt;