@icongo/li
Version:
LibreICONS Icons
34 lines (33 loc) • 1.44 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiContacts2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiContacts2 = function LIGuiContacts2(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.8 1.9H2.2c-.66 0-1.2.54-1.2 1.2v7.8c0 .66.54 1.2 1.2 1.2h1.5v-.39a.58.58 0 0 1-.3-.51c0-.33.27-.6.6-.6.33 0 .6.27.6.6 0 .21-.12.42-.3.51v.39h5.4v-.39a.58.58 0 0 1-.3-.51c0-.33.27-.6.6-.6.33 0 .6.27.6.6 0 .21-.12.42-.3.51v.39h1.5c.66 0 1.2-.54 1.2-1.2V3.1c0-.66-.54-1.2-1.2-1.2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#d1c4e9",
transform: "matrix(.3 0 0 .3 -.2 -.2)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 18,
r: 4
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M31 28s-1.9-4-7-4-7 4-7 4v2h14v-2z"
})]
})]
}));
};
exports.LIGuiContacts2 = LIGuiContacts2;