@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 Notepad = /*#__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: "M12 4a1 1 0 1 0-2 0v1H9a3 3 0 0 0-3 3v18a3 3 0 0 0 3 3h8.5v-5.5A2.5 2.5 0 0 1 20 21h6V8a3 3 0 0 0-3-3h-1V4a1 1 0 1 0-2 0v1h-3V4a1 1 0 1 0-2 0v1h-3V4zm0 7h8a1 1 0 1 1 0 2h-8a1 1 0 1 1 0-2zm-1 6a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1zm1 4h3a1 1 0 1 1 0 2h-3a1 1 0 1 1 0-2zm8.25 7.21a3 3 0 0 1-.75.5V23.5c0-.28.22-.5.5-.5h5.66a3 3 0 0 1-.63.83l-4.78 4.38z"
}));
});
Notepad.displayName = 'Notepad';
export var NotepadDimensions = {
height: 32,
width: 32
};