UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 763 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.WooTitle = void 0; const react_1 = __importDefault(require("react")); exports.WooTitle = ({ 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 15H1c-.552 0-1-.522-1-1.167V2.167C0 1.522.448 1 1 1h14c.552 0 1 .522 1 1.167v11.666c0 .645-.448 1.167-1 1.167ZM13 5H3a1 1 0 0 0 0 2h10a1 1 0 0 0 0-2ZM9 9H3a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2Z" })));