google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 563 B
JavaScript
/**
* @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 RampLeft = createIcon("RampLeft", [
[
"path",
{
d: "M11.5 21H9.5V6.83L7.91 8.41L6.5 7L10.5 3L14.5 7L13.09 8.41L11.5 6.83V9C11.5 13.27 15.53 16.13 17.5 17.27L16.04 18.73C14.13 17.57 12.6 16.2 11.5 14.71V21Z",
key: "189grq"
}
]
]);
export { RampLeft as default };
//# sourceMappingURL=ramp_left.js.map