@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
27 lines (26 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var _path;
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const volume_on = props => (0, _jsxRuntime.jsx)("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16",
...props,
children: _path || (_path = (0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M14.316 10.504a4.44 4.44 0 0 0 0-4.736m-1.935 3.863a2.352 2.352 0 0 0 0-2.938M9.452 3.105a1.017 1.017 0 0 0-1.048.095L4.002 6.002H2a1.01 1.01 0 0 0-1.001 1v2.001c0 .545.456 1 1 1h2.002l4.402 2.802c.297.223.715.261 1.048.095.332-.166.553-.523.553-.895V4.001c0-.372-.22-.73-.553-.896Z"
}))
});
var _default = exports.default = volume_on;
//# sourceMappingURL=volume_on.js.map