wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
14 lines • 591 B
JavaScript
import { __assign, __rest } from "tslib";
/* eslint-disable */
/* tslint:disable */
import * as React from 'react';
var Close = function (_a) {
var size = _a.size, props = __rest(_a, ["size"]);
return (React.createElement("svg", __assign({ viewBox: "0 0 6 6", fill: "currentColor", width: size || "6", height: size || "6" }, props),
React.createElement("path", { d: "M5.2 0L3 2.2 0.8 0 0 0.8 2.2 3 0 5.3 0.8 6 3 3.8 5.2 6 6 5.3 3.8 3 6 0.8z" })));
};
Close.displayName = 'Close';
export default Close;
/* tslint:enable */
/* eslint-enable */
//# sourceMappingURL=Close.js.map