@icongo/fc
Version:
Flat Color Icons
26 lines (25 loc) • 1.26 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCHighPriority = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCHighPriority = function FCHighPriority(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: "#F44336",
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.jsx)("path", {
fill: "#fff",
d: "M21.6 32.7c0-.3.1-.6.2-.9.1-.3.3-.5.5-.7.2-.2.5-.4.8-.5s.6-.2 1-.2.7.1 1 .2c.3.1.6.3.8.5.2.2.4.4.5.7.1.3.2.6.2.9s-.1.6-.2.9-.3.5-.5.7c-.2.2-.5.4-.8.5-.3.1-.6.2-1 .2s-.7-.1-1-.2-.5-.3-.8-.5c-.2-.2-.4-.4-.5-.7s-.2-.5-.2-.9zm4.2-4.6h-3.6L21.7 13h4.6l-.5 15.1z"
})]
}));
};
exports.FCHighPriority = FCHighPriority;