UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1 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 BarbellLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M248 122h-10V88a14 14 0 00-14-14h-18V64a14 14 0 00-14-14h-24a14 14 0 00-14 14v58h-52V64a14 14 0 00-14-14H64a14 14 0 00-14 14v10H32a14 14 0 00-14 14v34H8a6 6 0 000 12h10v34a14 14 0 0014 14h18v10a14 14 0 0014 14h24a14 14 0 0014-14v-58h52v58a14 14 0 0014 14h24a14 14 0 0014-14v-10h18a14 14 0 0014-14v-34h10a6 6 0 000-12zM32 170a2 2 0 01-2-2V88a2 2 0 012-2h18v84zm58 22a2 2 0 01-2 2H64a2 2 0 01-2-2V64a2 2 0 012-2h24a2 2 0 012 2zm104 0a2 2 0 01-2 2h-24a2 2 0 01-2-2V64a2 2 0 012-2h24a2 2 0 012 2zm32-24a2 2 0 01-2 2h-18V86h18a2 2 0 012 2z" })); exports.default = BarbellLight;