@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
32 lines (29 loc) • 841 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 { c as createSVGComponent } from '../utils-9450cd75.js';
import '@carbon/icon-helpers';
import 'vue';
const Time20 = createSVGComponent('Time20', {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 20 20",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": {
"d": "M10,19c-5,0-9-4-9-9s4-9,9-9s9,4,9,9S15,19,10,19z M10,2.3c-4.3,0-7.7,3.5-7.7,7.7s3.5,7.7,7.7,7.7s7.7-3.5,7.7-7.7\tS14.3,2.3,10,2.3z"
}
}, {
"elem": "path",
"attrs": {
"d": "M13 13.9L9.4 10.3 9.4 4 10.6 4 10.6 9.7 13.9 13z"
}
}]);
export { Time20 as default };