@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Notebook = /*#__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: "M7.25 2A3.25 3.25 0 0 0 4 5.25v21.5C4 28.55 5.46 30 7.25 30h16.5c1.8 0 3.25-1.46 3.25-3.25V5.25C27 3.45 25.54 2 23.75 2H7.25ZM10 7h11a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1Zm18 1h1.25c.41 0 .75.34.75.75v2.5c0 .41-.34.75-.75.75H28V8Zm1.25 6H28v4h1.25c.41 0 .75-.34.75-.75v-2.5a.75.75 0 0 0-.75-.75ZM28 20h1.25c.41 0 .75.34.75.75v2.5c0 .41-.34.75-.75.75H28v-4Z"
}));
});
Notebook.displayName = 'Notebook';
export var NotebookDimensions = {
height: 32,
width: 32
};