@icongo/li
Version:
LibreICONS Icons
14 lines • 641 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIBrandTrulia = 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 1c-1.905.01-3.135 1.29-3.135 3.223 0 1.6 1.044 2.97 1.638 5.05.342 1.192.526 2.651.621 3.727h1.752c.096-1.076.28-2.535.62-3.728.595-2.08 1.64-3.448 1.64-5.05C10.135 2.29 8.905 1.01 7 1Zm.01 4.926a1.435 1.435 0 1 1 .002-2.87 1.435 1.435 0 0 1-.002 2.87z"
})
}));
export { LIBrandTrulia };