@brizy/ui-icons
Version:
4 lines (3 loc) • 512 B
JavaScript
import React from "react";
export const LineText = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
React.createElement("path", { fill: "currentColor", d: "M13 3v2.75h-.714l-.517-.995a.718.718 0 0 0-.639-.38H8.714v6.754a.69.69 0 0 0 .489.653l1.654.53V13H5.143v-.688l1.654-.53a.69.69 0 0 0 .489-.653V4.375H4.87a.718.718 0 0 0-.639.38l-.517.995H3V3h10Zm3 4v2h-4V7h4ZM4 7v2H0V7h4Z" })));