UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.23 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var SlideTextPerson = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M8.75 8A4.75 4.75 0 0 0 4 12.75v22.5A4.75 4.75 0 0 0 8.75 40h17.27a7.83 7.83 0 0 1-.02-.5V39a5 5 0 0 1 5-5h1.1a6.98 6.98 0 0 1-.73-9.17c-.18.1-.4.17-.62.17h-17.5a1.25 1.25 0 1 1 0-2.5h17.5a1.25 1.25 0 0 1 1.17 1.68A7 7 0 0 1 44 29V12.75A4.75 4.75 0 0 0 39.25 8H8.75Zm4.5 23.5a1.25 1.25 0 1 1 0-2.5h13.5a1.25 1.25 0 1 1 0 2.5h-13.5ZM12 17.25c0-.69.56-1.25 1.25-1.25h9.5a1.25 1.25 0 1 1 0 2.5h-9.5c-.69 0-1.25-.56-1.25-1.25ZM42 29a5 5 0 1 1-10 0 5 5 0 0 1 10 0Zm4 10.5c0 3.5-3.15 6.5-9 6.5s-9-3-9-6.5V39a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v.5Z" })); }); SlideTextPerson.displayName = 'SlideTextPerson'; export var SlideTextPersonDimensions = { height: 48, width: 48 };