@cleartrip/bento-icons
Version:
Icon Library for Bento Component Library
15 lines (14 loc) • 862 B
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 Expressway(props) {
return /*#__PURE__*/React.createElement("svg", _extends({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M1.693 9.537l-.073.086a.654.654 0 00.535 1.03h4.577v7.193c0 .36.293.653.654.653h5.23l.118-.01a.654.654 0 00.536-.643v-7.192h4.577a.654.654 0 00.463-1.117l-7.846-7.845a.654.654 0 00-.925 0L1.693 9.537z",
fill: "currentColor",
fillRule: "nonzero",
id: "prefix__expressway",
stroke: "none",
strokeWidth: 1
}));
}