UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.04 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 BoomboxFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-boombox-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M14 0a.5.5 0 01.5.5V2h.5a1 1 0 011 1v2H0V3a1 1 0 011-1h12.5V.5A.5.5 0 0114 0M2 3.5a.5.5 0 101 0 .5.5 0 00-1 0m2 0a.5.5 0 101 0 .5.5 0 00-1 0m7.5.5a.5.5 0 100-1 .5.5 0 000 1m1.5-.5a.5.5 0 101 0 .5.5 0 00-1 0M9.5 3h-3a.5.5 0 000 1h3a.5.5 0 000-1M6 10.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0m-1.5.5a.5.5 0 100-1 .5.5 0 000 1m7 1a1.5 1.5 0 100-3 1.5 1.5 0 000 3m.5-1.5a.5.5 0 11-1 0 .5.5 0 011 0" }), React.createElement("path", { d: "M0 6h16v8a1 1 0 01-1 1H1a1 1 0 01-1-1zm2 4.5a2.5 2.5 0 105 0 2.5 2.5 0 00-5 0m7 0a2.5 2.5 0 105 0 2.5 2.5 0 00-5 0" })); exports.default = BoomboxFill;