@icongo/li
Version:
LibreICONS Icons
29 lines • 928 B
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 LIGuiContacts = 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: "#ff7043",
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__*/_jsx("path", {
fill: "#bf360c",
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__*/_jsxs("g", {
fill: "#ab300b",
transform: "matrix(.3 0 0 .3 -.2 -.2)",
children: [/*#__PURE__*/_jsx("circle", {
cx: 26,
cy: 20,
r: 4
}), /*#__PURE__*/_jsx("path", {
d: "M33 30s-1.9-4-7-4-7 4-7 4v2h14v-2z"
})]
})]
}));
export { LIGuiContacts };