UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.33 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var TextBulletListSquareShield = /*#__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 3a2 2 0 0 0-2 2v10c0 1.1.9 2 2 2h5.8c-.47-.8-.8-1.8-.8-3h-.5a.5.5 0 0 1 0-1h.5v-1.5c0-.18.03-.35.08-.5H9.5a.5.5 0 0 1 0-1h1.72l.14-.03a4.71 4.71 0 0 0 2.5-1.43 1.62 1.62 0 0 1 2.29 0c.22.23.51.49.85.73V5a2 2 0 0 0-2-2H5Zm2.5 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM6.75 11a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5Zm.75 2.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM9.5 7h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1Zm5.94 2.24a5.7 5.7 0 0 0 3.06 1.72c.27.04.5.26.5.54V14c0 3.47-3.18 4.73-3.87 4.96a.4.4 0 0 1-.26 0C14.18 18.73 11 17.46 11 14v-2.5c0-.28.23-.5.5-.54a5.7 5.7 0 0 0 3.06-1.72.62.62 0 0 1 .88 0Z" })); }); TextBulletListSquareShield.displayName = 'TextBulletListSquareShield'; export var TextBulletListSquareShieldDimensions = { height: 20, width: 20 };