@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.02 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ArrowLeftSmallMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5303 8.46967C10.8232 8.76256 10.8232 9.23744 10.5303 9.53033L8.7717 11.289L16.9964 11.25C17.4107 11.248 17.748 11.5822 17.75 11.9964C17.752 12.4107 17.4178 12.748 17.0036 12.75L8.84927 12.7886L10.5303 14.4697C10.8232 14.7626 10.8232 15.2374 10.5303 15.5303C10.2374 15.8232 9.76256 15.8232 9.46967 15.5303L6.65041 12.7111C6.41342 12.586 6.25137 12.3376 6.25001 12.0509C6.24997 12.0418 6.25009 12.0326 6.25037 12.0236C6.24413 11.8239 6.31723 11.6221 6.46967 11.4697L9.46967 8.46967C9.76256 8.17678 10.2374 8.17678 10.5303 8.46967Z", fill: "currentColor" }))); });
ArrowLeftSmallMIcon.displayName = 'ArrowLeftSmallMIcon';