@brizy/ui
Version:
React elements in Brizy style
12 lines (11 loc) • 1.18 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Promote = void 0;
const react_1 = __importDefault(require("react"));
const Promote = () => (react_1.default.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "currentColor" },
react_1.default.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
react_1.default.createElement("path", { d: "M14.2222222,14.2222222 L1.77777778,14.2222222 L1.77777778,1.77777778 L7.11111111,1.77777778 L7.11111111,0 L1.77777778,0 C0.791111111,0 0,0.8 0,1.77777778 L0,14.2222222 C0,15.2 0.791111111,16 1.77777778,16 L14.2222222,16 C15.2,16 16,15.2 16,14.2222222 L16,8.88888889 L14.2222222,8.88888889 L14.2222222,14.2222222 Z M9.77777778,0 L9.77777778,1.77777778 L12.9688889,1.77777778 L4.23111111,10.5155556 L5.48444444,11.7688889 L14.2222222,3.03111111 L14.2222222,6.22222222 L16,6.22222222 L16,0 L9.77777778,0 Z", fill: "currentColor", fillRule: "nonzero" }))));
exports.Promote = Promote;