UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.31 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ContactCardRibbon = /*#__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 48 48" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M8.25 8A4.25 4.25 0 0 0 4 12.25v23.5C4 38.1 5.9 40 8.25 40H31v-3.67a9.46 9.46 0 0 1-1.79-7.83h-2.96a1.25 1.25 0 1 1 0-2.5h3.88a9.53 9.53 0 0 1 5.32-4.5h-9.2a1.25 1.25 0 1 1 0-2.5h9.5a1.25 1.25 0 0 1 .82 2.2A9.55 9.55 0 0 1 44 22.75v-10.5C44 9.9 42.1 8 39.75 8H8.25ZM19 20a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm-8 6.5c0-.83.67-1.5 1.5-1.5h7c.83 0 1.5.67 1.5 1.5v.5s0 4-5 4-5-4-5-4v-.5ZM38.5 38a7.48 7.48 0 0 0 7.5-7.5 7.47 7.47 0 0 0-7.5-7.5 7.49 7.49 0 1 0 0 15Zm3.59 1.3A9.48 9.48 0 0 0 44 38.25v6.7c0 .86-.96 1.35-1.65.85L38.5 43l-3.85 2.8c-.69.5-1.65 0-1.65-.84v-6.71A9.48 9.48 0 0 0 38.44 40h.12a9.47 9.47 0 0 0 3.53-.7Z" })); }); ContactCardRibbon.displayName = 'ContactCardRibbon'; export var ContactCardRibbonDimensions = { height: 48, width: 48 };