@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 761 B
JavaScript
//#region virtual:row--insert/24.js
const RowInsert24 = require("../utils-BpydAK29.cjs").createSVGComponent("RowInsert24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M28,12H10a2.0021,2.0021,0,0,1-2-2V4a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,12ZM10,4v6H28V4Z" }
},
{
"elem": "path",
"attrs": { "d": "M28,30H10a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM10,22v6H28V22Z" }
},
{
"elem": "path",
"attrs": { "d": "M9 16 3.414 10.414 2 11.828 6.172 16 2 20.172 3.414 21.586 9 16z" }
}
]);
//#endregion
module.exports = RowInsert24;