@helpscout/artboard
Version:
A tool kit for React UI development and design
19 lines • 969 B
JavaScript
;
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);
};
Object.defineProperty(exports, "__esModule", { value: true });
var React = require("react");
var IconSvg_1 = require("./IconSvg");
exports.default = (function (props) { return (React.createElement(IconSvg_1.default, __assign({}, props),
React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" },
React.createElement("path", { d: "M11 4h-2l3-3 3 3h-2v2h-2v-2zm2 16h2l-3 3-3-3h2v-2h2v2zm-10-7v2l-3-3 3-3v2h2v2h-2zm18-2v-2l3 3-3 3v-2h-2v-2h2zm-4-3h-10v8h10v-8z" })))); });
//# sourceMappingURL=Size.js.map