@icongo/li
Version:
LibreICONS Icons
26 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LIGuiContacts2 = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: [/*#__PURE__*/_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__*/_jsxs("g", {
fill: "#d1c4e9",
transform: "matrix(.3 0 0 .3 -.2 -.2)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 18,
r: 4
}), /*#__PURE__*/_jsx("path", {
d: "M31 28s-1.9-4-7-4-7 4-7 4v2h14v-2z"
})]
})]
}));
export { LIGuiContacts2 };