UNPKG

@ozen-ui/icons

Version:

A collection of icons

7 lines (6 loc) 931 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var RotateLeftSIcon = 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.5H3a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5M3 8a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2z", clipRule: "evenodd" }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.53.97a.75.75 0 0 1 0 1.06l-.72.72h5.44A4.75 4.75 0 0 1 15 7.5V12a.75.75 0 0 1-1.5 0V7.5a3.25 3.25 0 0 0-3.25-3.25H4.81l.72.72a.75.75 0 0 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06l2-2a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); }); RotateLeftSIcon.displayName = 'RotateLeftSIcon';