UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

14 lines (13 loc) 1.29 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var ShieldAlt = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M20.342 8.447l1.105-.553A.998.998 0 0021.8 6.4l-3-4A1 1 0 0018 2H6a1 1 0 00-.8.4l-3 4a1 1 0 00.352 1.494l1.105.553-1.131 2.262A5.052 5.052 0 002 12.944v.591a6.028 6.028 0 003.894 5.618l3.431 1.286a5.488 5.488 0 011.969 1.268.997.997 0 001.413 0 5.486 5.486 0 011.969-1.267l3.432-1.287A6.03 6.03 0 0022 13.535v-.591c0-.771-.183-1.545-.527-2.236l-1.131-2.261zM20 13.535a4.019 4.019 0 01-2.596 3.745l-3.431 1.287a7.5 7.5 0 00-1.974 1.101 7.515 7.515 0 00-1.974-1.102L6.596 17.28A4.019 4.019 0 014 13.535v-.591c0-.463.109-.928.316-1.342l1.131-2.261a2.003 2.003 0 00-.895-2.684l-.033-.015L6.5 4h11l1.981 2.642-.034.017a2.004 2.004 0 00-.895 2.684l1.131 2.26c.208.414.317.878.317 1.341v.591z", key: "k0" }))); }); ShieldAlt.displayName = 'ShieldAlt'; export var ShieldAltDimensions = { height: 24, width: 24 };