box-ui-elements-mlh
Version:
22 lines (19 loc) • 1.12 kB
JavaScript
function _extends() { _extends = Object.assign || 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 IconFileBase from './IconFileBase';
var IconFileAudio = function IconFileAudio(props) {
return /*#__PURE__*/React.createElement(IconFileBase, _extends({}, props, {
baseClassName: "icon-file-audio"
}), /*#__PURE__*/React.createElement("path", {
d: "M25 27H7V5h13l5 5v17z",
fill: "#fff"
}), /*#__PURE__*/React.createElement("path", {
d: "M20 4H7a.94.94 0 0 0-1 1v22a.94.94 0 0 0 1 1h18a.94.94 0 0 0 1-1V9.9zm5 23H7V5h13v4a.94.94 0 0 0 1 1h4z",
fill: "#955ca5"
}), /*#__PURE__*/React.createElement("path", {
d: "M19 20.1V17h-6v4.5a1.5 1.5 0 1 1-1.5-1.5.9.9 0 0 1 .5.1V13h8v8.5a1.5 1.5 0 1 1-1.5-1.5.9.9 0 0 1 .5.1zM13 16h6v-2h-6z",
fill: "#955ca5"
}));
};
export default IconFileAudio;
//# sourceMappingURL=IconFileAudio.js.map