@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.51 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandVnv = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandVnv = function LIBrandVnv(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: "M2.967 8.5c-.64 0-.87-.57-.87-.57L1.049 5.84s-.195-.34.195-.34h.615c.195 0 .247.163.352.34L2.9 7.235s.098.246.396.246c.298 0 .396-.246.396-.246l.688-1.397c.105-.178.157-.339.352-.339h.615c.39 0 .195.34.195.34L4.495 7.93s-.229.57-.87.57h-.658zm7.406 0c-.64 0-.87-.57-.87-.57L8.455 5.84s-.195-.34.195-.34h.615c.195 0 .247.163.352.34l.689 1.396s.097.246.395.246c.298 0 .396-.246.396-.246l.69-1.397c.105-.178.157-.339.352-.339h.617c.39 0 .195.34.195.34l-1.048 2.09s-.229.57-.87.57h-.66zm-3.043-3c.64 0 .87.57.87.57l1.048 2.09s.195.34-.195.34h-.615c-.195 0-.247-.163-.352-.34l-.689-1.396s-.097-.246-.395-.246c-.298 0-.396.246-.396.246L5.918 8.16c-.105.176-.157.339-.352.339h-.617c-.39 0-.195-.34-.195-.34l1.048-2.09s.229-.57.87-.57h.658Z"
})
}));
};
exports.LIBrandVnv = LIBrandVnv;