@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BookPulse = /*#__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: "M4 4.5A2.5 2.5 0 0 1 6.5 2H18a2.5 2.5 0 0 1 2.5 2.5v14.25c0 .41-.34.75-.75.75H5.5a1 1 0 0 0 1 1h13.25a.75.75 0 0 1 0 1.5H6.5A2.5 2.5 0 0 1 4 19.5v-15zm7.7 2.96a.75.75 0 0 0-1.37-.05L8.79 10.5H7.75a.75.75 0 0 0 0 1.5h1.5c.28 0 .54-.16.67-.41l1.02-2.05 2.12 5a.75.75 0 0 0 1.34.09L15.93 12h.82a.75.75 0 0 0 0-1.5H15.5a.75.75 0 0 0-.65.37l-1 1.7-2.16-5.11z"
}));
});
BookPulse.displayName = 'BookPulse';
export var BookPulseDimensions = {
height: 24,
width: 24
};