UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.02 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 BrandOauth = (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-oauth", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M2 12a10 10 0 1020 0 10 10 0 10-20 0" }), React.createElement("path", { d: "M12.556 6c.65 0 1.235.373 1.508.947l2.839 7.848a1.646 1.646 0 01-1.01 2.108 1.673 1.673 0 01-2.068-.851L13.365 15h-2.73l-.398.905A1.67 1.67 0 018.26 16.95l-.153-.047a1.647 1.647 0 01-1.056-1.956l2.824-7.852a1.664 1.664 0 011.409-1.087L12.556 6z" })); exports.default = BrandOauth;