@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
69 lines (68 loc) • 1.46 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:awake/20.js
const Awake20 = createSVGComponent("Awake20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [
{
"elem": "path",
"attrs": { "d": "M15 2H17V6.96H15z" }
},
{
"elem": "path",
"attrs": {
"d": "M21.67 6.85H26.630000000000003V8.85H21.67z",
"transform": "rotate(-45 24.142 7.85)"
}
},
{
"elem": "path",
"attrs": { "d": "M25.04 15H30V17H25.04z" }
},
{
"elem": "path",
"attrs": {
"d": "M23.15 21.67H25.15V26.630000000000003H23.15z",
"transform": "rotate(-45 24.152 24.146)"
}
},
{
"elem": "path",
"attrs": { "d": "M15 25.04H17V30H15z" }
},
{
"elem": "path",
"attrs": {
"d": "M5.37 23.15H10.33V25.15H5.37z",
"transform": "rotate(-45 7.86 24.144)"
}
},
{
"elem": "path",
"attrs": { "d": "M2 15H6.96V17H2z" }
},
{
"elem": "path",
"attrs": {
"d": "M6.85 5.37H8.85V10.33H6.85z",
"transform": "rotate(-45 7.85 7.848)"
}
},
{
"elem": "path",
"attrs": { "d": "M16,12a4,4,0,1,1-4,4,4,4,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z" }
}
]);
//#endregion
export { Awake20 as default };