@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
26 lines (25 loc) • 921 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:chevron--down--outline/16.js
const ChevronDownOutline16 = createSVGComponent("ChevronDownOutline16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M9.4142 12.5858 16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z" }
}, {
"elem": "path",
"attrs": { "d": "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z" }
}]);
//#endregion
export { ChevronDownOutline16 as default };