@brizy/ui-icons
Version:
8 lines (7 loc) • 577 B
JavaScript
import React from "react";
export const TextAlignLeft = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
React.createElement("g", { fill: "currentColor" },
React.createElement("path", { d: "M0 1h16v2H0z" }),
React.createElement("path", { d: "M0 5h10v2H0z", "data-color": "color-2" }),
React.createElement("path", { d: "M0 9h16v2H0z" }),
React.createElement("path", { d: "M0 13h10v2H0z", "data-color": "color-2" }))));