UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var WrenchScrewdriver = /*#__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: "M16.08 2.41a.75.75 0 0 1 .67-.41h1.5c.28 0 .54.16.67.41l1 2c.11.23.1.5-.02.71L19 6.7V12h1.25c.41 0 .75.34.75.75v1.75h-7v-1.75c0-.41.34-.75.75-.75H16V6.7l-.9-1.58a.75.75 0 0 1-.02-.7l1-2ZM14 16v2.5a3.5 3.5 0 1 0 7 0V16h-7ZM8.83 2.21c.2-.14.47-.17.7-.07a5.5 5.5 0 0 1 .5 10v7.32a2.54 2.54 0 0 1-5.07 0v-7.33a5.5 5.5 0 0 1 .51-10 .75.75 0 0 1 1.03.7V6.5a1 1 0 1 0 2 0V2.83c0-.25.12-.48.33-.62Z" })); }); WrenchScrewdriver.displayName = 'WrenchScrewdriver'; export var WrenchScrewdriverDimensions = { height: 24, width: 24 };