@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PhoneCheckmark = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M10.5 11a5.5 5.5 0 0 0 1.5-.2v2.45c0 .97-.78 1.75-1.75 1.75h-4.5C4.78 15 4 14.22 4 13.25V2.75C4 1.78 4.78 1 5.75 1h1.59a5.5 5.5 0 0 0 3.16 10zM7 12a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1H7zm8-6.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0zm-2.15-1.85a.5.5 0 0 0-.7 0L9.5 6.29l-.65-.64a.5.5 0 1 0-.7.7l1 1c.2.2.5.2.7 0l3-3a.5.5 0 0 0 0-.7z"
}));
});
PhoneCheckmark.displayName = 'PhoneCheckmark';
export var PhoneCheckmarkDimensions = {
height: 16,
width: 16
};