@icongo/fc
Version:
Flat Color Icons
41 lines • 1.28 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 FCExpired = 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("circle", {
cx: 17,
cy: 17,
r: 14,
fill: "#00ACC1"
}), /*#__PURE__*/_jsx("circle", {
cx: 17,
cy: 17,
r: 11,
fill: "#eee"
}), /*#__PURE__*/_jsx("path", {
d: "M16 8h2v9h-2z"
}), /*#__PURE__*/_jsx("path", {
d: "m22.655 20.954-1.697 1.697-4.808-4.807 1.697-1.697z"
}), /*#__PURE__*/_jsx("circle", {
cx: 17,
cy: 17,
r: 2
}), /*#__PURE__*/_jsx("circle", {
cx: 17,
cy: 17,
r: 1,
fill: "#00ACC1"
}), /*#__PURE__*/_jsx("path", {
fill: "#FFC107",
d: "m11.9 42 14.4-24.1c.8-1.3 2.7-1.3 3.4 0L44.1 42c.8 1.3-.2 3-1.7 3H13.6c-1.5 0-2.5-1.7-1.7-3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#263238",
d: "M26.4 39.9c0-.2 0-.4.1-.6s.2-.3.3-.5.3-.2.5-.3.4-.1.6-.1.5 0 .7.1.4.2.5.3.2.3.3.5.1.4.1.6 0 .4-.1.6-.2.3-.3.5-.3.2-.5.3-.4.1-.7.1-.5 0-.6-.1-.4-.2-.5-.3-.2-.3-.3-.5-.1-.4-.1-.6zm2.8-3.1h-2.3l-.4-9.8h3l-.3 9.8z"
})]
}));
export { FCExpired };