@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
48 lines (45 loc) • 1.15 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 { c as createSVGComponent } from '../utils-9450cd75.js';
import '@carbon/icon-helpers';
import 'vue';
const Succession16 = createSVGComponent('Succession16', {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M19 27H21V31H19z",
"transform": "rotate(90 20 29)"
}
}, {
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M25 27H27V31H25z",
"transform": "rotate(90 26 29)"
}
}, {
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M13 28v-3h-2v3c0 1.1046.8954 2 2 2h3v-2h-3zM11 19H13V23H11zM11 13H13V17H11z"
}
}, {
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M22 12L12 2 2 12 3.4141 13.4141 11 5.8281 11 11 13 11 13 5.8281 20.5859 13.4141 22 12z"
}
}]);
export { Succession16 as default };