@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.38 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DesktopPulse = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8.25 5A4.25 4.25 0 0 0 4 9.25V19h7.53l3.16-8.84a3.25 3.25 0 0 1 6.15.1l3.72 11.6 3.5-7.48a3.25 3.25 0 0 1 5.93.1L35.9 19H44V9.25C44 6.9 42.1 5 39.75 5H8.25ZM4 32.75V25.5h9.82c1.38 0 2.6-.86 3.06-2.16l.7-1.96 3.33 10.36a3.25 3.25 0 0 0 6.04.38l3.9-8.38a3.25 3.25 0 0 0 2.9 1.76H44v7.25C44 35.1 42.1 37 39.75 37H31v3.5h2.75a1.25 1.25 0 1 1 0 2.5h-19.5a1.25 1.25 0 1 1 0-2.5H17V37H8.25A4.25 4.25 0 0 1 4 32.75ZM28.5 37h-9v3.5h9V37Zm-9.56-26.13a1.25 1.25 0 0 0-2.37-.04L12.94 21H5.25a1.25 1.25 0 1 0 0 2.5h8.57c.53 0 1-.33 1.18-.83l2.69-7.52 5.12 15.98a1.25 1.25 0 0 0 2.32.15l5.81-12.45 1.65 3.9c.2.47.65.77 1.15.77h9.01a1.25 1.25 0 1 0 0-2.5h-8.18l-2.42-5.74a1.25 1.25 0 0 0-2.28-.04l-5.65 12.11-5.28-16.46Z"
}));
});
DesktopPulse.displayName = 'DesktopPulse';
export var DesktopPulseDimensions = {
height: 48,
width: 48
};