UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 1.38 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Redhatopenshift = /*#__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: "M21.665 11.812a11.093 11.093 0 0 0-1.08-3.966L24 6.599a10.977 10.977 0 0 0-.943-1.595l-1.601.583a11.015 11.015 0 0 0-19.945 7.258l1.604-.584c.051.615.153 1.224.305 1.822L0 15.335a11.186 11.186 0 0 0 1.721 3.731l1.812-.659c3.526 4.95 10.398 6.106 15.349 2.58a10.996 10.996 0 0 0 3.599-4.332 10.9 10.9 0 0 0 .991-5.497l-1.807.654zm-4.74-2.635a7.177 7.177 0 0 1 .895 4.032l1.809-.657a7.046 7.046 0 0 1-.646 2.471 7.166 7.166 0 0 1-9.514 3.472 7.09 7.09 0 0 1-2.092-1.49l-1.813.66a7.203 7.203 0 0 1-1.903-3.667l3.426-1.242a7.134 7.134 0 0 1-.111-1.896H6.97l-1.604.583a7.14 7.14 0 0 1 10.156-5.929v-.006a7.104 7.104 0 0 1 2.082 1.483l1.599-.582.006.005c.441.454.82.965 1.128 1.518l-3.412 1.245z" })); }); Redhatopenshift.displayName = 'Redhatopenshift'; export var RedhatopenshiftDimensions = { height: 24, width: 24 };