@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
53 lines (52 loc) • 1.18 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:center--square/24.js
const CenterSquare24 = createSVGComponent("CenterSquare24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M6 12 4 12 4 4 12 4 12 6 6 6 6 12z" }
},
{
"elem": "path",
"attrs": { "d": "M28 12 26 12 26 6 20 6 20 4 28 4 28 12z" }
},
{
"elem": "path",
"attrs": { "d": "M12 28 4 28 4 20 6 20 6 26 12 26 12 28z" }
},
{
"elem": "path",
"attrs": { "d": "M28 28 20 28 20 26 26 26 26 20 28 20 28 28z" }
},
{
"elem": "path",
"attrs": { "d": "M15 10H17V14H15z" }
},
{
"elem": "path",
"attrs": { "d": "M10 15H14V17H10z" }
},
{
"elem": "path",
"attrs": { "d": "M18 15H22V17H18z" }
},
{
"elem": "path",
"attrs": { "d": "M15 18H17V22H15z" }
}
]);
//#endregion
export { CenterSquare24 as default };