UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 819 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.LineAlignRight = void 0; const react_1 = __importDefault(require("react")); exports.LineAlignRight = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, react_1.default.createElement("path", { fill: "currentColor", d: "M15 0c.552 0 1 .512 1 1.143v13.714C16 15.49 15.552 16 15 16H1c-.552 0-1-.51-1-1.143V1.143C0 .512.448 0 1 0h14Zm-2 2H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1Zm-2 1a1 1 0 0 1 1 1v8a1 1 0 0 1-2 0V4a1 1 0 0 1 1-1Z" })));