UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.13 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var SmallScreenSIcon = 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: "M15.5303 0.46967C15.8232 0.762563 15.8232 1.23744 15.5303 1.53033L10.8107 6.25H14C14.4142 6.25 14.75 6.58579 14.75 7C14.75 7.41421 14.4142 7.75 14 7.75H9C8.58579 7.75 8.25 7.41421 8.25 7V2C8.25 1.58579 8.58579 1.25 9 1.25C9.41421 1.25 9.75 1.58579 9.75 2V5.18934L14.4697 0.46967C14.7626 0.176777 15.2374 0.176777 15.5303 0.46967ZM1.25 9C1.25 8.58579 1.58579 8.25 2 8.25H7C7.41421 8.25 7.75 8.58579 7.75 9V14C7.75 14.4142 7.41421 14.75 7 14.75C6.58579 14.75 6.25 14.4142 6.25 14V10.8107L1.53033 15.5303C1.23744 15.8232 0.762563 15.8232 0.46967 15.5303C0.176777 15.2374 0.176777 14.7626 0.46967 14.4697L5.18934 9.75H2C1.58579 9.75 1.25 9.41421 1.25 9Z", fill: "currentColor" }))); }); SmallScreenSIcon.displayName = 'SmallScreenSIcon';