@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Webrtc = /*#__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 .36A5.4 5.4 0 0 0 6.62 5.3a5.412 5.412 0 0 0-1.22-.14 5.4 5.4 0 0 0-2.143 10.357 5.373 5.373 0 0 0-.737 2.723 5.4 5.4 0 0 0 9.54 3.466 5.4 5.4 0 0 0 8.833-6.137 5.4 5.4 0 0 0-3.505-10.152A5.4 5.4 0 0 0 12 .36zM6.283 7.228h10.592c.746 0 1.352.605 1.352 1.349v7.646c0 .744-.606 1.348-1.352 1.348h-3.608l-7.24 3.55 1.1-3.55h-.844a1.351 1.351 0 0 1-1.352-1.348V8.577c0-.744.606-1.349 1.352-1.349Z"
}));
});
Webrtc.displayName = 'Webrtc';
export var WebrtcDimensions = {
height: 24,
width: 24
};