iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 2.33 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 Bing = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.073 8.307a.769.769 0 00-.676.72c-.011.163-.008.174.361 1.122.84 2.16 1.042 2.679 1.077 2.752.082.177.199.344.344.493.112.115.186.177.31.26.219.146.328.186 1.18.438.829.246 1.282.41 1.673.603.506.251.859.537 1.082.876.16.243.302.68.364 1.118.024.172.024.551 0 .706a2.067 2.067 0 01-.315.855c-.085.126-.055.105.068-.048.348-.433.703-1.173.884-1.844.219-.813.249-1.685.085-2.51a5.525 5.525 0 00-2.761-3.776 89.3 89.3 0 00-1.11-.58 74.73 74.73 0 00-.663-.347 1757.813 1757.813 0 00-.872-.455c-.46-.24-.654-.337-.709-.354a1.161 1.161 0 00-.243-.038l-.079.01z", fill: "#323544" }),
React.createElement("path", { d: "M13.075 16.366a3.75 3.75 0 00-.17.105 345.252 345.252 0 00-1.506.929 115.56 115.56 0 01-.83.512l-.388.24a83.896 83.896 0 01-1.26.784c-.275.167-.591.278-.916.322-.15.02-.436.02-.587 0a2.364 2.364 0 01-1.106-.448 3.062 3.062 0 01-.455-.454c-.215-.29-.353-.6-.425-.951a1.792 1.792 0 00-.035-.152c-.007-.007.006.116.027.275.023.166.072.406.124.611.404 1.59 1.553 2.881 3.108 3.496.448.177.9.289 1.392.343.185.021.708.03.9.015.885-.067 1.655-.328 2.445-.827l.294-.185a39.9 39.9 0 00.389-.246l.104-.066.322-.203 1.455-.92c.638-.4.828-.541 1.125-.831.124-.121.31-.328.32-.354.001-.006.034-.057.073-.114.157-.232.261-.516.313-.852a3.464 3.464 0 000-.706 3.594 3.594 0 00-.267-.947c-.188-.393-.587-.75-1.16-1.038a2.493 2.493 0 00-.34-.151c-.01 0-.543.327-1.187.725a6163.253 6163.253 0 00-1.39.86l-.37.228z", fill: "#323544" }),
React.createElement("path", { d: "M5.39 17.23l.036.16c.112.504.307.867.645 1.205a2.279 2.279 0 001.64.678c.451 0 .84-.112 1.242-.358.068-.041.334-.204.59-.363l.467-.288V8.67c0-1.921-.004-3.062-.01-3.152a2.271 2.271 0 00-.669-1.47c-.121-.12-.225-.2-.534-.413a1567.302 1567.302 0 01-1.933-1.332c-.299-.206-.322-.22-.413-.253a.79.79 0 00-1.053.58c-.01.053-.013.753-.013 4.557v4.495l.005 5.549z", fill: "#323544" }));
exports.default = Bing;