UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 897 B
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Jfrogbintray = /*#__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: "M2.617 22.316h18.766V24H2.617zm15.88-12.632-5.655 5.655V3.249l1.744 1.743L15.79 3.79 12 0 8.21 3.79l1.204 1.203 1.744-1.804v12.15L5.504 9.686H7.97V8H2.617v5.354H4.3v-2.527l7.7 7.699 7.698-7.699v2.527h1.685V8H16.03v1.684z" })); }); Jfrogbintray.displayName = 'Jfrogbintray'; export var JfrogbintrayDimensions = { height: 24, width: 24 };