iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.37 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const RadioTower = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.999 5.58a5.55 5.55 0 011.62-3.88l-.71-.7a6.45 6.45 0 000 9.16l.71-.7a5.55 5.55 0 01-1.62-3.88zm1.06 0a4.42 4.42 0 001.32 3.17l.71-.71a3.27 3.27 0 01-.76-1.12 3.45 3.45 0 010-2.67 3.22 3.22 0 01.76-1.13l-.71-.71a4.46 4.46 0 00-1.32 3.17zm7.65 3.21l-.71-.71c.33-.32.588-.704.76-1.13a3.45 3.45 0 000-2.67 3.22 3.22 0 00-.76-1.13l.71-.7a4.471 4.471 0 010 6.34zM13.069 1l-.71.71a5.43 5.43 0 010 7.74l.71.71a6.45 6.45 0 000-9.16zM9.993 5.43a1.5 1.5 0 01-.244.98 2.001 2.001 0 01-.27.23l3.44 7.73-.92.4-.77-1.73h-5.54l-.77 1.73-.92-.4 3.44-7.73a1.52 1.52 0 01-.33-1.63 1.55 1.55 0 01.56-.68 1.5 1.5 0 012.324 1.1zm-1.594-.34a.52.52 0 00-.25.14.52.52 0 00-.11.22.48.48 0 000 .29c.039.09.101.17.18.23a.54.54 0 00.28.08.51.51 0 00.5-.5.54.54 0 00-.08-.28.58.58 0 00-.23-.18.48.48 0 00-.29 0zm.23 2.05h-.27l-.87 1.94h2l-.86-1.94zm2.2 4.94l-.89-2h-2.88l-.89 2h4.66z", fill: "#424242" }));
exports.default = RadioTower;