@icongo/li
Version:
LibreICONS Icons
27 lines (26 loc) • 1.53 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiHighPriority = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiHighPriority = function LIGuiHighPriority(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#f44336",
d: "M6.224 12.673 1.327 7.776a1.084 1.084 0 0 1 0-1.552l4.897-4.897a1.084 1.084 0 0 1 1.552 0l4.897 4.897a1.084 1.084 0 0 1 0 1.552l-4.897 4.897c-.436.436-1.143.436-1.552 0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M6.333 9.381c0-.082.028-.163.055-.245a.488.488 0 0 1 .136-.19.592.592 0 0 1 .217-.136.792.792 0 0 1 .273-.055c.108 0 .19.027.272.055a.592.592 0 0 1 .217.136c.055.054.11.108.136.19.028.082.055.163.055.245s-.027.163-.055.245a.48.48 0 0 1-.136.19.592.592 0 0 1-.217.136.805.805 0 0 1-.272.055.805.805 0 0 1-.273-.055c-.081-.027-.136-.081-.217-.136a.48.48 0 0 1-.136-.19c-.027-.082-.055-.136-.055-.245zm1.143-1.252h-.98L6.362 4.02h1.251l-.136 4.11z"
})]
}));
};
exports.LIGuiHighPriority = LIGuiHighPriority;