UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 1.54 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Sourceforge = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M9.998 1.465a.347.347 0 0 0-.24.103L.102 11.215a.334.334 0 0 0 0 .48l9.152 9.135a.318.318 0 0 0 .24.106.344.344 0 0 0 .238-.106l1.37-1.385a.334.334 0 0 0 0-.48L3.93 11.79a.468.468 0 0 1 0-.664l9.078-9.078a.345.345 0 0 0 .072-.377.336.336 0 0 0-.312-.207h-2.77zm4.531 1.592a.349.349 0 0 0-.24.105l-1.393 1.393a.334.334 0 0 0 0 .48l7.172 7.182a.468.468 0 0 1 .137.328c0 .12-.049.24-.137.328l-9.078 9.078a.345.345 0 0 0-.072.377c.04.096.144.207.313.207v-.008H14a.338.338 0 0 0 .24-.095l9.656-9.655a.315.315 0 0 0 .104-.24.347.347 0 0 0-.103-.24L14.77 3.162a.317.317 0 0 0-.24-.105zm-3.095 3.156a.224.224 0 0 0-.211.238c.144 2.218-2.643 2.764-2.643 6.246v.024c0 2.121 1.603 3.842 3.58 3.842 1.978 0 3.578-1.72 3.578-3.842v-.024c0-.984-.368-1.922-.744-2.627-.072-.136-.29-.087-.266.041.673 2.995-1.015 4.851-1.015 2.545 0-3.93-1.394-5.716-2.131-6.388a.207.207 0 0 0-.148-.055Z" })); }); Sourceforge.displayName = 'Sourceforge'; export var SourceforgeDimensions = { height: 24, width: 24 };