wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
16 lines • 704 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
/* eslint-disable */
/* tslint:disable */
var React = tslib_1.__importStar(require("react"));
var DropDownArrow = function (_a) {
var size = _a.size, props = tslib_1.__rest(_a, ["size"]);
return (React.createElement("svg", tslib_1.__assign({ viewBox: "0 0 10 6", fill: "currentColor", width: size || "10", height: size || "6" }, props),
React.createElement("path", { d: "M5 4.1L0.7 0 0 0.7 5 5.6 10 0.7 9.3 0z" })));
};
DropDownArrow.displayName = 'DropDownArrow';
exports.default = DropDownArrow;
/* tslint:enable */
/* eslint-enable */
//# sourceMappingURL=DropDownArrow.js.map