@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 966 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var TextSIcon = 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 3.75C3.86193 3.75 3.75 3.86193 3.75 4V4.71875C3.75 5.13296 3.41421 5.46875 3 5.46875C2.58579 5.46875 2.25 5.13296 2.25 4.71875V4C2.25 3.0335 3.0335 2.25 4 2.25H12C12.9665 2.25 13.75 3.0335 13.75 4V4.71875C13.75 5.13296 13.4142 5.46875 13 5.46875C12.5858 5.46875 12.25 5.13296 12.25 4.71875V4C12.25 3.86193 12.1381 3.75 12 3.75H8.75V13.25H10.5C10.9142 13.25 11.25 13.5858 11.25 14C11.25 14.4142 10.9142 14.75 10.5 14.75H5.5C5.08579 14.75 4.75 14.4142 4.75 14C4.75 13.5858 5.08579 13.25 5.5 13.25H7.25V3.75H4Z", fill: "currentColor" }))); });
TextSIcon.displayName = 'TextSIcon';