UNPKG

@shopify/polaris-icons

Version:

[![npm version](https://img.shields.io/npm/v/@shopify/polaris-icons.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-icons)

25 lines (21 loc) 989 B
'use strict'; var React = require('react'); var SvgChartHistogramLastIcon = function SvgChartHistogramLastIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M4 9.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75Z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M12 9.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75Z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M8 9.5a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-1.5 0v-6a.75.75 0 0 1 .75-.75Z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M16 3a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-1.5 0v-12.5a.75.75 0 0 1 .75-.75Z" })); }; SvgChartHistogramLastIcon.displayName = "ChartHistogramLastIcon"; exports.SvgChartHistogramLastIcon = SvgChartHistogramLastIcon;