@brizy/ui-icons
Version:
10 lines (9 loc) • 744 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Plus3 = void 0;
const react_1 = __importDefault(require("react"));
exports.Plus3 = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
react_1.default.createElement("path", { fill: "currentColor", d: "M5.25 5.25V3h1.5v2.25H9v1.5H6.75V9h-1.5V6.75H3v-1.5h2.25Zm6-5.25c.45 0 .75.3.75.75v10.5c0 .45-.3.75-.75.75H.75C.3 12 0 11.7 0 11.25V.75C0 .3.3 0 .75 0h10.5Zm-.75 10.5v-9h-9v9h9Z" })));