@icongo/fc
Version:
Flat Color Icons
18 lines • 882 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 FCHighPriority = 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: "#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__*/_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"
})]
}));
export { FCHighPriority };