@icongo/li
Version:
LibreICONS Icons
14 lines • 879 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandSpotify = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M7 1C3.7 1 1 3.7 1 7s2.7 6 6 6 6-2.7 6-6-2.67-6-6-6Zm2.76 8.67c-.12.18-.33.24-.51.12-1.41-.87-3.18-1.05-5.28-.57-.21.06-.39-.09-.45-.27-.06-.21.09-.39.27-.45 2.28-.51 4.26-.3 5.82.66.21.09.24.33.15.51Zm.72-1.65c-.15.21-.42.3-.63.15-1.62-.99-4.08-1.29-5.97-.69-.24.06-.51-.06-.57-.3-.06-.24.06-.51.3-.57 2.19-.66 4.89-.33 6.75.81.18.09.27.39.12.6zm.06-1.68C8.62 5.2 5.41 5.08 3.58 5.65c-.3.09-.6-.09-.69-.36-.09-.3.09-.6.36-.69 2.13-.63 5.64-.51 7.86.81.27.15.36.51.21.78-.15.21-.51.3-.78.15Z"
})
}));
export { LIBrandSpotify };