@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
33 lines (32 loc) • 883 B
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:this-side-up/24.js
const ThisSideUp24 = createSVGComponent("ThisSideUp24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M2 28H30V30H2z" }
},
{
"elem": "path",
"attrs": { "d": "M7 5.828 7 24 9 24 9 5.828 12.586 9.414 14 8 8 2 2 8 3.414 9.414 7 5.828z" }
},
{
"elem": "path",
"attrs": { "d": "M23 5.828 23 24 25 24 25 5.828 28.586 9.414 30 8 24 2 18 8 19.414 9.414 23 5.828z" }
}
]);
//#endregion
export { ThisSideUp24 as default };