@icongo/li
Version:
LibreICONS Icons
29 lines (28 loc) • 1.72 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiTextColor = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiTextColor = function LIGuiTextColor(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: "#a40",
d: "M7.34 8.926V6.614c0-.48-.416-.87-.928-.87h-.877a6.397 6.397 0 0 1-.022-.541 2.661 2.661 0 0 1 .052-.575c.026-.119.055-.196.066-.224l.005-.014a.546.546 0 0 1 .017-.042c.36-.643.098-1.442-.586-1.784a1.492 1.492 0 0 0-.659-.156 1.485 1.485 0 0 0-.658.156c-.684.342-.946 1.14-.587 1.784l.018.042.005.014c.011.028.04.105.066.224a2.378 2.378 0 0 1 .052.575 6.74 6.74 0 0 1-.022.54h-.878c-.511 0-.927.39-.927.871v2.312c1.674.052 3.353.058 5.863 0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ff0",
d: "m6.029 12.823-.436-1.997-.218 1.977h-2.11l-.462-1.165v1.185s-2.214.228-1.737 0c.478-.228.478-3.92.478-3.92h5.744s0 3.692.477 3.92c.478.228-1.736 0-1.736 0z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.22 1H7.338L5.893 5.378h.945c.354 0 .668.171.865.434l.049-.184.91-2.702.297-.002.954 2.89H7.705c.134.18.215.404.215.646v1.257h2.397l.423 1.61h2.218L10.22 1z"
})]
}));
};
exports.LIGuiTextColor = LIGuiTextColor;