@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
15 lines (14 loc) • 1.11 kB
JavaScript
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from "react";
export function WorkFare(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10 2c4.411 0 8 3.589 8 8s-3.589 8-8 8-8-3.589-8-8 3.589-8 8-8zm.069 2.684a.147.147 0 00-.176.03l-.029.04L8.381 7.84l-3.252.527a.15.15 0 00-.085.046.166.166 0 00-.028.184l.029.041 2.336 2.434-.527 3.41a.167.167 0 00.015.099.15.15 0 00.158.085l.046-.016L10 13.069l2.927 1.58a.146.146 0 00.093.016.156.156 0 00.126-.133v-.05l-.527-3.41 2.336-2.435a.163.163 0 00.043-.089.162.162 0 00-.08-.166l-.047-.016-3.252-.527-1.483-3.085a.156.156 0 00-.067-.07z",
fill: "currentColor",
id: "prefix__work-fare",
stroke: "none",
strokeWidth: 1,
fillRule: "evenodd"
}));
}