UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.15 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LabelSIcon = 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: "M4.25 1.75C4.08427 1.75 3.94377 1.80771 3.85565 1.88363C3.77101 1.95655 3.75 2.02935 3.75 2.07692V13.3639L7.51047 10.1241C7.79182 9.88171 8.20818 9.88171 8.48953 10.1241L12.25 13.3639V2.07692C12.25 2.02935 12.229 1.95655 12.1444 1.88363C12.0562 1.80771 11.9157 1.75 11.75 1.75H4.25ZM2.87658 0.747217C3.25731 0.419211 3.75269 0.25 4.25 0.25H11.75C12.2473 0.25 12.7427 0.419211 13.1234 0.747217C13.5076 1.07823 13.75 1.55326 13.75 2.07692V15C13.75 15.2932 13.5791 15.5596 13.3125 15.6818C13.046 15.804 12.7326 15.7596 12.5105 15.5682L8 11.6823L3.48953 15.5682C3.26737 15.7596 2.95404 15.804 2.68747 15.6818C2.4209 15.5596 2.25 15.2932 2.25 15V2.07692C2.25 1.55326 2.49238 1.07823 2.87658 0.747217Z", fill: "currentColor" }))); }); LabelSIcon.displayName = 'LabelSIcon';