UNPKG

@brizy/ui-icons

Version:
8 lines (7 loc) 580 B
import React from "react"; export const TextAlignJustify = ({ 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 5h16v2H0z", "data-color": "color-2" }), React.createElement("path", { d: "M0 9h16v2H0z" }), React.createElement("path", { d: "M0 13h16v2H0z", "data-color": "color-2" }))));