@icongo/li
Version:
LibreICONS Icons
14 lines • 951 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiFormScrollbarHorizontal = 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.234 8.653C1.022 8.551 1 8.396 1 7.002c0-1.415.02-1.55.25-1.655.184-.084 11.316-.084 11.5 0 .23.104.25.24.25 1.655s-.02 1.55-.25 1.654c-.176.081-11.35.078-11.516 0zm1.791-.644c.045-.045.064-.341.064-.987 0-.768-.014-.938-.084-1.008-.046-.046-.114-.084-.151-.084-.075 0-1.263.876-1.329.98-.087.137-.025.21.587.676.619.473.786.55.913.423zm8.828-.374c.624-.467.663-.505.664-.64 0-.08-1.122-.973-1.315-1.047-.043-.017-.114 0-.158.036-.065.054-.08.244-.08 1.042 0 .537.016.992.036 1.011.1.1.323 0 .853-.402zM10 7.002v-.858H4V7.86h6v-.857z"
})
}));
export { LIGuiFormScrollbarHorizontal };