UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 565 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 RampRight = createIcon("RampRight", [ [ "path", { d: "M12.5 21H14.5V6.83L16.09 8.42L17.5 7L13.5 3L9.5 7L10.91 8.41L12.5 6.83V9C12.5 13.27 8.47 16.13 6.5 17.27L7.96 18.73C9.87 17.56 11.4 16.19 12.5 14.7V21Z", key: "5u2jgh" } ] ]); export { RampRight as default }; //# sourceMappingURL=ramp_right.js.map