UNPKG

@icongo/li

Version:
30 lines (29 loc) 1.81 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiAddressBook = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiAddressBook = function LIGuiAddressBook(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: "#673ab7", d: "M11.2 13H3.4V1h7.8c.66 0 1.2.54 1.2 1.2v9.6c0 .66-.54 1.2-1.2 1.2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#311b92", d: "M2.8 1h.6v12h-.6c-.66 0-1.2-.54-1.2-1.2V2.2c0-.66.54-1.2 1.2-1.2z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fff", d: "M10.6 7.06c-.03 1.44-.93 2.07-1.59 2.01-.18-.03-.63-.03-.87-.48-.24.3-.54.48-.93.48-.78 0-.99-.75-1.02-.93-.03-.21-.06-.42-.03-.66.03-.3.33-1.95 1.71-1.95.66 0 1.05.33 1.11.39L8.8 7.96c0 .09-.06.48.33.48.63 0 .72-1.17.72-1.38.03-.36.09-2.46-2.1-2.46-2.07 0-2.37 2.22-2.4 2.76-.15 2.55 1.8 2.55 2.16 2.55.51 0 1.11-.21 1.17-.24l.12.6c-.09.06-.6.33-1.32.33-.66 0-3.03-.12-2.94-3.24C4.63 6.73 5.02 4 7.78 4c2.76 0 2.82 2.43 2.82 3.06zm-3.57.39c-.03.3 0 .54.06.69.06.15.18.24.36.24.03 0 .09 0 .12-.03.06-.03.09-.03.15-.09.06-.03.09-.09.15-.18.06-.06.09-.18.12-.3l.15-1.62c-.06-.03-.15-.03-.21-.03a.64.64 0 0 0-.36.09c-.09.06-.18.15-.27.24-.06.12-.12.24-.18.39-.06.15-.06.39-.09.6z" })] })); }; exports.LIGuiAddressBook = LIGuiAddressBook;