styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
16 lines (15 loc) • 1.95 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var StyledIconBase_1 = require("../../StyledIconBase");
exports.Bts = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 32 32" }, props, { ref: ref }),
React.createElement("path", { d: "M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zM9.03 5l.006.003c-.006 2.575 0 5.15-.006 7.73a.163.163 0 00.059.145l5.544 5.542c.277-.158.575-.286.89-.345.009-2.394 0-4.789.003-7.186a.648.648 0 00-.009-.129c-.061-.072-.14-.128-.213-.195L9.03 5zm7.447 8.607h.003c0 1.49-.01 2.98 0 4.468.338.068.661.2.95.388.718-.706 1.427-1.423 2.141-2.135.338-.344.691-.673 1.018-1.023a6.97 6.97 0 00-4.112-1.698zm-7.444.668l-.003-.003v5.819h4.472c.076-.342.212-.668.402-.963-1.624-1.616-3.243-3.24-4.87-4.853zm11.606 2.333v.003c-.846.843-1.695 1.686-2.535 2.532.167.247.289.521.359.81.017.056.017.158.105.138 1.467-.003 2.937.003 4.404-.003a6.942 6.942 0 00-1.7-4.1c-.225.197-.42.416-.633.62zM9.03 21.042a6.917 6.917 0 001.68 4.074c.027.044.064-.011.088-.029l3.1-3.092a2.733 2.733 0 01-.388-.948c-.221-.014-.44-.005-.659-.005h-3.82zm9.462.005c-.061.31-.178.607-.344.875.446.461.907.908 1.359 1.363l1.808 1.802a6.883 6.883 0 001.657-4.045h-2.596c-.63.005-1.254-.01-1.884.005zm-1.254 1.73l-.003-.003a2.61 2.61 0 01-.758.28v4.463a6.936 6.936 0 004.127-1.707l-3.156-3.15c-.07.035-.14.076-.21.117zm-4.591 1.794v.003c-.411.417-.834.822-1.237 1.245a6.936 6.936 0 004.113 1.698v-4.463a2.895 2.895 0 01-.951-.394c-.647.63-1.283 1.275-1.925 1.91z", key: "k0" })));
});
exports.Bts.displayName = 'Bts';
exports.BtsDimensions = { height: 32, width: 32 };
;