@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 974 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NotebookSubsection = /*#__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: "M9 2a4.5 4.5 0 0 0-4.5 4.5v9.4c0 .98.63 1.81 1.5 2.12V6.5a3 3 0 0 1 3-3h5A2.25 2.25 0 0 0 11.88 2H9Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 6.75C7 5.51 8 4.5 9.25 4.5H15V2.75a.75.75 0 0 1 1.5 0v18.5a.75.75 0 0 1-1.5 0V20H9.25C8.01 20 7 19 7 17.75v-11Z"
}));
});
NotebookSubsection.displayName = 'NotebookSubsection';
export var NotebookSubsectionDimensions = {
height: 24,
width: 24
};