UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.23 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PhoneUpdateCheckmark = /*#__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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M8.25 22h4.56a6.48 6.48 0 0 1-1.56-6.3V9.5l-.96.97-.09.07A.75.75 0 0 1 9.16 9.5l.07-.08 2.24-2.24.05-.05.06-.04.07-.05.12-.05.1-.02.08-.01h.1l.09.01.06.01.1.04.06.03.07.04.06.05.04.04 2.24 2.24.07.08c.2.26.2.62.01.89l-.08.09-.08.07c-.26.2-.62.2-.88 0l-.1-.07-.96-.96v3.55A6.48 6.48 0 0 1 18 11.02V4.25C18 3.01 17 2 15.75 2h-7.5C7.01 2 6 3 6 4.25v15.5C6 20.99 7 22 8.25 22ZM23 17.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Zm-2.15-2.35a.5.5 0 0 0-.7 0l-3.65 3.64-1.65-1.64a.5.5 0 0 0-.7.7l2 2c.2.2.5.2.7 0l4-4a.5.5 0 0 0 0-.7Z" })); }); PhoneUpdateCheckmark.displayName = 'PhoneUpdateCheckmark'; export var PhoneUpdateCheckmarkDimensions = { height: 24, width: 24 };