UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 735 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ResizeMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ResizeMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.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" }))); }); exports.ResizeMIcon.displayName = 'ResizeMIcon';