@mozaic-ds/icons-react
Version:
ADS icons for React usage
19 lines (14 loc) • 1.41 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js');
var index = require('../../node_modules/react/index.js');
const Sound32 = (_a) => {
var { fill, size = '2rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]);
return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32" }),
index.default.createElement("g", { "clip-path": "url(#a)" },
index.default.createElement("path", { "fill-rule": "evenodd", d: "M18.333 6.667a1 1 0 0 0-1.554-.832L9.03 11H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h5.03l7.749 5.165a1 1 0 0 0 1.554-.832V6.667Zm-8 5.868 6-4v14.93l-6-4v-6.93Zm-2 .465H5v6h3.333v-6Zm13.137-1.848a1 1 0 0 1 1.378.318c.915 1.463 1.402 2.978 1.402 4.53s-.487 3.067-1.402 4.53a1 1 0 0 1-1.696-1.06c.752-1.203 1.098-2.355 1.098-3.47 0-1.115-.346-2.267-1.098-3.47a1 1 0 0 1 .318-1.378Zm4.677-3.067a1 1 0 0 0-1.627 1.163c3.085 4.319 3.085 9.185 0 13.504a1 1 0 1 0 1.627 1.163c3.582-5.015 3.582-10.815 0-15.83Z" })),
index.default.createElement("defs", null,
index.default.createElement("clipPath", { id: "a" },
index.default.createElement("rect", { width: "32", height: "32", fill: "#fff" })))));
};
exports.default = Sound32;