UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.07 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var WindowWrench = /*#__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: "M12.25 6A6.25 6.25 0 0 0 6 12.25v23.5C6 39.2 8.8 42 12.25 42h9.77c.08-.88.37-1.74.87-2.5H12.25a3.75 3.75 0 0 1-3.75-3.75V16.5h31v5.61c.27.04.54.1.8.16.87.2 1.43.75 1.7 1.4V12.26C42 8.8 39.2 6 35.75 6h-23.5Zm17.72 38.97a3.5 3.5 0 0 1-4.94-4.94l5.4-5.42a7.99 7.99 0 0 1 9.42-10.4c.35.09.46.53.2.79l-3.52 3.53a3.5 3.5 0 0 0 4.94 4.94L45 29.95c.26-.26.7-.16.79.2a8.02 8.02 0 0 1-10.4 9.41l-5.42 5.41Z" })); }); WindowWrench.displayName = 'WindowWrench'; export var WindowWrenchDimensions = { height: 48, width: 48 };