@tabler/icons-react
Version:
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
15 lines (11 loc) • 1.1 kB
JavaScript
/**
* @license @tabler/icons-react v3.41.1 - MIT
*
* This source code is licensed under the MIT license.
* See the LICENSE file in the root directory of this source tree.
*/
import createReactComponent from '../createReactComponent.mjs';
const __iconNode = [["path", { "d": "M3 16.5h2v.5h-2l0 -.5", "key": "svg-0" }], ["path", { "d": "M8 16.5h2.5v.5h-2.5l0 -.5", "key": "svg-1" }], ["path", { "d": "M16 17h-2.5v-.5h2.5l0 .5", "key": "svg-2" }], ["path", { "d": "M21.5 17h-2.5v-.5h2.5l0 .5", "key": "svg-3" }], ["path", { "d": "M21.5 13h-2.5v.5h2.5l0 -.5", "key": "svg-4" }], ["path", { "d": "M21.5 9.5h-2.5v.5h2.5l0 -.5", "key": "svg-5" }], ["path", { "d": "M21.5 6h-2.5v.5h2.5l0 -.5", "key": "svg-6" }], ["path", { "d": "M16 13h-2.5v.5h2.5l0 -.5", "key": "svg-7" }], ["path", { "d": "M8 13.5h2.5v-.5h-2.5l0 .5", "key": "svg-8" }], ["path", { "d": "M8 9.5h2.5v.5h-2.5l0 -.5", "key": "svg-9" }]];
const IconBrandDeezer = createReactComponent("outline", "brand-deezer", "BrandDeezer", __iconNode);
export { __iconNode, IconBrandDeezer as default };
//# sourceMappingURL=IconBrandDeezer.mjs.map