iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.02 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 BrandSpotify = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-brand-spotify", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M17 3.34A10 10 0 112 12l.005-.324A10 10 0 0117 3.34m-2.168 11.605c-1.285-1.927-4.354-2.132-6.387-.777a1 1 0 001.11 1.664c1.195-.797 3.014-.675 3.613.223a1 1 0 101.664-1.11M16.1 11.7c-2.469-1.852-5.895-2.187-8.608-.589a1 1 0 001.016 1.724c1.986-1.171 4.544-.92 6.392.465a1 1 0 001.2-1.6m1.43-3.048C13.853 6.354 9.764 6.5 6.553 8.106a1 1 0 00.894 1.788c2.635-1.317 5.997-1.437 9.023.454a1 1 0 101.06-1.696" }));
exports.default = BrandSpotify;