@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.33 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandNano = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandNano = function LIBrandNano(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: "M13 5.286a.857.857 0 0 1-.857.856c-.643 0-.857.215-.857.857a.857.857 0 0 1-.856.857c-.643 0-.857.215-.857.857a.857.857 0 1 1-.857-.857c.643 0 .857-.215.857-.857 0-.473.384-.857.857-.857.643 0 .856-.214.856-.856a.857.857 0 0 1 1.714 0zM2.714 8.714a.857.857 0 0 1-.857.857A.857.857 0 0 1 1 8.714a.857.857 0 0 1 .857-.856.857.857 0 0 1 .857.856ZM7.857 7a.857.857 0 0 1-1.715 0c0-.643-.214-.857-.856-.857-.643 0-.857.215-.857.857a.857.857 0 1 1-.858-.857c.643 0 .857-.214.857-.857a.857.857 0 0 1 1.714 0c0 .643.214.857.856.857.476 0 .859.384.859.857z"
})
}));
};
exports.LIBrandNano = LIBrandNano;