import { IconDefinition } from "@fortawesome/free-solid-svg-icons"; export const faArrowUpRight: IconDefinition = { icon: [ 384, 512, [], "e09f", "M352 128c0-17.7-14.3-32-32-32L96 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l146.7 0L41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 205.3 288 352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224z", ], prefix: "fas", iconName: "arrow-up-right", };