@react95/icons
Version:
React95 icons gallery
48 lines (47 loc) • 3.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.sndvol32301Data = exports.Sndvol32301 = void 0;
var _react = _interopRequireDefault(require("react"));
var _excluded = ["variant"];
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
var Sndvol32301_32x32_4 = function Sndvol32301_32x32_4(props) {
return /*#__PURE__*/_react["default"].createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "32",
height: "32",
shapeRendering: "crispEdges",
viewBox: "0 -0.5 32 32"
}, props), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "olive",
d: "M4 2h2m0 1h1m0 1h1m0 1h1m0 1h1m0 1h2m0 1h1m-1 1h1m-1 1h1m-2 1h1m-3 1h1m-2 1h1m-2 1h1m-2 1h1m-2 1h1"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "#000",
d: "M3 3h3M5 4h1M2 5h1m2 0h2M2 6h1m3 0h1M2 7h1m3 0h1M2 8h1m2 0h2M2 9h1m1 0h1m1 0h1m-5 1h1m1 0h3m-5 1h1m2 0h2m3 0h1m1 0h1M2 12h1m3 0h1m3 0h2M2 13h1m3 0h1m2 0h1m-8 1h1m2 0h2m1 0h1m-7 1h1m2 0h1m1 0h1m-5 1h2m1 0h1m-3 1h2"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "silver",
d: "M2 4h3M4 5h1m0 1h1M5 7h1m4 1h1M5 9h1m4 0h1m-1 1h1m-6 2h1m-1 1h1m-3 2h2"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "#ff0",
d: "M6 4h1m0 1h1m0 1h1M7 7h1m1 0h1M8 8h1M7 9h1m1 0h1m1 0h1m-4 1h1m2 0h1m-5 1h1m1 0h1m-2 1h1m-2 1h1"
}), /*#__PURE__*/_react["default"].createElement("path", {
stroke: "#fff",
d: "M3 5h1M3 6h2m2 0h1M3 7h2m3 0h1M3 8h2m2 0h1m1 0h1m1 0h1M3 9h1m4 0h1m-6 1h1m3 0h1m1 0h1m-7 1h2m3 0h1m-6 1h2m2 0h1m-5 1h2m-2 1h2"
}));
};
var sndvol32301Data = exports.sndvol32301Data = {
'32x32_4': Sndvol32301_32x32_4
};
var Sndvol32301Component = function Sndvol32301Component(_ref) {
var _ref$variant = _ref.variant,
variant = _ref$variant === void 0 ? '32x32_4' : _ref$variant,
rest = _objectWithoutProperties(_ref, _excluded);
var Svg = sndvol32301Data[variant];
return /*#__PURE__*/_react["default"].createElement(Svg, rest);
};
var Sndvol32301 = exports.Sndvol32301 = /*#__PURE__*/_react["default"].memo(Sndvol32301Component);
Sndvol32301.displayName = 'Sndvol32301';