@brizy/ui-icons
Version:
12 lines (11 loc) • 939 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.CornersTopLeft = void 0;
const react_1 = __importDefault(require("react"));
exports.CornersTopLeft = ({ 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("g", { fill: "none" },
react_1.default.createElement("path", { fill: "#22AFDA", d: "M0 6V4c0-2 1.5-3 3-3h2v2H3.5C2.5 3 2 3.5 2 4.5V6H0z" }),
react_1.default.createElement("path", { fill: "currentColor", d: "M16 6V4c0-2-1.5-3-3-3h-2v2h1.5c1 0 1.5.5 1.5 1.5V6h2zM0 10v2c0 2 1.5 3 3 3h2v-2H3.5c-1 0-1.5-.5-1.5-1.5V10H0zM16 10v2c0 2-1.5 3-3 3h-2v-2h1.5c1 0 1.5-.5 1.5-1.5V10h2z" }))));