@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 361 B
JavaScript
//#region virtual:caret--down/index.js
const CaretDownGlyph = require("../utils-BpydAK29.cjs").createSVGComponent("CaretDownGlyph", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 8 4",
"fill": "currentColor",
"width": "8",
"height": "4"
}, [{
"elem": "path",
"attrs": { "d": "M8 0 4 4 0 0z" }
}]);
//#endregion
module.exports = CaretDownGlyph;