wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
14 lines • 598 B
JavaScript
import { __assign, __rest } from "tslib";
/* eslint-disable */
/* tslint:disable */
import * as React from 'react';
var DropDownArrow = function (_a) {
var size = _a.size, props = __rest(_a, ["size"]);
return (React.createElement("svg", __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';
export default DropDownArrow;
/* tslint:enable */
/* eslint-enable */
//# sourceMappingURL=DropDownArrow.js.map