@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var LaserTool = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M3.5 2a.5.5 0 0 0-.5.5V5a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V2.5a.5.5 0 0 0-.5-.5h-13ZM10.5 10h4c.83 0 1.5-.67 1.5-1.5V8H4v.5c0 .83.67 1.5 1.5 1.5h4v2.5a.5.5 0 0 0 1 0V10ZM5 14.5c0-.28.22-.5.5-.5H7a.5.5 0 0 1 0 1H5.5a.5.5 0 0 1-.5-.5ZM13 14a.5.5 0 0 0 0 1h1.5a.5.5 0 0 0 0-1H13ZM10.5 14.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM10.5 16.5a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0v-2ZM8.85 15.15c.2.2.2.5 0 .7l-1.5 1.5a.5.5 0 0 1-.7-.7l1.5-1.5c.2-.2.5-.2.7 0ZM11.15 15.85a.5.5 0 0 1 .7-.7l1.5 1.5a.5.5 0 0 1-.7.7l-1.5-1.5Z"
}));
});
LaserTool.displayName = 'LaserTool';
export var LaserToolDimensions = {
height: 20,
width: 20
};