@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 824 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowDownFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ArrowDownFilledMIcon = (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", { d: "M12.8658 16.0014C12.4808 16.6677 11.5191 16.6677 11.1341 16.0014L7.66678 10.0003C7.28159 9.3336 7.7627 8.49999 8.53264 8.49999L15.4673 8.49999C16.2372 8.49999 16.7183 9.3336 16.3331 10.0003L12.8658 16.0014Z", fill: "currentColor" }))); });
exports.ArrowDownFilledMIcon.displayName = 'ArrowDownFilledMIcon';