@icongo/fc
Version:
Flat Color Icons
27 lines • 821 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 FCContacts = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#FF7043",
d: "M38 44H12V4h26c2.2 0 4 1.8 4 4v32c0 2.2-1.8 4-4 4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#BF360C",
d: "M10 4h2v40h-2c-2.2 0-4-1.8-4-4V8c0-2.2 1.8-4 4-4z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#AB300B",
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 { FCContacts };