@icongo/fc
Version:
Flat Color Icons
30 lines (29 loc) • 1.18 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCLowPriority = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCLowPriority = function FCLowPriority(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#4CAF50",
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__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#FFEB3B",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M24 33.4 17 25h14z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M22 14.8h4v12.3h-4z"
})]
})]
}));
};
exports.FCLowPriority = FCLowPriority;