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 Gavel = /*#__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 32 32" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M13.43 3.15a3.5 3.5 0 0 1 5.35.48l.48.7-8.75 8.74-.53-.32a3.5 3.5 0 0 1-.67-5.47l4.12-4.13zM12.28 14.13l3.28 1.97a1 1 0 0 1 .34.34l1.78 2.97 7.93-7.93-2.75-2.09a1 1 0 0 1-.22-.22l-2.22-3.18-8.14 8.14zM19.3 22.1l-.56-.92 8.48-8.48 1.28.97a3.5 3.5 0 0 1 .28 5.34l-4.08 3.84a3.5 3.5 0 0 1-5.4-.75zM12.35 16.5 3.69 25A2.35 2.35 0 1 0 7 28.35l8.57-8.57-1.25-2.08-1.96-1.18zM19 26a1 1 0 1 0 0 2h-2a1 1 0 1 0 0 2h11.33a1 1 0 1 0 0-2H26a1 1 0 1 0 0-2h-7z" })); }); Gavel.displayName = 'Gavel'; export var GavelDimensions = { height: 32, width: 32 };