@spaceone/design-system
Version:
SpaceONE Design System
13 lines (12 loc) • 1.31 kB
JavaScript
/* eslint-disable */
/* tslint:disable */
// @ts-ignore
import icon from 'vue-svgicon'
icon.register({
'ic_provider_gcp': {
width: 16,
height: 16,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M20.6 7.4h-9.3L5.9 16l5.4 8.5h9.3L26 16l-5.4-8.6zM16 19.8c-2.2 0-3.9-1.7-3.9-3.9S13.8 12 16 12s3.9 1.7 3.9 3.9-1.8 3.9-3.9 3.9z" _fill="#cfd8dc"/><path pid="1" d="M24.3 2.9c-.3-.5-1-.9-1.7-.9H9.3c-.7 0-1.3.4-1.7.9l-4.5 7.4L6.7 16l4.9-7.8h16l-3.3-5.3zm-14.5 3c-.5 0-.8-.3-.8-.8s.3-.8.8-.8.8.3.8.8c-.1.5-.4.8-.8.8zm12.4 0c-.5 0-.8-.3-.8-.8s.3-.8.8-.8.8.3.8.8c-.1.5-.4.8-.8.8z" _fill="#2196f3"/><path pid="2" d="M11.5 23.7L3.1 10.4.3 15c-.4.6-.4 1.5 0 2.1l7.3 12c.4.6 1 .9 1.7.9h7.1l4-6.2h-8.9zm-8-7c-.5 0-.8-.3-.8-.8s.3-.8.8-.8.8.3.8.8-.3.8-.8.8zm6.3 10.9c-.5 0-.8-.3-.8-.8s.3-.8.8-.8.8.3.8.8c-.1.5-.4.8-.8.8z" _fill="#ffc107"/><path pid="3" d="M3.1 10.4L6.7 16l1.9-2.9L3.9 9l-.8 1.4z" _fill="#1976d2"/><path pid="4" d="M16.4 29.9l4-6.2h-3.7l-1.8 6.2h1.5z" _fill="#f9a825"/><path pid="5" d="M31.6 15l-4.1-6.8h-7.1l4.9 7.8-8.8 14h6.2c.7 0 1.3-.4 1.7-.9l7.4-12c.3-.7.3-1.5-.2-2.1zm-9.4 12.6c-.5 0-.8-.3-.8-.8s.3-.8.8-.8.8.3.8.8c-.1.5-.4.8-.8.8zm6.2-10.9c-.5 0-.8-.3-.8-.8s.3-.8.8-.8.8.3.8.8-.4.8-.8.8z" _fill="#dd2c00"/><path pid="6" d="M27.5 8.2h-7.1l1.9 3 6.1-1.5-.9-1.5z" _fill="#bf360c"/>'
}
})