UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 922 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const BrandWeibo = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-brand-weibo", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M4.972 8.183c2.81-2.987 6.162-4.207 8.006-2.24.298.316.554.773.736 1.266l.127-.031c2.064-.469 4 1.287 3.817 3.544l-.005.036.15.057c1.46.574 2.14 1.355 2.193 3.081l.004.231C20 17.903 15.893 21 11 21c-4.854 0-9-2.72-9-6.565 0-2.04 1.068-4.222 2.972-6.252M16 3a6 6 0 016 6v1a1 1 0 01-2 0V9a4 4 0 00-4-4h-1a1 1 0 010-2z" })); exports.default = BrandWeibo;