UNPKG

@zohodesk/icon

Version:

Unified Component Library - Icons

17 lines 1.55 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 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, " ", /*#__PURE__*/React.createElement("path", { d: "M16 28.7999C23.0692 28.7999 28.7999 23.0692 28.7999 16C28.7999 8.93071 23.0692 3.19995 16 3.19995C8.93071 3.19995 3.19995 8.93071 3.19995 16C3.19995 23.0692 8.93071 28.7999 16 28.7999Z", className: "path-0" }), " ", /*#__PURE__*/React.createElement("path", { d: "M14.312 20.9841C14.2062 20.9836 14.1015 20.9622 14.004 20.921C13.9065 20.8798 13.8181 20.8196 13.744 20.7441L10.336 17.3361C10.261 17.2617 10.2015 17.1732 10.1609 17.0757C10.1203 16.9782 10.0994 16.8737 10.0994 16.7681C10.0994 16.6624 10.1203 16.5579 10.1609 16.4604C10.2015 16.3629 10.261 16.2744 10.336 16.2001C10.4859 16.0511 10.6887 15.9674 10.9 15.9674C11.1114 15.9674 11.3141 16.0511 11.464 16.2001L14.312 19.0481L21.776 11.5841C21.8504 11.5091 21.9389 11.4496 22.0363 11.4089C22.1338 11.3683 22.2384 11.3474 22.344 11.3474C22.4496 11.3474 22.5542 11.3683 22.6517 11.4089C22.7492 11.4496 22.8376 11.5091 22.912 11.5841C23.061 11.7339 23.1446 11.9367 23.1446 12.1481C23.1446 12.3594 23.061 12.5622 22.912 12.7121L14.912 20.7121C14.837 20.7974 14.7448 20.8658 14.6413 20.9127C14.5378 20.9596 14.4256 20.9839 14.312 20.9841Z", fill: "white", className: "path-1" }), " ")); } IconComponent.propTypes = Icon.propTypes;