UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 935 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var RotateRightSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 9.5h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H8a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5M13 8a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2z", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.47.97a.75.75 0 0 0 0 1.06l.72.72H5.75A4.75 4.75 0 0 0 1 7.5V12a.75.75 0 0 0 1.5 0V7.5a3.25 3.25 0 0 1 3.25-3.25h5.44l-.72.72a.75.75 0 0 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2a.75.75 0 0 0-1.06 0", clipRule: "evenodd" }))); }); RotateRightSIcon.displayName = 'RotateRightSIcon';