@ohu-mobile/core
Version:
14 lines (13 loc) • 724 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.WdghFilled = void 0;
var WdghFilled = exports.WdghFilled = {
name: 'wdgh',
theme: 'filled',
attrs: {
viewBox: '0 0 40 40'
},
children: '<defs><linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="wdgh"><stop stop-color="#FFBA4D" offset="0%"/><stop stop-color="#FF9233" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><rect fill="url(#wdgh)" width="40" height="40" rx="20"/><path d="M9.393 19.293l9.9-9.9a1 1 0 011.414 0l9.9 9.9a1 1 0 010 1.414l-9.9 9.9a1 1 0 01-1.414 0l-9.9-9.9a1 1 0 010-1.414zM19 19h-2a1 1 0 000 2h2v2a1 1 0 002 0v-2h2a1 1 0 000-2h-2v-2a1 1 0 00-2 0v2z" fill="#FFF"/></g>'
};