UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 1.49 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Broadcom = /*#__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: "M12 0C5.37 0 0 5.37 0 12a12 12 0 0 0 .574 3.62c.274-.12.566-.26.856-.38 1.37-.54 2.63-.36 3.88.4 0 0 .46.28.6.36.59.38 1.14.73 1.67.73.51 0 1.01-.14 1.22-1.12.33-1.53 1.14-5.3 1.49-7.16.21-1.1.32-1.69.44-2.09.2-.71.58-1.09 1.11-1.15 0 0 .09-.01.16-.01s.15.01.15.01c.54.06.92.44 1.13 1.15.11.4.22.99.43 2.09.35 1.86 1.16 5.63 1.49 7.16.21.98.71 1.12 1.22 1.12.53 0 1.08-.35 1.67-.73.14-.08.6-.36.6-.36 1.26-.76 2.51-.94 3.88-.4.3.12.59.26.87.39A12 12 0 0 0 24 12c0-6.63-5.37-12-12-12m0 9.79c-.4 2.01-1 4.92-1.3 6.21-.36 1.7-1.5 2.66-3.12 2.66-1.08 0-1.94-.54-2.7-1.01-.38-.25-.8-.52-1.25-.65a2.32 2.32 0 0 0-1.42-.03 6.11 6.11 0 0 0-.94.39A12 12 0 0 0 12 24a12 12 0 0 0 10.73-6.65 6.08 6.08 0 0 0-.94-.39 2.32 2.32 0 0 0-1.41.01c-.46.16-.88.43-1.26.68-.76.47-1.62 1.01-2.7 1.01-1.62 0-2.75-.96-3.12-2.66C13 14.71 12 9.79 12 9.79Z" })); }); Broadcom.displayName = 'Broadcom'; export var BroadcomDimensions = { height: 24, width: 24 };