UNPKG

google-material-icons

Version:

A google material icon library package for React applications

24 lines (20 loc) 771 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 MoveUp = createIcon("MoveUp", [ [ "path", { d: "M3.5 13.5C3.5 11.05 5.26 9.03 7.58 8.59L6.09 10.09L7.5 11.5L11.5 7.49L7.5 3.5L6.09 4.91L7.67 6.49V6.55C4.2 6.96 1.5 9.92 1.5 13.5C1.5 17.37 4.63 20.5 8.5 20.5H11.5V18.5H8.5C5.74 18.5 3.5 16.26 3.5 13.5Z", key: "3nbdl9" } ], ["path", { d: "M13.5 13.5V20.5H22.5V13.5H13.5ZM20.5 18.5H15.5V15.5H20.5V18.5Z", key: "17vmm9" }], ["path", { d: "M22.5 4.5H13.5V11.5H22.5V4.5Z", key: "1dftxq" }] ]); export { MoveUp as default }; //# sourceMappingURL=move_up.js.map