@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
33 lines (32 loc) • 1.1 kB
JavaScript
//#region virtual:strategy-play/20.js
const StrategyPlay20 = require("../utils-BpydAK29.cjs").createSVGComponent("StrategyPlay20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M12 3.415 10.586 2 7 5.587 3.414 2 2 3.415 5.586 7 2 10.586 3.414 12 7 8.414 10.586 12 12 10.586 8.414 7 12 3.415z"
}
},
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "m25,2l-5,5,1.4089,1.4189,2.5911-2.625v9.2061H8c-1.1028,0-2,.8975-2,2v3.1011c-2.2793.4644-4,2.4844-4,4.8989,0,2.7568,2.2429,5,5,5s5-2.2432,5-5c0-2.4146-1.7207-4.4346-4-4.8989v-3.1011h16c1.1028,0,2-.8975,2-2V5.8472l2.5911,2.5718,1.4089-1.4189-5-5Zm-15,23c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3,3,1.3457,3,3Z"
}
},
{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "M30 21.415 28.586 20 25 23.587 21.414 20 20 21.415 23.586 25 20 28.586 21.414 30 25 26.414 28.586 30 30 28.586 26.414 25 30 21.415z"
}
}
]);
//#endregion
module.exports = StrategyPlay20;