@icongo/li
Version:
LibreICONS Icons
14 lines • 627 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIMathDivide = 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.571A1.714 1.714 0 1 0 7 13a1.714 1.714 0 0 0 0-3.43ZM7 4.43A1.714 1.714 0 1 0 7 1a1.714 1.714 0 0 0 0 3.43Zm5.143 1.285H1.857A.857.857 0 0 0 1 6.571v.858c0 .473.384.857.857.857h10.286A.857.857 0 0 0 13 7.429V6.57a.857.857 0 0 0-.857-.857Z"
})
}));
export { LIMathDivide };