UNPKG

@icongo/fc

Version:
21 lines 820 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var FCSimCard = 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: "M36 45H12c-2.2 0-4-1.8-4-4V7c0-2.2 1.8-4 4-4h16.3c1.1 0 2.1.4 2.8 1.2l7.7 7.7c.8.8 1.2 1.8 1.2 2.8V41c0 2.2-1.8 4-4 4z" }), /*#__PURE__*/_jsx("path", { fill: "#FF9800", d: "M32 38H16c-1.1 0-2-.9-2-2V24c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2z" }), /*#__PURE__*/_jsx("path", { fill: "#FFD54F", d: "M29 30v3h5v2h-5v3h-2V22h2v6h5v2h-5zm-15-1v2h5v2h-5v2h5v3h2v-9h-7z" })] })); export { FCSimCard };