UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.26 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TextBulletListSquarePerson = /*#__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: "M3 7.5A4.5 4.5 0 0 1 7.5 3h17A4.5 4.5 0 0 1 29 7.5V16a5 5 0 0 0-7-1h-7a1 1 0 1 0 0 2h5.42a4.98 4.98 0 0 0-.2 3.5H15a1 1 0 1 0 0 2h6.42a3.93 3.93 0 0 0-3.92 3.94c0 .88.23 1.77.71 2.56H7.5A4.5 4.5 0 0 1 3 24.5v-17Zm7.5 4.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM15 9.5a1 1 0 1 0 0 2h7a1 1 0 1 0 0-2h-7ZM12 16a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm-1.5 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm18-4a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm2.5 7.44c0 2.02-1.71 4.06-6 4.06s-6-2.03-6-4.06A2.43 2.43 0 0 1 21.42 24h7.16c1.34 0 2.42 1.1 2.42 2.44Z" })); }); TextBulletListSquarePerson.displayName = 'TextBulletListSquarePerson'; export var TextBulletListSquarePersonDimensions = { height: 32, width: 32 };