UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 736 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 PriceChange = createIcon("PriceChange", [ [ "path", { d: "M8 17H10V16H11C11.55 16 12 15.55 12 15V12C12 11.45 11.55 11 11 11H8V10H12V8H10V7H8V8H7C6.45 8 6 8.45 6 9V12C6 12.55 6.45 13 7 13H10V14H6V16H8V17ZM20 4H4C2.89 4 2.01 4.89 2.01 6L2 18C2 19.11 2.89 20 4 20H20C21.11 20 22 19.11 22 18V6C22 4.89 21.11 4 20 4ZM20 18H4V6H20V18ZM14 10L16 8L18 10M18 14.25L16 16.25L14 14.25", key: "17n3ne" } ] ]); export { PriceChange as default }; //# sourceMappingURL=price_change.js.map