@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowDownMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ArrowDownMIcon = (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: "M12 3C12.4296 3 12.7778 3.34258 12.7778 3.76518V18.3875L17.6723 13.5723C17.976 13.2735 18.4685 13.2735 18.7722 13.5723C19.0759 13.8711 19.0759 14.3556 18.7722 14.6544L12.55 20.7759C12.4041 20.9194 12.2063 21 12 21C11.7937 21 11.5959 20.9194 11.45 20.7759L5.22781 14.6544C4.92406 14.3556 4.92406 13.8711 5.22781 13.5723C5.53155 13.2735 6.02401 13.2735 6.32775 13.5723L11.2222 18.3875V3.76518C11.2222 3.34258 11.5704 3 12 3Z", fill: "currentColor" }))); });
exports.ArrowDownMIcon.displayName = 'ArrowDownMIcon';