gd-sprest-bs
Version:
SharePoint JavaScript, TypeScript and Web Components designed using the Bootstrap framework.
9 lines (8 loc) • 1.77 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MDM = void 0;
var generate_1 = require("../generate");
function MDM(height, width, className) {
return (0, generate_1.generateIcon)("<svg width='32' height='32' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='mdm-b-{0}' x1='8.05' x2='8.05' y1='11.32' y2='1.26' gradientUnits='userSpaceOnUse'><stop stop-color='#0078d4' offset='0'/><stop stop-color='#5ea0ef' offset='.82'/></linearGradient><linearGradient id='mdm-a-{1}' x1='8.05' x2='8.05' y1='15.21' y2='11.32' gradientUnits='userSpaceOnUse'><stop stop-color='#1490df' offset='0'/><stop stop-color='#1f56a3' offset='.98'/></linearGradient><linearGradient id='mdm-c-{2}' x1='8.05' x2='8.05' y1='7.87' y2='4.94' gradientUnits='userSpaceOnUse'><stop stop-color='#d2ebff' offset='0'/><stop stop-color='#f0fffd' offset='1'/></linearGradient></defs><rect x='.5' y='1.26' width='15.1' height='10.06' rx='.5' fill='url(#mdm-b-{0})'/><rect x='1.34' y='2.1' width='13.42' height='8.39' rx='.28' fill='#fff'/><path d='M11.08,14.37c-1.5-.23-1.56-1.31-1.55-3h-3c0,1.74-.06,2.82-1.55,3a.87.87,0,0,0-.74.84h7.54A.88.88,0,0,0,11.08,14.37Z' fill='url(#mdm-a-{1})'/><path d='M17.17,5.91H10.29a2.31,2.31,0,1,0,0,.92H11v9.58a.33.33,0,0,0,.33.33h5.83a.33.33,0,0,0,.33-.33V6.24A.33.33,0,0,0,17.17,5.91Z' fill='#32bedd'/><rect x='11.62' y='6.82' width='5.27' height='8.7' rx='.12' fill='#fff'/><circle cx='8.05' cy='6.41' r='1.46' fill='url(#mdm-c-{2})' opacity='.9'/><path d='M14.88,10.82,13.76,9.7a.06.06,0,0,0-.1.05v.68a.06.06,0,0,1-.06.06H11v.83H13.6a.06.06,0,0,1,.06.06v.69a.06.06,0,0,0,.1,0L14.88,11A.12.12,0,0,0,14.88,10.82Z' fill='#0078d4'/></svg>", height, width, className, 3);
}
exports.MDM = MDM;