@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BookTheta = /*#__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: "M14.12 14c.37-.5.66-1.2.8-2h-4.84c.14.8.43 1.5.8 2 .52.72 1.11 1 1.62 1 .5 0 1.1-.28 1.62-1Zm0-6c.44.6.78 1.48.86 2.5h-4.96c.08-1.02.42-1.9.86-2.5.52-.72 1.11-1 1.62-1 .5 0 1.1.28 1.62 1ZM4 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-15Zm8.5 12c2.2 0 4-2.46 4-5.5s-1.8-5.5-4-5.5-4 2.46-4 5.5 1.8 5.5 4 5.5Z"
}));
});
BookTheta.displayName = 'BookTheta';
export var BookThetaDimensions = {
height: 24,
width: 24
};