@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 573 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ResizeSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { d: "M10.5858 5.41422C11.8457 4.15429 14 5.04662 14 6.82843V12C14 13.1046 13.1046 14 12 14H6.82843C5.04662 14 4.15428 11.8457 5.41421 10.5858L10.5858 5.41422Z", fill: "currentColor" }))); });
ResizeSIcon.displayName = 'ResizeSIcon';