UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowLeftMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ArrowLeftMIcon = (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: "M8.24469 6.46967C8.53758 6.76256 8.53758 7.23744 8.24469 7.53033L4.52502 11.25H21.2858C21.7 11.25 22.0358 11.5858 22.0358 12C22.0358 12.4142 21.7 12.75 21.2858 12.75H4.52502L8.24469 16.4697C8.53758 16.7626 8.53758 17.2374 8.24469 17.5303C7.95179 17.8232 7.47692 17.8232 7.18402 17.5303L2.18403 12.5303C2.04337 12.3897 1.96436 12.1989 1.96436 12C1.96436 11.8011 2.04337 11.6103 2.18403 11.4697L7.18403 6.46967C7.47692 6.17678 7.95179 6.17678 8.24469 6.46967Z", fill: "currentColor" }))); }); exports.ArrowLeftMIcon.displayName = 'ArrowLeftMIcon';