UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.56 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIMapRecycling = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIMapRecycling = function LIMapRecycling(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: "M5.351 8.288 3.933 5.727H1.082l1.159.696-.717 1.28a.771.771 0 0 0 0 .728l1.128 2.04c.051-.148.102-.275.153-.38l1.403-2.498 1.143.695Zm-2.119 2.056a.85.85 0 0 0-.122.442.84.84 0 0 0 .252.617.82.82 0 0 0 .602.253H6.77V9.3H3.81c-.02.042-.096.18-.228.411l-.35.633zM7.03 4.51h2.836l1.433-2.561-1.159.695-.717-1.28A.65.65 0 0 0 8.812 1H6.557c.091.105.168.21.229.316l1.387 2.498-.228.142-.915.554ZM5.64 1.126c-.325 0-.57.148-.732.443L3.49 4.099c.539.326 1.195.716 1.967 1.17.458-.812.95-1.697 1.48-2.657L6.372 1.57c-.162-.295-.406-.443-.732-.443zm3.645 8.142V7.894l-1.419 2.56L9.286 13v-1.376h1.417a.683.683 0 0 0 .625-.363l1.129-2.04c-.153.042-.28.063-.381.063l-2.79-.016Zm2.104-4.331-1.968 1.17 1.495 2.672h1.143a.8.8 0 0 0 .748-.443c.152-.285.147-.575-.016-.87l-1.402-2.53Z" }) })); }; exports.LIMapRecycling = LIMapRecycling;