@icongo/fc
Version:
Flat Color Icons
43 lines • 1.15 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 FCTouchscreenSmartphone = 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: "#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__*/_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__*/_jsx("circle", {
cx: 24,
cy: 41,
r: 1.5,
fill: "#A6642A"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 23,
r: 2,
fill: "#E91E63"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 23,
r: 4,
fill: "none",
stroke: "#F48FB1",
strokeMiterlimit: 10,
strokeWidth: 2
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 23,
r: 6.5,
fill: "none",
stroke: "#F8BBD0",
strokeMiterlimit: 10
})]
}));
export { FCTouchscreenSmartphone };