@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.15 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialNoSoundW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NoSoundW100', short_name: 'NoSound', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m688-460-94 94q-4 4-9.5 4.5T574-366q-5-5-5-10t5-10l94-94-94-94q-4-4-4.5-9.5T574-594q5-5 10-5t10 5l94 94 94-94q4-4 9.5-4.5T802-594q5 5 5 10t-5 10l-94 94 94 94q4 4 4.5 9.5T802-366q-5 5-10 5t-10-5l-94-94Zm-370 48H218q-13 0-21.5-8.5T188-442v-76q0-13 8.5-21.5T218-548h100l100-100q7-7 16.5-3.5T444-638v316q0 10-9.5 13.5T418-312L318-412Zm98-194-86 86H216v80h114l86 86v-252ZM316-480Z" }) })));
});
IconMaterialNoSoundW100.displayName = 'OnesyIconMaterialNoSoundW100';
exports.default = IconMaterialNoSoundW100;
;