UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.14 kB
"use strict"; 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 BuildingBroadcastTower = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-building-broadcast-tower", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 10a2 2 0 011.497 3.327l2.452 7.357a1 1 0 11-1.898.632L13.611 20h-3.224l-.438 1.317a1 1 0 01-1.152.663l-.113-.03a1 1 0 01-.633-1.265l2.452-7.357A2 2 0 0110 12l.005-.15A2 2 0 0112 10" }), React.createElement("path", { d: "M18.093 4.078a10 10 0 013.137 11.776 1 1 0 01-1.846-.77 8 8 0 10-14.769 0 1 1 0 01-1.846.77A10 10 0 0118.093 4.078" }), React.createElement("path", { d: "M15.657 7.243a6 6 0 011.882 7.066 1 1 0 11-1.846-.77 4 4 0 10-7.384 0 1 1 0 11-1.846.77 6 6 0 019.194-7.066" })); exports.default = BuildingBroadcastTower;