@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.51 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Tubi = /*#__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: "M23.77 9.69h-1.616v7.16a.23.23 0 0 0 .23.23h1.385a.23.23 0 0 0 .231-.23V9.922a.23.23 0 0 0-.23-.231m-6.232 5.542a1.847 1.847 0 1 1 .002-3.694 1.847 1.847 0 0 1-.002 3.694m0-5.542c-.542 0-1.056.117-1.52.327a.23.23 0 0 1-.326-.21V7.15a.23.23 0 0 0-.23-.23h-1.616v6.466a3.694 3.694 0 0 0 3.692 3.695 3.694 3.694 0 0 0 3.693-3.695 3.694 3.694 0 0 0-3.693-3.695M5.42 16.38l-.695-1.205a.23.23 0 0 0-.293-.096 1.839 1.839 0 0 1-.74.154 1.847 1.847 0 0 1-1.846-1.847v-1.617a.23.23 0 0 1 .23-.23h2.309a.23.23 0 0 0 .23-.232V9.922a.23.23 0 0 0-.23-.231H2.077a.23.23 0 0 1-.23-.231V7.15a.23.23 0 0 0-.231-.23H0v6.466a3.694 3.694 0 0 0 5.322 3.316.231.231 0 0 0 .098-.322m7.272-6.69h-1.615v3.696a1.847 1.847 0 1 1-3.692 0V9.922a.23.23 0 0 0-.231-.231H5.538v3.695a3.693 3.693 0 1 0 7.385 0V9.922a.23.23 0 0 0-.23-.231m10.384-2.772a.923.923 0 1 0 0 1.847.923.923 0 0 0 0-1.847"
}));
});
Tubi.displayName = 'Tubi';
export var TubiDimensions = {
height: 24,
width: 24
};