UNPKG

@scaleflex/icons

Version:
32 lines 2.11 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size"]; import React from 'react'; import { intrinsicComponent } from './utils/functions'; export var Mute = intrinsicComponent(function (_ref, ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "Mute", ref: ref, width: size, height: size, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.49071 4.68426L4.91677 5.14339H1.92889C1.2205 5.14339 0.643234 5.72065 0.643234 6.42905V11.5717C0.643234 12.2814 1.2205 12.8573 1.92889 12.8573H4.91677L11.1689 17.8599C11.2859 17.9524 11.4286 18 11.5713 18C11.6665 18 11.7616 17.9781 11.8503 17.9357C12.0728 17.829 12.2142 17.604 12.2142 17.3572V11.4077L5.49071 4.68426ZM16.131 12.779L15.2081 11.8561C15.7697 11.0235 16.0712 10.038 16.0712 9.00037C16.0712 7.61829 15.5363 6.32877 14.5644 5.36967C14.3124 5.11896 14.3098 4.71269 14.5592 4.45942C14.8086 4.20872 15.2149 4.20486 15.4682 4.45428C16.687 5.65637 17.3568 7.27116 17.3568 9.00037C17.3568 10.3847 16.9275 11.6957 16.131 12.779ZM12.2142 8.86215L6.90495 3.55292L11.1702 0.140888C11.3631 -0.0146771 11.6266 -0.0429616 11.8503 0.0637482C12.0728 0.171744 12.2142 0.396734 12.2142 0.643581V8.86215Z", fill: color }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.803643 0.443658C1.15511 0.0921858 1.72496 0.0921858 2.07644 0.443658L17.1964 15.5637C17.5479 15.9151 17.5479 16.485 17.1964 16.8364C16.845 17.1879 16.2751 17.1879 15.9236 16.8364L0.803643 1.71645C0.452171 1.36498 0.452171 0.795129 0.803643 0.443658Z", fill: color })); }); export default Mute;