@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.07 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var BackwardMIcon = 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", { d: "M21.75 13.4736C21.75 9.98232 18.8243 7.19727 15.2725 7.19727H4.85742L7.61133 4.54004C7.90932 4.25251 7.91822 3.77759 7.63086 3.4795C7.34332 3.1815 6.8684 3.1726 6.57031 3.45996L2.47949 7.40723C2.33303 7.54855 2.25003 7.74375 2.25 7.94727C2.25 8.15083 2.33301 8.34596 2.47949 8.48731L6.57031 12.4346C6.8684 12.722 7.34329 12.7131 7.63086 12.415C7.91811 12.117 7.90925 11.643 7.61133 11.3555L4.85742 8.69727H15.2725C18.0468 8.69727 20.25 10.8608 20.25 13.4736C20.25 16.0865 18.0468 18.25 15.2725 18.25H8.94629C8.53217 18.2501 8.19629 18.5859 8.19629 19C8.19629 19.4141 8.53217 19.7499 8.94629 19.75H15.2725C18.8243 19.75 21.75 16.965 21.75 13.4736Z", fill: "currentColor" }))); });
BackwardMIcon.displayName = 'BackwardMIcon';