@styled-icons/simple-icons
Version:
Simple Icons available as Styled Components
23 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Bandlab = /*#__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: "M10.877 17.589c1.963 0 4.423-1.809 4.423-4.269 0-.72-.154-1.431-.454-2.091l-3.412-8.34h5.726L15.651 0H7.483l4.68 11.563C10.166 12 8.34 13.56 8.34 15.36c0 1.303.943 2.229 2.537 2.229.028 0 0 0 5.1-11.503h3.343l3.566 6.154A8.829 8.829 0 0 1 24 16.26c0 4.5-3.549 7.74-8.571 7.74H8.57C3.54 24 0 20.76 0 16.26a8.878 8.878 0 0 1 1.114-4.029l3.557-6.145h3.343l-4.174 7.26a6.051 6.051 0 0 0-.823 2.863c0 2.862 1.954 4.902 5.657 4.902h6.652c3.685 0 5.657-2.04 5.657-4.902a6.051 6.051 0 0 0-.832-2.863l-4.174-7.26h3.343-3.343"
}));
});
Bandlab.displayName = 'Bandlab';
export var BandlabDimensions = {
height: 24,
width: 24
};