UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowLeftSmallSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ArrowLeftSmallSIcon = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.19702 5.46967C7.48991 5.76256 7.48991 6.23744 7.19702 6.53033L6.45425 7.2731L11.3298 7.25001C11.744 7.24805 12.0814 7.58224 12.0833 7.99645C12.0853 8.41066 11.7511 8.74803 11.3369 8.74999L6.50025 8.7729L7.19702 9.46967C7.48991 9.76256 7.48991 10.2374 7.19702 10.5303C6.90412 10.8232 6.42925 10.8232 6.13636 10.5303L4.2809 8.67487C4.06375 8.54437 3.91798 8.30698 3.9167 8.03513C3.91667 8.02863 3.91672 8.02216 3.91685 8.01571C3.91275 7.81856 3.98592 7.62011 4.13636 7.46967L6.13636 5.46967C6.42925 5.17678 6.90412 5.17678 7.19702 5.46967Z", fill: "currentColor" }))); }); exports.ArrowLeftSmallSIcon.displayName = 'ArrowLeftSmallSIcon';