@brizy/ui-icons
Version:
6 lines (5 loc) • 628 B
JavaScript
import React from "react";
export const AlignRight = ({ 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: "M15 16H1c-.552 0-1-.51-1-1.143V1.143C0 .512.448 0 1 0h14c.552 0 1 .512 1 1.143v13.714C16 15.49 15.552 16 15 16zM3 14h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1z" }),
React.createElement("rect", { width: 2, height: 10, x: 10, y: 3, rx: 1, transform: "rotate(180 11 8)" }))));