UNPKG

@braineet/ui

Version:

Braineet design system

17 lines 1.14 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; function SoundOff(props) { return /*#__PURE__*/_jsx("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.3827 6.07612C15.7564 6.2309 16 6.59554 16 7V17C16 17.4045 15.7564 17.7691 15.3827 17.9239C15.009 18.0787 14.5789 17.9931 14.2929 17.7071L11.5858 15H9C8.44772 15 8 14.5523 8 14V10C8 9.44771 8.44772 9 9 9H11.5858L14.2929 6.29289C14.5789 6.00689 15.009 5.92134 15.3827 6.07612ZM14 9.41421L12.7071 10.7071C12.5196 10.8946 12.2652 11 12 11H10V13H12C12.2652 13 12.5196 13.1054 12.7071 13.2929L14 14.5858V9.41421Z", fill: "currentColor" }) })); } export default SoundOff;