UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.24 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var InfoShield = /*#__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: "M17 9a8 8 0 1 0-6.28 7.81 7.05 7.05 0 0 1-.72-2.93v-2.79c0-.75.59-1.42 1.4-1.42.9 0 1.76-.37 2.6-1.24a1.39 1.39 0 0 1 2 0 5.06 5.06 0 0 0 1 .8V9zM8.5 7.91a.5.5 0 0 1 1 0v4.69a.5.5 0 0 1-1 0V7.9zm-.25-2.16a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0z" }), /*#__PURE__*/React.createElement("path", { d: "M17 10.35a4.63 4.63 0 0 1-1-.59 6.9 6.9 0 0 1-.72-.64.39.39 0 0 0-.56 0 4.5 4.5 0 0 1-3.32 1.55.4.4 0 0 0-.4.41v2.77c.03.8.18 1.51.44 2.15A4.81 4.81 0 0 0 13 18c.52.4 1.15.73 1.87.98.09.03.17.03.26 0 2.56-.89 3.87-2.71 3.87-5.4V11a.4.4 0 0 0-.4-.33 4.24 4.24 0 0 1-1.6-.32z" })); }); InfoShield.displayName = 'InfoShield'; export var InfoShieldDimensions = { height: 20, width: 20 };