UNPKG

@ozen-ui/icons

Version:

A collection of icons

20 lines (19 loc) 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChevronDoubleBottomIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); var ChevronDoubleBottomMIcon_1 = require("./ChevronDoubleBottomMIcon"); var ChevronDoubleBottomSIcon_1 = require("./ChevronDoubleBottomSIcon"); exports.ChevronDoubleBottomIcon = (0, react_1.forwardRef)(function (_a, ref) { var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]); switch (size) { case 's': return react_1.default.createElement(ChevronDoubleBottomSIcon_1.ChevronDoubleBottomSIcon, tslib_1.__assign({}, otherProps, { ref: ref })); case 'm': return react_1.default.createElement(ChevronDoubleBottomMIcon_1.ChevronDoubleBottomMIcon, tslib_1.__assign({}, otherProps, { ref: ref })); default: return react_1.default.createElement(ChevronDoubleBottomMIcon_1.ChevronDoubleBottomMIcon, tslib_1.__assign({}, otherProps, { ref: ref })); } }); exports.ChevronDoubleBottomIcon.displayName = 'ChevronDoubleBottomIcon';