@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.12 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandTravis = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandTravis = function LIBrandTravis(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.545 4.036h1.86v5.957h-.698v1.017h2.76V9.876h-.871V3.95h1.976v.872h.9V3.049H3.528V4.82h1.017zm8.113-3.021H1.378c-.197 0-.378.145-.378.34v11.279c0 .194.18.351.378.351h11.28a.342.342 0 0 0 .342-.351V1.354a.332.332 0 0 0-.342-.34zm-1.605 4.387H8.99V4.53h-.813v4.765h.872v2.296H5.126V9.41h.698V4.619h-.698v.784H2.947V2.467h8.106v2.935z"
})
}));
};
exports.LIBrandTravis = LIBrandTravis;