@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.29 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var SquareHint = /*#__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: "M21.5 6a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3h-5ZM42 21.5a1.5 1.5 0 0 0-3 0v5a1.5 1.5 0 0 0 3 0v-5Zm-22 19c0-.83.67-1.5 1.5-1.5h5a1.5 1.5 0 0 1 0 3h-5a1.5 1.5 0 0 1-1.5-1.5Zm-11-19a1.5 1.5 0 0 0-3 0v5a1.5 1.5 0 0 0 3 0v-5Zm5-14c0-.83-.67-1.5-1.5-1.5A6.5 6.5 0 0 0 6 12.5a1.5 1.5 0 0 0 3 0A3.5 3.5 0 0 1 12.5 9c.83 0 1.5-.67 1.5-1.5ZM12.5 42a1.5 1.5 0 0 0 0-3A3.5 3.5 0 0 1 9 35.5a1.5 1.5 0 0 0-3 0 6.5 6.5 0 0 0 6.5 6.5ZM34 7.5c0-.83.67-1.5 1.5-1.5a6.5 6.5 0 0 1 6.5 6.5 1.5 1.5 0 0 1-3 0A3.5 3.5 0 0 0 35.5 9 1.5 1.5 0 0 1 34 7.5ZM35.5 42a1.5 1.5 0 0 1 0-3 3.5 3.5 0 0 0 3.5-3.5 1.5 1.5 0 0 1 3 0 6.5 6.5 0 0 1-6.5 6.5Z"
}));
});
SquareHint.displayName = 'SquareHint';
export var SquareHintDimensions = {
height: 48,
width: 48
};