iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 972 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Nextui = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.353 0h11.294A6.353 6.353 0 0124 6.353v11.294A6.353 6.353 0 0117.647 24H6.353A6.353 6.353 0 010 17.647V6.353A6.353 6.353 0 016.353 0zm7.755 6.913h-.933v6.702a2.88 2.88 0 01-.362 1.45c-.24.424-.596.77-1.025 1-.443.244-.96.365-1.553.365-.592 0-1.108-.121-1.55-.364a2.603 2.603 0 01-1.024-1 2.865 2.865 0 01-.365-1.45V6.912h-.933v6.767a3.558 3.558 0 00.489 1.862c.327.547.798.994 1.362 1.292.582.316 1.256.474 2.021.474.769 0 1.444-.157 2.024-.471a3.473 3.473 0 001.36-1.293c.33-.565.5-1.21.49-1.864V6.913zm3.648 10.22V6.914h-.933v10.22h.933z" }));
exports.default = Nextui;