@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 983 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PulseSquare = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M18.75 3C19.99 3 21 4 21 5.25v13.5C21 20 20 21 18.75 21H5.25C4.01 21 3 20 3 18.75V5.25C3 4.01 4 3 5.25 3h13.5zM9.8 7.95 8.26 11.5H6.75a.75.75 0 0 0 0 1.5h2c.3 0 .56-.18.68-.45l1.04-2.36 2.33 5.83a.75.75 0 0 0 1.37.06L15.71 13h1.54a.75.75 0 1 0 0-1.5h-2a.75.75 0 0 0-.67.41l-1 2-2.39-5.94a.75.75 0 0 0-1.38-.02z"
}));
});
PulseSquare.displayName = 'PulseSquare';
export var PulseSquareDimensions = {
height: 24,
width: 24
};