@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 979 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronLeftSmallMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ChevronLeftSmallMIcon = (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: "M15.0311 16.4727C15.323 16.7656 15.323 17.2405 15.0311 17.5334C14.7392 17.8263 14.266 17.8263 13.9742 17.5334L9.04186 12.5836C8.65271 12.1931 8.65271 11.5599 9.04186 11.1694L13.9742 6.21967C14.266 5.92678 14.7392 5.92678 15.0311 6.21967C15.323 6.51256 15.323 6.98743 15.0311 7.28033L10.4513 11.8765L15.0311 16.4727Z", fill: "currentColor" }))); });
exports.ChevronLeftSmallMIcon.displayName = 'ChevronLeftSmallMIcon';