styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
17 lines (16 loc) • 1.99 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.SinaWeibo = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { d: "M6.722 14.031c-2.65.262-4.938-.938-5.109-2.675-.172-1.741 1.837-3.359 4.484-3.622 2.65-.263 4.938.938 5.106 2.675.175 1.741-1.834 3.362-4.481 3.622zm5.297-5.772c-.225-.069-.381-.113-.262-.409.256-.644.281-1.197.003-1.594-.519-.741-1.941-.703-3.569-.019 0 0-.513.222-.381-.181.25-.806.213-1.478-.178-1.869-.884-.884-3.234.034-5.25 2.05C.876 7.74.001 9.343.001 10.728c0 2.644 3.394 4.253 6.713 4.253 4.35 0 7.247-2.528 7.247-4.534 0-1.216-1.022-1.903-1.941-2.188zM14.909 3.416a4.234 4.234 0 00-4.031-1.306.61.61 0 10.256 1.194 3.01 3.01 0 013.494 3.872.615.615 0 00.394.772.615.615 0 00.772-.394v-.003a4.222 4.222 0 00-.884-4.134z", key: "k0" }),
React.createElement("path", { d: "M13.294 4.875a2.055 2.055 0 00-1.963-.634.527.527 0 10.219 1.031c.341-.072.709.034.959.309.25.278.319.656.209.987a.532.532 0 00.341.666.531.531 0 00.666-.341 2.062 2.062 0 00-.431-2.019zM6.869 10.884c-.094.159-.297.234-.456.169-.159-.063-.206-.244-.116-.397.094-.153.291-.228.447-.169.156.056.213.234.125.397zm-.847 1.082c-.256.409-.806.588-1.219.4-.406-.184-.528-.659-.272-1.059.253-.397.784-.575 1.194-.403.416.178.55.65.297 1.063zm.962-2.894c-1.259-.328-2.684.3-3.231 1.409-.559 1.131-.019 2.391 1.253 2.803 1.319.425 2.875-.228 3.416-1.447.534-1.197-.131-2.425-1.438-2.766z", key: "k1" })));
});
exports.SinaWeibo.displayName = 'SinaWeibo';
exports.SinaWeiboDimensions = { height: 16, width: 16 };
;