UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.16 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ShieldQuestion = /*#__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: "M15.45 2.17a1 1 0 0 1 1.1 0A25.23 25.23 0 0 0 28.1 6.5a1 1 0 0 1 .9 1V16c0 3.88-2.12 7.17-4.7 9.55-2.57 2.37-5.74 3.97-8.12 4.41L16 30l-.18-.04c-2.38-.44-5.55-2.04-8.12-4.41C5.12 23.17 3 19.88 3 16V7.5a1 1 0 0 1 .9-1c4.79-.47 8.63-2.39 11.55-4.33Zm1.8 20.08a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0ZM14 13a2 2 0 1 1 4 0c0 .73-.42 1.2-1.21 2.01l-.05.05c-.72.73-1.74 1.77-1.74 3.44a1 1 0 1 0 2 0c0-.8.43-1.3 1.21-2.09l.09-.08C19 15.62 20 14.61 20 13a4 4 0 0 0-8 0 1 1 0 1 0 2 0Z" })); }); ShieldQuestion.displayName = 'ShieldQuestion'; export var ShieldQuestionDimensions = { height: 32, width: 32 };