UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.07 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var TurnRightSIcon = 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M14 3.25C14.4142 3.25 14.75 3.58579 14.75 4V12C14.75 12.4142 14.4142 12.75 14 12.75C13.5858 12.75 13.25 12.4142 13.25 12V4C13.25 3.58579 13.5858 3.25 14 3.25ZM7.46967 3.46967C7.76256 3.17678 8.23744 3.17678 8.53033 3.46967L12.5303 7.46967C12.8232 7.76256 12.8232 8.23744 12.5303 8.53033L8.53033 12.5303C8.23744 12.8232 7.76256 12.8232 7.46967 12.5303C7.17678 12.2374 7.17678 11.7626 7.46967 11.4697L10.1811 8.75824L2.00349 8.79528C1.58928 8.79716 1.25198 8.46289 1.2501 8.04868C1.24822 7.63447 1.58249 7.29717 1.9967 7.2953L10.1975 7.25816L7.46967 4.53033C7.17678 4.23744 7.17678 3.76256 7.46967 3.46967Z", fill: "currentColor" }))); }); TurnRightSIcon.displayName = 'TurnRightSIcon';