@icongo/ti
Version:
Typicons Icons
23 lines (22 loc) • 1.71 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TIVolumeUp = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var TIVolumeUp = function TIVolumeUp(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M16.706 10.292a.999.999 0 1 0-1.412 1.416c.345.345.535.803.535 1.291 0 .489-.19.948-.536 1.294a.999.999 0 1 0 1.414 1.414c.724-.723 1.122-1.685 1.122-2.708s-.398-1.984-1.123-2.707zm2-2a1 1 0 1 0-1.412 1.416 4.616 4.616 0 0 1 1.364 3.287 4.628 4.628 0 0 1-1.365 3.298.999.999 0 1 0 1.414 1.414 6.617 6.617 0 0 0 1.951-4.713 6.603 6.603 0 0 0-1.952-4.702zm2-2a1 1 0 1 0-1.412 1.416 7.42 7.42 0 0 1 2.192 5.284 7.437 7.437 0 0 1-2.193 5.301.999.999 0 1 0 1.414 1.414 9.427 9.427 0 0 0 2.779-6.717 9.402 9.402 0 0 0-2.78-6.698zm-8.568-.468c-.449 0-.905.152-1.356.453L8.109 8.059C7.357 8.561 5.904 9 5 9c-1.654 0-3 1.346-3 3v2c0 1.654 1.346 3 3 3 .904 0 2.357.439 3.109.941l2.672 1.781c.451.301.907.453 1.356.453.898.001 1.863-.68 1.863-2.175V8c0-1.495-.965-2.176-1.862-2.176zM5 15a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1c1.211 0 2.907-.495 4-1.146v6.293C7.907 15.495 6.211 15 5 15zm7 3-.006.12-.104-.062-1.89-1.26V9.202l1.891-1.261.104-.062L12 8v10z"
})
}));
};
exports.TIVolumeUp = TIVolumeUp;