@icongo/li
Version:
LibreICONS Icons
14 lines • 940 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiTint = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M7 9.87q0-.294-.164-.563-.008-.008-.126-.184l-.208-.31q-.09-.134-.204-.359-.114-.224-.17-.411-.034-.13-.172-.13-.138 0-.171.13-.057.187-.171.411-.115.225-.204.36l-.208.31q-.118.175-.126.183-.164.27-.164.562 0 .432.306.738t.738.306.738-.306q.305-.306.305-.738zm4.174-1.044q0 1.729-1.223 2.951T6.999 13q-1.728 0-2.95-1.223-1.224-1.224-1.224-2.951 0-1.182.66-2.242l.51-.738q.461-.664.824-1.23.363-.567.811-1.452.45-.884.677-1.642.074-.245.277-.383Q6.788 1 7 1t.42.139q.208.14.273.383.228.758.677 1.642.448.885.811 1.451.363.567.823 1.231l.51.738q.66 1.035.66 2.242z"
})
}));
export { LIGuiTint };