@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 936 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronDownSmallSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronDownSmallSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { d: "M9.96973 6.21967C10.2626 5.92678 10.7374 5.92678 11.0303 6.21967C11.3232 6.51256 11.3232 6.98732 11.0303 7.28022L8.53028 9.78022C8.23738 10.0731 7.76262 10.0731 7.46973 9.78022L4.96973 7.28022C4.67684 6.98732 4.67684 6.51256 4.96973 6.21967C5.26262 5.92678 5.73738 5.92678 6.03028 6.21967L8 8.1894L9.96973 6.21967Z", fill: "currentColor" }))); });
exports.ChevronDownSmallSIcon.displayName = 'ChevronDownSmallSIcon';