@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 946 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Pulse = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M11.53 5c.55.01 1.02.38 1.17.91l4.36 15.44 3.25-10.47a1.25 1.25 0 0 1 2.33-.15l2.16 4.77h2.95a1.25 1.25 0 1 1 0 2.5H24c-.49 0-.94-.29-1.14-.73l-1.14-2.51-3.53 11.36a1.25 1.25 0 0 1-2.4-.03L11.4 10.5l-2.21 6.65c-.17.5-.65.85-1.19.85H4.25a1.25 1.25 0 1 1 0-2.5H7.1l3.21-9.65c.18-.52.67-.86 1.22-.85Z"
}));
});
Pulse.displayName = 'Pulse';
export var PulseDimensions = {
height: 32,
width: 32
};