UNPKG

@brizy/ui-icons

Version:
6 lines (5 loc) 621 B
import React from "react"; export const AlignLeft = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 17" }, React.createElement("g", { fill: "currentColor", transform: "translate(0 1)" }, React.createElement("path", { d: "M0 15V1c0-.552.51-1 1.143-1h13.714C15.488 0 16 .448 16 1v14c0 .552-.512 1-1.143 1H1.143C.51 16 0 15.552 0 15zM2 3v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1z" }), React.createElement("rect", { width: 2, height: 10, x: 4, y: 3, rx: 1 }))));