UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 821 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.News = void 0; const react_1 = __importDefault(require("react")); exports.News = ({ 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: "M4.799 3.16C2.737 3.16 1 4.881 1 6.925c0 .945.371 1.82.974 2.49a3.816 3.816 0 0 0 2.825 1.275h.108c.95 2.277 1.57 3.667 1.859 4.169.434.753 1.22 1.425 2.089.995.868-.43.977-1.399.543-2.26-.29-.573-.905-1.541-1.845-2.904h2.062l5.444 3.16V0L9.615 3.16H4.799Z" })));