@icongo/li
Version:
LibreICONS Icons
14 lines • 632 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIMathEquals = 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: "M12.143 8.286H1.857A.857.857 0 0 0 1 9.143V10c0 .473.384.857.857.857h10.286A.857.857 0 0 0 13 10v-.857a.857.857 0 0 0-.857-.857zm0-5.143H1.857A.857.857 0 0 0 1 4v.857c0 .473.384.857.857.857h10.286A.857.857 0 0 0 13 4.857V4a.857.857 0 0 0-.857-.857z"
})
}));
export { LIMathEquals };