UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 683 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.TpCapitalize = void 0; const react_1 = __importDefault(require("react")); exports.TpCapitalize = ({ 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: "M12 1v3h-1l-1-1H7v11l2 1v1H3v-1l2-1V3H2L1 4H0V1h12zm4 5v3h-1l-1-1h-1v6l1 1v1h-4v-1l1-1V8h-1L9 9H8V6h8z" })));