@icongo/li
Version:
LibreICONS Icons
14 lines • 591 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandDyalog = 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.429 1v3.193h1.714V2.714h2.871c3.038 0 4.843 2.148 4.843 4.283 0 2.039-1.57 4.289-4.843 4.289H1.43V13h4.585c4.305 0 6.557-3.019 6.557-6.003 0-1.572-.592-3.037-1.668-4.133C9.703 1.643 8.01 1 6.014 1H1.43Z"
})
}));
export { LIBrandDyalog };