@icongo/fc
Version:
Flat Color Icons
30 lines • 788 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 FCSms = 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: "#009688",
d: "M37 39H11l-6 6V11c0-3.3 2.7-6 6-6h26c3.3 0 6 2.7 6 6v22c0 3.3-2.7 6-6 6z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#fff",
children: [/*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 22,
r: 3
}), /*#__PURE__*/_jsx("circle", {
cx: 34,
cy: 22,
r: 3
}), /*#__PURE__*/_jsx("circle", {
cx: 14,
cy: 22,
r: 3
})]
})]
}));
export { FCSms };