@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var NotebookEye = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M5 2a2 2 0 0 0-2 2v7.57a5.8 5.8 0 0 1 6.47 1c.88.82 1.53 1.94 1.53 2.93a3.3 3.3 0 0 1-.43 1.52c-.18.33-.41.66-.7.98H13a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H5Zm0 3.5c0-.28.22-.5.5-.5h7c.28 0 .5.22.5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1ZM16 6h.5c.28 0 .5.22.5.5V8a.5.5 0 0 1-.5.5H16V6Zm0 3.5h.5c.28 0 .5.22.5.5v1.5a.5.5 0 0 1-.5.5H16V9.5Zm0 3.5h.5c.28 0 .5.22.5.5V15a.5.5 0 0 1-.5.5H16V13ZM1 15.5C1 14.32 2.74 12 5.5 12s4.5 2.3 4.5 3.5c0 1.18-1.74 3.5-4.5 3.5S1 16.7 1 15.5Zm3.11 2.08a2.5 2.5 0 1 0 2.78-4.16 2.5 2.5 0 0 0-2.78 4.16Zm2.64-1.25a1.5 1.5 0 1 0-2.5-1.66 1.5 1.5 0 0 0 2.5 1.66Z"
}));
});
NotebookEye.displayName = 'NotebookEye';
export var NotebookEyeDimensions = {
height: 20,
width: 20
};