@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var TapSingle = /*#__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: "M23.5 7.5A9 9 0 0 0 17 22.73v.42c-1-.24-2-.26-2.95-.1a11.5 11.5 0 1 1 20.13-2.28l-.3-.06-2.19-.47A9 9 0 0 0 23.5 7.5Zm0 4.5a4.5 4.5 0 0 0-4.5 4.5v9.47l-1.87-.69a5.34 5.34 0 0 0-7.1 4.13c-.15.88.32 1.73 1.11 2.08 7.3 3.29 10.4 6.38 11.48 8.7a3.02 3.02 0 0 0 3.03 1.79l6.24-.73a4.25 4.25 0 0 0 3.6-3.1l2.3-8.34a5.75 5.75 0 0 0-4.33-7.15L28 21.5v-5a4.5 4.5 0 0 0-4.5-4.5Z"
}));
});
TapSingle.displayName = 'TapSingle';
export var TapSingleDimensions = {
height: 48,
width: 48
};