@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 954 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronUpMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronUpMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.96967 15.5303C4.26256 15.8232 4.73744 15.8232 5.03033 15.5303L11.5 9.06066L17.9697 15.5303C18.2626 15.8232 18.7374 15.8232 19.0303 15.5303C19.3232 15.2374 19.3232 14.7626 19.0303 14.4697L12.0303 7.46967C11.7374 7.17678 11.2626 7.17678 10.9697 7.46967L3.96967 14.4697C3.67678 14.7626 3.67678 15.2374 3.96967 15.5303Z", fill: "currentColor" }))); });
exports.ChevronUpMIcon.displayName = 'ChevronUpMIcon';