@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
53 lines (52 loc) • 1.14 kB
JavaScript
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
import { t as createSVGComponent } from "../utils-H3m8fM4H.mjs";
//#region virtual:mobile--audio/32.js
const MobileAudio32 = createSVGComponent("MobileAudio32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"elem": "path",
"attrs": { "d": "M28 12H30V15H28z" }
},
{
"elem": "path",
"attrs": { "d": "M24 7H26V20H24z" }
},
{
"elem": "path",
"attrs": { "d": "M20 11H22V16H20z" }
},
{
"elem": "path",
"attrs": { "d": "M16 9H18V18H16z" }
},
{
"elem": "path",
"attrs": { "d": "M12 12H14V15H12z" }
},
{
"elem": "circle",
"attrs": {
"cx": "13.5",
"cy": "24.5",
"r": "1.5"
}
},
{
"elem": "path",
"attrs": { "d": "M20,30H7a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,7,2H20V4H7V28H20V24h2v4A2.0023,2.0023,0,0,1,20,30Z" }
}
]);
//#endregion
export { MobileAudio32 as default };