@icongo/fc
Version:
Flat Color Icons
30 lines • 867 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 FCMediumPriority = 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: "#FFC107",
d: "m21.2 44.8-18-18c-1.6-1.6-1.6-4.1 0-5.7l18-18c1.6-1.6 4.1-1.6 5.7 0l18 18c1.6 1.6 1.6 4.1 0 5.7l-18 18c-1.6 1.6-4.2 1.6-5.7 0z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#37474F",
children: [/*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 2
}), /*#__PURE__*/_jsx("circle", {
cx: 32,
cy: 24,
r: 2
}), /*#__PURE__*/_jsx("circle", {
cx: 16,
cy: 24,
r: 2
})]
})]
}));
export { FCMediumPriority };