@brizy/ui
Version:
React elements in Brizy style
12 lines (11 loc) • 913 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Close = void 0;
const react_1 = __importDefault(require("react"));
const Close = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", id: "close", fill: "currentColor", viewBox: "0 0 16 16" },
react_1.default.createElement("g", null,
react_1.default.createElement("path", { d: "M12.786 3.214a.69.69 0 0 0-1 0L8 7 4.214 3.214a.69.69 0 0 0-1 0 .69.69 0 0 0 0 1L7 8l-3.786 3.786a.69.69 0 0 0 0 1 .648.648 0 0 0 .5.214.648.648 0 0 0 .5-.214L8 9l3.786 3.786a.772.772 0 0 0 .5.214.772.772 0 0 0 .5-.214.69.69 0 0 0 0-1L9 8l3.786-3.786a.69.69 0 0 0 0-1z", fillRule: "nonzero", fill: "currentColor", stroke: "none", strokeWidth: "1" }))));
exports.Close = Close;