@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SmartwatchDot = /*#__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: "M14.5 2a2 2 0 0 1 1.79 1.1 3.49 3.49 0 0 0-.23 2.04A4 4 0 0 0 15 5H9c-.53 0-1.04.1-1.5.3V4c0-1.1.9-2 2-2h5zm.5 4c.59 0 1.14.17 1.6.46.25.37.57.69.94.94.29.46.46 1.01.46 1.6v1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1v2a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h6zM9 19c-.53 0-1.04-.1-1.5-.3V20c0 1.1.9 2 2 2h5a2 2 0 0 0 2-2v-1.3c-.46.2-.97.3-1.5.3H9zM22 4.5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0z"
}));
});
SmartwatchDot.displayName = 'SmartwatchDot';
export var SmartwatchDotDimensions = {
height: 24,
width: 24
};