UNPKG

google-material-icons

Version:

A google material icon library package for React applications

17 lines (13 loc) 558 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const CandlestickChart = createIcon("CandlestickChart", [ ["path", { d: "M9 4H7V6H5V18H7V20H9V18H11V6H9V4ZM9 16H7V8H9V16Z", key: "11dirv" }], ["path", { d: "M19 8H17V4H15V8H13V15H15V20H17V15H19V8ZM17 13H15V10H17V13Z", key: "14sy3v" }] ]); export { CandlestickChart as default }; //# sourceMappingURL=candlestick_chart.js.map