@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 956 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronDownSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronDownSIcon = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.6754 5.2396C12.9784 4.92013 13.4764 4.92014 13.7793 5.23961C14.0736 5.54985 14.0736 6.04615 13.7793 6.35639L8.72603 11.6848C8.32751 12.1051 7.67249 12.1051 7.27397 11.6848L2.22067 6.35639C1.92644 6.04615 1.92644 5.54985 2.22067 5.23961C2.52364 4.92014 3.02163 4.92013 3.32461 5.2396L8 10.1694L12.6754 5.2396Z", fill: "currentColor" }))); });
exports.ChevronDownSIcon.displayName = 'ChevronDownSIcon';