@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 934 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var TextMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 4.75C5.86193 4.75 5.75 4.86193 5.75 5V6.5C5.75 6.91421 5.41421 7.25 5 7.25C4.58579 7.25 4.25 6.91421 4.25 6.5V5C4.25 4.0335 5.0335 3.25 6 3.25H18C18.9665 3.25 19.75 4.0335 19.75 5V6.5C19.75 6.91421 19.4142 7.25 19 7.25C18.5858 7.25 18.25 6.91421 18.25 6.5V5C18.25 4.86193 18.1381 4.75 18 4.75H12.75V19.25H15.5C15.9142 19.25 16.25 19.5858 16.25 20C16.25 20.4142 15.9142 20.75 15.5 20.75H8.5C8.08579 20.75 7.75 20.4142 7.75 20C7.75 19.5858 8.08579 19.25 8.5 19.25H11.25V4.75H6Z", fill: "currentColor" }))); });
TextMIcon.displayName = 'TextMIcon';