UNPKG

@icongo/fc

Version:
51 lines (50 loc) 1.67 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.FCTouchscreenSmartphone = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var FCTouchscreenSmartphone = function FCTouchscreenSmartphone(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: "#E38939", d: "M12 40V8c0-2.2 1.8-4 4-4h16c2.2 0 4 1.8 4 4v32c0 2.2-1.8 4-4 4H16c-2.2 0-4-1.8-4-4z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#FFF3E0", d: "M32 7H16c-.6 0-1 .4-1 1v29c0 .6.4 1 1 1h16c.6 0 1-.4 1-1V8c0-.6-.4-1-1-1z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 41, r: 1.5, fill: "#A6642A" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 23, r: 2, fill: "#E91E63" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 23, r: 4, fill: "none", stroke: "#F48FB1", strokeMiterlimit: 10, strokeWidth: 2 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 23, r: 6.5, fill: "none", stroke: "#F8BBD0", strokeMiterlimit: 10 })] })); }; exports.FCTouchscreenSmartphone = FCTouchscreenSmartphone;