UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 573 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ResizeMIcon = 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: "M16.5858 11.4142C17.8457 10.1543 20 11.0466 20 12.8284V18C20 19.1046 19.1046 20 18 20H12.8284C11.0466 20 10.1543 17.8457 11.4142 16.5858L16.5858 11.4142Z", fill: "currentColor" }))); }); ResizeMIcon.displayName = 'ResizeMIcon';