UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 817 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowLeftFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ArrowLeftFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { d: "M5.832 8.86587C5.1657 8.4809 5.1657 7.51911 5.832 7.13414L8.83311 5.40017C9.49978 5.01498 10.3334 5.49609 10.3334 6.26603L10.3334 9.73398C10.3334 10.5039 9.49977 10.985 8.83311 10.5998L5.832 8.86587Z", fill: "currentColor" }))); }); exports.ArrowLeftFilledSIcon.displayName = 'ArrowLeftFilledSIcon';