UNPKG

@icongo/li

Version:
24 lines (23 loc) 1.56 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LISocialSoundcloud = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LISocialSoundcloud = function LISocialSoundcloud(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-soundcloud", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M13 8.123c0 .804-.651 1.455-1.455 1.455H7.497v-5a2.559 2.559 0 0 1 .884-.156 2.579 2.579 0 0 1 2.57 2.373A1.455 1.455 0 0 1 13 8.123ZM5.984 5.566v4.012h.483V5.273a2.539 2.539 0 0 0-.289.386 2.054 2.054 0 0 0-.194-.093Zm.748 4.012h.483V4.7a2.579 2.579 0 0 0-.483.318v4.56zm-3.067-3.51v3.51h.483V5.685a2.09 2.09 0 0 0-.483.384Zm-1.45.729v2.77c.06.007.12.011.182.011h.253v-2.77a1.394 1.394 0 0 0-.434-.011zm-.64 2.514c.11.08.232.144.363.19V6.862c-.13.046-.253.11-.362.19v2.26zm1.341-2.426v2.693H3.4V6.42c-.108.181-.19.38-.24.59a1.397 1.397 0 0 0-.243-.125Zm1.522 2.693h.483V5.425a2.07 2.07 0 0 0-.483.122v4.031zm.773 0h.483V5.47a2.089 2.089 0 0 0-.483-.062v4.17zm-3.873-.486V7.271a1.39 1.39 0 0 0 0 1.821Z" }) })); }; exports.LISocialSoundcloud = LISocialSoundcloud;