@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
41 lines (40 loc) • 1.06 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:logo--digg/24.js
const LogoDigg24 = createSVGComponent("LogoDigg24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M6.48,7.6v3.92H2V21H9.28V7.6Zm0,11.2H4.8v-5H6.48Z" }
},
{
"elem": "path",
"attrs": { "d": "M10.4 11.52H13.2V21.04H10.4z" }
},
{
"elem": "path",
"attrs": { "d": "M10.4 7.6H13.2V10.399999999999999H10.4z" }
},
{
"elem": "path",
"attrs": { "d": "M14.32,11.52V21H18.8v1.12H14.32V24.4H21.6V11.52ZM18.8,18.8H17.12v-5H18.8Z" }
},
{
"elem": "path",
"attrs": { "d": "M22.72,11.52V21H27.2v1.12H22.72V24.4H30V11.52ZM27.2,18.8H25.52v-5H27.2Z" }
}
]);
//#endregion
export { LogoDigg24 as default };