styled-icons
Version:
Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components
15 lines (14 loc) • 1.41 kB
JavaScript
import { __assign } from "tslib";
import * as React from 'react';
import { StyledIconBase } from '../../StyledIconBase';
export var SpannerOutline = React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg",
};
return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("circle", { cx: 8, cy: 16, r: 1, key: "k0" }),
React.createElement("path", { d: "M20.733 4.657a.997.997 0 00-1.399.009.997.997 0 00.01-1.4A6.47 6.47 0 0015.5 2 6.5 6.5 0 009 8.5l.031.379c-.337.239-2.893 2.147-4.258 3.301C3.638 13.17 3 14.555 3 16c0 2.757 2.243 5 5 5 1.465 0 2.854-.65 3.811-1.784 1.173-1.375 3.08-3.923 3.317-4.229L15.5 15A6.5 6.5 0 0022 8.5c0-1.44-.474-2.766-1.267-3.843zM8 19a3 3 0 01-3-3c0-.92.423-1.732 1.064-2.292 2.368-2.002 3.617-2.748 5.115-4.015A4.475 4.475 0 0111 8.5 4.5 4.5 0 0115.5 4c.47 0 .914.092 1.339.226L14 7l.5 2.5 2.5.5 2.805-2.741c.115.396.195.807.195 1.241a4.5 4.5 0 01-4.5 4.5c-.416 0-.811-.074-1.193-.18-1.267 1.498-2.013 2.748-4.024 5.105A2.98 2.98 0 018 19zM19.384 6.271l-2.705 2.645-1.329-.266-.263-1.314 2.726-2.663c.651.393 1.19.939 1.571 1.598z", key: "k1" })));
});
SpannerOutline.displayName = 'SpannerOutline';
export var SpannerOutlineDimensions = { height: 24, width: 24 };