@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 805 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LabelSIcon = 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: "M4.25 1.75a.6.6 0 0 0-.394.134c-.085.073-.106.145-.106.193v11.287l3.76-3.24a.75.75 0 0 1 .98 0l3.76 3.24V2.077c0-.048-.021-.12-.106-.193a.6.6 0 0 0-.394-.134zM2.877.747C3.257.42 3.753.25 4.25.25h7.5c.497 0 .993.17 1.373.497.385.331.627.806.627 1.33V15a.75.75 0 0 1-1.24.568L8 11.682l-4.51 3.886A.75.75 0 0 1 2.25 15V2.077c0-.524.242-.999.627-1.33", clipRule: "evenodd" }))); });
LabelSIcon.displayName = 'LabelSIcon';