@icongo/li
Version:
LibreICONS Icons
40 lines (39 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiMediumPriority = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiMediumPriority = function LIGuiMediumPriority(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: "#ffc107",
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.jsxs)("g", {
fill: "#37474f",
transform: "translate(.456 .483) scale(.2721)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 24,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 32,
cy: 24,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 16,
cy: 24,
r: 2
})]
})]
}));
};
exports.LIGuiMediumPriority = LIGuiMediumPriority;