@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 814 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowLeftFilledMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.ArrowLeftFilledMIcon = (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: "M7.99862 12.8659C7.33233 12.4809 7.33233 11.5191 7.99862 11.1341L13.9997 7.66684C14.6664 7.28165 15.5 7.76276 15.5 8.5327L15.5 15.4673C15.5 16.2373 14.6664 16.7184 13.9997 16.3332L7.99862 12.8659Z", fill: "currentColor" }))); });
exports.ArrowLeftFilledMIcon.displayName = 'ArrowLeftFilledMIcon';