@icongo/sti
Version:
Super Tiny Icons
34 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIAppleMusic = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Apple Music",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "url(#prefix__a)",
rx: "15%"
}), /*#__PURE__*/_jsxs("linearGradient", {
id: "prefix__a",
x1: 0.5,
x2: 0.5,
y1: 0.99,
y2: 0.02,
children: [/*#__PURE__*/_jsx("stop", {
offset: 0,
stopColor: "#FA233B"
}), /*#__PURE__*/_jsx("stop", {
offset: 1,
stopColor: "#FB5C74"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M199 359V199q0-9 10-11l138-28q11-2 12 10v122q0 15-45 20c-57 9-48 105 30 79 30-11 35-40 35-69V88s0-20-17-15l-170 35s-13 2-13 18v203q0 15-45 20c-57 9-48 105 30 79 30-11 35-40 35-69"
})]
}));
export { STIAppleMusic };