UNPKG

@icongo/fc

Version:
35 lines (34 loc) 1.25 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCContacts = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCContacts = function FCContacts(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FF7043", d: "M38 44H12V4h26c2.2 0 4 1.8 4 4v32c0 2.2-1.8 4-4 4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#BF360C", d: "M10 4h2v40h-2c-2.2 0-4-1.8-4-4V8c0-2.2 1.8-4 4-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#AB300B", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 26, cy: 20, r: 4 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M33 30s-1.9-4-7-4-7 4-7 4v2h14v-2z" })] })] })); }; exports.FCContacts = FCContacts;