UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.32 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var NotepadPerson = /*#__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: "M16.25 2c.38 0 .7.28.74.65l.01.1v.75h.75c1.24 0 2.25 1 2.25 2.25v5.59A3.5 3.5 0 0 0 16.05 17h-.28A2.77 2.77 0 0 0 13 19.77v.1c0 .75.21 1.49.67 2.13H5.75c-1.24 0-2.25-1-2.25-2.25v-14c0-1.24 1-2.25 2.25-2.25h.75v-.75a.75.75 0 0 1 1.5-.1v.85h3v-.75a.75.75 0 0 1 1.5-.1v.85h3v-.75c0-.41.34-.75.75-.75Zm-5 14h-4.1a.75.75 0 0 0 0 1.5h4.2a.75.75 0 0 0 0-1.5h-.1Zm5-8h-9.1a.75.75 0 0 0 0 1.5h9.2a.75.75 0 0 0 0-1.5h-.1ZM6.5 12.75c0 .41.34.75.75.75h6a.75.75 0 0 0 0-1.5h-6a.75.75 0 0 0-.75.75ZM21 14.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm2 5.38c0 1.55-1.29 3.12-4.5 3.12S14 21.44 14 19.87v-.1c0-.98.8-1.77 1.77-1.77h5.46c.98 0 1.77.8 1.77 1.77v.1Z" })); }); NotepadPerson.displayName = 'NotepadPerson'; export var NotepadPersonDimensions = { height: 24, width: 24 };