@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.44 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DualScreenVibrate = /*#__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: "M11.5 6v13H7.25c-.92 0-1.67-.7-1.74-1.6l-.01-.15v-9.5c0-.92.7-1.67 1.6-1.75h4.4Zm5.25 0c.92 0 1.67.7 1.75 1.6v9.65c0 .92-.7 1.67-1.6 1.74h-4.4V6h4.25Zm-1.5 9.5h-1.1a.75.75 0 0 0 0 1.5h1.2a.75.75 0 0 0-.1-1.5Zm-5.5 0h-1.1a.75.75 0 0 0 0 1.5h1.2a.75.75 0 0 0-.1-1.5Zm11.37-7.46.06.09.04.1.58 1.45c.34.83.24 1.77-.24 2.51l-.11.16-.15.2c-.23.31-.3.7-.2 1.08l.04.13.58 1.46a.75.75 0 0 1-1.35.65l-.04-.1-.58-1.45a2.75 2.75 0 0 1 .24-2.51l.1-.16.16-.2c.23-.31.3-.71.2-1.08l-.04-.14-.58-1.45a.75.75 0 0 1 1.29-.74Zm-17.55 0 .06.09.04.1.58 1.45c.34.83.24 1.77-.24 2.51l-.1.16-.16.2c-.23.31-.3.7-.2 1.08l.04.13.58 1.46a.75.75 0 0 1-1.35.65l-.04-.1-.58-1.45a2.75 2.75 0 0 1 .24-2.51l.11-.16.15-.2c.23-.31.3-.71.2-1.08l-.04-.14-.58-1.45a.75.75 0 0 1 1.29-.74Z"
}));
});
DualScreenVibrate.displayName = 'DualScreenVibrate';
export var DualScreenVibrateDimensions = {
height: 24,
width: 24
};