UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 741 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.H4 = void 0; const react_1 = __importDefault(require("react")); exports.H4 = ({ 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: "M.09 2.3h2.57v4.75h5.158V2.3h2.571v11.39H7.82V9.198H2.66v4.49H.09V2.3zm13.629 8.499V9.63h1.435v1.17h.757v1.292h-.757v1.598H13.72v-1.598h-2.69v-1.139L13.414 7h1.627l-2.269 3.8h.948z" })));