@icongo/sti
Version:
Super Tiny Icons
47 lines • 1.42 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 STIDeezer = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
strokeWidth: 20,
"aria-label": "Deezer",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#231f20",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
stroke: "#f1796e",
d: "M78 241h64m-64 26h64"
}), /*#__PURE__*/_jsx("path", {
stroke: "#ec2529",
d: "M78 293h64m-64 26h64m-64 26h64"
}), /*#__PURE__*/_jsx("path", {
stroke: "#f6dd05",
d: "M148 293h64m-64 26h64m-64 26h64"
}), /*#__PURE__*/_jsx("path", {
stroke: "#e78dcc",
d: "M218 241h64m-64 26h64m-64-52h64m-64-26h64"
}), /*#__PURE__*/_jsx("path", {
stroke: "#d81996",
d: "M218 293h64m-64 26h64m-64 26h64"
}), /*#__PURE__*/_jsx("path", {
stroke: "#d6e465",
d: "M288 241h64m-64 26h64"
}), /*#__PURE__*/_jsx("path", {
stroke: "#adda1a",
d: "M288 293h64m-64 26h64m-64 26h64"
}), /*#__PURE__*/_jsx("path", {
stroke: "#b0d8e6",
d: "M358 241h64m-64 26h64m-64-52h64m-64-26h64m-64-26h64"
}), /*#__PURE__*/_jsx("path", {
stroke: "#56bbe9",
d: "M358 293h64m-64 26h64m-64 26h64"
})]
}));
export { STIDeezer };