iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.13 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 Boombox = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-boombox", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M2.5 5a.5.5 0 100-1 .5.5 0 000 1m2 0a.5.5 0 100-1 .5.5 0 000 1m7.5-.5a.5.5 0 11-1 0 .5.5 0 011 0m1.5.5a.5.5 0 100-1 .5.5 0 000 1m-7-1a.5.5 0 000 1h3a.5.5 0 000-1zm5.5 6.5a.5.5 0 11-1 0 .5.5 0 011 0" }),
React.createElement("path", { d: "M11.5 13a2.5 2.5 0 100-5 2.5 2.5 0 000 5m0-1a1.5 1.5 0 110-3 1.5 1.5 0 010 3M5 10.5a.5.5 0 11-1 0 .5.5 0 011 0" }),
React.createElement("path", { d: "M7 10.5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0m-1 0a1.5 1.5 0 10-3 0 1.5 1.5 0 003 0" }),
React.createElement("path", { d: "M14 0a.5.5 0 01.5.5V2h.5a1 1 0 011 1v11a1 1 0 01-1 1H1a1 1 0 01-1-1V3a1 1 0 011-1h12.5V.5A.5.5 0 0114 0M1 3v3h14V3zm14 4H1v7h14z" }));
exports.default = Boombox;