@icongo/li
Version:
LibreICONS Icons
14 lines • 914 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiActionSelect = 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: "M9.327 8.053a.71.71 0 0 1 .975.615.663.663 0 0 0-.363-.227.72.72 0 0 0-.438.037.684.684 0 0 0-.44.697.709.709 0 0 1 .266-1.122Zm.223 4.207c.282.175 1.168.663 2.072 1.74L14 13.03c-.352-.865-.085-1.348-.435-2.207-.24-.586-.443-.643-.832-.663l.123.303c.075.182-.2.293-.274.112l-.11-.27c-.09-.22-.377-.164-.629-.165l.15.367c.074.181-.2.294-.275.112l-.13-.318c-.092-.225-.391-.16-.645-.156l.159.389c.074.183-.202.293-.275.112l-.643-1.573c-.2-.49-.958-.2-.751.307l.948 2.325a2.1 2.1 0 0 0-.57-.248c-.54-.128-.887.414-.261.803Z"
})
}));
export { LIGuiActionSelect };