UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.19 kB
"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 BrandQq = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-qq", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M6 9.748a14.716 14.716 0 0011.995-.052C18.27.46 6.891-1.56 6 9.748zM18 10c.984 2.762 1.949 4.765 2 7.153.014.688-.664 1.346-1.184.303C18.47 16.76 17.864 16.275 17 16M17 16c.031 1.831.147 3.102-1 4M8 20c-1.099-.87-.914-2.24-1-4M6 10c-.783 2.338-1.742 4.12-1.968 6.43-.217 2.227.716 1.644 1.16.917C5.488 16.86 6.09 16.413 7 16M15.898 13l-.476-2M8 20l-1.5 1c-.5.5-.5 1 .5 1h10c1 0 1-.5.5-1L16 20" }), React.createElement("path", { d: "M12.75 7a1 1 0 102 0 1 1 0 10-2 0M9.25 7a1 1 0 102 0 1 1 0 10-2 0" })); exports.default = BrandQq;