antd-omi-icons
Version:
Ant Design Icons for Omi
59 lines (58 loc) • 3.27 kB
JavaScript
;
// GENERATE BY ./scripts/generate.ts
// DON NOT EDIT IT MANUALLY
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
Object.defineProperty(exports, "__esModule", { value: true });
var omi_1 = require("omi");
var omi_tools_1 = require("omi-tools");
require("../components/AntdIcon");
var CodeSandboxOutlinedSvg = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M709.6 210l.4-.2h.2L512 96 313.9 209.8h-.2l.7.3L151.5 304v416L512 928l360.5-208V304l-162.9-94zM482.7 843.6L339.6 761V621.4L210 547.8V372.9l272.7 157.3v313.4zM238.2 321.5l134.7-77.8 138.9 79.7 139.1-79.9 135.2 78-273.9 158-274-158zM814 548.3l-128.8 73.1v139.1l-143.9 83V530.4L814 373.1v175.2z" } }] }, "name": "code-sandbox", "theme": "outlined" };
var CodeSandboxOutlined = /** @class */ (function (_super) {
__extends(CodeSandboxOutlined, _super);
function CodeSandboxOutlined() {
return _super !== null && _super.apply(this, arguments) || this;
}
CodeSandboxOutlined.prototype.render = function (props) {
return (0, omi_1.h)("o-antd-icon", __assign({}, (0, omi_tools_1.rmIEFP)(props), { icon: CodeSandboxOutlinedSvg }));
};
;
CodeSandboxOutlined.displayName = 'CodeSandboxOutlined';
CodeSandboxOutlined.tagName = 'o-code-sandbox-outlined';
CodeSandboxOutlined.inheritAttrs = false;
CodeSandboxOutlined = __decorate([
(0, omi_1.tag)('o-code-sandbox-outlined')
], CodeSandboxOutlined);
return CodeSandboxOutlined;
}(omi_1.Component));
exports.default = CodeSandboxOutlined;