UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.6 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIBrandMastodon = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIBrandMastodon = function LIBrandMastodon(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", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M6.982 1c-1.534.012-3.01.179-3.87.574 0 0-1.705.763-1.705 3.366 0 .596-.012 1.309.007 2.065.062 2.545.467 5.054 2.82 5.677a8.887 8.887 0 0 0 2.768.306c1.36-.075 2.125-.485 2.125-.485l-.045-.988s-.973.307-2.065.27c-1.082-.038-2.224-.117-2.4-1.446a2.725 2.725 0 0 1-.023-.372s1.062.26 2.408.321c.823.038 1.595-.048 2.38-.142 1.503-.18 2.812-1.106 2.976-1.952.26-1.334.238-3.254.238-3.254 0-2.603-1.705-3.366-1.705-3.366-.86-.395-2.337-.561-3.871-.574h-.038zM5.246 3.034c.64 0 1.123.246 1.443.737L7 4.292l.311-.521c.32-.491.804-.737 1.443-.737.552 0 .997.194 1.337.573.33.379.493.89.493 1.535v3.152H9.336v-3.06c0-.644-.272-.972-.814-.972-.6 0-.901.388-.901 1.156v1.675H6.379V5.418c0-.768-.3-1.156-.9-1.156-.543 0-.815.328-.815.972v3.06H3.416V5.142c0-.644.164-1.156.493-1.535.34-.379.785-.573 1.337-.573z" }) })); }; exports.LIBrandMastodon = LIBrandMastodon;