@icongo/li
Version:
LibreICONS Icons
14 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiFormCheckboxSelected = 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: "M1.69 9.474c-.364-.184-.471-.444-.471-1.141V7.78l.42.418c.232.23.422.443.422.472.001.06.53.327.742.374.172.038.553-.062.738-.194.11-.079.232-.1.592-.1h.452V7.692l.407-.462.408-.463.014 1.054c.014 1.004.009 1.064-.105 1.294a.703.703 0 0 1-.354.358c-.226.114-.288.119-1.632.119-1.345 0-1.407 0-1.633-.119zm4.578-1.986V6.226H13V8.75H6.268V7.488zM2.612 8.494c-.086-.054-.483-.43-.88-.833-.867-.879-.882-.923-.468-1.337.394-.394.48-.375 1.123.257l.523.513.136-.158c1.378-1.6 2.194-2.493 2.304-2.52a.45.45 0 0 1 .278.044c.224.115.535.484.535.635 0 .165-2.822 3.414-3.009 3.464-.211.057-.38.036-.542-.065zM2.43 5.99c-.252-.257-.604-.423-.812-.383-.196.037-.114-.044.141-.141.18-.068.397-.082 1.125-.07l.901.015-.35.406c-.326.38-.362.406-.56.407-.184 0-.245-.03-.445-.234z"
})
}));
export { LIGuiFormCheckboxSelected };