UNPKG

@icongo/sti

Version:
55 lines (54 loc) 1.97 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIDeezer = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIDeezer = function STIDeezer(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ 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__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#231f20", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#f1796e", d: "M78 241h64m-64 26h64" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#ec2529", d: "M78 293h64m-64 26h64m-64 26h64" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#f6dd05", d: "M148 293h64m-64 26h64m-64 26h64" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#e78dcc", d: "M218 241h64m-64 26h64m-64-52h64m-64-26h64" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#d81996", d: "M218 293h64m-64 26h64m-64 26h64" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#d6e465", d: "M288 241h64m-64 26h64" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#adda1a", d: "M288 293h64m-64 26h64m-64 26h64" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#b0d8e6", d: "M358 241h64m-64 26h64m-64-52h64m-64-26h64m-64-26h64" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "#56bbe9", d: "M358 293h64m-64 26h64m-64 26h64" })] })); }; exports.STIDeezer = STIDeezer;