@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DownloadMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.DownloadMIcon = (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 2.25C12.4142 2.25 12.75 2.58578 12.75 3L12.75 13.6509L15.6235 10.7774C15.9164 10.4845 16.3913 10.4845 16.6842 10.7774C16.9771 11.0703 16.9771 11.5451 16.6842 11.838L12.5303 15.9919C12.3897 16.1325 12.1989 16.2115 12 16.2115C11.8011 16.2115 11.6103 16.1325 11.4697 15.9919L7.31581 11.838C7.02292 11.5451 7.02292 11.0703 7.31581 10.7774C7.60871 10.4845 8.08358 10.4845 8.37647 10.7774L11.25 13.6509L11.25 3C11.25 2.58579 11.5857 2.25 12 2.25ZM6.40381 21C6.40381 20.5858 6.7396 20.25 7.15381 20.25H16.8461C17.2603 20.25 17.5961 20.5858 17.5961 21C17.5961 21.4142 17.2603 21.75 16.8461 21.75H7.15381C6.7396 21.75 6.40381 21.4142 6.40381 21Z", fill: "currentColor" }))); });
exports.DownloadMIcon.displayName = 'DownloadMIcon';