UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.3 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 Sourceforge = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-sourceforge", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M9.13 8.43c0-2.604-.929-3.79-1.42-4.24a.14.14 0 00-.232.123c.095 1.472-1.762 1.84-1.762 4.144v.013c0 1.404 1.065 2.55 2.376 2.55s2.377-1.146 2.377-2.55v-.013c0-.655-.246-1.282-.492-1.745-.055-.096-.191-.055-.178.027.451 1.99-.669 3.217-.669 1.69z" }), React.createElement("path", { d: "M6.303 13.923a.25.25 0 01-.164-.068L.061 7.789c-.081-.082-.081-.232 0-.327l6.42-6.407A.3.3 0 016.63 1h1.844c.109 0 .177.068.204.136a.22.22 0 01-.054.246L2.602 7.407a.304.304 0 000 .436l4.766 4.771c.082.082.082.232 0 .328l-.915.927a.3.3 0 01-.15.054m1.216 1.063a.22.22 0 01-.15-.382l6.036-6.025a.32.32 0 00.096-.218.27.27 0 00-.096-.218l-4.78-4.771c-.082-.082-.082-.232 0-.327l.929-.927a.23.23 0 01.163-.068c.069 0 .11.04.15.081l6.065 6.067c.04.04.068.095.068.163a.23.23 0 01-.068.164l-6.42 6.407A.23.23 0 019.35 15H7.52z" })); exports.default = Sourceforge;