UNPKG

@icongo/li

Version:
24 lines (23 loc) 1.5 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LISocialLastFm = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LISocialLastFm = function LISocialLastFm(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", className: "prefix__social-last-fm", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m6.292 9.605-.44-1.196s-.715.797-1.787.797c-.948 0-1.622-.825-1.622-2.144 0-1.69.852-2.296 1.691-2.296 1.21 0 1.594.784 1.924 1.787l.44 1.375c.44 1.333 1.265 2.405 3.643 2.405 1.704 0 2.859-.522 2.859-1.897 0-1.113-.632-1.69-1.815-1.965l-.88-.193c-.604-.137-.783-.385-.783-.797 0-.467.371-.742.976-.742.66 0 1.017.247 1.072.838l1.375-.165c-.11-1.237-.962-1.745-2.364-1.745-1.237 0-2.447.467-2.447 1.965 0 .935.454 1.526 1.594 1.801l.935.22c.701.165.935.453.935.852 0 .509-.495.715-1.43.715-1.388 0-1.965-.729-2.295-1.732l-.454-1.375c-.577-1.787-1.498-2.446-3.326-2.446C2.073 3.667 1 4.945 1 7.117c0 2.09 1.072 3.216 2.997 3.216 1.553 0 2.295-.728 2.295-.728z" }) })); }; exports.LISocialLastFm = LISocialLastFm;