UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

52 lines 1.75 kB
import React from 'react'; import Icon from '../Icon/Icon'; export default function IconComponent(props) { return /*#__PURE__*/React.createElement(Icon, props, /*#__PURE__*/React.createElement("svg", { viewBox: "0 0 33 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, " ", /*#__PURE__*/React.createElement("path", { d: "M16.8 21.6C19.451 21.6 21.6 19.451 21.6 16.8C21.6 14.149 19.451 12 16.8 12C14.149 12 12 14.149 12 16.8C12 19.451 14.149 21.6 16.8 21.6Z", stroke: "black", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", className: "path-0" }), " ", /*#__PURE__*/React.createElement("path", { d: "M16.7999 16.8V14.4", stroke: "black", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", className: "path-1" }), " ", /*#__PURE__*/React.createElement("path", { d: "M15.2 9.59998H18.4", stroke: "black", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round", className: "path-2" }), " ", /*#__PURE__*/React.createElement("path", { d: "M15.375 6.25L17 3C9.85 3 4 8.85 4 16", stroke: "black", strokeWidth: "1.625", strokeLinecap: "round", strokeLinejoin: "round", className: "path-3" }), " ", /*#__PURE__*/React.createElement("path", { d: "M30 16C30 23.15 24.15 29 17 29", stroke: "black", strokeWidth: "1.625", strokeLinecap: "round", strokeLinejoin: "round", className: "path-4" }), " ", /*#__PURE__*/React.createElement("path", { d: "M17 29L18.625 25.75", stroke: "black", strokeWidth: "1.625", strokeLinecap: "round", strokeLinejoin: "round", className: "path-5" }), " ")); } IconComponent.propTypes = Icon.propTypes;