UNPKG

@icongo/li

Version:
27 lines (26 loc) 1.66 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiHistory = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiHistory = function LIGuiHistory(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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", { fill: "green", d: "M13 7q0 1.219-.477 2.328t-1.28 1.914q-.805.805-1.915 1.281Q8.218 13 7 13q-1.344 0-2.555-.566-1.21-.567-2.062-1.598-.055-.078-.051-.176.004-.098.066-.16l1.07-1.078q.079-.07.196-.07.125.015.18.093.57.743 1.398 1.149T7 11q.813 0 1.55-.316t1.278-.856q.54-.539.856-1.277Q11 7.812 11 7t-.316-1.55q-.317-.74-.856-1.278-.539-.54-1.277-.856Q7.812 3 7 3q-.766 0-1.469.277-.703.278-1.25.793l1.07 1.078q.243.235.11.54Q5.328 6 5 6H1.5q-.203 0-.352-.148Q1 5.703 1 5.5V2q0-.328.313-.46.304-.134.539.108l1.015 1.008q.836-.789 1.91-1.222Q5.852 1 7 1q1.219 0 2.328.477 1.11.476 1.914 1.28.805.805 1.281 1.915T13 7z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "gray", d: "M8 4.75v3.5q0 .11-.07.18-.07.07-.18.07h-2.5q-.11 0-.18-.07Q5 8.36 5 8.25v-.5q0-.11.07-.18.07-.07.18-.07H7V4.75q0-.11.07-.18.07-.07.18-.07h.5q.11 0 .18.07.07.07.07.18z" })] })); }; exports.LIGuiHistory = LIGuiHistory;