iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.2 kB
JavaScript
;
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 Yahoo = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.739 10.594h-1.18l-.69 1.646-.691-1.646H1.999l1.285 3.06-.475 1.13h1.18c.589-1.404 1.164-2.795 1.75-4.19zm14.991-1.37H22l-1.147 2.772h-1.27l1.148-2.772zm-.835 3.04a.715.715 0 110 1.43.715.715 0 010-1.43zM17.4 10.51a1.609 1.609 0 110 3.217 1.609 1.609 0 010-3.217zm0 .98a.628.628 0 100 1.256.628.628 0 000-1.256zm-3.453-.98a1.609 1.609 0 110 3.217 1.609 1.609 0 010-3.217zm0 .98a.628.628 0 100 1.257.628.628 0 000-1.257zm-4.75-2.276h1.064v1.654s.186-.358.801-.358 1.01.27 1.017 1.378v1.806h-1.064v-1.806a.377.377 0 10-.754.01v1.796H9.197v-4.48zM7.75 10.594h1.064v3.1H7.749v-.292a1.31 1.31 0 01-.857.326c-.784 0-1.42-.72-1.42-1.608 0-.889.636-1.61 1.42-1.61.322 0 .619.122.857.327v-.243zm-.6.897a.628.628 0 100 1.257.628.628 0 000-1.257z", fill: "#323544" }));
exports.default = Yahoo;